public abstract class BaseMultiValueTag extends HtmlComponentTag
| Constructor and Description |
|---|
BaseMultiValueTag() |
| Modifier and Type | Method and Description |
|---|---|
String |
getComponentType() |
void |
release() |
void |
setLastItemAdded(String lastItemAdded)
Sets the lastItemAdded value expression binding
|
void |
setNoSelectedItemsMsg(String noSelectedItemsMsg)
Sets the message to display for the no selected items
|
protected void |
setProperties(javax.faces.component.UIComponent component) |
void |
setReadOnly(String readOnly)
Sets the readOnly flag for the component
|
void |
setSelectedItemsMsg(String selectedItemsMsg)
Sets the message to display for the selected items
|
void |
setSelectItemMsg(String selectItemMsg)
Sets the message to display for inviting the user to select an item
|
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, getRendererType, isSuppressed, isValueReference, setBinding, setId, setPageContext, setParent, setRendered, setupResponseWriterpublic String getComponentType()
getComponentType in class javax.faces.webapp.UIComponentTagUIComponentTag.getComponentType()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 HtmlComponentTagTag.release()public void setValue(String value)
value - The value to set.public void setLastItemAdded(String lastItemAdded)
lastItemAdded - lastItemAdded bindingpublic void setReadOnly(String readOnly)
readOnly - true if the component will be read onlypublic void setNoSelectedItemsMsg(String noSelectedItemsMsg)
noSelectedItemsMsg - The messagepublic void setSelectedItemsMsg(String selectedItemsMsg)
selectedItemsMsg - The messagepublic void setSelectItemMsg(String selectItemMsg)
selectItemMsg - The messageCopyright © 2005–2018 Alfresco Software. All rights reserved.