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

public static class PivotTable.BeanPivotData<T> extends PivotTable.AbstractPivotData
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 Details