public abstract class BaseAssociationEditorTag
extends org.springframework.extensions.webscripts.ui.common.tag.BaseComponentTag
ACTION_CLASS_ARGS
pageContext
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
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(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, setStringStaticProperty
doEndTag, doStartTag, encodeBegin, encodeChildren, encodeEnd, findComponent, getComponentInstance, getComponentType, getCreated, getDoEndValue, getDoStartValue, getFacesContext, getFacetName, getId, getParent, getParentUIComponentTag, isSuppressed, isValueReference, setBinding, setId, setPageContext, setParent, setRendered, setupResponseWriter
public String getRendererType()
getRendererType
in class UIComponentTag
UIComponentTag.getRendererType()
protected void setProperties(UIComponent component)
setProperties
in class UIComponentTag
UIComponentTag.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 Tag
release
in class UIComponentTag
UIComponentTag.release()
Copyright © 2005–2017 Alfresco Software. All rights reserved.