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 SummaryFieldsModifier and TypeFieldDescriptionprotected PivotTableCellClickEventDetailprotected elemental.json.JsonObjectstatic final StringFields inherited from class java.util.EventObjectsource
- 
Constructor SummaryConstructorsConstructorDescriptionPivotTableCellClickEvent(JmixPivotTable<T> 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- 
PivotTableCellClickEventpublic PivotTableCellClickEvent(JmixPivotTable<T> pivotTable, boolean fromClient, @EventData("event.detail") elemental.json.JsonObject detailJson) 
 
- 
- 
Method Details- 
getDetail
 
-