Package io.jmix.tabbedmode
Class Views.TabCloseTask
java.lang.Object
io.jmix.tabbedmode.Views.AbstractTabCloseTask
io.jmix.tabbedmode.Views.TabCloseTask
- All Implemented Interfaces:
Runnable
- Enclosing class:
- Views
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final ViewBreadcrumbs
protected final com.vaadin.flow.component.tabs.Tab
protected final TabbedViewsContainer<?>
-
Constructor Summary
ConstructorsConstructorDescriptionTabCloseTask
(TabbedViewsContainer<?> tabbedContainer, com.vaadin.flow.component.tabs.Tab tab) -
Method Summary
Methods inherited from class io.jmix.tabbedmode.Views.AbstractTabCloseTask
isCloseable, run
-
Field Details
-
tabbedContainer
-
tab
protected final com.vaadin.flow.component.tabs.Tab tab -
breadcrumbs
-
-
Constructor Details
-
TabCloseTask
public TabCloseTask(TabbedViewsContainer<?> tabbedContainer, com.vaadin.flow.component.tabs.Tab tab)
-
-
Method Details
-
getViewToClose
- Specified by:
getViewToClose
in classViews.AbstractTabCloseTask
-
closePrevented
protected void closePrevented()- Overrides:
closePrevented
in classViews.AbstractTabCloseTask
-