public class UINodeInfo
extends org.springframework.extensions.webscripts.ui.common.component.SelfRenderingComponent
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
NODE_INFO_SCRIPTS_WRITTEN |
protected java.lang.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) |
java.lang.String |
getFamily() |
java.lang.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,
java.lang.Object state) |
java.lang.Object |
saveState(javax.faces.context.FacesContext context) |
void |
setValue(java.lang.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 java.lang.String NODE_INFO_SCRIPTS_WRITTEN
protected java.lang.Object value
public java.lang.String getFamily()
getFamily in class javax.faces.component.UIComponentpublic void restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
restoreState in interface javax.faces.component.StateHolderrestoreState in class javax.faces.component.UIComponentBasepublic java.lang.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 java.io.IOException
encodeBegin in class javax.faces.component.UIComponentBasejava.io.IOExceptionprotected static void outputNodeInfoScripts(javax.faces.context.FacesContext context,
javax.faces.context.ResponseWriter out)
throws java.io.IOException
java.io.IOExceptionpublic void encodeEnd(javax.faces.context.FacesContext context)
throws java.io.IOException
encodeEnd in class javax.faces.component.UIComponentBasejava.io.IOExceptionpublic java.lang.Object getValue()
public void setValue(java.lang.Object value)
value - the valueCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.