| Package | Description |
|---|---|
| no.g9.client.support |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractNode<T>
The class representing a target in the object selection.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectSelectionNode |
G9DialogController.getObjectSelectionNode(String roleName)
Gets the role name method pointer, e.g if the roleName is "Order" it
returns the field
theOrder |
ObjectSelectionNode |
ObjectSelectionNode.getParentNode()
Returns the parent node object.
|
ObjectSelectionNode |
AbstractNode.getRootNode() |
ObjectSelectionNode |
ObjectSelectionNode.getRootNode()
Returns the root node of this object selection node.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ObjectSelectionNode.addChild(ObjectSelectionNode child)
Adds a child to the set of children
|
static List |
ObjectSelectionTool.getPathToTarget(ObjectSelectionNode dialogController,
Map roleObjects,
String targetRoleName)
Deprecated.
|
void |
ObjectSelectionNode.setParentNode(ObjectSelectionNode parentNode)
Sets the parent node object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractNode.accept(Visitor<ObjectSelectionNode> visitor) |
void |
AbstractNode.visitBranch(Visitor<ObjectSelectionNode> visitor) |
void |
ObjectSelectionNode.visitBranch(Visitor<ObjectSelectionNode> visitor)
Visit all nodes in this branch
|
Copyright © 2006–2017 Esito AS. All rights reserved.