Package org.patternfly.component.help
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>
-
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, org.patternfly.icon.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.patternfly.component.ComponentIcon
iconMethods inherited from interface org.patternfly.component.ComponentIconAndText
iconAndText, iconAndTextMethods inherited from interface org.jboss.elemento.ElementAttributeMethods
aria, aria, aria, attr, attr, attr, role, roleMethods inherited from interface org.jboss.elemento.ElementClassListMethods
classList, classList, css, toggle, toggle, toggleMethods inherited from interface org.jboss.elemento.ElementConsumerMethods
apply, runMethods inherited from interface org.jboss.elemento.ElementContainerMethods
add, add, add, add, addAll, addAll, addAll, addAll, addAll, addAllMethods inherited from interface org.jboss.elemento.ElementEventMethods
on, on, onMethods inherited from interface org.jboss.elemento.ElementIdMethods
id, uniqueIdMethods inherited from interface org.jboss.elemento.ElementQueryMethods
closest, querySelector, querySelectorAllMethods inherited from interface org.jboss.elemento.HTMLElementAttributeMethods
titleMethods inherited from interface org.jboss.elemento.HTMLElementDataMethods
dataMethods inherited from interface org.jboss.elemento.HTMLElementStyleMethods
style, style, style, style, style, styleMethods inherited from interface org.jboss.elemento.HTMLElementVisibilityMethods
hidden
-
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 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>
-