Interface DynamicNodePopulator


  • public interface DynamicNodePopulator
    Interface for populators of dynamic nodes used in navigation trees
    • 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 be DynamicNode
        Returns:
        children of current node