Class JmixViewTab.BeforeCloseEvent<C extends com.vaadin.flow.component.Component>
java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<C>
io.jmix.tabbedmode.component.tabsheet.JmixViewTab.BeforeCloseEvent<C>
- All Implemented Interfaces:
Serializable
- Enclosing class:
- JmixViewTab
public static class JmixViewTab.BeforeCloseEvent<C extends com.vaadin.flow.component.Component>
extends com.vaadin.flow.component.ComponentEvent<C>
- See Also:
-
Field Summary
FieldsFields inherited from class java.util.EventObject
source
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListener
Methods inherited from class java.util.EventObject
toString
-
Field Details
-
closePrevented
protected boolean closePrevented
-
-
Constructor Details
-
BeforeCloseEvent
-