Class PivotTableSettings

java.lang.Object
io.jmix.pivottableflowui.component.settings.PivotTableSettings
All Implemented Interfaces:
Settings

public class PivotTableSettings extends Object implements Settings
Pojo class to store pivot table data in the settings facet
  • Field Details

  • Constructor Details

    • PivotTableSettings

      public PivotTableSettings()
  • Method Details

    • getId

      @Nullable public String getId()
      Specified by:
      getId in interface Settings
      Returns:
      id of settings or null if not set
    • setId

      public void setId(@Nullable String id)
      Description copied from interface: Settings
      Sets an id of settings.
      Specified by:
      setId in interface Settings
      Parameters:
      id - id to set
    • getRows

      @Nullable public List<String> getRows()
    • setRows

      public void setRows(@Nullable List<String> rows)
    • getCols

      @Nullable public List<String> getCols()
    • setCols

      public void setCols(@Nullable List<String> cols)
    • getRendererName

      @Nullable public String getRendererName()
    • setRendererName

      public void setRendererName(@Nullable String rendererName)
    • getAggregatorName

      @Nullable public String getAggregatorName()
    • setAggregatorName

      public void setAggregatorName(@Nullable String aggregatorName)
    • getAggregationProperties

      @Nullable public List<String> getAggregationProperties()
    • setAggregationProperties

      public void setAggregationProperties(@Nullable List<String> aggregationProperties)
    • getInclusions

      @Nullable public Map<String,List<String>> getInclusions()
    • setInclusions

      public void setInclusions(@Nullable Map<String,List<String>> inclusions)
    • getExclusions

      @Nullable public Map<String,List<String>> getExclusions()
    • setExclusions

      public void setExclusions(@Nullable Map<String,List<String>> exclusions)
    • getRowOrder

      @Nullable public String getRowOrder()
    • setRowOrder

      public void setRowOrder(@Nullable String rowOrder)
    • getColOrder

      @Nullable public String getColOrder()
    • setColOrder

      public void setColOrder(@Nullable String colOrder)