Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.ui.web.component.tree
Class TreeWidgetActions

java.lang.Object
  extended by org.nuxeo.ecm.platform.ui.web.component.tree.TreeWidgetActions
All Implemented Interfaces:
Serializable

@Name(value="treeWidgetActions")
@Scope(value=CONVERSATION)
@Install(precedence=10)
public class TreeWidgetActions
extends Object
implements Serializable

Action to handle tree widget.

Since:
5.4
Author:
Thomas Roger
See Also:
Serialized Form

Constructor Summary
TreeWidgetActions()
           
 
Method Summary
 void addSelectionToList(ActionEvent event)
           
 DocumentModel getDocumentFromPath(String path)
          Returns the DocumentModel referenced by the given path if exists, null otherwise.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TreeWidgetActions

public TreeWidgetActions()
Method Detail

addSelectionToList

public void addSelectionToList(ActionEvent event)

getDocumentFromPath

public DocumentModel getDocumentFromPath(String path)
                                  throws ClientException
Returns the DocumentModel referenced by the given path if exists, null otherwise.

Throws:
ClientException

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.