Uses of Interface
org.zkoss.pivot.util.Trees.NodeRunner
-
Packages that use Trees.NodeRunner Package Description org.zkoss.pivot.util Pivottable related utility classes. -
-
Uses of Trees.NodeRunner in org.zkoss.pivot.util
Methods in org.zkoss.pivot.util with parameters of type Trees.NodeRunner Modifier and Type Method Description static void
Trees. traverse(PivotHeaderTree tree, boolean asIfOpenAll, int offset, int limit, Trees.NodeRunner runner)
Traverse the tree in a depth first, children first fashion, while concern paging.static void
Trees. traverse(PivotHeaderTree tree, boolean open, Trees.NodeRunner runner)
Traverse the tree in a depth first, children first fashion.static void
Trees. traverse(PivotHeaderTree tree, Trees.NodeRunner runner)
Traverse the tree in a depth first, children first fashion.
-