Uses of Interface
org.zkoss.pivot.impl.util.HeaderTraverser.Filler
-
Packages that use HeaderTraverser.Filler Package Description org.zkoss.pivot.impl.util Utilities for model implementations and Pivottable. -
-
Uses of HeaderTraverser.Filler in org.zkoss.pivot.impl.util
Classes in org.zkoss.pivot.impl.util that implement HeaderTraverser.Filler Modifier and Type Class Description classAbstractFillerA partial implementation of FillerclassExportHeaderCellFillerFiller for header node information, used by exporting utilities.classHeaderKeyFillerFiller for header keys.classHeaderLabelFillerFiller for header labels.classHeaderMergeFillerFiller for header colspan/rowspan informationclassHeaderSizeFillerFiller for header sizes.Methods in org.zkoss.pivot.impl.util with parameters of type HeaderTraverser.Filler Modifier and Type Method Description voidHeaderTraverser. run(HeaderTraverser.Filler[] fillers)Traverse the tree and call each Filler at each node and calculator.
-