Uses of Class
org.zkoss.pivot.impl.TabularPivotField

Packages that use TabularPivotField
org.zkoss.pivot.impl Implementation of models. 
 

Uses of TabularPivotField in org.zkoss.pivot.impl
 

Methods in org.zkoss.pivot.impl that return TabularPivotField
 TabularPivotField[] TabularPivotModel.getColumnFields()
           
 TabularPivotField[] TabularPivotModel.getDataFields()
           
 TabularPivotField TabularPivotModel.getField(java.lang.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
protected  void TabularPivotModel.addRawValues(PivotHeaderNode rowNode, PivotHeaderNode colNode, java.util.List<?> row, TabularPivotField[] fields)
           
protected static java.util.List<java.lang.Object> TabularPivotModel.getValues(TabularPivotField[] fields, java.util.List<?> row)
           
 



Copyright © 2012. All Rights Reserved.