Uses of Class
org.patternfly.component.form.FormControl
-
Packages that use FormControl Package Description org.patternfly.component.form -
-
Uses of FormControl in org.patternfly.component.form
Subclasses of FormControl in org.patternfly.component.form Modifier and Type Class Description classFormSelectA form select embeds browser native select lists into a form.classTextAreaA text area component is used for entering a paragraph of text that is longer than one line.classTextInputA text input is used to gather free-form text from a user.Methods in org.patternfly.component.form with parameters of type FormControl Modifier and Type Method Description <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)
-