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>
-
Method Summary
Modifier and TypeMethodDescriptiondisabled(boolean disabled) Adds/removes modifier(disabled)voidvalidated(ValidationStatus status) Methods inherited from class BaseComponent
componentType, element, registerComponentMethods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ElementAttributeMethods
aria, aria, aria, attr, attr, attr, role, roleMethods inherited from interface ElementClassListMethods
classList, classList, css, toggle, toggle, toggleMethods inherited from interface ElementConsumerMethods
apply, runMethods inherited from interface ElementContainerMethods
add, add, add, add, addAll, addAll, addAll, addAll, addAll, addAllMethods inherited from interface ElementEventMethods
on, on, onMethods inherited from interface ElementIdMethods
id, uniqueIdMethods inherited from interface ElementQueryMethods
closest, querySelector, querySelectorAllMethods inherited from interface HTMLElementAttributeMethods
titleMethods inherited from interface HTMLElementDataMethods
data, dataMethods inherited from interface HTMLElementVisibilityMethods
hiddenMethods inherited from interface Modifiers.Disabled
disabled, isDisabledMethods inherited from interface Modifiers.Required
required, requiredMethods inherited from interface TypedBuilder
that
-
Method Details
-
disabled
Description copied from interface:Modifiers.DisabledAdds/removes modifier(disabled)- Specified by:
disabledin interfaceModifiers.Disabled<E extends HTMLElement, B extends BaseComponent<E,B>>
-
validated
- Specified by:
validatedin interfaceValidatable<E extends HTMLElement, B extends BaseComponent<E,B>>
-
resetValidation
public void resetValidation()- Specified by:
resetValidationin interfaceValidatable<E extends HTMLElement, B extends BaseComponent<E,B>>
-