Class SelectItemInfo
- java.lang.Object
- 
- org.apache.myfaces.renderkit.html.util.SelectItemInfo
 
- 
 public class SelectItemInfo extends Object 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 SummaryConstructors Constructor Description SelectItemInfo(SelectItem item, UIComponent component)SelectItemInfo(SelectItem item, UIComponent component, Object value)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UIComponentgetComponent()SelectItemgetItem()ObjectgetValue()Return the underlying associated model value.
 
- 
- 
- 
Constructor Detail- 
SelectItemInfopublic SelectItemInfo(SelectItem item, UIComponent component, Object value) 
 - 
SelectItemInfopublic SelectItemInfo(SelectItem item, UIComponent component) 
 
- 
 - 
Method Detail- 
getItempublic SelectItem getItem() - Returns:
- the item
 
 - 
getComponentpublic UIComponent getComponent() - Returns:
- the component
 
 - 
getValuepublic Object getValue() Return the underlying associated model value.
 
- 
 
-