public class Tree<T> extends Control implements Node<T>
configurations| Modifier and Type | Method and Description |
|---|---|
void |
addTreeItem(TreeNode<T> treeItem) |
Binding<?,Tree,TreeBuilder<?>> |
bindContents(Observable model)
Asigna el contenido de esta Arbol.
|
Binding<?,Tree,TreeBuilder<?>> |
bindContentsToProperty(String parentPropertyName,
String childrenPropertyName) |
Tree<T> |
bindNodeToProperty(String propertyName) |
protected ControlBuilder |
createBuilder(PanelBuilder container) |
List<TreeNode<T>> |
getChildren() |
Action |
getOnClickItem() |
Action |
getOnExpand() |
Node<T> |
getParent() |
Tree<T> |
onClickItem(Action onClickItem) |
Tree<T> |
onExpand(Action onExpand) |
background, bindBackground, bindEnabled, bindEnabledToProperty, bindForeground, bindValue, bindValueToProperty, bindVisible, bindVisibleToProperty, enabled, foreground, setHeight, setWidth, tooltip, value, visibleaddBinding, addBinding, addConfiguration, appendYourselfTo, configure, getContainer, getContainerModelObject, nextCaption, showOn, toStringpublic Tree(Container container)
public void addTreeItem(TreeNode<T> treeItem)
addTreeItem in interface Node<T>public Binding<?,Tree,TreeBuilder<?>> bindContents(Observable model)
model - Una característica observable del modelo.public Binding<?,Tree,TreeBuilder<?>> bindContentsToProperty(String parentPropertyName, String childrenPropertyName)
protected ControlBuilder createBuilder(PanelBuilder container)
createBuilder in class Widgetpublic Action getOnClickItem()
public Action getOnExpand()
Copyright © 2015 Uqbar Project. All rights reserved.