Package org.patternfly.component.list
Class DescriptionListTerm
- java.lang.Object
-
- org.patternfly.component.SubComponent<E,B>
-
- org.patternfly.component.list.DescriptionListTerm
-
- All Implemented Interfaces:
Container<HTMLElement,DescriptionListTerm>,Finder<HTMLElement>,HasElement<HTMLElement,DescriptionListTerm>,HasHTMLElement<HTMLElement,DescriptionListTerm>,IsElement<HTMLElement>,TypedBuilder<HTMLElement,DescriptionListTerm>,WithIcon<HTMLElement,DescriptionListTerm>,WithText<HTMLElement,DescriptionListTerm>,ElementDelegate<HTMLElement,DescriptionListTerm>
public class DescriptionListTerm extends SubComponent<E,B> implements WithIcon<HTMLElement,DescriptionListTerm>, WithText<HTMLElement,DescriptionListTerm>, ElementDelegate<HTMLElement,DescriptionListTerm>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description HTMLElementdelegate()static DescriptionListTermdescriptionListTerm()static DescriptionListTermdescriptionListTerm(String text)DescriptionListTermhelp(Popover popover)DescriptionListTermicon(Element icon)DescriptionListTermremoveIcon()Stringtext()DescriptionListTermtext(String text)DescriptionListTermthat()-
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
-
descriptionListTerm
public static DescriptionListTerm descriptionListTerm()
-
descriptionListTerm
public static DescriptionListTerm descriptionListTerm(String text)
-
delegate
public HTMLElement delegate()
- Specified by:
delegatein interfaceElementDelegate<HTMLElement,DescriptionListTerm>
-
text
public DescriptionListTerm text(String text)
- Specified by:
textin interfaceWithText<HTMLElement,DescriptionListTerm>
-
icon
public DescriptionListTerm icon(Element icon)
- Specified by:
iconin interfaceWithIcon<HTMLElement,DescriptionListTerm>
-
removeIcon
public DescriptionListTerm removeIcon()
- Specified by:
removeIconin interfaceWithIcon<HTMLElement,DescriptionListTerm>
-
help
public DescriptionListTerm help(Popover popover)
-
that
public DescriptionListTerm that()
- Specified by:
thatin interfaceTypedBuilder<HTMLElement,DescriptionListTerm>
-
text
public String text()
- Specified by:
textin interfaceWithText<HTMLElement,DescriptionListTerm>
-
-