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 Summary
Modifier and TypeFieldDescriptionprotected PivotTableRefreshEventDetail
protected elemental.json.JsonObject
static final String
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionPivotTableRefreshEvent
(JmixPivotTable pivotTable, boolean fromClient, elemental.json.JsonObject detailJson) -
Method Summary
Methods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListener
Methods inherited from class java.util.EventObject
toString
-
Field Details
-
EVENT_NAME
- See Also:
-
detailJson
protected elemental.json.JsonObject detailJson -
detail
-
-
Constructor Details
-
PivotTableRefreshEvent
public PivotTableRefreshEvent(JmixPivotTable pivotTable, boolean fromClient, @EventData("event.detail") elemental.json.JsonObject detailJson)
-
-
Method Details
-
getDetail
-