Package org.patternfly.component.list
Class DescriptionListDescription
- java.lang.Object
-
- org.patternfly.component.SubComponent<E,B>
-
- org.patternfly.component.list.DescriptionListDescription
-
- All Implemented Interfaces:
Container<HTMLElement,DescriptionListDescription>,Finder<HTMLElement>,HasElement<HTMLElement,DescriptionListDescription>,HasHTMLElement<HTMLElement,DescriptionListDescription>,IsElement<HTMLElement>,TypedBuilder<HTMLElement,DescriptionListDescription>,WithText<HTMLElement,DescriptionListDescription>,ElementDelegate<HTMLElement,DescriptionListDescription>
public class DescriptionListDescription extends SubComponent<E,B> implements WithText<HTMLElement,DescriptionListDescription>, ElementDelegate<HTMLElement,DescriptionListDescription>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description HTMLElementdelegate()static DescriptionListDescriptiondescriptionListDescription()static DescriptionListDescriptiondescriptionListDescription(String text)Stringtext()DescriptionListDescriptiontext(String text)DescriptionListDescriptionthat()-
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, addAll, addAll, addAll, addAll, addAll, addAll
-
Methods inherited from interface org.patternfly.core.ElementDelegate
add, add, innerHtml, textContent, textNode
-
Methods inherited from interface org.jboss.elemento.HasElement
apply, aria, aria, aria, attr, attr, attr, classList, classList, css, id, id, on, run, toggle, toggle, toggle, uniqueId
-
-
-
-
Method Detail
-
descriptionListDescription
public static DescriptionListDescription descriptionListDescription()
-
descriptionListDescription
public static DescriptionListDescription descriptionListDescription(String text)
-
delegate
public HTMLElement delegate()
- Specified by:
delegatein interfaceElementDelegate<HTMLElement,DescriptionListDescription>
-
text
public DescriptionListDescription text(String text)
- Specified by:
textin interfaceWithText<HTMLElement,DescriptionListDescription>
-
that
public DescriptionListDescription that()
- Specified by:
thatin interfaceTypedBuilder<HTMLElement,DescriptionListDescription>
-
text
public String text()
- Specified by:
textin interfaceWithText<HTMLElement,DescriptionListDescription>
-
-