com.ibm.commerce.tools.common.ui

Interface DynamicTreeUserDataBean

    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        IBM copyright notice field.
        See Also:
        Constant Field Values
    • Method Detail

      • getIconInfo

        java.util.Vector getIconInfo()
                              throws ECSystemException
        Returns the icon type information for the dynamic tree node.

        All icon types do not need to be defined when the tree first loads. Additional icon types can be defined along with child nodes, when a node is expanded.

        Returns:
        A Vector of DynamicTreeIconType objects, which contain all the information relating to the various icon types created.
        Throws:
        ECSystemException - if an error occurs while trying to get the icon info
      • getMenuInfo

        java.util.Vector getMenuInfo()
                              throws ECSystemException
        Returns the menu information for a dynamic tree node.

        All menus do not need to be defined when the tree first loads. When a tree node expands, appropriate menu types can be returned with the children nodes.

        Returns:
        A Vector of DynamicTreeMenuType objects, which contains all of the information about the menus available in the tree.
        Throws:
        ECSystemException - if an error occurs while trying to get the menu info
      • getNodeInfo

        java.util.Vector getNodeInfo()
                              throws ECSystemException
        Returns the node(s) requested by the dynamic tree
        Returns:
        The nodes to be included on the requested level of the tree.
        Throws:
        ECSystemException - if an error occurs while trying to get the node info