Uses of Class
jakarta.faces.component.UISelectMany
| Package | Description |
|---|---|
| com.sun.faces.renderkit.html_basic | |
| jakarta.faces.component.html |
Specialized user interface component classes for HTML.
|
-
Uses of UISelectMany in com.sun.faces.renderkit.html_basic
Methods in com.sun.faces.renderkit.html_basic with parameters of type UISelectMany Modifier and Type Method Description ObjectMenuRenderer. convertSelectManyValue(FacesContext context, UISelectMany uiSelectMany, String[] newValues)protected ObjectMenuRenderer. convertSelectManyValuesForArray(FacesContext context, UISelectMany uiSelectMany, Class<?> elementType, String[] newValues)protected Collection<Object>MenuRenderer. convertSelectManyValuesForCollection(FacesContext context, UISelectMany uiSelectMany, Class<? extends Collection<Object>> collectionType, String[] newValues)protected ObjectMenuRenderer. convertSelectManyValuesForModel(FacesContext context, UISelectMany uiSelectMany, Class<?> modelType, String[] newValues) -
Uses of UISelectMany in jakarta.faces.component.html
Subclasses 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.