Class PivotTable<T>

java.lang.Object
com.vaadin.flow.component.Component
io.jmix.pivottableflowui.kit.component.JmixPivotTable<T>
io.jmix.pivottableflowui.component.PivotTable<T>
All Implemented Interfaces:
com.vaadin.flow.component.AttachNotifier, com.vaadin.flow.component.DetachNotifier, com.vaadin.flow.component.HasElement, com.vaadin.flow.component.HasEnabled, com.vaadin.flow.component.HasSize, com.vaadin.flow.component.HasStyle, Serializable, org.springframework.beans.factory.Aware, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware

public class PivotTable<T> extends JmixPivotTable<T> implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.InitializingBean
Integration of an open-source Javascript Pivot Table written by Nicolas Kruchten. A pivot table component is a powerful data analysis tool that allows users to summarize, analyze and present datasets in a flexible and interactive manner.
See Also:
  • Field Details

    • applicationContext

      protected org.springframework.context.ApplicationContext applicationContext
    • messages

      protected Messages messages
    • formatStringsRegistry

      protected FormatStringsRegistry formatStringsRegistry
    • currentAuthentication

      protected CurrentAuthentication currentAuthentication
  • Constructor Details

    • PivotTable

      public PivotTable()
  • Method Details

    • setApplicationContext

      public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
      Specified by:
      setApplicationContext in interface org.springframework.context.ApplicationContextAware
      Throws:
      org.springframework.beans.BeansException
    • afterPropertiesSet

      public void afterPropertiesSet()
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
    • requestPivotData

      protected void requestPivotData(Consumer<PivotData> consumer)
    • setPivotTableOptions

      protected void setPivotTableOptions(PivotTableOptions pivotTableOptions)
    • overrideOption

      protected <OPTION_TYPE> OPTION_TYPE overrideOption(OPTION_TYPE current, @Nullable OPTION_TYPE override)
    • initLocalization

      protected void initLocalization()
    • autowireDependencies

      protected void autowireDependencies()
    • getLocalizedStrings

      protected Map<String,Object> getLocalizedStrings()
    • getAggregationsLocaleMap

      protected Map<String,String> getAggregationsLocaleMap()
    • getRenderersLocaleMap

      protected Map<String,String> getRenderersLocaleMap()