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