Interface SelectItemTagDeclaration
- All Superinterfaces:
HasBinding
,HasId
,HasItemLabel
,HasTip
,IsVisual
Add a child UISelectItem component to the UIComponent
associated with the closed parent UIComponent custom
action.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setItemDescription
(String itemDescription) Deprecated.since 2.0.0, please use itemTip.void
setItemDisabled
(String itemDisabled) Flag indicating whether the option created by this component is disabled.void
setItemImage
(String itemImage) Image to be displayed to the user for this option.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 SelectItem instance containing the information for this option.Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasBinding
setBinding
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasItemLabel
setItemLabel
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasTip
setTip
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsVisual
setCustomClass, setMarkup
-
Method Details
-
setItemDescription
Deprecated.since 2.0.0, please use itemTip.Description of an item, might be rendered as a tool tip. -
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. -
setValue
Value binding expression pointing at a SelectItem instance containing the information for this option. -
setItemImage
Image to be displayed to the user for this option.
-