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
FieldsModifier and TypeFieldDescriptionprotected PivotTableRefreshEventDetailprotected tools.jackson.databind.node.ObjectNodestatic final StringFields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionPivotTableRefreshEvent(JmixPivotTable pivotTable, boolean fromClient, tools.jackson.databind.node.ObjectNode detailJson) -
Method Summary
Methods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListenerMethods inherited from class java.util.EventObject
toString
-
Field Details
-
EVENT_NAME
- See Also:
-
detailJson
protected tools.jackson.databind.node.ObjectNode detailJson -
detail
-
-
Constructor Details
-
PivotTableRefreshEvent
public PivotTableRefreshEvent(JmixPivotTable pivotTable, boolean fromClient, @EventData("event.detail") tools.jackson.databind.node.ObjectNode detailJson)
-
-
Method Details
-
getDetail
-