public class UIDescription extends org.springframework.extensions.webscripts.ui.common.component.SelfRenderingComponent implements Serializable
Constructor and Description |
---|
UIDescription() |
Modifier and Type | Method and Description |
---|---|
String |
getControlValue() |
String |
getFamily() |
boolean |
getRendersChildren() |
String |
getText() |
void |
restoreState(FacesContext context,
Object state) |
Object |
saveState(FacesContext context) |
void |
setControlValue(String controlValue) |
void |
setText(String text) |
outputAttribute
addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getValueBinding, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding
public String getControlValue()
public void setControlValue(String controlValue)
controlValue
- Sets the control value this description is forpublic String getText()
public void setText(String text)
text
- Sets the description textpublic String getFamily()
getFamily
in class UIComponent
UIComponent.getFamily()
public void restoreState(FacesContext context, Object state)
restoreState
in interface StateHolder
restoreState
in class UIComponentBase
StateHolder.restoreState(javax.faces.context.FacesContext, java.lang.Object)
public Object saveState(FacesContext context)
saveState
in interface StateHolder
saveState
in class UIComponentBase
StateHolder.saveState(javax.faces.context.FacesContext)
public boolean getRendersChildren()
getRendersChildren
in class UIComponentBase
UIComponent.getRendersChildren()
Copyright © 2005–2017 Alfresco Software. All rights reserved.