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 Summary
FieldsModifier and TypeFieldDescriptionprotected com.vaadin.flow.component.tabs.Tab
protected MainTabSheet
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorsConstructorDescriptionMainTabSheetContextMenuItemClickEvent
(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. -
Method Summary
Methods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListener
Methods inherited from class java.util.EventObject
toString
-
Field Details
-
tabSheet
-
tab
protected com.vaadin.flow.component.tabs.Tab tab
-
-
Constructor Details
-
Method Details
-
getTabSheet
-
getTab
public com.vaadin.flow.component.tabs.Tab getTab()
-