Uses of Class
jakarta.faces.component.UISelectMany
-
Packages that use UISelectMany Package Description jakarta.faces.component.html Specialized user interface component classes for HTML. -
-
Uses of UISelectMany in jakarta.faces.component.html
Subclasses of UISelectMany in jakarta.faces.component.html Modifier and Type Class Description class
HtmlSelectManyCheckbox
Represents a multiple-selection component that is rendered as a set of HTMLinput
elements of typecheckbox
.class
HtmlSelectManyListbox
Represents a multiple-selection component that is rendered as an HTMLselect
element, showing either all available options or the specified number of options.class
HtmlSelectManyMenu
Represents a multiple-selection component that is rendered as an HTMLselect
element, showing a single available option at a time.
-