Uses of Class
com.vaadin.componentfactory.AnchorNavSection
Packages that use AnchorNavSection
-
Uses of AnchorNavSection in com.vaadin.componentfactory
Methods in com.vaadin.componentfactory that return AnchorNavSectionModifier and TypeMethodDescriptionAnchorNav.addSection(com.vaadin.flow.component.tabs.Tab sectionTab, com.vaadin.flow.component.Component... components) Adds a section created from the given Tab and content.AnchorNav.addSection(String title, com.vaadin.flow.component.Component... components) Adds a section created from the given title and content.Methods in com.vaadin.componentfactory with parameters of type AnchorNavSectionModifier and TypeMethodDescriptionvoidAnchorNav.setSelectedSection(AnchorNavSection selectedSection) Selects the given section.