public abstract class BaseMultiValueTag extends HtmlComponentTag
| Constructor and Description |
|---|
BaseMultiValueTag() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getComponentType() |
void |
release() |
void |
setLastItemAdded(java.lang.String lastItemAdded)
Sets the lastItemAdded value expression binding
|
void |
setNoSelectedItemsMsg(java.lang.String noSelectedItemsMsg)
Sets the message to display for the no selected items
|
protected void |
setProperties(javax.faces.component.UIComponent component) |
void |
setReadOnly(java.lang.String readOnly)
Sets the readOnly flag for the component
|
void |
setSelectedItemsMsg(java.lang.String selectedItemsMsg)
Sets the message to display for the selected items
|
void |
setSelectItemMsg(java.lang.String selectItemMsg)
Sets the message to display for inviting the user to select an item
|
void |
setValue(java.lang.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 java.lang.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(java.lang.String value)
value - The value to set.public void setLastItemAdded(java.lang.String lastItemAdded)
lastItemAdded - lastItemAdded bindingpublic void setReadOnly(java.lang.String readOnly)
readOnly - true if the component will be read onlypublic void setNoSelectedItemsMsg(java.lang.String noSelectedItemsMsg)
noSelectedItemsMsg - The messagepublic void setSelectedItemsMsg(java.lang.String selectedItemsMsg)
selectedItemsMsg - The messagepublic void setSelectItemMsg(java.lang.String selectItemMsg)
selectItemMsg - The messageCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.