|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.component.UIComponent
javax.faces.component.UIComponentBase
org.springframework.extensions.webscripts.ui.common.component.SelfRenderingComponent
org.alfresco.web.ui.repo.component.shelf.UIShelfItem
org.alfresco.web.ui.repo.component.shelf.UIRecentSpacesShelfItem
public class UIRecentSpacesShelfItem
JSF Component providing UI for a real-time updated list of the most recently visited Spaces.
Nested Class Summary | |
---|---|
static class |
UIRecentSpacesShelfItem.RecentSpacesEvent
Class representing the an action relevant to the Recent Spaces element. |
Field Summary |
---|
Fields inherited from class org.alfresco.web.ui.repo.component.shelf.UIShelfItem |
---|
SHELF_END, SHELF_START |
Constructor Summary | |
---|---|
UIRecentSpacesShelfItem()
|
Method Summary | |
---|---|
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) |
Methods inherited from class org.alfresco.web.ui.repo.component.shelf.UIShelfItem |
---|
getFamily |
Methods inherited from class org.springframework.extensions.webscripts.ui.common.component.SelfRenderingComponent |
---|
outputAttribute |
Methods inherited from class javax.faces.component.UIComponentBase |
---|
addFacesListener, 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 |
---|
public UIRecentSpacesShelfItem()
Method Detail |
---|
public void restoreState(javax.faces.context.FacesContext context, java.lang.Object state)
restoreState
in interface javax.faces.component.StateHolder
restoreState
in class javax.faces.component.UIComponentBase
StateHolder.restoreState(javax.faces.context.FacesContext, java.lang.Object)
public java.lang.Object saveState(javax.faces.context.FacesContext context)
saveState
in interface javax.faces.component.StateHolder
saveState
in class javax.faces.component.UIComponentBase
StateHolder.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.UIComponentBase
UIComponentBase.decode(javax.faces.context.FacesContext)
public void encodeBegin(javax.faces.context.FacesContext context) throws java.io.IOException
encodeBegin
in class javax.faces.component.UIComponentBase
java.io.IOException
UIComponentBase.encodeBegin(javax.faces.context.FacesContext)
public void broadcast(javax.faces.event.FacesEvent event) throws javax.faces.event.AbortProcessingException
broadcast
in class javax.faces.component.UIComponentBase
javax.faces.event.AbortProcessingException
UIComponentBase.broadcast(javax.faces.event.FacesEvent)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |