Class MainTabSheetContextMenu.MainTabSheetContextMenuItemClickEvent

java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<MainTabSheetMenuItem>
io.jmix.tabbedmode.component.tabsheet.contextmenu.MainTabSheetContextMenu.MainTabSheetContextMenuItemClickEvent
All Implemented Interfaces:
Serializable
Enclosing class:
MainTabSheetContextMenu

public static class MainTabSheetContextMenu.MainTabSheetContextMenuItemClickEvent extends com.vaadin.flow.component.ComponentEvent<MainTabSheetMenuItem>
See Also:
  • Field Details

    • tabSheet

      protected MainTabSheet tabSheet
    • tab

      protected com.vaadin.flow.component.tabs.Tab tab
  • Constructor Details

    • MainTabSheetContextMenuItemClickEvent

      public MainTabSheetContextMenuItemClickEvent(MainTabSheetMenuItem source, boolean fromClient)
      Creates a new event using the given source and indicator whether the event originated from the client side or the server side.
      Parameters:
      source - the source component
      fromClient - true if the event originated from the client side, false otherwise
  • Method Details

    • getTabSheet

      public MainTabSheet getTabSheet()
    • getTab

      public com.vaadin.flow.component.tabs.Tab getTab()