Uses of Class
org.vaadin.firitin.components.tabs.VTabs
-
Packages that use VTabs Package Description org.vaadin.firitin.components.tabs -
-
Uses of VTabs in org.vaadin.firitin.components.tabs
Methods in org.vaadin.firitin.components.tabs that return VTabs Modifier and Type Method Description VTabsVTabs. withAutoselect(boolean autoselect)VTabsVTabs. withFlexGrowForEnclosedTabs(double flexGrow)VTabsVTabs. withOrientation(com.vaadin.flow.component.tabs.Tabs.Orientation orientation)VTabsVTabs. withSelectedChangeListener(com.vaadin.flow.component.ComponentEventListener<com.vaadin.flow.component.tabs.Tabs.SelectedChangeEvent> listener)VTabsVTabs. withSelectedIndex(int selectedIndex)VTabsVTabs. withSelectedTab(com.vaadin.flow.component.tabs.Tab selectedTab)VTabsVTabs. withTab(com.vaadin.flow.component.tabs.Tab tab)VTabsVTabs. withThemeVariants(com.vaadin.flow.component.tabs.TabsVariant... variants)
-