public class UINodeInfo
extends org.springframework.extensions.webscripts.ui.common.component.SelfRenderingComponent
Modifier and Type | Field and Description |
---|---|
protected static String |
NODE_INFO_SCRIPTS_WRITTEN |
protected Object |
value |
Constructor and Description |
---|
UINodeInfo() |
Modifier and Type | Method and Description |
---|---|
void |
encodeBegin(FacesContext context) |
void |
encodeEnd(FacesContext context) |
String |
getFamily() |
Object |
getValue()
Get the value - the value is used in a equals() match against the current value in the
parent ModeList component to set the selected item.
|
protected static void |
outputNodeInfoScripts(FacesContext context,
ResponseWriter out) |
void |
restoreState(FacesContext context,
Object state) |
Object |
saveState(FacesContext context) |
void |
setValue(Object value)
Set the value - the value is used in a equals() match against the current value in the
parent ModeList component to set the selected item.
|
outputAttribute
addFacesListener, broadcast, decode, encodeChildren, 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, setValueBinding
protected static final String NODE_INFO_SCRIPTS_WRITTEN
protected Object value
public String getFamily()
getFamily
in class UIComponent
public void restoreState(FacesContext context, Object state)
restoreState
in interface StateHolder
restoreState
in class UIComponentBase
public Object saveState(FacesContext context)
saveState
in interface StateHolder
saveState
in class UIComponentBase
public void encodeBegin(FacesContext context) throws IOException
encodeBegin
in class UIComponentBase
IOException
protected static void outputNodeInfoScripts(FacesContext context, ResponseWriter out) throws IOException
IOException
public void encodeEnd(FacesContext context) throws IOException
encodeEnd
in class UIComponentBase
IOException
public Object getValue()
public void setValue(Object value)
value
- the valueCopyright © 2005–2017 Alfresco Software. All rights reserved.