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(javax.faces.context.FacesContext context) |
void |
encodeEnd(javax.faces.context.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(javax.faces.context.FacesContext context,
javax.faces.context.ResponseWriter out) |
void |
restoreState(javax.faces.context.FacesContext context,
Object state) |
Object |
saveState(javax.faces.context.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.
|
outputAttributeaddFacesListener, 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, setValueBindingprotected static final String NODE_INFO_SCRIPTS_WRITTEN
protected Object value
public String getFamily()
getFamily in class javax.faces.component.UIComponentpublic void restoreState(javax.faces.context.FacesContext context,
Object state)
restoreState in interface javax.faces.component.StateHolderrestoreState in class javax.faces.component.UIComponentBasepublic Object saveState(javax.faces.context.FacesContext context)
saveState in interface javax.faces.component.StateHoldersaveState in class javax.faces.component.UIComponentBasepublic void encodeBegin(javax.faces.context.FacesContext context)
throws IOException
encodeBegin in class javax.faces.component.UIComponentBaseIOExceptionprotected static void outputNodeInfoScripts(javax.faces.context.FacesContext context,
javax.faces.context.ResponseWriter out)
throws IOException
IOExceptionpublic void encodeEnd(javax.faces.context.FacesContext context)
throws IOException
encodeEnd in class javax.faces.component.UIComponentBaseIOExceptionpublic Object getValue()
public void setValue(Object value)
value - the valueCopyright © 2005–2018 Alfresco Software. All rights reserved.