Package org.patternfly.component.help
Class HelperTextItem
java.lang.Object
org.patternfly.component.SubComponent<HTMLElement,HelperTextItem>
org.patternfly.component.help.HelperTextItem
- All Implemented Interfaces:
Container<HTMLElement,
,HelperTextItem> Finder<HTMLElement>
,HasElement<HTMLElement,
,HelperTextItem> HasHTMLElement<HTMLElement,
,HelperTextItem> IsElement<HTMLElement>
,TypedBuilder<HTMLElement,
,HelperTextItem> HasValue<String>
,WithIcon<HTMLElement,
,HelperTextItem> WithIconAndText<HTMLElement,
,HelperTextItem> WithText<HTMLElement,
HelperTextItem>
public class HelperTextItem
extends SubComponent<HTMLElement,HelperTextItem>
implements WithIcon<HTMLElement,HelperTextItem>, WithText<HTMLElement,HelperTextItem>, WithIconAndText<HTMLElement,HelperTextItem>, HasValue<String>
-
Method Summary
Modifier and TypeMethodDescriptiondynamic()
static HelperTextItem
static HelperTextItem
helperTextItem
(String text) static HelperTextItem
helperTextItem
(String text, ValidationStatus status) static <E extends HTMLElement>
HelperTextItemhelperTextItem
(HTMLContainerBuilder<E> builder) static <E extends HTMLElement>
HelperTextItemhelperTextItem
(HTMLContainerBuilder<E> builder, String text) static <E extends HTMLElement>
HelperTextItemhelperTextItem
(HTMLContainerBuilder<E> builder, String text, ValidationStatus status) iconAndText
(Element icon, String text, IconPosition iconPosition) screenReader
(String text) status
(ValidationStatus status) status
(ValidationStatus status, Element icon) status
(ValidationStatus status, PredefinedIcon icon) text()
that()
value()
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, 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
Methods inherited from interface org.jboss.elemento.HasHTMLElement
data, hidden, style, style, style, style, style, style, title
Methods inherited from interface org.patternfly.component.WithIconAndText
iconAndText, iconAndText
-
Method Details
-
helperTextItem
-
helperTextItem
-
helperTextItem
-
helperTextItem
public static <E extends HTMLElement> HelperTextItem helperTextItem(HTMLContainerBuilder<E> builder) -
helperTextItem
public static <E extends HTMLElement> HelperTextItem helperTextItem(HTMLContainerBuilder<E> builder, String text) -
helperTextItem
public static <E extends HTMLElement> HelperTextItem helperTextItem(HTMLContainerBuilder<E> builder, String text, ValidationStatus status) -
dynamic
-
defaultIcon
-
icon
- Specified by:
icon
in interfaceWithIcon<HTMLElement,
HelperTextItem>
-
removeIcon
- Specified by:
removeIcon
in interfaceWithIcon<HTMLElement,
HelperTextItem>
-
iconAndText
- Specified by:
iconAndText
in interfaceWithIconAndText<HTMLElement,
HelperTextItem>
-
status
-
status
-
status
-
text
- Specified by:
text
in interfaceWithText<HTMLElement,
HelperTextItem>
-
screenReader
-
that
- Specified by:
that
in interfaceTypedBuilder<HTMLElement,
HelperTextItem>
-
value
-
text
- Specified by:
text
in interfaceWithText<HTMLElement,
HelperTextItem>
-