Class PivotTable.BeanPivotData<T>
java.lang.Object
org.vaadin.addons.componentfactory.PivotTable.AbstractPivotData
org.vaadin.addons.componentfactory.PivotTable.BeanPivotData<T>
- All Implemented Interfaces:
Serializable
- Enclosing class:
PivotTable
Pivot dataa model that auto creates based on list of beans using
introspection.
Note: Bean properties need to be compatible with Integer, Double, Boolean to be considered either number or boolean on the client side Other types are converted to String using object.toString.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.vaadin.addons.componentfactory.PivotTable.AbstractPivotData
addColumn, addRow
-
Constructor Details
-
BeanPivotData
-