Package com.hybris.cockpitng.tree.node
Interface DynamicNodePopulator
-
public interface DynamicNodePopulatorInterface for populators of dynamic nodes used in navigation trees
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<NavigationNode>getChildren(NavigationNode node)Get the children of current node
-
-
-
Method Detail
-
getChildren
java.util.List<NavigationNode> getChildren(NavigationNode node)
Get the children of current node- Parameters:
node- current node; on first (root) dynamic level it has to beDynamicNode- Returns:
- children of current node
-
-