Class HelperTextItem
java.lang.Object
org.patternfly.component.SubComponent<HTMLElement, HelperTextItem>
org.patternfly.component.help.HelperTextItem
- All Implemented Interfaces:
ElementAttributeMethods<HTMLElement, HelperTextItem>, ElementClassListMethods<HTMLElement, HelperTextItem>, ElementConsumerMethods<HTMLElement, HelperTextItem>, ElementContainerMethods<HTMLElement, HelperTextItem>, ElementEventMethods<HTMLElement, HelperTextItem>, ElementIdMethods<HTMLElement, HelperTextItem>, ElementQueryMethods<HTMLElement>, ElementTextMethods<HTMLElement, HelperTextItem>, HTMLElementAttributeMethods<HTMLElement, HelperTextItem>, HTMLElementDataMethods<HTMLElement, HelperTextItem>, HTMLElementStyleMethods<HTMLElement, HelperTextItem>, HTMLElementVisibilityMethods<HTMLElement, HelperTextItem>, IsElement<HTMLElement>, TypedBuilder<HTMLElement, HelperTextItem>, ComponentIcon<HTMLElement, HelperTextItem>, ComponentIconAndText<HTMLElement, HelperTextItem>, HasValue<String>
public class HelperTextItem
extends SubComponent<HTMLElement, HelperTextItem>
implements ComponentIcon<HTMLElement, HelperTextItem>, ComponentIconAndText<HTMLElement, HelperTextItem>, ElementTextMethods<HTMLElement, HelperTextItem>, HasValue<String>
-
Field Summary
Fields -
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 SubComponent
element, registerSubComponentMethods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ComponentIcon
iconMethods inherited from interface ComponentIconAndText
iconAndText, iconAndTextMethods inherited from interface ElementAttributeMethods
aria, aria, aria, attr, attr, attr, role, roleMethods inherited from interface ElementClassListMethods
classList, classList, css, toggle, toggle, toggleMethods inherited from interface ElementConsumerMethods
apply, runMethods inherited from interface ElementContainerMethods
add, add, add, add, addAll, addAll, addAll, addAll, addAll, addAllMethods inherited from interface ElementEventMethods
on, on, onMethods inherited from interface ElementIdMethods
id, uniqueIdMethods inherited from interface ElementQueryMethods
closest, querySelector, querySelectorAllMethods inherited from interface HTMLElementAttributeMethods
titleMethods inherited from interface HTMLElementDataMethods
data, dataMethods inherited from interface HTMLElementVisibilityMethods
hidden
-
Field Details
-
SUB_COMPONENT_NAME
- See Also:
-
-
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
-
icon
- Specified by:
iconin interfaceComponentIcon<HTMLElement, HelperTextItem>
-
removeIcon
- Specified by:
removeIconin interfaceComponentIcon<HTMLElement, HelperTextItem>
-
iconAndText
- Specified by:
iconAndTextin interfaceComponentIconAndText<HTMLElement, HelperTextItem>
-
status
-
status
-
status
-
screenReader
-
text
- Specified by:
textin interfaceElementTextMethods<HTMLElement, HelperTextItem>
-
that
- Specified by:
thatin interfaceTypedBuilder<HTMLElement, HelperTextItem>
-
value
-
text
- Specified by:
textin interfaceElementTextMethods<HTMLElement, HelperTextItem>
-