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: 512227 $ $Date: 2007-02-27 13:25:16 +0100 (Di, 27 Feb 2007) $
- Author:
- Manfred Geiler (latest modification by $Author: mbr $)
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 © 2011 Apache Software Foundation. All Rights Reserved.