Class TabContent
java.lang.Object
org.patternfly.component.SubComponent<HTMLElement, TabContent>
org.patternfly.component.tabs.TabContent
- All Implemented Interfaces:
ElementAttributeMethods<HTMLElement, TabContent>, ElementClassListMethods<HTMLElement, TabContent>, ElementConsumerMethods<HTMLElement, TabContent>, ElementContainerMethods<HTMLElement, TabContent>, ElementEventMethods<HTMLElement, TabContent>, ElementIdMethods<HTMLElement, TabContent>, ElementQueryMethods<HTMLElement>, ElementTextMethods<HTMLElement, TabContent>, HTMLElementAttributeMethods<HTMLElement, TabContent>, HTMLElementDataMethods<HTMLElement, TabContent>, HTMLElementStyleMethods<HTMLElement, TabContent>, HTMLElementVisibilityMethods<HTMLElement, TabContent>, IsElement<HTMLElement>, TypedBuilder<HTMLElement, TabContent>, ComponentContext<HTMLElement, TabContent>, Modifiers.Disabled<HTMLElement, TabContent>
public class TabContent
extends SubComponent<HTMLElement, TabContent>
implements ComponentContext<HTMLElement, TabContent>, Modifiers.Disabled<HTMLElement, TabContent>, ElementTextMethods<HTMLElement, TabContent>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionaddBody(TabContentBody body) <T> TRetrieves the value associated with the given key from the ComponentContext.booleanDetermines whether a value is stored with the specified key.<T> TabContentStores a value associated with a key.static TabContentthat()Methods inherited from class SubComponent
element, registerSubComponentMethods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ComponentContext
get, getMethods inherited from interface ElementAttributeMethods
aria, aria, aria, attr, attr, attr, role, roleMethods inherited from interface ElementClassListMethods
classList, classList, css, toggle, toggle, toggleMethods inherited from interface ElementConsumerMethods
apply, runMethods inherited from interface ElementContainerMethods
add, add, add, add, addAll, addAll, addAll, addAll, addAll, addAllMethods inherited from interface ElementEventMethods
on, on, onMethods inherited from interface ElementIdMethods
id, uniqueIdMethods inherited from interface ElementQueryMethods
closest, querySelector, querySelectorAllMethods inherited from interface ElementTextMethods
text, textMethods inherited from interface HTMLElementAttributeMethods
titleMethods inherited from interface HTMLElementDataMethods
data, dataMethods inherited from interface HTMLElementVisibilityMethods
hiddenMethods inherited from interface Modifiers.Disabled
disabled, disabled, isDisabled
-
Field Details
-
SUB_COMPONENT_NAME
- See Also:
-
-
Method Details
-
tabContent
-
addBody
-
store
Description copied from interface:ComponentContextStores a value associated with a key.- Specified by:
storein interfaceComponentContext<HTMLElement, TabContent>- Type Parameters:
T- the type of the value being stored- Parameters:
key- the key associated with the valuevalue- the value to be stored
-
that
- Specified by:
thatin interfaceTypedBuilder<HTMLElement, TabContent>
-
has
Description copied from interface:ComponentContextDetermines whether a value is stored with the specified key.- Specified by:
hasin interfaceComponentContext<HTMLElement, TabContent>- Parameters:
key- the key to check- Returns:
- true if a value is stored with the specified key, false otherwise
-
get
Description copied from interface:ComponentContextRetrieves the value associated with the given key from the ComponentContext.- Specified by:
getin interfaceComponentContext<HTMLElement, TabContent>- Type Parameters:
T- the type of the value being retrieved- Parameters:
key- the key associated with the value- Returns:
- the value associated with the key, or null if no value is found
-