Class PivotTable.CellClickEvent

java.lang.Object
java.util.EventObject
io.jmix.pivottable.component.PivotTable.CellClickEvent
All Implemented Interfaces:
Serializable
Enclosing interface:
PivotTable

public static class PivotTable.CellClickEvent extends EventObject
Describes PivotTable cell click event.
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • getSource

      public PivotTable getSource()
      Overrides:
      getSource in class EventObject
    • getValue

      @Nullable public Double getValue()
      Returns:
      value of the clicked cell
    • getFilters

      public Map<String,String> getFilters()
      Returns:
      a map in which keys are localized property names used in columns or rows and values are localized property values
    • getUsedDataItems

      public List<DataItem> getUsedDataItems()
      Returns:
      a list of DataItem used in the clicked cell value generation