public class UIOutput extends UIComponentBase implements ValueHolder
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
bindings| Constructor and Description |
|---|
UIOutput()
Construct an instance of the UIOutput.
|
| Modifier and Type | Method and Description |
|---|---|
Converter |
getConverter()
Gets An expression that specifies the Converter for this component.
|
String |
getFamily() |
Object |
getLocalValue() |
Object |
getValue()
Gets The initial value of this component.
|
void |
restoreState(FacesContext facesContext,
Object state)
Invoked in the "restore view" phase, this initialises this
object's members from the values saved previously into the
provided state object.
|
Object |
saveState(FacesContext facesContext)
Invoked after the render phase has completed, this method
returns an object which can be passed to the restoreState
of some other instance of UIComponentBase to reset that
object's state to the same values as this object currently
has.
|
void |
setConverter(Converter converter)
Sets An expression that specifies the Converter for this component.
|
void |
setValue(Object value)
Sets The initial value of this component.
|
addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBindingencodeAll, getContainerClientId, getValueExpression, setValueExpressionpublic static final String COMPONENT_FAMILY
public static final String COMPONENT_TYPE
public Object getLocalValue()
getLocalValue in interface ValueHolderpublic Object getValue()
getValue in interface ValueHolderpublic void setValue(Object value)
setValue in interface ValueHoldervalue - the new value valuepublic Converter getConverter()
getConverter in interface ValueHolderpublic void setConverter(Converter converter)
setConverter in interface ValueHolderconverter - the new converter valuepublic Object saveState(FacesContext facesContext)
UIComponentBasesaveState in interface StateHoldersaveState in class UIComponentBasepublic void restoreState(FacesContext facesContext, Object state)
UIComponentBaserestoreState in interface StateHolderrestoreState in class UIComponentBasestate - is an object previously returned by
the saveState method of this class.public String getFamily()
getFamily in class UIComponentCopyright © 2013 Apache Software Foundation. All Rights Reserved.