Package org.zkoss.zkmax.zul
Class DefaultTristateTreeModel.Path
- java.lang.Object
-
- org.zkoss.zul.AbstractTreeModel.Path
-
- org.zkoss.zkmax.zul.DefaultTristateTreeModel.Path
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable
- Enclosing class:
- DefaultTristateTreeModel<E>
protected class DefaultTristateTreeModel.Path extends AbstractTreeModel.Path
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.zkoss.zul.AbstractTreeModel.Path
path
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Path(int[] path)
protected
Path(AbstractTreeModel.Path p)
-
Method Summary
-
Methods inherited from class org.zkoss.zul.AbstractTreeModel.Path
compareTo, equals, hashCode, toString
-
-
-
-
Constructor Detail
-
Path
protected Path(int[] path)
-
Path
protected Path(AbstractTreeModel.Path p)
-
-