Uses of Class
com.vaadin.flow.component.tabs.Tab
Packages that use Tab
-
Uses of Tab in com.vaadin.flow.component.tabs
Methods in com.vaadin.flow.component.tabs that return TabModifier and TypeMethodDescriptionAdds a tab created from the given tab content and content.Adds a tab with the given content.Adds a tab with the given content to the given position.Adds a tab created from the given text and content.Tabs.SelectedChangeEvent.getPreviousTab()Get previous selected tab for this event.TabSheet.SelectedChangeEvent.getPreviousTab()Get previous selected tab for this event.Tabs.getSelectedTab()Gets the currently selected tab.Tabs.SelectedChangeEvent.getSelectedTab()Get selected tab for this event.TabSheet.getSelectedTab()Gets the currently selected tab.TabSheet.SelectedChangeEvent.getSelectedTab()Get selected tab for this event.Returns theTabassociated with the given component.TabSheetTester.getTab(int index) Gets the visible tab at given index.Gets the visible tab with the given label.TabsTester.getTab(int index) Gets the visible tab at given index.Gets the visible tab with the given label.Tabs.getTabAt(int index) Returns the tab at the given position.TabSheet.getTabAt(int position) Returns the tab at the given position.Methods in com.vaadin.flow.component.tabs with parameters of type TabModifier and TypeMethodDescriptionvoidAdds the given tabs to the component.Adds a tab with the given content.Adds a tab with the given content to the given position.voidTabs.addTabAsFirst(Tab tab) Adds the given tab as the first child of this component.voidTabs.addTabAtIndex(int index, Tab tab) Adds the given tab as child of this tab at the specific index.TabSheet.getComponent(Tab tab) Returns theComponentinstance associated with the given tab.intTabSheet.getIndexOf(Tab tab) Returns the index of the given tab.intReturns the index of the given tab.voidRemoves the given child tabs from this component.voidRemoves a tab.voidReplaces the tab in the container with another one without changing position.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 TabModifierConstructorDescriptionSelectedChangeEvent(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.Constructs a new object enclosing the given autoselect option and tabs, withHORIZONTALorientation.Constructs a new object enclosing the given tabs, withHORIZONTALorientation.