info.magnolia.module.shop.trees
Class ConfigurableTreeConfiguration

java.lang.Object
  extended by info.magnolia.module.admininterface.AbstractTreeConfiguration
      extended by info.magnolia.module.shop.trees.ConfigurableTreeConfiguration
All Implemented Interfaces:
info.magnolia.module.admininterface.AdminTreeConfiguration

Deprecated.

public class ConfigurableTreeConfiguration
extends info.magnolia.module.admininterface.AbstractTreeConfiguration

This file is distributed in the hope that it will be useful, but AS-IS and WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE, TITLE, or NONINFRINGEMENT. Any modifications to this file must keep this entire header intact. See http://www.fastforward.ch/web/ff/dokumentation/entwickler/magnolia_configurable_tree.html for documentation on how to use this class.

Author:
willscheidegger@mac.com

Constructor Summary
ConfigurableTreeConfiguration()
          Deprecated.  
 
Method Summary
 Collection<Map> getColumns()
          Deprecated.  
 Collection<Map> getContextMenuItems()
          Deprecated.  
 Collection<Map> getFunctionBarItems()
          Deprecated.  
 Collection getNodeTypes()
          Deprecated.  
 String getOnIconDoubleClick()
          Deprecated.  
 void prepareContextMenu(info.magnolia.cms.gui.control.Tree tree, boolean browseMode, javax.servlet.http.HttpServletRequest request)
          Deprecated.  
 void prepareFunctionBar(info.magnolia.cms.gui.control.Tree tree, boolean browseMode, javax.servlet.http.HttpServletRequest request)
          Deprecated.  
 void prepareTree(info.magnolia.cms.gui.control.Tree tree, boolean browseMode, javax.servlet.http.HttpServletRequest request)
          Deprecated.  
 void setColumns(Collection<Map> columns)
          Deprecated.  
 void setContextMenuItems(Collection<Map> contextMenuItems)
          Deprecated.  
 void setFunctionBarItems(Collection<Map> functionBarItems)
          Deprecated.  
 void setNodeTypes(Collection nodeTypes)
          Deprecated.  
 void setOnIconDoubleClick(String onIconDoubleClick)
          Deprecated.  
 
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

ConfigurableTreeConfiguration

public ConfigurableTreeConfiguration()
Deprecated. 
Method Detail

getNodeTypes

public Collection getNodeTypes()
Deprecated. 
Returns:
the nodeTypes

setNodeTypes

public void setNodeTypes(Collection nodeTypes)
Deprecated. 
Parameters:
nodeTypes - the nodeTypes to set

prepareTree

public void prepareTree(info.magnolia.cms.gui.control.Tree tree,
                        boolean browseMode,
                        javax.servlet.http.HttpServletRequest request)
Deprecated. 

prepareContextMenu

public void prepareContextMenu(info.magnolia.cms.gui.control.Tree tree,
                               boolean browseMode,
                               javax.servlet.http.HttpServletRequest request)
Deprecated. 

prepareFunctionBar

public void prepareFunctionBar(info.magnolia.cms.gui.control.Tree tree,
                               boolean browseMode,
                               javax.servlet.http.HttpServletRequest request)
Deprecated. 

getColumns

public Collection<Map> getColumns()
Deprecated. 
Returns:
the columns

setColumns

public void setColumns(Collection<Map> columns)
Deprecated. 
Parameters:
columns - the columns to set

getContextMenuItems

public Collection<Map> getContextMenuItems()
Deprecated. 
Returns:
the contextMenuItems

setContextMenuItems

public void setContextMenuItems(Collection<Map> contextMenuItems)
Deprecated. 
Parameters:
contextMenuItems - the contextMenuItems to set

getOnIconDoubleClick

public String getOnIconDoubleClick()
Deprecated. 
Returns:
the onIconDoubleClick

setOnIconDoubleClick

public void setOnIconDoubleClick(String onIconDoubleClick)
Deprecated. 
Parameters:
onIconDoubleClick - the onIconDoubleClick to set

getFunctionBarItems

public Collection<Map> getFunctionBarItems()
Deprecated. 
Returns:
the functionBarItems

setFunctionBarItems

public void setFunctionBarItems(Collection<Map> functionBarItems)
Deprecated. 
Parameters:
functionBarItems - the functionBarItems to set


Copyright © 2013 Magnolia International Ltd.. All Rights Reserved.