|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.web.bean.clipboard.ClipboardBean
public class ClipboardBean
Bean backing the Clipboard shelf functionality.
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 Summary | |
---|---|
ClipboardBean()
|
Method Summary | |
---|---|
void |
copyNode(javax.faces.event.ActionEvent event)
Action handler called to add a node to the clipboard for a Copy operation |
void |
cutNode(javax.faces.event.ActionEvent event)
Action handler called to add a node to the clipboard for a Cut operation |
java.util.List |
getItems()
|
void |
pasteAll(javax.faces.event.ActionEvent event)
Action handler call from the browse screen to Paste All clipboard items into the current Space |
void |
pasteItem(javax.faces.event.ActionEvent event)
Action handler called to paste one or all items from the clipboard |
void |
setItems(java.util.List items)
|
void |
setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClipboardBean()
Method Detail |
---|
public java.util.List getItems()
public void setItems(java.util.List items)
items
- List representing the items on the user clipboard.public void setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)
public void copyNode(javax.faces.event.ActionEvent event)
public void cutNode(javax.faces.event.ActionEvent event)
public void pasteAll(javax.faces.event.ActionEvent event)
public void pasteItem(javax.faces.event.ActionEvent event)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |