public class ClipboardBean extends Object implements Serializable
The clipboard bean is responsible for processing Cut/Copy requests to the clipboard and for executing the various Paste calls available to the user.
Constructor and Description |
---|
ClipboardBean() |
Modifier and Type | Method and Description |
---|---|
void |
copyNode(ActionEvent event)
Action handler called to add a node to the clipboard for a Copy operation
|
void |
cutNode(ActionEvent event)
Action handler called to add a node to the clipboard for a Cut operation
|
List<String> |
getCustomPasteViewIds() |
List<ClipboardItem> |
getItems() |
void |
pasteAll(ActionEvent event)
Action handler call from the browse screen to Paste All clipboard items into the current Space
|
void |
pasteItem(ActionEvent event)
Action handler called to paste one or all items from the clipboard
|
void |
setCustomPasteViewIds(List<String> customPasteViewIds) |
void |
setItems(List<ClipboardItem> items) |
void |
setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService) |
public List<ClipboardItem> getItems()
public void setItems(List<ClipboardItem> items)
items
- List representing the items on the user clipboard.public void setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)
public void copyNode(ActionEvent event)
public void cutNode(ActionEvent event)
public void pasteAll(ActionEvent event)
public void pasteItem(ActionEvent event)
Copyright © 2005–2017 Alfresco Software. All rights reserved.