Static Public Member Functions | |
GPNode[] | copyToNewGPNodeArray (GPNode[] origNodes) |
boolean | haveOneCommonParent (final GPNode[] nodes) |
GPNode[] | cloneNodes (GPNode[] origNodes) |
Private Member Functions | |
NodeUtils () |
|
do not instantiate |
|
a method that creates a new array of GPNodes with copies of the original GPNodes The domain beans associated with the GPNodes are not copied.
|
|
creates an array of new GPNode objects without from the origNodes. Use this in case you need to "cut" the children below your nodes for some reason, e.g. because you want to display a list of children in a Tree
|
|
checks whether the nodes in the array all have a common parent
|