public class ListItemTag
extends org.springframework.extensions.webscripts.ui.common.tag.BaseComponentTag
| Constructor and Description |
|---|
ListItemTag() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getComponentType() |
java.lang.String |
getRendererType() |
void |
release() |
void |
setDescription(java.lang.String description)
Set the description
|
void |
setDisabled(java.lang.String disabled)
Set the disabled flag
|
void |
setImage(java.lang.String image)
Set the image
|
void |
setLabel(java.lang.String label)
Set the label
|
protected void |
setProperties(javax.faces.component.UIComponent component) |
void |
setTooltip(java.lang.String tooltip)
Set the tooltip
|
void |
setValue(java.lang.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 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()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(java.lang.String tooltip)
tooltip - the tooltippublic void setLabel(java.lang.String label)
label - the labelpublic void setDescription(java.lang.String description)
description - the descriptionpublic void setImage(java.lang.String image)
image - the imagepublic void setValue(java.lang.String value)
value - the value to be selected initiallypublic void setDisabled(java.lang.String disabled)
disabled - true to set this item as disabledCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.