public class UIDynamicDescription
extends org.springframework.extensions.webscripts.ui.common.component.SelfRenderingComponent
Constructor and Description |
---|
UIDynamicDescription() |
Modifier and Type | Method and Description |
---|---|
void |
encodeBegin(FacesContext context) |
void |
encodeChildren(FacesContext context) |
void |
encodeEnd(FacesContext context) |
String |
getFamily() |
String |
getFunctionName() |
boolean |
getRendersChildren() |
String |
getSelected() |
void |
restoreState(FacesContext context,
Object state) |
Object |
saveState(FacesContext context) |
void |
setFunctionName(String functionName) |
void |
setSelected(String selected) |
outputAttribute
addFacesListener, broadcast, decode, 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 getSelected()
public void setSelected(String selected)
selected
- The id of the selectedpublic String getFunctionName()
public void setFunctionName(String functionName)
functionName
- Sets the name of the JavaScript function to usepublic String getFamily()
getFamily
in class UIComponent
UIComponent.getFamily()
public void encodeBegin(FacesContext context) throws IOException
encodeBegin
in class UIComponentBase
IOException
UIComponent.encodeBegin(javax.faces.context.FacesContext)
public void encodeChildren(FacesContext context) throws IOException
encodeChildren
in class UIComponentBase
IOException
UIComponent.encodeChildren(javax.faces.context.FacesContext)
public void encodeEnd(FacesContext context) throws IOException
encodeEnd
in class UIComponentBase
IOException
UIComponent.encodeEnd(javax.faces.context.FacesContext)
public boolean getRendersChildren()
getRendersChildren
in class UIComponentBase
UIComponent.getRendersChildren()
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)
Copyright © 2005–2017 Alfresco Software. All rights reserved.