Nuxeo Enterprise Platform 5.4

org.nuxeo.cm.web.contentbrowser
Class CMMultiNavTreeManager

java.lang.Object
  extended by org.nuxeo.ecm.virtualnavigation.action.MultiNavTreeManager
      extended by org.nuxeo.cm.web.contentbrowser.CMMultiNavTreeManager
All Implemented Interfaces:
Serializable

@Name(value="multiNavTreeManager")
@Scope(value=CONVERSATION)
public class CMMultiNavTreeManager
extends org.nuxeo.ecm.virtualnavigation.action.MultiNavTreeManager

Author:
arussel
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.nuxeo.ecm.virtualnavigation.action.MultiNavTreeManager
STD_NAV_TREE, STD_NAV_TREE_LABEL
 
Constructor Summary
CMMultiNavTreeManager()
           
 
Method Summary
 void create()
           
 List<org.nuxeo.ecm.virtualnavigation.action.NavTreeDescriptor> getAvailableNavigationTrees()
           
 void switchToOutside()
           
 void switchToPersonnal()
           
 
Methods inherited from class org.nuxeo.ecm.virtualnavigation.action.MultiNavTreeManager
getSelectedNavigationTree, getSelectedNavigationTreeDescriptor, getVirtualNavPath, setSelectedNavigationTree, setThePath
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CMMultiNavTreeManager

public CMMultiNavTreeManager()
Method Detail

create

@Create
public void create()

getAvailableNavigationTrees

public List<org.nuxeo.ecm.virtualnavigation.action.NavTreeDescriptor> getAvailableNavigationTrees()
Overrides:
getAvailableNavigationTrees in class org.nuxeo.ecm.virtualnavigation.action.MultiNavTreeManager

switchToPersonnal

@Observer(value="personnalWorkspace")
public void switchToPersonnal()

switchToOutside

@Observer(value="goHome")
public void switchToOutside()

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.