Alfresco Common JSF Components
Tag modeList


The ModeList component displays a graphical list of items, each with a label and optional icon image. Only one of the items can be selected at any time. The currently selected item is shown in a different style. When the selection is changed by the user, the component updates and fires a standard actionListener event. Each item in the ModeList is represented by a ModeListItem component. This component supplies the label, optional icon and also a value which is set as the current value of the ModeList component when it becomes the selected item. The value can be retrieved from the component during the actionListener event handler. This component can be optionally rendered horizontally to display a toolbar like UI element. It also features a large number of configurable CSS style elements to make it highly flexible in rendering style.


Tag Information
Tag Classorg.alfresco.web.ui.common.tag.ModeListTag
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
labelStylefalsetruejava.lang.StringNo Description
labelStyleClassfalsetruejava.lang.StringNo Description
itemStylefalsetruejava.lang.StringNo Description
itemStyleClassfalsetruejava.lang.StringNo Description
disabledStylefalsetruejava.lang.StringNo Description
disabledStyleClassfalsetruejava.lang.StringNo Description
itemLinkStylefalsetruejava.lang.StringNo Description
itemLinkStyleClassfalsetruejava.lang.StringNo Description
selectedStylefalsetruejava.lang.StringNo Description
selectedStyleClassfalsetruejava.lang.StringNo Description
selectedLinkStylefalsetruejava.lang.StringNo Description
selectedLinkStyleClassfalsetruejava.lang.StringNo Description
selectedImagefalsetruejava.lang.StringNo Description
itemSpacingfalsetruejava.lang.StringNo Description
horizontalfalsetruejava.lang.StringNo Description
iconColumnWidthtruetruejava.lang.StringNo Description
widthfalsetruejava.lang.StringNo Description
labelfalsetruejava.lang.StringNo Description
actionfalsetruejava.lang.StringNo Description
actionListenerfalsetruejava.lang.StringNo Description
valuefalsetruejava.lang.StringNo Description
disabledfalsetruejava.lang.StringNo Description
menufalsetruejava.lang.StringNo Description
menuImagefalsetruejava.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.