Class TextInput

All Implemented Interfaces:
ElementAttributeMethods<HTMLElement, TextInput>, ElementClassListMethods<HTMLElement, TextInput>, ElementConsumerMethods<HTMLElement, TextInput>, ElementContainerMethods<HTMLElement, TextInput>, ElementEventMethods<HTMLElement, TextInput>, ElementIdMethods<HTMLElement, TextInput>, ElementQueryMethods<HTMLElement>, HTMLElementAttributeMethods<HTMLElement, TextInput>, HTMLElementDataMethods<HTMLElement, TextInput>, HTMLElementStyleMethods<HTMLElement, TextInput>, HTMLElementVisibilityMethods<HTMLElement, TextInput>, IsElement<HTMLElement>, TypedBuilder<HTMLElement, TextInput>, Component, ComponentIcon<HTMLElement, TextInput>, HasValue<String>, Validatable<HTMLElement, TextInput>, org.patternfly.core.OuiaSupport<HTMLElement, TextInput>, org.patternfly.style.Modifiers.Disabled<HTMLElement, TextInput>, org.patternfly.style.Modifiers.Plain<HTMLElement, TextInput>, org.patternfly.style.Modifiers.Readonly<HTMLElement, TextInput>, org.patternfly.style.Modifiers.Required<HTMLElement, TextInput>

public class TextInput extends FormControl<HTMLElement, TextInput> implements ComponentIcon<HTMLElement, TextInput>, HasValue<String>, org.patternfly.style.Modifiers.Plain<HTMLElement, TextInput>, org.patternfly.style.Modifiers.Readonly<HTMLElement, TextInput>
A text input is used to gather free-form text from a user.
See Also: