public class UIClipboardShelfItem extends UIShelfItem
| Modifier and Type | Class and Description |
|---|---|
static class |
UIClipboardShelfItem.ClipboardEvent
Class representing the an action relevant to the Clipboard element.
|
| Modifier and Type | Field and Description |
|---|---|
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 |
SHELF_END, SHELF_START| Constructor and Description |
|---|
UIClipboardShelfItem() |
| 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) |
List<ClipboardItem> |
getCollections() |
javax.faces.el.MethodBinding |
getPasteActionListener() |
void |
restoreState(javax.faces.context.FacesContext context,
Object state) |
Object |
saveState(javax.faces.context.FacesContext context) |
void |
setCollections(List<ClipboardItem> collections) |
void |
setPasteActionListener(javax.faces.el.MethodBinding binding) |
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 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
public void restoreState(javax.faces.context.FacesContext context,
Object state)
restoreState in interface javax.faces.component.StateHolderrestoreState in class javax.faces.component.UIComponentBaseStateHolder.restoreState(javax.faces.context.FacesContext, java.lang.Object)public 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 void decode(javax.faces.context.FacesContext context)
decode in class javax.faces.component.UIComponentBaseUIComponentBase.decode(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)public void encodeBegin(javax.faces.context.FacesContext context)
throws IOException
encodeBegin in class javax.faces.component.UIComponentBaseIOExceptionUIComponentBase.encodeBegin(javax.faces.context.FacesContext)public void setCollections(List<ClipboardItem> collections)
collections - Set the clipboard item collections to usepublic List<ClipboardItem> 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()
Copyright © 2005–2018 Alfresco Software. All rights reserved.