Uses of Class
javax.faces.model.SelectItem
-
Packages that use SelectItem Package Description javax.faces.model org.apache.myfaces.core.api.shared -
-
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)
-
Uses of SelectItem in org.apache.myfaces.core.api.shared
Methods in org.apache.myfaces.core.api.shared that return SelectItem Modifier and Type Method Description SelectItem
SelectItemsIterator. next()
Method parameters in org.apache.myfaces.core.api.shared with type arguments of type SelectItem Modifier and Type Method Description static Converter
SharedRendererUtils. getSelectItemsValueConverter(Iterator<SelectItem> iterator, FacesContext facesContext)
Iterates through the SelectItems with the given Iterator and tries to obtain a by-class-converter based on the Class of SelectItem.getValue().
-