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.htmlSubclasses of UISelectMany in jakarta.faces.component.html Modifier and Type Class Description classHtmlSelectManyCheckboxRepresents a multiple-selection component that is rendered as a set of HTMLinputelements of typecheckbox.classHtmlSelectManyListboxRepresents a multiple-selection component that is rendered as an HTMLselectelement, showing either all available options or the specified number of options.classHtmlSelectManyMenuRepresents a multiple-selection component that is rendered as an HTMLselectelement, showing a single available option at a time.
 
-