Uses of Class
org.jboss.hal.ballroom.tree.Node
-
Packages that use Node Package Description org.jboss.hal.ballroom.tree -
-
Uses of Node in org.jboss.hal.ballroom.tree
Fields in org.jboss.hal.ballroom.tree declared as Node Modifier and Type Field Description Node<T>SelectionContext. nodeMethods in org.jboss.hal.ballroom.tree that return Node Modifier and Type Method Description Node<T>Node.Builder. build()Node<T>Tree. getNode(String id)Node<T>Tree. getSelected()Methods in org.jboss.hal.ballroom.tree with parameters of type Node Modifier and Type Method Description voidDataFunction. load(Node<T> node, DataFunction.ResultCallback<T> callback)voidDataFunction.ResultCallback. result(Node<T>[] nodes)Constructors in org.jboss.hal.ballroom.tree with parameters of type Node Constructor Description Tree(String id, Node<T> root, DataFunction<T> data)Creates a tree with the specified root node.Constructor parameters in org.jboss.hal.ballroom.tree with type arguments of type Node Constructor Description Tree(String id, elemental2.core.JsArray<Node<T>> nodes)Creates a tree and populates the tree with the specified nodes.
-