public class SortLinkTag extends HtmlComponentTag
| Constructor and Description |
|---|
SortLinkTag() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getComponentType() |
java.lang.String |
getRendererType() |
void |
release() |
void |
setLabel(java.lang.String label)
Set the label
|
void |
setMode(java.lang.String mode)
Set the sorting mode (see IDataContainer constants)
|
protected void |
setProperties(javax.faces.component.UIComponent component) |
void |
setValue(java.lang.String value)
Set the value
|
setStyle, setStyleClass, setTooltipsetActionListenerProperty, setActionProperty, setBooleanProperty, setBooleanStaticProperty, setIntProperty, setIntStaticProperty, setStringBindingProperty, setStringProperty, setStringStaticPropertydoEndTag, doStartTag, encodeBegin, encodeChildren, encodeEnd, findComponent, getComponentInstance, getCreated, getDoEndValue, getDoStartValue, getFacesContext, getFacetName, getId, getParent, getParentUIComponentTag, isSuppressed, isValueReference, setBinding, setId, setPageContext, setParent, setRendered, setupResponseWriterpublic java.lang.String getComponentType()
getComponentType in class javax.faces.webapp.UIComponentTagUIComponentTag.getComponentType()public java.lang.String getRendererType()
getRendererType in class javax.faces.webapp.UIComponentTagUIComponentTag.getRendererType()public void release()
release in interface javax.servlet.jsp.tagext.Tagrelease in class HtmlComponentTagTag.release()protected void setProperties(javax.faces.component.UIComponent component)
setProperties in class HtmlComponentTagUIComponentTag.setProperties(javax.faces.component.UIComponent)public void setValue(java.lang.String value)
value - the valuepublic void setMode(java.lang.String mode)
mode - the sort modepublic void setLabel(java.lang.String label)
label - the labelCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.