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: 358099 $ $Date: 2005-12-20 13:40:00 -0700 (Tue, 20 Dec 2005) $
- Author:
- Manfred Geiler (latest modification by $Author: matzew $)
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 © 2006 Apache Software Foundation. All Rights Reserved.