Package | Description |
---|---|
org.zkoss.zul |
ZUL component set that are used for HTML-based clients.
|
org.zkoss.zul.event |
Events of ZUL Component Set.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTreeModel<E>
A skeletal implementation for
TreeModel . |
class |
DefaultTreeModel<E>
A simple tree data model that uses
TreeNode to represent a tree. |
Modifier and Type | Method and Description |
---|---|
<T> TreeModel<T> |
Tree.getModel()
Returns the list model associated with this tree, or null
if this tree is not associated with any tree data model.
|
Modifier and Type | Method and Description |
---|---|
void |
Tree.setModel(TreeModel<?> model)
Sets the tree model associated with this tree.
|
Modifier and Type | Method and Description |
---|---|
TreeModel |
TreeDataEvent.getModel()
Returns the tree model that fires this event.
|
Constructor and Description |
---|
TreeDataEvent(TreeModel model,
int type,
int[] nodePath,
int indexFrom,
int indexTo)
Constructor.
|
TreeDataEvent(TreeModel model,
int type,
int[] nodePath,
int indexFrom,
int indexTo,
int[] affectedPath)
Constructor.
|
Copyright © 2005-2018 Potix Corporation. All Rights Reserved.