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
Data model for PivotTable. Columns need to be configured first, then add
rows.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.vaadin.addons.componentfactory.PivotTable.AbstractPivotData
addColumn, addRow
-
Constructor Details
-
PivotData
public PivotData()
-
-
Method Details
-
addRow
Add a row of data objects.- Parameters:
datas- Data objects in the same order as columns were added.
-