Package | Description |
---|---|
org.zkoss.pivot.impl |
Implementation of models.
|
Modifier and Type | Field and Description |
---|---|
protected TabularPivotField[] |
TabularPivotModel.CalculatorContextSpace._colPF |
protected TabularPivotField[] |
TabularPivotModel.CalculatorContextSpace._dataPF |
protected TabularPivotField[] |
TabularPivotModel.CalculatorContextSpace._rowPF |
protected TabularPivotField[] |
TabularPivotModel.CalculatorContextSpace._srcDataPF |
protected TabularPivotField[] |
TabularPivotModel.CalculatorContextSpace._srcRCPF |
Modifier and Type | Method and Description |
---|---|
protected TabularPivotField |
TabularPivotModel.cast(PivotField field) |
TabularPivotField[] |
TabularPivotModel.getColumnFields() |
TabularPivotField[] |
TabularPivotModel.getDataFields() |
TabularPivotField |
TabularPivotModel.getField(String fieldName)
Returns the pivot field from the specified field name, if any.
|
TabularPivotField[] |
TabularPivotModel.getFields() |
TabularPivotField[] |
TabularPivotModel.getFields(PivotField.Type type) |
TabularPivotField[] |
TabularPivotModel.getRowFields() |
Modifier and Type | Method and Description |
---|---|
protected static Object |
TabularPivotModel.CalculatorContextSpace.getData(List<?> row,
TabularPivotField field) |
Copyright © 2017. All rights reserved.