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 HelperTextItemstatic HelperTextItemhelperTextItem(String text) static HelperTextItemhelperTextItem(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
elementMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jboss.elemento.Container
add, add, add, addAll, addAll, addAll, addAll, addAll, addAllMethods 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, uniqueIdMethods inherited from interface org.jboss.elemento.HasHTMLElement
data, hidden, style, style, style, style, style, style, titleMethods 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:
iconin interfaceWithIcon<HTMLElement,HelperTextItem>
-
removeIcon
- Specified by:
removeIconin interfaceWithIcon<HTMLElement,HelperTextItem>
-
iconAndText
- Specified by:
iconAndTextin interfaceWithIconAndText<HTMLElement,HelperTextItem>
-
status
-
status
-
status
-
text
- Specified by:
textin interfaceWithText<HTMLElement,HelperTextItem>
-
screenReader
-
that
- Specified by:
thatin interfaceTypedBuilder<HTMLElement,HelperTextItem>
-
value
-
text
- Specified by:
textin interfaceWithText<HTMLElement,HelperTextItem>
-