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. _colPFprotected TabularPivotField[]TabularPivotModel.CalculatorContextSpace. _dataPFprotected TabularPivotField[]TabularPivotModel.CalculatorContextSpace. _rowPFprotected TabularPivotField[]TabularPivotModel.CalculatorContextSpace. _srcDataPFprotected TabularPivotField[]TabularPivotModel.CalculatorContextSpace. _srcRCPFMethods in org.zkoss.pivot.impl that return TabularPivotField Modifier and Type Method Description protected TabularPivotFieldTabularPivotModel. cast(PivotField field)TabularPivotField[]TabularPivotModel. getColumnFields()TabularPivotField[]TabularPivotModel. getDataFields()TabularPivotFieldTabularPivotModel. 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 ObjectTabularPivotModel.CalculatorContextSpace. getData(List<?> row, TabularPivotField field)
-