Package org.zkoss.pivot.util
Class Trees.TreeTravCtx
- java.lang.Object
-
- org.zkoss.pivot.util.Trees.TreeTravCtx
-
-
Constructor Summary
Constructors Constructor Description TreeTravCtx(boolean open)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcalsize()intindex()Stringkey()intnodesize()booleanopen()intpostindex()
-
-
-
Method Detail
-
open
public boolean open()
-
index
public int index()
-
postindex
public int postindex()
-
nodesize
public int nodesize()
-
calsize
public int calsize()
-
key
public String key()
-
-