Interface GovernmentBodyChartDataManager

All Known Implementing Classes:
GovernmentBodyChartDataManagerImpl

public interface GovernmentBodyChartDataManager
The Interface GovernmentBodyChartDataManager.
  • Method Details

    • createGovernmentBodyExpenditureSummaryChart

      void createGovernmentBodyExpenditureSummaryChart(com.vaadin.ui.VerticalLayout panelContent)
      Creates the government body expenditure summary chart.
      Parameters:
      panelContent - the panel content
    • createGovernmentBodyExpenditureSummaryChart

      void createGovernmentBodyExpenditureSummaryChart(com.vaadin.ui.VerticalLayout panelContent, String name)
      Creates the government body expenditure summary chart.
      Parameters:
      panelContent - the panel content
      name - the name
    • createGovernmentBodyHeadcountSummaryChart

      void createGovernmentBodyHeadcountSummaryChart(com.vaadin.ui.VerticalLayout panelContent)
      Creates the government body headcount summary chart.
      Parameters:
      panelContent - the panel content
    • createGovernmentBodyHeadcountSummaryChart

      void createGovernmentBodyHeadcountSummaryChart(com.vaadin.ui.VerticalLayout panelContent, String name)
      Creates the government body headcount summary chart.
      Parameters:
      panelContent - the panel content
      name - the name
    • createGovernmentBodyIncomeSummaryChart

      void createGovernmentBodyIncomeSummaryChart(com.vaadin.ui.VerticalLayout panelContent)
      Creates the government body income summary chart.
      Parameters:
      panelContent - the panel content
    • createGovernmentBodyIncomeSummaryChart

      void createGovernmentBodyIncomeSummaryChart(com.vaadin.ui.VerticalLayout panelContent, String name)
      Creates the government body income summary chart.
      Parameters:
      panelContent - the panel content
      name - the name
    • createMinistryGovernmentBodyExpenditureSummaryChart

      void createMinistryGovernmentBodyExpenditureSummaryChart(com.vaadin.ui.AbstractOrderedLayout content)
      Creates the ministry government body expenditure summary chart.
      Parameters:
      content - the content
    • createMinistryGovernmentBodyExpenditureSummaryChart

      void createMinistryGovernmentBodyExpenditureSummaryChart(com.vaadin.ui.VerticalLayout panelContent, String name)
      Creates the ministry government body expenditure summary chart.
      Parameters:
      panelContent - the panel content
      name - the name
    • createMinistryGovernmentBodyHeadcountSummaryChart

      void createMinistryGovernmentBodyHeadcountSummaryChart(com.vaadin.ui.AbstractOrderedLayout content)
      Creates the ministry government body headcount summary chart.
      Parameters:
      content - the content
    • createMinistryGovernmentBodyHeadcountSummaryChart

      void createMinistryGovernmentBodyHeadcountSummaryChart(com.vaadin.ui.AbstractOrderedLayout content, String name)
      Creates the ministry government body headcount summary chart.
      Parameters:
      content - the content
      name - the name
    • createMinistryGovernmentBodyIncomeSummaryChart

      void createMinistryGovernmentBodyIncomeSummaryChart(com.vaadin.ui.AbstractOrderedLayout content)
      Creates the ministry government body income summary chart.
      Parameters:
      content - the content
    • createMinistryGovernmentBodyIncomeSummaryChart

      void createMinistryGovernmentBodyIncomeSummaryChart(com.vaadin.ui.VerticalLayout panelContent, String name)
      Creates the ministry government body income summary chart.
      Parameters:
      panelContent - the panel content
      name - the name