org.alfresco.web.ui.common.component
Class UIListItems

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by javax.faces.component.UIComponentBase
          extended by org.springframework.extensions.webscripts.ui.common.component.SelfRenderingComponent
              extended by org.alfresco.web.ui.common.component.UIListItems
All Implemented Interfaces:
javax.faces.component.StateHolder

public class UIListItems
extends org.springframework.extensions.webscripts.ui.common.component.SelfRenderingComponent

Allows a group of UIListItem objects to be represented.


Constructor Summary
UIListItems()
           
 
Method Summary
 boolean getCacheValue()
           
 java.lang.String getFamily()
           
 java.lang.Object getValue()
           
 void restoreState(javax.faces.context.FacesContext context, java.lang.Object state)
           
 java.lang.Object saveState(javax.faces.context.FacesContext context)
           
 void setCacheValue(boolean cacheValue)
           
 void setValue(java.lang.Object value)
           
 
Methods inherited from class org.springframework.extensions.webscripts.ui.common.component.SelfRenderingComponent
outputAttribute
 
Methods inherited from class javax.faces.component.UIComponentBase
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIListItems

public UIListItems()
Method Detail

getFamily

public java.lang.String getFamily()
Specified by:
getFamily in class javax.faces.component.UIComponent
See Also:
UIComponent.getFamily()

getValue

public java.lang.Object getValue()
Returns:
Returns the object holding the decriptions

setValue

public void setValue(java.lang.Object value)
Parameters:
value - Sets the object holding the description

getCacheValue

public boolean getCacheValue()
Returns:
the cacheValue

setCacheValue

public void setCacheValue(boolean cacheValue)
Parameters:
cacheValue - the cacheValue to set

restoreState

public void restoreState(javax.faces.context.FacesContext context,
                         java.lang.Object state)
Specified by:
restoreState in interface javax.faces.component.StateHolder
Overrides:
restoreState in class javax.faces.component.UIComponentBase
See Also:
StateHolder.restoreState(javax.faces.context.FacesContext, java.lang.Object)

saveState

public java.lang.Object saveState(javax.faces.context.FacesContext context)
Specified by:
saveState in interface javax.faces.component.StateHolder
Overrides:
saveState in class javax.faces.component.UIComponentBase
See Also:
StateHolder.saveState(javax.faces.context.FacesContext)


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.