Uses of Class
javax.faces.model.SelectItem

Packages that use SelectItem
javax.faces.model   
 

Uses of SelectItem in javax.faces.model
 

Subclasses of SelectItem in javax.faces.model
 class SelectItemGroup
          see Javadoc of JSF Specification
 

Methods in javax.faces.model that return SelectItem
 SelectItem[] SelectItemGroup.getSelectItems()
           
 

Methods in javax.faces.model with parameters of type SelectItem
 void SelectItemGroup.setSelectItems(SelectItem[] selectItems)
           
 

Constructors in javax.faces.model with parameters of type SelectItem
SelectItemGroup(String label, String description, boolean disabled, SelectItem[] selectItems)
           
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.