Uses of Class
org.patternfly.component.tabs.Tabs
Packages that use Tabs
-
Uses of Tabs in org.patternfly.component.page
Methods in org.patternfly.component.page with parameters of type Tabs -
Uses of Tabs in org.patternfly.component.tabs
Subclasses with type arguments of type Tabs in org.patternfly.component.tabsModifier and TypeClassDescriptionclassTabs allow users to navigate between views within the same page or context.Classes in org.patternfly.component.tabs that implement interfaces with type arguments of type TabsModifier and TypeClassDescriptionclassTabs allow users to navigate between views within the same page or context.classTabs allow users to navigate between views within the same page or context.classTabs allow users to navigate between views within the same page or context.classTabs allow users to navigate between views within the same page or context.classTabs allow users to navigate between views within the same page or context.classTabs allow users to navigate between views within the same page or context.classTabs allow users to navigate between views within the same page or context.Methods in org.patternfly.component.tabs that return TabsModifier and TypeMethodDescription<T> TabsTabs.ariaAddLabel(String label) Aria-label for the add button.Provides an accessible label for the tabs.Tabs.ariaOverflowLabel(String label) The aria label applied to the button which toggles the tab overflow menuTabs.ariaScrollBackLabel(String label) Aria-label for the back scroll buttonTabs.ariaScrollForwardLabel(String label) Aria-label for the forward scroll buttonTabs.ariaToggleLabel(String label) Aria-label for the expandable toggleTabs.box(boolean box) Tabs.closeable()Tabs.closeable(CloseHandler<Tab> closeHandler) Tabs.expandable(Breakpoints<ExpandableModifier> expandable) Enable expandable vertical tabs at various breakpoints (Modifiers.Vertical.vertical()should be set to true for this to work).Tabs.expandable(ExpandableModifier expandable) Same asexpandable(breakpoints(default_, expandable))Tabs.fill(boolean fill) Tabs.initialSelection(String identifier) Tabs.inset(Breakpoints<Inset> inset) Insets at various breakpoints.Same asinset(breakpoints(default_, inset))Tabs.noBorderBottom()Same as noBorderBottom(true)Tabs.noBorderBottom(boolean noBorderBottom) Disables border bottom tab styling on tabs.Tabs.noInitialSelection()By default, the first tab is selected initially.Tabs.onAdd(BiConsumer<Tabs, Tab> onAdd) Callback for the 'add' button.Tabs.onClose(CloseHandler<Tab> closeHandler) Tabs.onRemove(BiConsumer<Tabs, Tab> onRemove) Tabs.onSelect(SelectHandler<Tab> selectHandler) Tabs.onToggle(ToggleHandler<Tabs> toggleHandler) Tabs.overflowHorizontal()Flag which places overflowing tabs into a menu triggered by the last tab.Tabs.overflowHorizontal(String overflowText) Flag which places overflowing tabs into a menu triggered by the last tab.Tabs.pageInsets(boolean pageInsets) Tabs.secondary(boolean secondary) Enables secondary styling to the tab componentTabs.showTabCount()Same as showTabCount(true)Tabs.showTabCount(boolean showTabCount) Flag which shows the count of overflowing tabs when enabledTabs.subtab()Same as subtab(true)Tabs.subtab(boolean subtab) Adds/removes modifier(subtab)Tab.tabs()Returns the enclosingTabscomponent.static TabsTabs.tabs()static <E extends HTMLElement>
TabsTabs.tabs(HTMLContainerBuilder<E> builder) Tabs.that()Tabs.toggleText(String text) Text that appears in the expandable toggle.Tabs.vertical(boolean vertical) Method parameters in org.patternfly.component.tabs with type arguments of type TabsModifier and TypeMethodDescriptionTab.add(Function<Tabs, Promise<TabContent>> content) Tab.addContent(Function<Tabs, Promise<TabContent>> content) Tabs.onAdd(BiConsumer<Tabs, Tab> onAdd) Callback for the 'add' button.Tabs.onRemove(BiConsumer<Tabs, Tab> onRemove) Tabs.onToggle(ToggleHandler<Tabs> toggleHandler)