Class PivotTableCellClickEvent<T>
java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<JmixPivotTable<T>>
io.jmix.pivottableflowui.kit.event.PivotTableCellClickEvent<T>
- All Implemented Interfaces:
Serializable
@DomEvent("jmix-pivottable:cellclick")
public class PivotTableCellClickEvent<T>
extends com.vaadin.flow.component.ComponentEvent<JmixPivotTable<T>>
Pivot table cell click event sent from the client.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected PivotTableCellClickEventDetail
protected elemental.json.JsonObject
static final String
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionPivotTableCellClickEvent
(JmixPivotTable<T> 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
-
PivotTableCellClickEvent
public PivotTableCellClickEvent(JmixPivotTable<T> pivotTable, boolean fromClient, @EventData("event.detail") elemental.json.JsonObject detailJson)
-
-
Method Details
-
getDetail
-