All Known Implementing Classes:
UISelectMany, HtmlSelectOneListbox, HtmlSelectManyCheckbox, UISelectBoolean, HtmlOutputFormat, HtmlSelectManyListbox, HtmlSelectBooleanCheckbox, HtmlSelectManyMenu, HtmlInputHidden, HtmlInputSecret, HtmlSelectOneMenu, HtmlInputText, UISelectOne, EditableValueHolder, HtmlSelectOneRadio, UIOutput, HtmlOutputLabel, UIInput, HtmlOutputLink, HtmlInputTextarea, HtmlOutputText
ValueHolder is an interface that may be implemented by any concrete UIComponent that wishes to support a local value, as well as access data in the model tier via a value expression, and support conversion between String and the model tier data's native data type.
| Method from javax.faces.component.ValueHolder Summary: |
|---|
| getConverter, getLocalValue, getValue, setConverter, setValue |
| Method from javax.faces.component.ValueHolder Detail: |
|---|
Return the Converter (if any) that is registered for this UIComponent . |
Return the local value of this UIComponent (if any), without evaluating any associated ValueExpression . |
Gets the value of this UIComponent . First, consult
the local value property of this component. If
non- |
Set the Converter (if any) that is registered for this UIComponent . |
Set the value of this UIComponent (if any). |