Class ModuleReferenceDataClientTree


  • public class ModuleReferenceDataClientTree
    extends ModuleTree
    Manages the tree of installed modules. It implements GenericTree, detailed description is in that API doc.
    • Constructor Detail

      • ModuleReferenceDataClientTree

        public ModuleReferenceDataClientTree()
        Default constructor without parameters. It is needed to be able to create instances by GenericTreeServlet, it must be implemented also by subclases.
      • ModuleReferenceDataClientTree

        public ModuleReferenceDataClientTree​(HttpBaseServlet base,
                                             boolean bSmall)
        Constructor to generate a root tree
        Parameters:
        base -
        bSmall - Normal size or small size (true)
    • Method Detail

      • setRootTree

        public void setRootTree()
        sets to data the root tree
        Overrides:
        setRootTree in class ModuleTree
      • setLevel

        protected void setLevel​(int level)
        Description copied from class: GenericTree
        Set the deep level for the current set of nodes
        Overrides:
        setLevel in class GenericTree
      • setSubTree

        public void setSubTree​(String nodeId,
                               String level)
        Generates a subtree with nodeId as root node
        Overrides:
        setSubTree in class ModuleTree
        Parameters:
        nodeId -
      • getHTMLDescription

        public String getHTMLDescription​(String node)
        Returns a HTML with the description for the given node
        Overrides:
        getHTMLDescription in class ModuleTree
        Parameters:
        node -
        Returns:
        a HTML String with the description for the given node