Class PivotTableRefreshEvent
java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<JmixPivotTable>
io.jmix.pivottableflowui.kit.event.PivotTableRefreshEvent
- All Implemented Interfaces:
- Serializable
@DomEvent("jmix-pivottable:refresh")
public class PivotTableRefreshEvent
extends com.vaadin.flow.component.ComponentEvent<JmixPivotTable>
Describes the PivotTable refresh event. Fires each time the state of the pivot table changes.
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected PivotTableRefreshEventDetailprotected elemental.json.JsonObjectstatic final StringFields inherited from class java.util.EventObjectsource
- 
Constructor SummaryConstructorsConstructorDescriptionPivotTableRefreshEvent(JmixPivotTable pivotTable, boolean fromClient, elemental.json.JsonObject detailJson) 
- 
Method SummaryMethods inherited from class com.vaadin.flow.component.ComponentEventgetSource, isFromClient, unregisterListenerMethods inherited from class java.util.EventObjecttoString
- 
Field Details- 
EVENT_NAME- See Also:
 
- 
detailJsonprotected elemental.json.JsonObject detailJson
- 
detail
 
- 
- 
Constructor Details- 
PivotTableRefreshEventpublic PivotTableRefreshEvent(JmixPivotTable pivotTable, boolean fromClient, @EventData("event.detail") elemental.json.JsonObject detailJson) 
 
- 
- 
Method Details- 
getDetail
 
-