public class UIShelfGroup
extends org.springframework.extensions.webscripts.ui.common.component.SelfRenderingComponent
Constructor and Description |
---|
UIShelfGroup() |
Modifier and Type | Method and Description |
---|---|
void |
encodeChildren(FacesContext context) |
String |
getFamily() |
String |
getLabel() |
boolean |
getRendersChildren() |
boolean |
isExpanded()
Returns whether the component show allow rendering of its child components.
|
void |
restoreState(FacesContext context,
Object state) |
Object |
saveState(FacesContext context) |
void |
setExpanded(boolean expanded)
Sets whether the group is expanded
|
void |
setLabel(String label) |
outputAttribute
addFacesListener, broadcast, decode, encodeBegin, 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 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 void encodeChildren(FacesContext context) throws IOException
encodeChildren
in class UIComponentBase
IOException
UIComponentBase.encodeChildren(javax.faces.context.FacesContext)
public boolean getRendersChildren()
getRendersChildren
in class UIComponentBase
UIComponentBase.getRendersChildren()
public String getLabel()
public void setLabel(String label)
label
- The label to set.public boolean isExpanded()
public void setExpanded(boolean expanded)
Copyright © 2005–2017 Alfresco Software. All rights reserved.