Uses of Interface
org.zkoss.zul.TreeModel
-
Packages that use TreeModel Package Description org.zkoss.zul org.zkoss.zul.event -
-
Uses of TreeModel in org.zkoss.zul
Classes in org.zkoss.zul that implement TreeModel Modifier and Type Class Description classAbstractTreeModel<E>A skeletal implementation forTreeModel.classDefaultTreeModel<E>A simple tree data model that usesTreeNodeto represent a tree.Methods in org.zkoss.zul that return TreeModel Modifier and Type Method 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.Methods in org.zkoss.zul with parameters of type TreeModel Modifier and Type Method Description voidTree. setModel(TreeModel<?> model)Sets the tree model associated with this tree. -
Uses of TreeModel in org.zkoss.zul.event
Methods in org.zkoss.zul.event that return TreeModel Modifier and Type Method Description TreeModelTreeDataEvent. getModel()Returns the tree model that fires this event.Constructors in org.zkoss.zul.event with parameters of type TreeModel Constructor 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.TreeDataEvent(TreeModel model, int type, int[] nodePath, int indexFrom, int indexTo, int[][] affectedPaths)Constructor.
-