All Known Implementing Classes:
PartyMenuItemFactoryImpl

public interface PartyMenuItemFactory
A factory for creating PartyMenuItem objects.
  • Method Summary

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

    • createOverviewPage

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

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