public class UIActionLink
extends javax.faces.component.UICommand
| Constructor and Description |
|---|
UIActionLink()
Default Constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFamily() |
java.lang.String |
getHref() |
java.lang.String |
getImage()
Return the Image path to use for this actionlink.
|
java.lang.String |
getOnclick()
Returns the onclick handler
|
int |
getPadding()
Get the padding value for rendering this component in a table.
|
java.util.Map |
getParameterMap()
Return the current child parameter map for this action link instance.
|
boolean |
getShowLink()
Get whether to show the link as well as the image if specified
|
java.lang.String |
getTarget()
Get the target
|
java.lang.String |
getTooltip()
Get the tooltip title text
|
java.lang.String |
getVerticalAlign() |
void |
restoreState(javax.faces.context.FacesContext context,
java.lang.Object state) |
java.lang.Object |
saveState(javax.faces.context.FacesContext context) |
void |
setHref(java.lang.String href) |
void |
setImage(java.lang.String image)
Set the Image path to use for this actionlink.
|
void |
setOnclick(java.lang.String onclick)
Sets the onclick handler
|
void |
setPadding(int padding)
Set the padding value for rendering this component in a table.
|
void |
setShowLink(boolean showLink)
Set whether to show the link as well as the image if specified
|
void |
setTarget(java.lang.String target)
Set the target
|
void |
setTooltip(java.lang.String tooltip)
Set the tooltip title text
|
void |
setVerticalAlign(java.lang.String verticalAlign) |
addActionListener, broadcast, getAction, getActionListener, getActionListeners, getValue, isImmediate, queueEvent, removeActionListener, setAction, setActionListener, setImmediate, setValueaddFacesListener, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBindingpublic java.lang.String getFamily()
getFamily in class javax.faces.component.UICommandUIComponent.getFamily()public void restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
restoreState in interface javax.faces.component.StateHolderrestoreState in class javax.faces.component.UICommandStateHolder.restoreState(javax.faces.context.FacesContext, java.lang.Object)public java.lang.Object saveState(javax.faces.context.FacesContext context)
saveState in interface javax.faces.component.StateHoldersaveState in class javax.faces.component.UICommandStateHolder.saveState(javax.faces.context.FacesContext)public java.util.Map getParameterMap()
public boolean getShowLink()
public void setShowLink(boolean showLink)
showLink - Whether to show the link as well as the image if specifiedpublic int getPadding()
public void setPadding(int padding)
padding - value in pixels, if set != 0 then a table will be rendering around the itemspublic java.lang.String getImage()
public void setImage(java.lang.String image)
image - Image path to displaypublic java.lang.String getHref()
public void setHref(java.lang.String href)
href - The href to set.public java.lang.String getTooltip()
public void setTooltip(java.lang.String tooltip)
tooltip - the tooltippublic java.lang.String getTarget()
public void setTarget(java.lang.String target)
target - the targetpublic java.lang.String getVerticalAlign()
public void setVerticalAlign(java.lang.String verticalAlign)
verticalAlign - the verticalAlign to setpublic java.lang.String getOnclick()
public void setOnclick(java.lang.String onclick)
onclick - The onclick handlerCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.