Class TabbedViewsContainer.TabsCollectionChangeEvent<C extends com.vaadin.flow.component.Component & TabbedViewsContainer<C>>

java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<C>
io.jmix.tabbedmode.component.workarea.TabbedViewsContainer.TabsCollectionChangeEvent<C>
All Implemented Interfaces:
Serializable
Enclosing interface:
TabbedViewsContainer<C extends com.vaadin.flow.component.Component & TabbedViewsContainer<C>>

public static class TabbedViewsContainer.TabsCollectionChangeEvent<C extends com.vaadin.flow.component.Component & TabbedViewsContainer<C>> extends com.vaadin.flow.component.ComponentEvent<C>
An event that is fired every time tabs collection is changed.
See Also:
  • Field Details

  • Constructor Details

    • TabsCollectionChangeEvent

      public TabsCollectionChangeEvent(C source, boolean fromClient, TabbedViewsContainer.TabsCollectionChangeType changeType, Collection<? extends com.vaadin.flow.component.tabs.Tab> changes)
      Creates a new tabs collection change event.
      Parameters:
      source - the source component
      fromClient - true for client-side events, false otherwise
      changeType - the type of change
      changes - changed tabs
  • Method Details