Class 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.
    • 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.