public class ContentSelectorTag extends HtmlComponentTag
| Constructor and Description |
|---|
ContentSelectorTag() |
| Modifier and Type | Method and Description |
|---|---|
String |
getComponentType() |
String |
getRendererType() |
void |
release() |
void |
setAvailableOptionsSize(String availableOptionsSize) |
void |
setDisabled(String disabled)
Sets whether the component should be rendered in a disabled state
|
void |
setMultiSelect(String multiSelect)
Set the multiSelect
|
protected void |
setProperties(javax.faces.component.UIComponent component) |
void |
setValue(String 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 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 setValue(String value)
value - The value to set.public void setAvailableOptionsSize(String availableOptionsSize)
availableOptionsSize - Sets the size of the available options size when
multiple items can be selectedpublic void setMultiSelect(String multiSelect)
multiSelect - the multiSelectpublic void setDisabled(String disabled)
disabled - true to render the component in a disabled statepublic void release()
release in interface javax.servlet.jsp.tagext.Tagrelease in class HtmlComponentTagUIComponentTag.release()Copyright © 2005–2018 Alfresco Software. All rights reserved.