Class JmixEnhancedTable.AggregationInputValueChangeContext

java.lang.Object
io.jmix.ui.widget.JmixEnhancedTable.AggregationInputValueChangeContext
Direct Known Subclasses:
JmixGroupTable.GroupAggregationInputValueChangeContext
Enclosing interface:
JmixEnhancedTable

public static class JmixEnhancedTable.AggregationInputValueChangeContext extends Object
  • Field Details

    • columnId

      protected Object columnId
    • value

      protected String value
    • isTotalAggregation

      protected boolean isTotalAggregation
  • Constructor Details

    • AggregationInputValueChangeContext

      public AggregationInputValueChangeContext(Object columnId, String value, boolean isTotalAggregation)
  • Method Details

    • getColumnId

      public Object getColumnId()
    • getValue

      public String getValue()
    • isTotalAggregation

      public boolean isTotalAggregation()