All Known Implementing Classes:
BallotMenuItemFactoryImpl

public interface BallotMenuItemFactory
A factory for creating BallotMenuItem objects.
  • Method Summary

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

    • createBallotMenuBar

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

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