public class SelectListTag extends HtmlComponentTag
| Constructor and Description |
|---|
SelectListTag() |
| Modifier and Type | Method and Description |
|---|---|
String |
getComponentType() |
String |
getRendererType() |
void |
release() |
void |
setActiveSelect(String activeSelect)
Set the active selection mode
|
void |
setEscapeItemDescription(String escapeItemDescription)
Set the escapeItemDescription flag
|
void |
setEscapeItemLabel(String escapeItemLabel)
Set the escapeItemLabel flag
|
void |
setItemStyle(String itemStyle)
Set the item Style
|
void |
setItemStyleClass(String itemStyleClass)
Set the item Style Class
|
void |
setMultiSelect(String multiSelect)
Set the multi-select mode
|
void |
setOnchange(String onchange)
Set the onchange handler
|
protected void |
setProperties(javax.faces.component.UIComponent component) |
void |
setValue(String value)
Set the selected value
|
void |
setVar(String var)
Set the variable name for row item context
|
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, isSuppressed, isValueReference, setBinding, setId, setPageContext, setParent, setRendered, setupResponseWriterpublic String getComponentType()
getComponentType in class javax.faces.webapp.UIComponentTagUIComponentTag.getComponentType()public String getRendererType()
getRendererType in class javax.faces.webapp.UIComponentTagUIComponentTag.getRendererType()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 setMultiSelect(String multiSelect)
multiSelect - the multi-select modepublic void setActiveSelect(String activeSelect)
activeSelect - the active selection modepublic void setVar(String var)
var - the variable name for row item contextpublic void setItemStyle(String itemStyle)
itemStyle - the item Stylepublic void setItemStyleClass(String itemStyleClass)
itemStyleClass - the item Style Classpublic void setValue(String value)
value - the selected valuepublic void setOnchange(String onchange)
onchange - the onchange handler.public void setEscapeItemLabel(String escapeItemLabel)
escapeItemLabel - true to escape the items labelspublic void setEscapeItemDescription(String escapeItemDescription)
escapeItemDescription - true to escape the items descriptionsCopyright © 2005–2018 Alfresco Software. All rights reserved.