Class WorkplaceFunctionTree

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
WorkplaceFunctionTreeFromInfoNode

public abstract class WorkplaceFunctionTree extends DefaultDispatchedBean implements Serializable
Tree of workplace functions to be started within the workpage container area of the workplace management.
See Also:
  • Constructor Details

    • WorkplaceFunctionTree

      public WorkplaceFunctionTree(IDispatcher owner)
  • Method Details

    • getFtree

      Tree of functions that is rendered as workplace tree at client side.
    • loadFunctionTree

      protected abstract void loadFunctionTree()
      This method is called during construction: in this method the nodes for the function tree are to be built up.
    • getFunctionNodeActionListener

      public WorkplaceFunctionTree.IFunctionNodeActionListener getFunctionNodeActionListener()
      Optional listener that is called on any action which the user executed on functions tree node level.
    • setFunctionNodeActionListener

      public void setFunctionNodeActionListener(WorkplaceFunctionTree.IFunctionNodeActionListener functionNodeActionListener)
    • getFunctionNodeDefaultDropReceive

      public String getFunctionNodeDefaultDropReceive()
      Default DROPRECEIVE string that is applied by default to any function tree node.
    • setFunctionNodeDefaultDropReceive

      public void setFunctionNodeDefaultDropReceive(String functionNodeDefaultDropReceive)
    • getWorkpageContainer

      protected IWorkpageContainer getWorkpageContainer()
    • loadContentPage

      protected IWorkpage loadContentPage(WorkpageStartInfo wpi)