Class PivotTable.PivotData

java.lang.Object
org.vaadin.addons.componentfactory.PivotTable.AbstractPivotData
org.vaadin.addons.componentfactory.PivotTable.PivotData
All Implemented Interfaces:
Serializable
Enclosing class:
PivotTable

public static class PivotTable.PivotData extends PivotTable.AbstractPivotData
Data model for PivotTable. Columns need to be configured first, then add rows.
See Also:
  • Constructor Details

    • PivotData

      public PivotData()
  • Method Details

    • addRow

      public void addRow(Object... datas)
      Add a row of data objects.
      Parameters:
      datas - Data objects in the same order as columns were added.