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 TabTabSheet. add(Component tabContent, Component content)Adds a tab created from the given tab content and content.TabTabSheet. add(Tab tab, Component content)Adds a tab with the given content.TabTabSheet. add(Tab tab, Component content, int position)Adds a tab with the given content to the given position.TabTabSheet. add(String tabText, Component content)Adds a tab created from the given text and content.TabTabs.SelectedChangeEvent. getPreviousTab()Get previous selected tab for this event.TabTabSheet.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.TabTabSheet. getSelectedTab()Gets the currently selected tab.TabTabSheet.SelectedChangeEvent. getSelectedTab()Get selected tab for this event.TabTabSheet. getTabAt(int position)Returns the tab at the given position.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.TabTabSheet. add(Tab tab, Component content)Adds a tab with the given content.TabTabSheet. add(Tab tab, Component content, int position)Adds a tab with the given content to the given position.intTabSheet. getIndexOf(Tab tab)Returns the index of the given tab.voidTabSheet. remove(Tab tab)Removes a tab.voidTabs. setSelectedTab(Tab selectedTab)Selects the given tab.voidTabSheet. 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.SelectedChangeEvent(TabSheet source, Tab previousTab, boolean fromClient, boolean initialSelection)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.
-