Package org.patternfly.component.tabs
Class TabContent
- java.lang.Object
-
- org.patternfly.component.SubComponent<E,B>
-
- org.patternfly.component.tabs.TabContent
-
- All Implemented Interfaces:
Container<HTMLElement,TabContent>,Finder<HTMLElement>,HasElement<HTMLElement,TabContent>,HasHTMLElement<HTMLElement,TabContent>,IsElement<HTMLElement>,TypedBuilder<HTMLElement,TabContent>,Modifiers.Disabled<HTMLElement,TabContent>
public class TabContent extends SubComponent<E,B> implements Modifiers.Disabled<HTMLElement,TabContent>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description TabContentaddBody(TabContentBody body)static TabContenttabContent()TabContentthat()-
Methods inherited from class org.patternfly.component.SubComponent
element
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jboss.elemento.Container
add, add, add, addAll, addAll, addAll, addAll, addAll, addAll
-
Methods inherited from interface org.jboss.elemento.HasElement
add, apply, aria, aria, aria, attr, attr, attr, classList, classList, css, id, id, innerHtml, on, run, textContent, textNode, toggle, toggle, toggle, uniqueId
-
Methods inherited from interface org.jboss.elemento.HasHTMLElement
data, hidden, style, style, style, style, style, style, title
-
Methods inherited from interface org.patternfly.style.Modifiers.Disabled
disabled, disabled, isDisabled
-
-
-
-
Method Detail
-
tabContent
public static TabContent tabContent()
-
addBody
public TabContent addBody(TabContentBody body)
-
that
public TabContent that()
- Specified by:
thatin interfaceTypedBuilder<HTMLElement,TabContent>
-
-