|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UICommand
org.alfresco.web.ui.common.component.UIActionLink
public class UIActionLink
Field Summary |
---|
Fields inherited from class javax.faces.component.UICommand |
---|
COMPONENT_FAMILY, COMPONENT_TYPE |
Constructor Summary | |
---|---|
UIActionLink()
Default Constructor |
Method Summary | |
---|---|
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)
|
Methods inherited from class javax.faces.component.UICommand |
---|
addActionListener, broadcast, getAction, getActionListener, getActionListeners, getValue, isImmediate, queueEvent, removeActionListener, setAction, setActionListener, setImmediate, setValue |
Methods inherited from class javax.faces.component.UIComponentBase |
---|
addFacesListener, 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, setValueBinding |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UIActionLink()
Method Detail |
---|
public java.lang.String getFamily()
getFamily
in class javax.faces.component.UICommand
UIComponent.getFamily()
public void restoreState(javax.faces.context.FacesContext context, java.lang.Object state)
restoreState
in interface javax.faces.component.StateHolder
restoreState
in class javax.faces.component.UICommand
StateHolder.restoreState(javax.faces.context.FacesContext, java.lang.Object)
public java.lang.Object saveState(javax.faces.context.FacesContext context)
saveState
in interface javax.faces.component.StateHolder
saveState
in class javax.faces.component.UICommand
StateHolder.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 handler
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |