Interface GovernmentBodyMenuItemFactory

All Known Implementing Classes:
GovernmentBodyMenuItemFactoryImpl

public interface GovernmentBodyMenuItemFactory
A factory for creating GovernmentBodyMenuItem objects.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    createGovernmentBodyMenuBar(com.vaadin.ui.MenuBar menuBar, String pageId)
    Creates a new GovernmentBodyMenuItem object.
    void
    createOverviewPage(com.vaadin.ui.VerticalLayout panelContent, String pageId)
    Creates a new GovernmentBodyMenuItem object.
  • Method Details

    • createGovernmentBodyMenuBar

      void createGovernmentBodyMenuBar(com.vaadin.ui.MenuBar menuBar, String pageId)
      Creates a new GovernmentBodyMenuItem object.
      Parameters:
      menuBar - the menu bar
      pageId - the page id
    • createOverviewPage

      void createOverviewPage(com.vaadin.ui.VerticalLayout panelContent, String pageId)
      Creates a new GovernmentBodyMenuItem object.
      Parameters:
      panelContent - the panel content
      pageId - the page id