Node - Тип узлаpublic class TreeNodeBulkInserted<Node extends TreeNode> extends BasicTreeNodeEvent<Node> implements TreeNodePopupEvent<Node>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
insertIndex
Позиция (от нуля) в котором распологается добавленные узлы
|
protected List<TreeNode<Node>> |
items
Дочерний узел
|
protected TreeNode<Node> |
parent
Родительский узел в который добавлен дочерний узел
|
protected List<TreeNode<Node>> |
popupPath |
source| Constructor and Description |
|---|
TreeNodeBulkInserted(TreeNode<Node> source) |
TreeNodeBulkInserted(TreeNode<Node> source,
TreeNode<Node> parent,
int insertIndex,
List<TreeNode<Node>> insertedItems) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getInsertIndex()
Позиция (от нуля) в котором распологается добавленные узлы
|
List<TreeNode<Node>> |
getItems()
Возвращает добавленные узлы
|
TreeNode<Node> |
getParent()
Возвращает родительский узел в который добавлен дочерний узел
|
List<TreeNode<Node>> |
getPopupPath()
Путь события от узла древа к корню
|
getSourceclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetSourceprotected TreeNode<Node extends TreeNode> parent
protected Integer insertIndex
public List<TreeNode<Node>> getPopupPath()
TreeNodePopupEventgetPopupPath in interface TreeNodePopupEvent<Node extends TreeNode>public TreeNode<Node> getParent()
public List<TreeNode<Node>> getItems()
public Integer getInsertIndex()
Copyright © 2018. All rights reserved.