Class WebGuiComponentList

    • Field Detail

      • NODE_WEB_COMPONENTS

        public static final java.lang.String NODE_WEB_COMPONENTS
        See Also:
        Constant Field Values
    • Constructor Detail

      • WebGuiComponentList

        public WebGuiComponentList()
        Class constructor. Initializes a new -empty- instance of the WebGuiComponentList class.
      • WebGuiComponentList

        public WebGuiComponentList​(org.w3c.dom.Node root)
        Class constructor. Initializes a WebGuiComponentList instance based on the information included in the XML Node
        Parameters:
        root - Node instance representing the web Component list information.
      • WebGuiComponentList

        public WebGuiComponentList​(org.w3c.dom.Node root,
                                   WebGuiComponentList defaultList)
        Class constructor. Initializes a WebGuiComponentList instance based on the information included in the XML Node
        Parameters:
        root - Node instance representing the WebGuiComponentList information.
        defaultList - a WebGuiComponentList used as default.
      • WebGuiComponentList

        public WebGuiComponentList​(org.w3c.dom.Document doc)
        Class constructor. Initializes a WebGuiComponentList instance based on the information included in the Document doc
        Parameters:
        doc - Document instance representing the shortcut list information.
      • WebGuiComponentList

        public WebGuiComponentList​(org.w3c.dom.Document doc,
                                   WebGuiComponentList defaultList)
        Class constructor. Initializes a WebGuiComponentList instance based on the information included in the Document doc
        Parameters:
        doc - Document instance representing the WebGuiComponentList information.
        defaultList - a WebGuiComponentList used as default.
    • Method Detail

      • getWebGuiComponent

        public WebGuiComponent getWebGuiComponent​(java.lang.String name)
        Parameters:
        name - the name of the WebComponent
        Returns:
        the WebComponent in the collection with the given name