public abstract class AjaxItemSelectorTag extends HtmlComponentTag
| Constructor and Description |
|---|
AjaxItemSelectorTag() |
| 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 |
setHeight(String height)
Set the height
|
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
|
protected void |
setProperties(javax.faces.component.UIComponent component) |
void |
setSingleSelect(String singleSelect)
Set the singleSelect
|
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 setSingleSelect(String singleSelect)
singleSelect - the singleSelectpublic 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 statepublic void setHeight(String height)
height - the heightCopyright © 2005–2018 Alfresco Software. All rights reserved.