Interface ChildNodeLoaderAction

All Superinterfaces:
Action

public interface ChildNodeLoaderAction
extends Action
Load and create child nodes for a given parent node. This action interface should be implemented by extensions that add more nodes to the item overview.
Since:
3.2
Author:
nicklas
  • Method Summary

    Modifier and Type Method Description
    void createChildNodes​(DbControl dc, OverviewContext context, Node parentNode)
    Create child nodes for the given parent node.
  • Method Details

    • createChildNodes

      void createChildNodes​(DbControl dc, OverviewContext context, Node parentNode)
      Create child nodes for the given parent node.