Uses of Class
jakarta.faces.component.UISelectMany
Packages that use UISelectMany
Package
Description
Specialized user interface component classes for HTML.
-
Uses of UISelectMany in jakarta.faces.component.html
Subclasses of UISelectMany in jakarta.faces.component.htmlModifier and TypeClassDescriptionclassRepresents a multiple-selection component that is rendered as a set of HTMLinputelements of typecheckbox.classRepresents a multiple-selection component that is rendered as an HTMLselectelement, showing either all available options or the specified number of options.classRepresents a multiple-selection component that is rendered as an HTMLselectelement, showing a single available option at a time.