Package | Description |
---|---|
org.zkoss.pivot.impl |
Implementation of models.
|
Modifier and Type | Method and Description |
---|---|
SimplePivotHeaderTree |
SimplePivotHeaderNode.getTree() |
protected SimplePivotHeaderTree[] |
TabularPivotModel.CalculatorContextSpace.update(boolean force) |
Modifier and Type | Method and 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.RawDataRunner.run(List<?> row,
SimplePivotHeaderTree rowTree,
SimplePivotHeaderTree colTree) |
void |
TabularPivotModel.CalculatorContextSpace.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.
|
Constructor and Description |
---|
SimplePivotHeaderNode(SimplePivotHeaderTree tree) |
Copyright © 2017. All rights reserved.