Uses of Class
org.patternfly.component.tabs.Tab
-
Packages that use Tab Package Description org.patternfly.component.tabs -
-
Uses of Tab in org.patternfly.component.tabs
Methods in org.patternfly.component.tabs that return Tab Modifier and Type Method Description TabTab. add(Function<Tabs,elemental2.promise.Promise<TabContent>> content)TabTab. add(Popover help)TabTab. add(TabContent content)TabTab. add(Tooltip tooltip)TabTab. addContent(Function<Tabs,elemental2.promise.Promise<TabContent>> content)TabTab. addContent(TabContent content)TabTab. addHelp(Popover help)TabTab. addTooltip(Tooltip tooltip)TabTab. ariaCloseLabel(String label)TabTab. ariaDisabled()TabTab. ariaDisabled(boolean disabled)TabTab. ariaHelpLabel(String label)TabTab. ariaLabel(String label)TabTab. closeable()TabTab. closeable(CloseHandler<Tab> closeHandler)TabTabs. currentTab()TabTab. disabled(boolean disabled)TabTab. hidden(boolean hidden)TabTab. href(String href)TabTab. icon(Element icon)TabTab. onClose(CloseHandler<Tab> closeHandler)TabTab. removeIcon()static TabTab. tab(String id)static TabTab. tab(String id, String text)static <E extends HTMLElement>
TabTab. tab(HTMLContainerBuilder<E> builder, String id, String text)TabTabs. tab(String id)TabTab. text(String text)TabTab. that()Methods in org.patternfly.component.tabs with parameters of type Tab Modifier and Type Method Description TabsTabs. add(Tab tab)TabsTabs. addTab(Tab tab)voidTabs. close(Tab tab)voidTabs. select(Tab tab)Method parameters in org.patternfly.component.tabs with type arguments of type Tab Modifier and Type Method Description <T> TabsTabs. addTabs(Iterable<T> items, Function<T,Tab> display)TabTab. closeable(CloseHandler<Tab> closeHandler)TabsTabs. closeable(CloseHandler<Tab> closeHandler)TabsTabs. onAdd(Function<Tabs,Tab> addHandler)Callback for the add button.TabTab. onClose(CloseHandler<Tab> closeHandler)TabsTabs. onClose(CloseHandler<Tab> closeHandler)TabsTabs. onSelect(SelectHandler<Tab> selectHandler)
-