Class PivotTable.AbstractPivotData
java.lang.Object
org.vaadin.addons.componentfactory.PivotTable.AbstractPivotData
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PivotTable.BeanPivotData,PivotTable.JsonPivotData,PivotTable.PivotData
- Enclosing class:
PivotTable
Abastract base class for Pivot data models.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AbstractPivotData
public AbstractPivotData()
-
-
Method Details
-
addColumn
Add column.- Parameters:
name- Name of the column, unique.type- Data type used in the column
-
addRow
Add row from the map.- Parameters:
row- Map of column key data object pairs.
-