Class TextInput

java.lang.Object
org.patternfly.component.BaseComponent<E,B>
org.patternfly.component.form.FormControl<elemental2.dom.HTMLElement,TextInput>
org.patternfly.component.form.TextInput
All Implemented Interfaces:
Container<elemental2.dom.HTMLElement,TextInput>, Finder<elemental2.dom.HTMLElement>, HasElement<elemental2.dom.HTMLElement,TextInput>, HasHTMLElement<elemental2.dom.HTMLElement,TextInput>, IsElement<elemental2.dom.HTMLElement>, TypedBuilder<elemental2.dom.HTMLElement,TextInput>, Component, HasValue<String>, WithIcon<elemental2.dom.HTMLElement,TextInput>, WithText<elemental2.dom.HTMLElement,TextInput>, Modifiers.Disabled<elemental2.dom.HTMLElement,TextInput>, Modifiers.Plain<elemental2.dom.HTMLElement,TextInput>, Modifiers.Readonly<elemental2.dom.HTMLElement,TextInput>, Modifiers.Required<elemental2.dom.HTMLElement,TextInput>

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