Package | Description |
---|---|
org.zkoss.zul |
ZUL component set that are used for HTML-based clients.
|
Modifier and Type | Method and Description |
---|---|
DefaultTreeModel<E> |
DefaultTreeNode.getModel() |
DefaultTreeModel<E> |
TreeNode.getModel()
Returns the tree model it belongs to.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultTreeNode.setModel(DefaultTreeModel<E> model) |
void |
TreeNode.setModel(DefaultTreeModel<E> model)
Sets the tree model it belongs to.
|
Copyright © 2018. All rights reserved.