public abstract class BaseAssociationEditorTag
extends org.springframework.extensions.webscripts.ui.common.tag.BaseComponentTag
| Constructor and Description |
|---|
BaseAssociationEditorTag() |
| Modifier and Type | Method and Description |
|---|---|
String |
getRendererType() |
void |
release() |
void |
setAssociationName(String associationName)
Sets the association name
|
void |
setAvailableOptionsSize(String availableOptionsSize) |
void |
setDisabled(String disabled)
Sets whether the component should be rendered in a disabled state
|
void |
setNoSelectedItemsMsg(String noSelectedItemsMsg)
Sets the message to display for the no selected items
|
protected void |
setProperties(javax.faces.component.UIComponent 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 |
setSelectItemsMsg(String selectItemsMsg)
Sets the message to display for inviting the user to select items
|
void |
setValue(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 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(String value)
value - The value to set.public void setAssociationName(String associationName)
associationName - The association namepublic void setAvailableOptionsSize(String availableOptionsSize)
availableOptionsSize - Sets the size of the available options size when
multiple items can be selectedpublic void setNoSelectedItemsMsg(String noSelectedItemsMsg)
noSelectedItemsMsg - The messagepublic void setSelectedItemsMsg(String selectedItemsMsg)
selectedItemsMsg - The messagepublic void setSelectItemMsg(String selectItemMsg)
selectItemMsg - The messagepublic void setSelectItemsMsg(String selectItemsMsg)
selectItemsMsg - The messagepublic 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 javax.faces.webapp.UIComponentTagUIComponentTag.release()Copyright © 2005–2018 Alfresco Software. All rights reserved.