Tomahawk tag library 2.0.
Tag selectItems


An extended version of the standard UISelectItems. Populates the SelectItem collection from the given value automatically using the itemLabel and itemValue attributes. By using the component there is no need to manually create a SelectItem collection because component automatically populates SelectItem objects from types like Collection, Map and etc..


Tag Information
Tag Classorg.apache.myfaces.custom.selectitems.SelectItemsTag
TagExtraInfo ClassNone
Body Contentempty
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
varfalsefalsejava.lang.Stringname of the iterator
itemLabelfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
name of the selectitem
itemValuefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
value of the selectitem
itemLabelEscapedfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
indicate if the label should be escaped of the selectitem
itemDescriptionfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
name of the selectitem
itemDisabledfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
disabled state of the selectitem
useEntryAsItemfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
Only applies when value points to a map. Use the Entry instance instead the value for resolve EL Expressions
valuefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
The initial value of this component.
idfalsetruejava.lang.StringGet a string which uniquely identifies this UIComponent within the scope of the nearest ancestor NamingContainer component. The id is not necessarily unique across all components in the current view.
bindingfalsefalsejavax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
Identifies a backing bean property (of type UIComponent or appropriate subclass) to bind to this component instance. This value must be an EL expression.

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.