Package | Description |
---|---|
javax.faces.component.html | |
org.apache.myfaces.core.api.shared |
Modifier and Type | Class and Description |
---|---|
class |
HtmlSelectManyCheckbox |
class |
HtmlSelectManyListbox |
class |
HtmlSelectManyMenu |
Modifier and Type | Method and 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.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.