| Package | Description |
|---|---|
| org.jboss.hal.ballroom.tree |
| Modifier and Type | Field and Description |
|---|---|
Node<T> |
SelectionContext.node |
| Modifier and Type | Method and Description |
|---|---|
Node<T> |
Node.Builder.build() |
Node<T> |
Tree.getNode(String id) |
Node<T> |
Tree.getSelected() |
| Modifier and Type | Method and Description |
|---|---|
void |
DataFunction.load(Node<T> node,
DataFunction.ResultCallback<T> callback) |
void |
DataFunction.ResultCallback.result(Node<T>[] nodes) |
| Constructor and Description |
|---|
Tree(String id,
Node<T> root,
DataFunction<T> data)
Creates a tree with the specified root node.
|
| Constructor and Description |
|---|
Tree(String id,
elemental2.core.JsArray<Node<T>> nodes)
Creates a tree and populates the tree with the specified nodes.
|
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.