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 ViewBreadcrumbsprotected final com.vaadin.flow.component.tabs.Tabprotected 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:
getViewToClosein classViews.AbstractTabCloseTask
-
closePrevented
protected void closePrevented()- Overrides:
closePreventedin classViews.AbstractTabCloseTask
-