public abstract class ItemSelectorTag extends HtmlComponentTag
| Constructor and Description |
|---|
ItemSelectorTag() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getComponentType() |
String |
getRendererType() |
void |
release() |
void |
setDisabled(String disabled)
Sets whether the component should be rendered in a disabled state
|
void |
setInitialSelection(String initialSelection)
Sets the id of the item to be initially selected, this is overridden
however if a value is supplied
|
void |
setLabel(String label)
Set the label
|
void |
setNodeStyle(String nodeStyle)
Set the node style
|
void |
setNodeStyleClass(String nodeStyleClass)
Set the node style class
|
protected void |
setProperties(javax.faces.component.UIComponent component) |
void |
setSpacing(String spacing)
Set the spacing
|
void |
setValue(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 abstract 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 HtmlComponentTagUIComponentTag.setProperties(javax.faces.component.UIComponent)public void release()
release in interface javax.servlet.jsp.tagext.Tagrelease in class HtmlComponentTagHtmlComponentTag.release()public void setValue(String value)
value - the valuepublic void setLabel(String label)
label - the labelpublic void setSpacing(String spacing)
spacing - the spacingpublic void setNodeStyle(String nodeStyle)
nodeStyle - the node stylepublic void setNodeStyleClass(String nodeStyleClass)
nodeStyleClass - the node style classpublic void setInitialSelection(String initialSelection)
initialSelection - The id of the initial selected itempublic void setDisabled(String disabled)
disabled - true to render the component in a disabled stateCopyright © 2005–2018 Alfresco Software. All rights reserved.