info.magnolia.module.workflow.trees
Class WorkflowWebsiteTreeConfiguration

java.lang.Object
  extended by info.magnolia.module.admininterface.AbstractTreeConfiguration
      extended by info.magnolia.module.admininterface.trees.WebsiteTreeConfiguration
          extended by info.magnolia.module.workflow.trees.WorkflowWebsiteTreeConfiguration
All Implemented Interfaces:
AdminTreeConfiguration

public class WorkflowWebsiteTreeConfiguration
extends WebsiteTreeConfiguration

An AdminTreeConfiguration for the website tree, which redefines the activation context menu items, so that they popup the activation dialog ('enter comment').

Version:
$Id: WorkflowWebsiteTreeConfiguration.java 41137 2011-01-06 18:19:25Z gjoseph $
Author:
pbracher

Constructor Summary
WorkflowWebsiteTreeConfiguration()
           
 
Method Summary
 void prepareContextMenu(Tree tree, boolean browseMode, javax.servlet.http.HttpServletRequest request)
          Prepare the context menu of the tree.
 
Methods inherited from class info.magnolia.module.admininterface.trees.WebsiteTreeConfiguration
prepareFunctionBar, prepareTree
 
Methods inherited from class info.magnolia.module.admininterface.AbstractTreeConfiguration
getMessages, hasAnyActiveSubscriber, isAdminInstance, isEnableDeleteConfirmation, setEnableDeleteConfirmation, setMessages
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkflowWebsiteTreeConfiguration

public WorkflowWebsiteTreeConfiguration()
Method Detail

prepareContextMenu

public void prepareContextMenu(Tree tree,
                               boolean browseMode,
                               javax.servlet.http.HttpServletRequest request)
Description copied from interface: AdminTreeConfiguration
Prepare the context menu of the tree. This is called during renderTree

Specified by:
prepareContextMenu in interface AdminTreeConfiguration
Overrides:
prepareContextMenu in class WebsiteTreeConfiguration
browseMode - true if this tree is shown in simple browse mode
See Also:
AdminTreeConfiguration.prepareContextMenu(info.magnolia.cms.gui.control.Tree, boolean, javax.servlet.http.HttpServletRequest)


Copyright © 2003-2011 Magnolia International Ltd.. All Rights Reserved.