| java.lang.Object org.zkoss.zul.event.TreeDataEvent
TreeDataEvent | public class TreeDataEvent (Code) | | Defines an event that encapsulates changes to a tree.
author: Jeff Liu since: ZK 3.0.0 |
Field Summary | |
final public static int | CONTENTS_CHANGED Identifies changing contents of nodes. | final public static int | INTERVAL_ADDED Identifies the addition of children to a node. | final public static int | INTERVAL_REMOVED Identifies the removal of children to a node. |
CONTENTS_CHANGED | final public static int CONTENTS_CHANGED(Code) | | Identifies changing contents of nodes.
|
INTERVAL_ADDED | final public static int INTERVAL_ADDED(Code) | | Identifies the addition of children to a node.
|
INTERVAL_REMOVED | final public static int INTERVAL_REMOVED(Code) | | Identifies the removal of children to a node.
|
getIndexFrom | public int getIndexFrom()(Code) | | Return the lower index of the change range
the lower index of the change range |
getIndexTo | public int getIndexTo()(Code) | | Return the upper index of the change range
the upper index of the change range |
getModel | public TreeModel getModel()(Code) | | Returns the tree model that fires this event.
|
getParent | public Object getParent()(Code) | | Returns the parent node that one of its children being modified
the parent node that one of its children being modified |
|
|