T - the item/object which is hidden behind every node.public class Tree<T>
extends org.zkoss.zul.Tree
TreeController to this tree. Events
related to d'n'd, selection, keys pressed will be propagated to this controller (so far only 'del' key is forwarded).
Model for this tree can be regular zk model.| Constructor and Description |
|---|
Tree() |
Tree(TreeController<T> controller) |
| Modifier and Type | Method and Description |
|---|---|
void |
setController(TreeController<T> controller) |
public Tree()
public Tree(TreeController<T> controller)
public void setController(TreeController<T> controller)
Copyright © 2018 SAP SE. All Rights Reserved.