Class SelectItemInfo
java.lang.Object
org.apache.myfaces.renderkit.html.util.SelectItemInfo
NOTE: This class should not be made Serializable. It holds request time information associated with the iteration
done by SelectItemsIterator, like the associated component or the calculated model value before conversion.
-
Constructor Summary
ConstructorsConstructorDescriptionSelectItemInfo
(SelectItem item, UIComponent component) SelectItemInfo
(SelectItem item, UIComponent component, Object value) -
Method Summary
-
Constructor Details
-
SelectItemInfo
-
SelectItemInfo
-
-
Method Details
-
getItem
- Returns:
- the item
-
getComponent
- Returns:
- the component
-
getValue
Return the underlying associated model value.
-