Class DynamicMenus

    • Field Detail

      • NODE_MENUS

        public static final java.lang.String NODE_MENUS
        Name of the node represenation of this object
        See Also:
        Constant Field Values
    • Constructor Detail

      • DynamicMenus

        public DynamicMenus()
      • DynamicMenus

        public DynamicMenus​(org.w3c.dom.Node root)
        Class constructor. Creates a new instance of the DynamicMenus, initializing it with the information provided on an xml Node.
        Parameters:
        root - Node instance representing the different pages information.
      • DynamicMenus

        public DynamicMenus​(org.w3c.dom.Document doc)
        Class constructor. Creates a new instance of the DynamicMenus, initializing it with the information provided on an xml Document.
        Parameters:
        doc - DOM Document with information to initialize this class
    • Method Detail

      • getMenuSet

        public ShortcutListSet getMenuSet​(java.lang.String name)
        Get the menu set associated with the name requested
        Parameters:
        name - name of the menu collection to retrieve
        Returns:
        list of menus associated with the name sent as parameter