Interface ChildNodeLoaderAction
- All Superinterfaces:
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 TypeMethodDescriptionvoid
createChildNodes
(DbControl dc, OverviewContext context, Node parentNode) Create child nodes for the given parent node.
-
Method Details
-
createChildNodes
Create child nodes for the given parent node.
-