javax.faces.component
Interface ValueHolder
- All Known Subinterfaces:
- EditableValueHolder
- All Known Implementing Classes:
- HtmlInputHidden, HtmlInputSecret, HtmlInputText, HtmlInputTextarea, HtmlOutputFormat, HtmlOutputLabel, HtmlOutputLink, HtmlOutputText, HtmlSelectBooleanCheckbox, HtmlSelectManyCheckbox, HtmlSelectManyListbox, HtmlSelectManyMenu, HtmlSelectOneListbox, HtmlSelectOneMenu, HtmlSelectOneRadio, UIInput, UIOutput, UISelectBoolean, UISelectMany, UISelectOne
public interface ValueHolder
see Javadoc of JSF Specification
- Version:
- $Revision: 472555 $ $Date: 2006-11-08 18:30:58 +0100 (Mi, 08 Nov 2006) $
- Author:
- Manfred Geiler (latest modification by $Author: grantsmith $)
getLocalValue
java.lang.Object getLocalValue()
getValue
java.lang.Object getValue()
setValue
void setValue(java.lang.Object value)
getConverter
Converter getConverter()
setConverter
void setConverter(Converter converter)
Copyright © 2009. All Rights Reserved.