javax.faces.component
Interface ValueHolder
- All Known Subinterfaces:
- EditableValueHolder
- All Known Implementing Classes:
- UIInput, UIOutput
- public interface ValueHolder
see Javadoc of JSF Specification
- Version:
- $Revision: 358099 $ $Date: 2005-12-20 15:40:00 -0500 (Tue, 20 Dec 2005) $
- Author:
- Manfred Geiler (latest modification by $Author: matzew $)
getLocalValue
public java.lang.Object getLocalValue()
getValue
public java.lang.Object getValue()
setValue
public void setValue(java.lang.Object value)
getConverter
public Converter getConverter()
setConverter
public void setConverter(Converter converter)
Copyright 2006 Apache Software Foundation. All Rights Reserved.