Class AppTreeNode
java.lang.Object
com.kingsrook.qqq.backend.core.model.metadata.frontend.AppTreeNode
Frontend-version of objects that are parts of the app-hierarchy/tree.
e.g., Tables, Processes, and Apps themselves (since they can be nested).
These objects are organized into a tree - where each Node can have 0 or more
other Nodes as children.
-
Constructor Details
-
AppTreeNode
-
-
Method Details
-
getType
Getter for type -
getName
Getter for name -
getLabel
Getter for label -
getChildren
Getter for children -
getIconName
Getter for iconName -
getIcon
Getter for icon -
addChild
-