Uses of Class
org.zkoss.pivot.impl.SimplePivotHeaderTree
-
Packages that use SimplePivotHeaderTree Package Description org.zkoss.pivot.impl Implementation of models. -
-
Uses of SimplePivotHeaderTree in org.zkoss.pivot.impl
Methods in org.zkoss.pivot.impl that return SimplePivotHeaderTree Modifier and Type Method Description SimplePivotHeaderTree
SimplePivotHeaderNode. getTree()
protected SimplePivotHeaderTree[]
TabularPivotModel.CalculatorContextSpace. update(boolean force)
Methods in org.zkoss.pivot.impl with parameters of type SimplePivotHeaderTree Modifier and Type Method Description protected void
TabularPivotModel. iterateRawData(SimplePivotHeaderTree colTree, SimplePivotHeaderTree rowTree, TabularPivotModel.RawDataRunner runner)
Override this method to provide a different implementation of raw data iteration.protected void
TabularPivotModel.CalculatorContextSpace. iterateSource(SimplePivotHeaderTree rowTree, SimplePivotHeaderTree colTree)
void
TabularPivotModel.CalculatorContextSpace. run(List<?> row, SimplePivotHeaderTree rowTree, SimplePivotHeaderTree colTree)
void
TabularPivotModel.RawDataRunner. run(List<?> row, SimplePivotHeaderTree rowTree, SimplePivotHeaderTree colTree)
protected void
TabularPivotModel. sortColumnTree(SimplePivotHeaderTree colTree)
Override this method to change the default node sorting in the column tree.protected void
TabularPivotModel. sortRowTree(SimplePivotHeaderTree rowTree)
Override this method to change the default node sorting in the row tree.Constructors in org.zkoss.pivot.impl with parameters of type SimplePivotHeaderTree Constructor Description SimplePivotHeaderNode(SimplePivotHeaderTree tree)
-