public class UIDynamicDescription
extends org.springframework.extensions.webscripts.ui.common.component.SelfRenderingComponent
| Constructor and Description |
|---|
UIDynamicDescription() |
| Modifier and Type | Method and Description |
|---|---|
void |
encodeBegin(javax.faces.context.FacesContext context) |
void |
encodeChildren(javax.faces.context.FacesContext context) |
void |
encodeEnd(javax.faces.context.FacesContext context) |
String |
getFamily() |
String |
getFunctionName() |
boolean |
getRendersChildren() |
String |
getSelected() |
void |
restoreState(javax.faces.context.FacesContext context,
Object state) |
Object |
saveState(javax.faces.context.FacesContext context) |
void |
setFunctionName(String functionName) |
void |
setSelected(String selected) |
outputAttributeaddFacesListener, 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, setValueBindingpublic 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 javax.faces.component.UIComponentUIComponent.getFamily()public void encodeBegin(javax.faces.context.FacesContext context)
throws IOException
encodeBegin in class javax.faces.component.UIComponentBaseIOExceptionUIComponent.encodeBegin(javax.faces.context.FacesContext)public void encodeChildren(javax.faces.context.FacesContext context)
throws IOException
encodeChildren in class javax.faces.component.UIComponentBaseIOExceptionUIComponent.encodeChildren(javax.faces.context.FacesContext)public void encodeEnd(javax.faces.context.FacesContext context)
throws IOException
encodeEnd in class javax.faces.component.UIComponentBaseIOExceptionUIComponent.encodeEnd(javax.faces.context.FacesContext)public boolean getRendersChildren()
getRendersChildren in class javax.faces.component.UIComponentBaseUIComponent.getRendersChildren()public void restoreState(javax.faces.context.FacesContext context,
Object state)
restoreState in interface javax.faces.component.StateHolderrestoreState in class javax.faces.component.UIComponentBaseStateHolder.restoreState(javax.faces.context.FacesContext, java.lang.Object)public Object saveState(javax.faces.context.FacesContext context)
saveState in interface javax.faces.component.StateHoldersaveState in class javax.faces.component.UIComponentBaseStateHolder.saveState(javax.faces.context.FacesContext)Copyright © 2005–2018 Alfresco Software. All rights reserved.