org.apache.myfaces.shared.renderkit.html.util
Class SelectItemInfo

java.lang.Object
  extended by 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.


Constructor Summary
SelectItemInfo(SelectItem item, UIComponent component)
           
SelectItemInfo(SelectItem item, UIComponent component, Object value)
           
 
Method Summary
 UIComponent getComponent()
           
 SelectItem getItem()
           
 Object getValue()
          Return the underlying associated model value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectItemInfo

public SelectItemInfo(SelectItem item,
                      UIComponent component,
                      Object value)

SelectItemInfo

public SelectItemInfo(SelectItem item,
                      UIComponent component)
Method Detail

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.