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
FieldsModifier and TypeFieldDescriptionprotected PivotTableCellClickEventDetailprotected tools.jackson.databind.node.ObjectNodestatic final StringFields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionPivotTableCellClickEvent(JmixPivotTable<T> 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
-
PivotTableCellClickEvent
public PivotTableCellClickEvent(JmixPivotTable<T> pivotTable, boolean fromClient, @EventData("event.detail") tools.jackson.databind.node.ObjectNode detailJson)
-
-
Method Details
-
getDetail
-