public class UIListItems
extends org.springframework.extensions.webscripts.ui.common.component.SelfRenderingComponent
Constructor and Description |
---|
UIListItems() |
Modifier and Type | Method and Description |
---|---|
boolean |
getCacheValue() |
String |
getFamily() |
Object |
getValue() |
void |
restoreState(FacesContext context,
Object state) |
Object |
saveState(FacesContext context) |
void |
setCacheValue(boolean cacheValue) |
void |
setValue(Object value) |
outputAttribute
addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, 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 Object getValue()
public void setValue(Object value)
value
- Sets the object holding the descriptionpublic boolean getCacheValue()
public void setCacheValue(boolean cacheValue)
cacheValue
- the cacheValue to setpublic 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.