Interface TreeFilter

    • Method Detail

      • acceptNodeType

        boolean acceptNodeType​(NodeType node)
        checks if indicated node type is authorized.
        Parameters:
        node - node type to check
        Returns:
        true whether the node type is authorized
      • setComponents

        void setComponents​(List<String> componentList)
        sets the list of authorized components which can appear in the menu
        Parameters:
        componentList -
      • getComponents

        List<String> getComponents()
        Gets the list of authorized components
        Returns: