Uses of Class
javax.faces.component.UISelectMany
-
Packages that use UISelectMany Package Description javax.faces.component.html org.apache.myfaces.core.api.shared -
-
Uses of UISelectMany in javax.faces.component.html
Subclasses of UISelectMany in javax.faces.component.html Modifier and Type Class Description class
HtmlSelectManyCheckbox
class
HtmlSelectManyListbox
class
HtmlSelectManyMenu
-
Uses of UISelectMany in org.apache.myfaces.core.api.shared
Methods in org.apache.myfaces.core.api.shared with parameters of type UISelectMany Modifier and Type Method Description static Object
SharedRendererUtils. getConvertedUISelectManyValue(FacesContext facesContext, UISelectMany component, String[] submittedValue)
static Object
SharedRendererUtils. getConvertedUISelectManyValue(FacesContext facesContext, UISelectMany component, String[] submittedValue, boolean considerValueType)
Gets the converted value of a UISelectMany component.static Converter
SharedRendererUtils. getValueTypeConverter(FacesContext facesContext, UISelectMany component)
Uses the valueType attribute of the given UISelectMany component to get a by-type converter.
-