Package org.patternfly.component.list
Class DescriptionListGroup
java.lang.Object
org.patternfly.component.SubComponent<HTMLDivElement,DescriptionListGroup>
org.patternfly.component.list.DescriptionListGroup
- All Implemented Interfaces:
Container<HTMLDivElement,
,DescriptionListGroup> Finder<HTMLDivElement>
,HasElement<HTMLDivElement,
,DescriptionListGroup> HasHTMLElement<HTMLDivElement,
,DescriptionListGroup> IsElement<HTMLDivElement>
,TypedBuilder<HTMLDivElement,
,DescriptionListGroup> WithIdentifier<HTMLDivElement,
,DescriptionListGroup> ComponentContext<HTMLDivElement,
DescriptionListGroup>
public class DescriptionListGroup
extends SubComponent<HTMLDivElement,DescriptionListGroup>
implements ComponentContext<HTMLDivElement,DescriptionListGroup>, WithIdentifier<HTMLDivElement,DescriptionListGroup>
-
Method Summary
Modifier and TypeMethodDescriptionaddDescription
(DescriptionListDescription description) addTerm
(DescriptionListTerm term) static DescriptionListGroup
descriptionListGroup
(String identifier) <T> T
boolean
that()
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.patternfly.core.ComponentContext
get, get
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, innerHtml, on, on, on, run, textContent, textNode, toggle, toggle, toggle, uniqueId
-
Method Details
-
descriptionListGroup
-
store
- Specified by:
store
in interfaceComponentContext<HTMLDivElement,
DescriptionListGroup>
-
that
- Specified by:
that
in interfaceTypedBuilder<HTMLDivElement,
DescriptionListGroup>
-
addTerm
-
addDescription
-
identifier
- Specified by:
identifier
in interfaceWithIdentifier<HTMLDivElement,
DescriptionListGroup>
-
has
- Specified by:
has
in interfaceComponentContext<HTMLDivElement,
DescriptionListGroup>
-
get
- Specified by:
get
in interfaceComponentContext<HTMLDivElement,
DescriptionListGroup>
-