Package io.jmix.pivottable.component
Class PivotTable.CellClickEvent
java.lang.Object
java.util.EventObject
io.jmix.pivottable.component.PivotTable.CellClickEvent
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- PivotTable
Describes PivotTable cell click event.
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionCellClickEvent
(PivotTable pivotTable, Double value, Map<String, String> filters, Supplier<List<DataItem>> usedDataItemsRetriever) -
Method Summary
Methods inherited from class java.util.EventObject
toString
-
Field Details
-
value
-
filters
-
usedDataItems
-
usedDataItemsRetriever
-
-
Constructor Details
-
CellClickEvent
-
-
Method Details
-
getSource
- Overrides:
getSource
in classEventObject
-
getValue
- Returns:
- value of the clicked cell
-
getFilters
- Returns:
- a map in which keys are localized property names used in columns or rows and values are localized property values
-
getUsedDataItems
- Returns:
- a list of
DataItem
used in the clicked cell value generation
-