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) |
java.lang.String |
getFamily() |
java.lang.String |
getFunctionName() |
boolean |
getRendersChildren() |
java.lang.String |
getSelected() |
void |
restoreState(javax.faces.context.FacesContext context,
java.lang.Object state) |
java.lang.Object |
saveState(javax.faces.context.FacesContext context) |
void |
setFunctionName(java.lang.String functionName) |
void |
setSelected(java.lang.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 java.lang.String getSelected()
public void setSelected(java.lang.String selected)
selected - The id of the selectedpublic java.lang.String getFunctionName()
public void setFunctionName(java.lang.String functionName)
functionName - Sets the name of the JavaScript function to usepublic java.lang.String getFamily()
getFamily in class javax.faces.component.UIComponentUIComponent.getFamily()public void encodeBegin(javax.faces.context.FacesContext context)
throws java.io.IOException
encodeBegin in class javax.faces.component.UIComponentBasejava.io.IOExceptionUIComponent.encodeBegin(javax.faces.context.FacesContext)public void encodeChildren(javax.faces.context.FacesContext context)
throws java.io.IOException
encodeChildren in class javax.faces.component.UIComponentBasejava.io.IOExceptionUIComponent.encodeChildren(javax.faces.context.FacesContext)public void encodeEnd(javax.faces.context.FacesContext context)
throws java.io.IOException
encodeEnd in class javax.faces.component.UIComponentBasejava.io.IOExceptionUIComponent.encodeEnd(javax.faces.context.FacesContext)public boolean getRendersChildren()
getRendersChildren in class javax.faces.component.UIComponentBaseUIComponent.getRendersChildren()public void restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
restoreState in interface javax.faces.component.StateHolderrestoreState in class javax.faces.component.UIComponentBaseStateHolder.restoreState(javax.faces.context.FacesContext, java.lang.Object)public java.lang.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 - 2010 Alfresco Software, Inc. All Rights Reserved.