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 Details

    • closePrevented

      protected boolean closePrevented
  • Constructor Details

    • BeforeCloseEvent

      public BeforeCloseEvent(C source, boolean fromClient)