|
|||||||||
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.UIClipboardShelfItem
public class UIClipboardShelfItem
Nested Class Summary | |
---|---|
static class |
UIClipboardShelfItem.ClipboardEvent
Class representing the an action relevant to the Clipboard element. |
Field Summary | |
---|---|
static int |
ACTION_PASTE_ALL
|
static int |
ACTION_PASTE_ITEM
|
static int |
ACTION_PASTE_LINK
|
static int |
ACTION_REMOVE_ALL
|
static int |
ACTION_REMOVE_ITEM
|
Fields inherited from class org.alfresco.web.ui.repo.component.shelf.UIShelfItem |
---|
SHELF_END, SHELF_START |
Constructor Summary | |
---|---|
UIClipboardShelfItem()
|
Method Summary | |
---|---|
void |
broadcast(javax.faces.event.FacesEvent event)
|
void |
decode(javax.faces.context.FacesContext context)
|
void |
encodeBegin(javax.faces.context.FacesContext context)
|
java.util.List |
getCollections()
|
javax.faces.el.MethodBinding |
getPasteActionListener()
|
void |
restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
|
java.lang.Object |
saveState(javax.faces.context.FacesContext context)
|
void |
setCollections(java.util.List collections)
|
void |
setPasteActionListener(javax.faces.el.MethodBinding binding)
|
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 |
Field Detail |
---|
public static final int ACTION_REMOVE_ITEM
public static final int ACTION_REMOVE_ALL
public static final int ACTION_PASTE_ITEM
public static final int ACTION_PASTE_ALL
public static final int ACTION_PASTE_LINK
Constructor Detail |
---|
public UIClipboardShelfItem()
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 void decode(javax.faces.context.FacesContext context)
decode
in class javax.faces.component.UIComponentBase
UIComponentBase.decode(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)
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 setCollections(java.util.List collections)
collections
- Set the clipboard item collections to usepublic java.util.List getCollections()
public void setPasteActionListener(javax.faces.el.MethodBinding binding)
binding
- The MethodBinding to call when Paste is selected by the userpublic javax.faces.el.MethodBinding getPasteActionListener()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |