public class UIRecentSpacesShelfItem extends UIShelfItem
| Modifier and Type | Class and Description |
|---|---|
static class |
UIRecentSpacesShelfItem.RecentSpacesEvent
Class representing the an action relevant to the Recent Spaces element.
|
SHELF_END, SHELF_START| Constructor and Description |
|---|
UIRecentSpacesShelfItem() |
| Modifier and Type | Method and Description |
|---|---|
void |
broadcast(javax.faces.event.FacesEvent event) |
void |
decode(javax.faces.context.FacesContext context) |
void |
encodeBegin(javax.faces.context.FacesContext context) |
javax.faces.el.MethodBinding |
getNavigateActionListener() |
java.lang.Object |
getValue()
Get the value (for this component the value is used as the List of recent Space Nodes)
|
void |
restoreState(javax.faces.context.FacesContext context,
java.lang.Object state) |
java.lang.Object |
saveState(javax.faces.context.FacesContext context) |
void |
setNavigateActionListener(javax.faces.el.MethodBinding binding) |
void |
setValue(java.lang.Object value)
Set the value (for this component the value is used as the List of recent Space Nodes)
|
getFamilyoutputAttributeaddFacesListener, 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, setValueBindingpublic 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)public java.lang.Object getValue()
public void setValue(java.lang.Object value)
value - the valuepublic void setNavigateActionListener(javax.faces.el.MethodBinding binding)
binding - The MethodBinding to call when Navigate is performed by the userpublic javax.faces.el.MethodBinding getNavigateActionListener()
public void decode(javax.faces.context.FacesContext context)
decode in class javax.faces.component.UIComponentBaseUIComponentBase.decode(javax.faces.context.FacesContext)public void encodeBegin(javax.faces.context.FacesContext context)
throws java.io.IOException
encodeBegin in class javax.faces.component.UIComponentBasejava.io.IOExceptionUIComponentBase.encodeBegin(javax.faces.context.FacesContext)public void broadcast(javax.faces.event.FacesEvent event)
throws javax.faces.event.AbortProcessingException
broadcast in class javax.faces.component.UIComponentBasejavax.faces.event.AbortProcessingExceptionUIComponentBase.broadcast(javax.faces.event.FacesEvent)Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.