Uses of Class
jakarta.faces.model.SelectItem
Packages that use SelectItem
-
Uses of SelectItem in jakarta.faces.model
Subclasses of SelectItem in jakarta.faces.modelModifier and TypeClassDescriptionclassSelectItemGroup is a subclass ofSelectItemthat identifies a set of options that will be made available as a subordinate "submenu" or "options list", depending upon the requirements of theUISelectManyorUISelectOnerenderer that is actually used.Methods in jakarta.faces.model that return SelectItemModifier and TypeMethodDescriptionSelectItemGroup.getSelectItems()Return the set of subordinateSelectItems for this group.Methods in jakarta.faces.model with parameters of type SelectItemModifier and TypeMethodDescriptionvoidSelectItemGroup.setSelectItems(SelectItem... selectItems) Set the set of subordinateSelectItems for this group as a variable array.Method parameters in jakarta.faces.model with type arguments of type SelectItemModifier and TypeMethodDescriptionvoidSelectItemGroup.setSelectItems(Collection<? extends SelectItem> selectItems) Set the set of subordinateSelectItems for this group as a collection.Constructors in jakarta.faces.model with parameters of type SelectItemModifierConstructorDescriptionSelectItemGroup(String label, String description, boolean disabled, SelectItem... selectItems) Construct aSelectItemGroupwith the specified properties.Constructor parameters in jakarta.faces.model with type arguments of type SelectItemModifierConstructorDescriptionSelectItemGroup(String label, String description, boolean disabled, Collection<? extends SelectItem> selectItems) Construct aSelectItemGroupwith the specified properties.