Uses of Class
org.patternfly.component.tabs.TabContent
-
Packages that use TabContent Package Description org.patternfly.component.tabs -
-
Uses of TabContent in org.patternfly.component.tabs
Methods in org.patternfly.component.tabs that return TabContent Modifier and Type Method Description TabContentTabContent. addBody(TabContentBody body)static TabContentTabContent. tabContent()TabContentTabContent. that()Methods in org.patternfly.component.tabs with parameters of type TabContent Modifier and Type Method Description TabTab. add(TabContent content)TabTab. addContent(TabContent content)Method parameters in org.patternfly.component.tabs with type arguments of type TabContent Modifier and Type Method Description TabTab. add(Function<Tabs,elemental2.promise.Promise<TabContent>> content)TabTab. addContent(Function<Tabs,elemental2.promise.Promise<TabContent>> content)
-