Uses of Class
javax.faces.model.SelectItem
-
Packages that use SelectItem Package Description javax.faces.model -
-
Uses of SelectItem in javax.faces.model
Subclasses of SelectItem in javax.faces.model Modifier and Type Class Description class
SelectItemGroup
see Javadoc of JSF SpecificationMethods in javax.faces.model that return SelectItem Modifier and Type Method Description SelectItem[]
SelectItemGroup. getSelectItems()
Methods in javax.faces.model with parameters of type SelectItem Modifier and Type Method Description void
SelectItemGroup. setSelectItems(SelectItem[] selectItems)
Constructors in javax.faces.model with parameters of type SelectItem Constructor Description SelectItemGroup(String label, String description, boolean disabled, SelectItem[] selectItems)
-