public class UIOutput extends UIComponentBase implements ValueHolder
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COMPONENT_FAMILY |
static java.lang.String |
COMPONENT_TYPE |
| Constructor and Description |
|---|
UIOutput() |
| Modifier and Type | Method and Description |
|---|---|
Converter |
getConverter() |
java.lang.String |
getFamily() |
java.lang.Object |
getLocalValue() |
java.lang.Object |
getValue() |
void |
restoreState(FacesContext context,
java.lang.Object state) |
java.lang.Object |
saveState(FacesContext context) |
void |
setConverter(Converter converter) |
void |
setValue(java.lang.Object value) |
addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBindingpublic static final java.lang.String COMPONENT_TYPE
public static final java.lang.String COMPONENT_FAMILY
public java.lang.Object getLocalValue()
getLocalValue in interface ValueHolderpublic java.lang.String getFamily()
getFamily in class UIComponentpublic void setConverter(Converter converter)
setConverter in interface ValueHolderpublic Converter getConverter()
getConverter in interface ValueHolderpublic void setValue(java.lang.Object value)
setValue in interface ValueHolderpublic java.lang.Object getValue()
getValue in interface ValueHolderpublic java.lang.Object saveState(FacesContext context)
saveState in interface StateHoldersaveState in class UIComponentBasepublic void restoreState(FacesContext context, java.lang.Object state)
restoreState in interface StateHolderrestoreState in class UIComponentBase