org.apache.myfaces.shared.renderkit.html.util
Class SelectItemInfo
java.lang.Object
org.apache.myfaces.shared.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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SelectItemInfo
public SelectItemInfo(SelectItem item,
UIComponent component,
Object value)
SelectItemInfo
public SelectItemInfo(SelectItem item,
UIComponent component)
getItem
public SelectItem getItem()
- Returns:
- the item
getComponent
public UIComponent getComponent()
- Returns:
- the component
getValue
public Object getValue()
- Return the underlying associated model value.
Copyright © 2015 The Apache Software Foundation. All rights reserved.