| Constructor and Description |
|---|
Builder(String id,
String text,
T data) |
| Modifier and Type | Method and Description |
|---|---|
Node.Builder<T> |
asyncFolder() |
Node<T> |
build() |
Node.Builder<T> |
disabled() |
Node.Builder<T> |
folder() |
Node.Builder<T> |
icon(String icon) |
Node.Builder<T> |
open() |
Node.Builder<T> |
parent(String id) |
Node.Builder<T> |
root() |
public Node.Builder<T> root()
public Node.Builder<T> parent(String id)
public Node.Builder<T> folder()
public Node.Builder<T> open()
public Node.Builder<T> asyncFolder()
public Node.Builder<T> icon(String icon)
public Node.Builder<T> disabled()
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.