Uses of Class
org.zkoss.pivot.impl.TabularPivotField
-
Packages that use TabularPivotField Package Description org.zkoss.pivot.impl Implementation of models. -
-
Uses of TabularPivotField in org.zkoss.pivot.impl
Fields in org.zkoss.pivot.impl declared as TabularPivotField Modifier and Type Field 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
Methods in org.zkoss.pivot.impl that return TabularPivotField Modifier and Type Method 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()
Methods in org.zkoss.pivot.impl with parameters of type TabularPivotField Modifier and Type Method Description protected static Object
TabularPivotModel.CalculatorContextSpace. getData(List<?> row, TabularPivotField field)
-