public abstract class AjaxItemSelectorTag extends HtmlComponentTag
| Constructor and Description |
|---|
AjaxItemSelectorTag() |
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.String |
getComponentType() |
java.lang.String |
getRendererType() |
void |
release() |
void |
setDisabled(java.lang.String disabled)
Sets whether the component should be rendered in a disabled state
|
void |
setHeight(java.lang.String height)
Set the height
|
void |
setInitialSelection(java.lang.String initialSelection)
Sets the id of the item to be initially selected, this is overridden
however if a value is supplied
|
void |
setLabel(java.lang.String label)
Set the label
|
protected void |
setProperties(javax.faces.component.UIComponent component) |
void |
setSingleSelect(java.lang.String singleSelect)
Set the singleSelect
|
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 abstract 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 HtmlComponentTagUIComponentTag.setProperties(javax.faces.component.UIComponent)public void release()
release in interface javax.servlet.jsp.tagext.Tagrelease in class HtmlComponentTagHtmlComponentTag.release()public void setValue(java.lang.String value)
value - the valuepublic void setLabel(java.lang.String label)
label - the labelpublic void setSingleSelect(java.lang.String singleSelect)
singleSelect - the singleSelectpublic void setInitialSelection(java.lang.String initialSelection)
initialSelection - The id of the initial selected itempublic void setDisabled(java.lang.String disabled)
disabled - true to render the component in a disabled statepublic void setHeight(java.lang.String height)
height - the heightCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.