Uses of Class
org.patternfly.component.tabs.Tab
Packages that use Tab
-
Uses of Tab in org.patternfly.component.tabs
Methods in org.patternfly.component.tabs that return TabModifier and TypeMethodDescriptionTab.add
(Function<Tabs, elemental2.promise.Promise<TabContent>> content) Tab.add
(TabContent content) Tab.addContent
(Function<Tabs, elemental2.promise.Promise<TabContent>> content) Tab.addContent
(TabContent content) Tab.ariaCloseLabel
(String label) Tab.ariaDisabled()
Tab.ariaDisabled
(boolean disabled) Tab.ariaHelpLabel
(String label) Tab.closeable()
Tab.closeable
(CloseHandler<Tab> closeHandler) Tabs.currentTab()
Tab.disabled
(boolean disabled) Tab.hidden
(boolean hidden) Tab.onClose
(CloseHandler<Tab> closeHandler) Tab.removeIcon()
<T> Tab
static Tab
static Tab
static <E extends HTMLElement>
TabTab.tab
(HTMLContainerBuilder<E> builder, String identifier, String text) Tab.that()
Methods in org.patternfly.component.tabs that return types with arguments of type TabMethods in org.patternfly.component.tabs with parameters of type TabModifier and TypeMethodDescriptionvoid
void
Method parameters in org.patternfly.component.tabs with type arguments of type TabModifier and TypeMethodDescription<T> Tabs
Tab.closeable
(CloseHandler<Tab> closeHandler) Tabs.closeable
(CloseHandler<Tab> closeHandler) Callback for the add button.Tab.onClose
(CloseHandler<Tab> closeHandler) Tabs.onClose
(CloseHandler<Tab> closeHandler) Tabs.onSelect
(SelectHandler<Tab> selectHandler)