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 TabTabs.SelectedChangeEvent. getPreviousTab()Get previous selected tab for this event.TabTabs. getSelectedTab()Gets the currently selected tab.TabTabs.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 voidTabs. add(Tab... tabs)Adds the given tabs to the component.voidTabs. 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, withHORIZONTALorientation.Tabs(Tab... tabs)Constructs a new object enclosing the given tabs, withHORIZONTALorientation.
-