Class DescriptionListGroup
java.lang.Object
org.patternfly.component.SubComponent<HTMLDivElement, DescriptionListGroup>
org.patternfly.component.list.DescriptionListGroup
- All Implemented Interfaces:
ElementAttributeMethods<HTMLDivElement, DescriptionListGroup>, ElementClassListMethods<HTMLDivElement, DescriptionListGroup>, ElementConsumerMethods<HTMLDivElement, DescriptionListGroup>, ElementContainerMethods<HTMLDivElement, DescriptionListGroup>, ElementEventMethods<HTMLDivElement, DescriptionListGroup>, ElementIdMethods<HTMLDivElement, DescriptionListGroup>, ElementQueryMethods<HTMLDivElement>, HTMLElementAttributeMethods<HTMLDivElement, DescriptionListGroup>, HTMLElementDataMethods<HTMLDivElement, DescriptionListGroup>, HTMLElementStyleMethods<HTMLDivElement, DescriptionListGroup>, HTMLElementVisibilityMethods<HTMLDivElement, DescriptionListGroup>, IsElement<HTMLDivElement>, TypedBuilder<HTMLDivElement, DescriptionListGroup>, HasIdentifier<HTMLDivElement, DescriptionListGroup>, ComponentContext<HTMLDivElement, DescriptionListGroup>
public class DescriptionListGroup
extends SubComponent<HTMLDivElement, DescriptionListGroup>
implements ComponentContext<HTMLDivElement, DescriptionListGroup>, HasIdentifier<HTMLDivElement, DescriptionListGroup>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionaddDescription(DescriptionListDescription description) addTerm(DescriptionListTerm term) static DescriptionListGroupstatic DescriptionListGroupdescriptionListGroup(String identifier) <T> TbooleanRetrieves the identifier associated with this component.that()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 HTMLElementAttributeMethods
titleMethods inherited from interface HTMLElementDataMethods
data, dataMethods inherited from interface HTMLElementVisibilityMethods
hidden
-
Field Details
-
SUB_COMPONENT_NAME
- See Also:
-
-
Method Details
-
descriptionListGroup
-
descriptionListGroup
-
store
- Specified by:
storein interfaceComponentContext<HTMLDivElement, DescriptionListGroup>
-
that
- Specified by:
thatin interfaceTypedBuilder<HTMLDivElement, DescriptionListGroup>
-
addTerm
-
addDescription
-
identifier
Description copied from interface:HasIdentifierRetrieves the identifier associated with this component.- Specified by:
identifierin interfaceHasIdentifier<HTMLDivElement, DescriptionListGroup>- Returns:
- the identifier of the component
-
has
- Specified by:
hasin interfaceComponentContext<HTMLDivElement, DescriptionListGroup>
-
get
- Specified by:
getin interfaceComponentContext<HTMLDivElement, DescriptionListGroup>
-