Class AnchorNav.SelectedSectionChangedEvent

java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<AnchorNav>
com.vaadin.componentfactory.AnchorNav.SelectedSectionChangedEvent
All Implemented Interfaces:
Serializable
Enclosing class:
AnchorNav

@DomEvent("selected-changed") public static class AnchorNav.SelectedSectionChangedEvent extends com.vaadin.flow.component.ComponentEvent<AnchorNav>
See Also:
  • Constructor Details

    • SelectedSectionChangedEvent

      public SelectedSectionChangedEvent(AnchorNav source, boolean fromClient, @EventData("event.detail.index") int index)
  • Method Details

    • getSectionIndex

      public int getSectionIndex()