Class PivotTableLoader

All Implemented Interfaces:
ComponentLoader<PivotTable>

public class PivotTableLoader extends AbstractComponentLoader<PivotTable>
  • Constructor Details

    • PivotTableLoader

      public PivotTableLoader()
  • Method Details

    • createComponent

      public void createComponent()
      Description copied from interface: ComponentLoader
      Creates result component by XML-element and loads its Id. Also creates all nested components.
      See Also:
    • loadComponent

      public void loadComponent()
      Description copied from interface: ComponentLoader
      Loads component properties by XML definition.
      See Also:
    • loadDataContainer

      protected void loadDataContainer(PivotTable pivotTable, org.dom4j.Element element)
    • loadListOfStrings

      protected List<String> loadListOfStrings(org.dom4j.Element itemsElement, String elementName, String attributeName, boolean resource)
    • loadConfiguration

      protected void loadConfiguration(PivotTable pivot, org.dom4j.Element element)
    • loadProperties

      protected void loadProperties(PivotTable pivot, org.dom4j.Element element)
    • checkValidProperty

      protected void checkValidProperty(@Nullable MetaClass metaClass, String name)
    • loadRows

      protected void loadRows(PivotTable pivot, org.dom4j.Element element)
    • loadColumns

      protected void loadColumns(PivotTable pivot, org.dom4j.Element element)
    • loadAggregationProperties

      protected void loadAggregationProperties(PivotTable pivot, org.dom4j.Element element)
    • loadHiddenProperties

      protected void loadHiddenProperties(PivotTable pivot, org.dom4j.Element element)
    • loadHiddenFromAggregations

      protected void loadHiddenFromAggregations(PivotTable pivot, org.dom4j.Element element)
    • loadHiddenFromDragDrop

      protected void loadHiddenFromDragDrop(PivotTable pivot, org.dom4j.Element element)
    • loadRenderers

      protected void loadRenderers(PivotTable pivot, org.dom4j.Element element)
    • loadAggregation

      protected Aggregation loadAggregation(org.dom4j.Element aggregationElement)
    • loadAggregation

      protected void loadAggregation(PivotTable pivot, org.dom4j.Element element)
    • loadAggregations

      protected void loadAggregations(PivotTable pivot, org.dom4j.Element element)
    • loadRendererOptions

      protected void loadRendererOptions(PivotTable pivot, org.dom4j.Element element)
    • loadHeatmapRendererOptions

      protected void loadHeatmapRendererOptions(RendererOptions rendererOptions, org.dom4j.Element rendererOptionsElement)
    • loadC3RendererOptions

      protected void loadC3RendererOptions(RendererOptions rendererOptions, org.dom4j.Element rendererOptionsElement)
    • loadMapOfListsOfStrings

      protected Map<String,List<String>> loadMapOfListsOfStrings(org.dom4j.Element element)
    • loadInclusions

      protected void loadInclusions(PivotTable pivot, org.dom4j.Element element)
    • loadExclusions

      protected void loadExclusions(PivotTable pivot, org.dom4j.Element element)
    • loadDerivedProperties

      protected void loadDerivedProperties(PivotTable pivot, org.dom4j.Element element)