Uses of Class
org.patternfly.component.Tabs
-
Packages that use Tabs Package Description org.patternfly.component -
-
Uses of Tabs in org.patternfly.component
Methods in org.patternfly.component that return Tabs Modifier and Type Method Description TabsTabs. add(String title, HTMLElement panel)Deprecated.TabsTabs. add(String id, String title, HTMLElement panel)Deprecated.<E extends HTMLElement>
TabsTabs. add(String id, String title, IsElement<E> panel)Deprecated.TabsTabs. add(String id, Consumer<HTMLContainerBuilder<HTMLButtonElement>> tabDisplay, HTMLElement panel)Deprecated.TabsTabs. add(String id, Consumer<HTMLContainerBuilder<HTMLButtonElement>> tabDisplay, Consumer<HTMLContainerBuilder<HTMLElement>> panelDisplay)Deprecated.<E extends HTMLElement>
TabsTabs. add(String id, Consumer<HTMLContainerBuilder<HTMLButtonElement>> display, IsElement<E> panel)Deprecated.<E extends HTMLElement>
TabsTabs. add(String title, IsElement<E> panel)Deprecated.TabsTabs. ariaScrollLeftLabel(String label)Deprecated.TabsTabs. ariaScrollRightLabel(String label)Deprecated.TabsTabs. fill()Deprecated.TabsTabs. onSelect(SelectHandler<Tabs.TabContent> onSelect)Deprecated.TabsTabs. select(String id)Deprecated.TabsTabs. select(String id, boolean fireEvent)Deprecated.static TabsTabs. tabs()Deprecated.TabsTabs. that()Deprecated.
-