Uses of Class
org.patternfly.component.form.FormControl
Packages that use FormControl
Package
Description
Provides form components for building structured data entry interfaces.
Provides input group components for combining form controls with text, icons, or buttons.
-
Uses of FormControl in org.patternfly.component.form
Subclasses of FormControl in org.patternfly.component.formModifier and TypeClassDescriptionclassA form select embeds browser native select lists into a form.classA text area component is used for entering a paragraph of text that is longer than one line.classA text input is used to gather free-form text from a user.Methods in org.patternfly.component.form with parameters of type FormControlModifier 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
Methods in org.patternfly.component.inputgroup that return FormControlMethods in org.patternfly.component.inputgroup with parameters of type FormControlModifier and TypeMethodDescriptionInputGroupItem.add(FormControl<?, ?> formControl) InputGroupItem.addControl(FormControl<?, ?> formControl)