@groovy.transform.CompileStatic class ScreenTree extends java.lang.Object
| Modifiers | Name | Description |
|---|---|---|
static class |
ScreenTree.TreeNode |
|
static class |
ScreenTree.TreeSubNode |
| Modifiers | Name | Description |
|---|---|---|
protected ExecutionContextFactoryImpl |
ecfi |
|
protected java.lang.String |
location |
|
protected static org.slf4j.Logger |
logger |
|
protected java.util.Map<java.lang.String, TreeNode> |
nodeByName |
|
protected ScreenDefinition |
sd |
|
protected java.util.List<TreeSubNode> |
subNodeList |
|
protected MNode |
treeNode |
| Constructor and description |
|---|
ScreenTree
(ExecutionContextFactoryImpl ecfi, ScreenDefinition sd, MNode treeNode, java.lang.String location) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
java.util.List<java.util.Map> |
getChildNodes(java.util.List<TreeSubNode> currentSubNodeList, ExecutionContextImpl eci, ContextStack cs, boolean recurse) |
|
void |
sendSubNodeJson() |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |