- java.lang.Object
-
- javax.faces.model.SelectItem
-
- javax.faces.model.SelectItemGroup
-
- All Implemented Interfaces:
- Serializable
public class SelectItemGroup extends SelectItem
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 theUISelectMany
orUISelectOne
renderer that is actually used. In general, thevalue
property of this instance will be ignored, and thelabel
property of this instance will be used to label the submenu.Although it is feasible to incorporate
SelectItemGroup
instances in heselectItems
property of this instance (thereby creating a data structure suitable for cascading submenus), some renderers may place restrictions on the level of nesting they support. For example, HTML based renderers that create an<select>
element will typically render this instance as an<optgroup>
element, but the HTML 4.01 Specification disallows nested option groups.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description SelectItemGroup()
Construct aSelectItemGroup
with no initialized property values.SelectItemGroup(String label)
Construct aSelectItemGroup
with the specified label and no associatedselectItem
s.SelectItemGroup(String label, String description, boolean disabled, SelectItem[] selectItems)
Construct aSelectItemGroup
with the specified properties.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description SelectItem[]
getSelectItems()
Return the set of subordinateSelectItem
s for this group.void
setSelectItems(SelectItem[] selectItems)
Set the set of subordinateSelectItem
s for this group.-
Methods inherited from class javax.faces.model.SelectItem
getDescription, getLabel, getValue, isDisabled, isEscape, isNoSelectionOption, setDescription, setDisabled, setEscape, setLabel, setNoSelectionOption, setValue
-
-
-
-
Constructor Detail
-
SelectItemGroup
public SelectItemGroup()
Construct a
SelectItemGroup
with no initialized property values.
-
SelectItemGroup
public SelectItemGroup(String label)
Construct a
SelectItemGroup
with the specified label and no associatedselectItem
s. Thevalue
property will be set to a zero-length String, thedescription
property will be set tonull
, and thedisabled
property will be set to false.- Parameters:
label
- Label to be rendered for this group in the response- Throws:
NullPointerException
- iflabel
isfalse
-
SelectItemGroup
public SelectItemGroup(String label, String description, boolean disabled, SelectItem[] selectItems)
Construct a
SelectItemGroup
with the specified properties. Thevalue
property will be set to a zero-length String.- Parameters:
label
- Label to be rendered for this group in the responsedescription
- Description of this group, for use in toolsdisabled
- Flag indicating that this group is disabledselectItems
- Array ofSelectItem
describing the items available in this group- Throws:
NullPointerException
- iflabel
orselectItems
isfalse
-
-
Method Detail
-
getSelectItems
public SelectItem[] getSelectItems()
Return the set of subordinate
SelectItem
s for this group.
-
setSelectItems
public void setSelectItems(SelectItem[] selectItems)
Set the set of subordinate
SelectItem
s for this group.- Parameters:
selectItems
- The new set of subordinate items- Throws:
NullPointerException
- ifselectItems
isnull
-
-
Nederlandse vertaling
U hebt gevraagd om deze site in het Nederlands te bezoeken. Voor nu wordt alleen de interface vertaald, maar nog niet alle inhoud.Als je me wilt helpen met vertalingen, is je bijdrage welkom. Het enige dat u hoeft te doen, is u op de site registreren en mij een bericht sturen waarin u wordt gevraagd om u toe te voegen aan de groep vertalers, zodat u de gewenste pagina's kunt vertalen. Een link onderaan elke vertaalde pagina geeft aan dat u de vertaler bent en heeft een link naar uw profiel.
Bij voorbaat dank.
Document heeft de 11/06/2005 gemaakt, de laatste keer de 18/08/2025 gewijzigd
Bron van het afgedrukte document:https://www.gaudry.be/nl/java-api-javaee-rf-javax/faces/model/selectitemgroup.html
De infobrol is een persoonlijke site waarvan de inhoud uitsluitend mijn verantwoordelijkheid is. De tekst is beschikbaar onder CreativeCommons-licentie (BY-NC-SA). Meer info op de gebruiksvoorwaarden en de auteur.
Referenties
Deze verwijzingen en links verwijzen naar documenten die geraadpleegd zijn tijdens het schrijven van deze pagina, of die aanvullende informatie kunnen geven, maar de auteurs van deze bronnen kunnen niet verantwoordelijk worden gehouden voor de inhoud van deze pagina.
De auteur van deze site is als enige verantwoordelijk voor de manier waarop de verschillende concepten, en de vrijheden die met de referentiewerken worden genomen, hier worden gepresenteerd. Vergeet niet dat u meerdere broninformatie moet doorgeven om het risico op fouten te verkleinen.