Uses of Class
org.patternfly.component.form.FormControl
-
Uses of FormControl in org.patternfly.component.form
Modifier and TypeClassDescriptionclass
A form select embeds browser native select lists into a form.class
A text area component is used for entering a paragraph of text that is longer than one line.class
A text input is used to gather free-form text from a user.Modifier and TypeMethodDescription<E extends HTMLElement,
B extends BaseComponent<E, B>>
FormGroupControlFormGroupControl.add
(FormControl<E, B> control) <E extends HTMLElement,
B extends BaseComponent<E, B>>
FormGroupControlFormGroupControl.addControl
(FormControl<E, B> control) -
Uses of FormControl in org.patternfly.component.inputgroup
Modifier and TypeMethodDescriptionInputGroupItem.add
(FormControl<?, ?> formControl) InputGroupItem.addFormControl
(FormControl<?, ?> formControl)