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

Author:
lu4242

Constructor Summary
SelectItemInfo(SelectItem item, UIComponent component)
           
 
Method Summary
 UIComponent getComponent()
           
 SelectItem getItem()
           
 
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)
Method Detail

getItem

public SelectItem getItem()
Returns:
the item

getComponent

public UIComponent getComponent()
Returns:
the component


Copyright © 2014 The Apache Software Foundation. All rights reserved.