public class ListItemTag
extends org.springframework.extensions.webscripts.ui.common.tag.BaseComponentTag
| Constructor and Description |
|---|
ListItemTag() |
| Modifier and Type | Method and Description |
|---|---|
String |
getComponentType() |
String |
getRendererType() |
void |
release() |
void |
setDescription(String description)
Set the description
|
void |
setDisabled(String disabled)
Set the disabled flag
|
void |
setImage(String image)
Set the image
|
void |
setLabel(String label)
Set the label
|
protected void |
setProperties(javax.faces.component.UIComponent component) |
void |
setTooltip(String tooltip)
Set the tooltip
|
void |
setValue(String value)
Set the value to be selected initially
|
setActionListenerProperty, 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 String getComponentType()
getComponentType in class javax.faces.webapp.UIComponentTagUIComponentTag.getComponentType()public String getRendererType()
getRendererType in class javax.faces.webapp.UIComponentTagUIComponentTag.getRendererType()protected void setProperties(javax.faces.component.UIComponent component)
setProperties in class javax.faces.webapp.UIComponentTagUIComponentTag.setProperties(javax.faces.component.UIComponent)public void release()
release in interface javax.servlet.jsp.tagext.Tagrelease in class javax.faces.webapp.UIComponentTagTag.release()public void setTooltip(String tooltip)
tooltip - the tooltippublic void setLabel(String label)
label - the labelpublic void setDescription(String description)
description - the descriptionpublic void setImage(String image)
image - the imagepublic void setValue(String value)
value - the value to be selected initiallypublic void setDisabled(String disabled)
disabled - true to set this item as disabledCopyright © 2005–2018 Alfresco Software. All rights reserved.