public abstract class BaseAssociationEditorTag
extends org.springframework.extensions.webscripts.ui.common.tag.BaseComponentTag
| Constructor and Description |
|---|
BaseAssociationEditorTag() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getRendererType() |
void |
release() |
void |
setAssociationName(java.lang.String associationName)
Sets the association name
|
void |
setAvailableOptionsSize(java.lang.String availableOptionsSize) |
void |
setDisabled(java.lang.String disabled)
Sets whether the component should be rendered in a disabled state
|
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 |
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 |
setSelectItemsMsg(java.lang.String selectItemsMsg)
Sets the message to display for inviting the user to select items
|
void |
setValue(java.lang.String value) |
setActionListenerProperty, setActionProperty, setBooleanProperty, setBooleanStaticProperty, setIntProperty, setIntStaticProperty, setStringBindingProperty, setStringProperty, setStringStaticPropertydoEndTag, doStartTag, encodeBegin, encodeChildren, encodeEnd, findComponent, getComponentInstance, getComponentType, getCreated, getDoEndValue, getDoStartValue, getFacesContext, getFacetName, getId, getParent, getParentUIComponentTag, isSuppressed, isValueReference, setBinding, setId, setPageContext, setParent, setRendered, setupResponseWriterpublic java.lang.String getRendererType()
getRendererType in class javax.faces.webapp.UIComponentTagUIComponentTag.getRendererType()protected void setProperties(javax.faces.component.UIComponent component)
setProperties in class javax.faces.webapp.UIComponentTagUIComponentTag.setProperties(javax.faces.component.UIComponent)public void setValue(java.lang.String value)
value - The value to set.public void setAssociationName(java.lang.String associationName)
associationName - The association namepublic void setAvailableOptionsSize(java.lang.String availableOptionsSize)
availableOptionsSize - Sets the size of the available options size when
multiple items can be selectedpublic 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 messagepublic void setSelectItemsMsg(java.lang.String selectItemsMsg)
selectItemsMsg - The messagepublic void setDisabled(java.lang.String disabled)
disabled - true to render the component in a disabled statepublic void release()
release in interface javax.servlet.jsp.tagext.Tagrelease in class javax.faces.webapp.UIComponentTagUIComponentTag.release()Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.