public interface PositionAwareTreeController<T> extends TreeController<T>
| Modifier and Type | Method and Description |
|---|---|
void |
move(Tree tree,
T node,
T target,
boolean addAsChild,
boolean append)
Moves given node in place of 'target' node.
|
add, add, create, create, customAction, delete, doubleClicked, movegetSelected, selectedvoid move(Tree tree, T node, T target, boolean addAsChild, boolean append)
tree - after successful movement, tree will be notified to update itselfnode - to be movedtarget - node to be shifted. In place of this 'target' node the 'node' will be moved.addAsChild - flag indicating whether node should be added as a child or not.append - if true the element will be placed after (addAsChild false) or in the very end (addAsChild true)Copyright © 2018 SAP SE. All Rights Reserved.