public interface DynamicTreeUserDataBean extends SmartDataBean
These methods are called by DynamicTreeBean once the dynamic tree user data bean populate() method has been called.
DynamicTreeBean will then convert the data retrieved by these methods into JavaScript objects. And return them to the client browser to be rendered into the tree.
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
IBM copyright notice field.
|
Modifier and Type | Method and Description |
---|---|
java.util.Vector | getIconInfo()
Returns the icon type information for the dynamic tree node.
|
java.util.Vector | getMenuInfo()
Returns the menu information for a dynamic tree node.
|
java.util.Vector | getNodeInfo()
Returns the node(s) requested by the dynamic tree
|
static final java.lang.String COPYRIGHT
java.util.Vector getIconInfo() throws ECSystemException
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.
java.util.Vector getMenuInfo() throws ECSystemException
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.
java.util.Vector getNodeInfo() throws ECSystemException