java.lang.Object
com.hack23.cia.web.impl.ui.application.views.common.pagelinks.api.PageModeMenuCommand
All Implemented Interfaces:
com.vaadin.event.SerializableEventListener, com.vaadin.ui.Button.ClickListener, com.vaadin.ui.MenuBar.Command, Serializable, EventListener

public final class PageModeMenuCommand extends Object implements com.vaadin.ui.MenuBar.Command, com.vaadin.ui.Button.ClickListener
The Class PageModeMenuCommand.
See Also:
  • Constructor Details

    • PageModeMenuCommand

      public PageModeMenuCommand(String page, PageMode pageMode)
      Instantiates a new page mode menu command.
      Parameters:
      page - the page
      pageMode - the page mode
    • PageModeMenuCommand

      public PageModeMenuCommand(String page, PageMode pageMode, String part)
      Instantiates a new page mode menu command.
      Parameters:
      page - the page
      pageMode - the page mode
      part - the part
    • PageModeMenuCommand

      public PageModeMenuCommand(String page, String part)
      Instantiates a new page mode menu command.
      Parameters:
      page - the page
      part - the part
    • PageModeMenuCommand

      public PageModeMenuCommand(String page, String pageMode, String part)
      Instantiates a new page mode menu command.
      Parameters:
      page - the page
      pageMode - the page mode
      part - the part
  • Method Details

    • buttonClick

      public void buttonClick(com.vaadin.ui.Button.ClickEvent event)
      Specified by:
      buttonClick in interface com.vaadin.ui.Button.ClickListener
    • getPagePath

      public String getPagePath()
      Gets the page path.
      Returns:
      the page path