| Package | Description |
|---|---|
| org.uqbar.arena.widgets.tree | |
| org.uqbar.lacar.ui.model |
| Modifier and Type | Method and Description |
|---|---|
Tree<T> |
Tree.bindNodeToProperty(String propertyName) |
Tree<T> |
Tree.onClickItem(Action onClickItem) |
Tree<T> |
Tree.onExpand(Action onExpand) |
| Modifier and Type | Method and Description |
|---|---|
Binding<?,Tree,TreeBuilder<?>> |
Tree.bindContents(Observable model)
Asigna el contenido de esta Arbol.
|
Binding<?,Tree,TreeBuilder<?>> |
Tree.bindContentsToProperty(String parentPropertyName,
String childrenPropertyName) |
| Constructor and Description |
|---|
ObservableTreeContents(Tree view) |
TreeNode(Tree<T> parent) |
| Modifier and Type | Method and Description |
|---|---|
<T> ControlBuilder |
PanelBuilder.addTree(Tree<T> tree,
String propertyNode) |
Copyright © 2015 Uqbar Project. All rights reserved.