Alfresco Common JSF Components
Tag selectList


The SelectList component displays a graphical list of items, each with a label and icon image. The list has three selection modes; single select (radio), multi-select (checkbox) and active selection mode (child action components). The value for the component is collection of UIListItem objects or a UIListItems instance. For passive single and multi-select modes, the selected value(s) can be retrieved from the component. For active selection mode, appropriate child components such as Command buttons or Action Links will be rendered for each item in the list, data-binding to the specified 'var' variable should be used to bind required params. It is then up to the developer to retrieve the selected item param from the actionListener of the appropriate child component.


Tag Information
Tag Classorg.alfresco.web.ui.common.tag.SelectListTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
idfalsetruejava.lang.StringNo Description
bindingfalsetruejava.lang.StringNo Description
renderedfalsetruejava.lang.StringNo Description
stylefalsetruejava.lang.StringNo Description
styleClassfalsetruejava.lang.StringNo Description
itemStylefalsetruejava.lang.StringNo Description
itemStyleClassfalsetruejava.lang.StringNo Description
varfalsetruejava.lang.StringNo Description
multiSelectfalsetruejava.lang.StringNo Description
activeSelectfalsetruejava.lang.StringNo Description
onchangefalsetruejava.lang.StringNo Description
valuefalsetruejava.lang.StringNo Description
valuesfalsetruejava.lang.StringNo Description
escapeItemLabelfalsetruejava.lang.StringNo Description
escapeItemDescriptionfalsetruejava.lang.StringNo Description

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.