Package org.patternfly.component
Class Tabs.TabContent
- java.lang.Object
-
- org.patternfly.component.Tabs.TabContent
-
- Enclosing class:
- Tabs
@Deprecated public static class Tabs.TabContent extends Object
Deprecated.
-
-
Field Summary
Fields Modifier and Type Field Description HTMLElementcontentDeprecated.HTMLButtonElementtabDeprecated.
-
Constructor Summary
Constructors Constructor Description TabContent(HTMLButtonElement tab, HTMLElement content)Deprecated.
-
-
-
Field Detail
-
tab
public final HTMLButtonElement tab
Deprecated.
-
content
public final HTMLElement content
Deprecated.
-
-
Constructor Detail
-
TabContent
public TabContent(HTMLButtonElement tab, HTMLElement content)
Deprecated.
-
-