|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sybase.uep.bobclient.data.SPTreeHelper
public class SPTreeHelper
Helper class for structure parameter hierarchy tree
Field Summary | |
---|---|
static char |
PATH_SEPARATOR
|
Constructor Summary | |
---|---|
SPTreeHelper()
|
Method Summary | |
---|---|
static void |
addNodeAt(SPTreeNode node,
SPTreeNode parentNode,
java.lang.String path,
java.lang.String packageName)
Add the node to the tree at the given path. |
static SPTreeNode |
findChildAt(SPTreeNode root,
java.lang.String path)
Find the child at path |
static ObjectList |
getSubmitValues(SPTreeNode root)
Collect all the value that needs to be passed to Object API |
static boolean |
isAllLeafFillFrom(SPTreeNode node)
Checks every submitElement from leaf nodes, if all of them has fill from attribute, return true. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final char PATH_SEPARATOR
Constructor Detail |
---|
public SPTreeHelper()
Method Detail |
---|
public static void addNodeAt(SPTreeNode node, SPTreeNode parentNode, java.lang.String path, java.lang.String packageName)
node
- tree
- path
- path should be separated by dot. For example: Sales_order.employee.idpublic static boolean isAllLeafFillFrom(SPTreeNode node)
node
- parentNode
-
public static ObjectList getSubmitValues(SPTreeNode root)
root
-
public static SPTreeNode findChildAt(SPTreeNode root, java.lang.String path)
root
- path
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |