Interface SelectItemsTagDeclaration
- All Superinterfaces:
HasBinding
,HasId
,HasItemImage
,HasItemLabel
,HasTip
public interface SelectItemsTagDeclaration
extends HasId, HasBinding, HasItemLabel, HasItemImage, HasTip
Add a child UISelectItems component to the UIComponent
associated with the closed parent UIComponent custom
action.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setItemDisabled
(String itemDisabled) Flag indicating whether the option created by this component is disabled.void
setItemValue
(String itemValue) Value to be returned to the server if this option is selected by the user.void
Value binding expression pointing at a List or array of SelectItem instances containing the information for this option.void
Name of a variable under which the iterated data will be exposed.Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasBinding
setBinding
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasItemImage
setItemImage
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasItemLabel
setItemLabel
-
Method Details
-
setValue
Value binding expression pointing at a List or array of SelectItem instances containing the information for this option. -
setVar
Name of a variable under which the iterated data will be exposed. It may be referred to in EL of other attributes. -
setItemDisabled
Flag indicating whether the option created by this component is disabled. -
setItemValue
Value to be returned to the server if this option is selected by the user.
-