Uses of Class
com.vaadin.flow.component.tabs.Tab
-
Packages that use Tab Package Description com.vaadin.flow.component.tabs -
-
Uses of Tab in com.vaadin.flow.component.tabs
Methods in com.vaadin.flow.component.tabs that return Tab Modifier and Type Method Description Tab
Tabs.SelectedChangeEvent. getPreviousTab()
Get previous selected tab for this event.Tab
Tabs. getSelectedTab()
Gets the currently selected tab.Tab
Tabs.SelectedChangeEvent. getSelectedTab()
Get selected tab for this event.Methods in com.vaadin.flow.component.tabs with parameters of type Tab Modifier and Type Method Description void
Tabs. add(Tab... tabs)
Adds the given tabs to the component.void
Tabs. setSelectedTab(Tab selectedTab)
Selects the given tab.Constructors in com.vaadin.flow.component.tabs with parameters of type Tab Constructor Description SelectedChangeEvent(Tabs source, Tab previousTab, boolean fromClient)
Creates a new selected change event.Tabs(boolean autoselect, Tab... tabs)
Constructs a new object enclosing the given autoselect option and tabs, withHORIZONTAL
orientation.Tabs(Tab... tabs)
Constructs a new object enclosing the given tabs, withHORIZONTAL
orientation.
-