Serialized Form
-
Package com.vaadin.componentfactory
-
Class com.vaadin.componentfactory.AnchorNav
class AnchorNav extends com.vaadin.flow.component.HtmlContainer implements Serializable-
Serialized Fields
-
lastSelectedIndex
Integer lastSelectedIndex
The most recent index passed toAnchorNav.setSelectedSection(int). Used byAnchorNav.scrollToSelectedSection()to re-align to the section the caller intended, independent of the client-sideselectedIndexwhich may drift as the user (or the intersection observer) changes the active tab.
-
-
-
Class com.vaadin.componentfactory.AnchorNav.SelectedSectionChangedEvent
class SelectedSectionChangedEvent extends com.vaadin.flow.component.ComponentEvent<AnchorNav> implements Serializable-
Serialized Fields
-
sectionIndex
int sectionIndex
-
-
-
Class com.vaadin.componentfactory.AnchorNavSection
class AnchorNavSection extends com.vaadin.flow.component.HtmlContainer implements Serializable
-