Class FormControl<E extends HTMLElement, B extends BaseComponent<E,B>>

java.lang.Object
org.patternfly.component.BaseComponent<E,B>
org.patternfly.component.form.FormControl<E,B>
All Implemented Interfaces:
ElementAttributeMethods<E,B>, ElementClassListMethods<E,B>, ElementConsumerMethods<E,B>, ElementContainerMethods<E,B>, ElementEventMethods<E,B>, ElementIdMethods<E,B>, ElementQueryMethods<E>, HTMLElementAttributeMethods<E,B>, HTMLElementDataMethods<E,B>, HTMLElementStyleMethods<E,B>, HTMLElementVisibilityMethods<E,B>, IsElement<E>, TypedBuilder<E,B>, Component, Validatable<E,B>, Modifiers.Disabled<E,B>, Modifiers.Required<E,B>
Direct Known Subclasses:
FormSelect, TextArea, TextInput

public abstract class FormControl<E extends HTMLElement, B extends BaseComponent<E,B>> extends BaseComponent<E,B> implements Modifiers.Disabled<E,B>, Modifiers.Required<E,B>, Validatable<E,B>