Uses of Class
javax.faces.model.SelectItem

Packages that use SelectItem
javax.faces.model Standard model data beans for JavaServer Faces. 
 

Uses of SelectItem in javax.faces.model
 

Subclasses of SelectItem in javax.faces.model
 class SelectItemGroup
          SelectItemGroup is a subclass of SelectItem that identifies a set of options that will be made available as a subordinate "submenu" or "options list", depending upon the requirements of the UISelectMany or UISelectOne renderer that is actually used.
 

Methods in javax.faces.model that return SelectItem
 SelectItem[] SelectItemGroup.getSelectItems()
          Return the set of subordinate SelectItems for this group.
 SelectItem[] SelectItemGroup.getSelectItems()
          Return the set of subordinate SelectItems for this group.
 

Methods in javax.faces.model with parameters of type SelectItem
 void SelectItemGroup.setSelectItems(SelectItem[] selectItems)
          Set the set of subordinate SelectItems for this group.
 void SelectItemGroup.setSelectItems(SelectItem[] selectItems)
          Set the set of subordinate SelectItems for this group.
 

Constructors in javax.faces.model with parameters of type SelectItem
SelectItemGroup(java.lang.String label, java.lang.String description, boolean disabled, SelectItem[] selectItems)
          Construct a SelectItemGroup with the specified properties.
SelectItemGroup(java.lang.String label, java.lang.String description, boolean disabled, SelectItem[] selectItems)
          Construct a SelectItemGroup with the specified properties.
 



Copyright 2002-2011 Oracle America Inc, Inc. All Rights Reserved.