Package org.patternfly.component.form
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,org.patternfly.style.Modifiers.Disabled<E,,B> org.patternfly.style.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 org.patternfly.style.Modifiers.Disabled<E,B>, org.patternfly.style.Modifiers.Required<E,B>
-
Method Summary
Modifier and TypeMethodDescriptiondisabled(boolean disabled) voidvalidated(ValidationStatus status) Methods inherited from class org.patternfly.component.BaseComponent
componentType, elementMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jboss.elemento.ElementAttributeMethods
aria, aria, aria, attr, attr, attr, role, roleMethods inherited from interface org.jboss.elemento.ElementClassListMethods
classList, classList, css, toggle, toggle, toggleMethods inherited from interface org.jboss.elemento.ElementConsumerMethods
apply, runMethods inherited from interface org.jboss.elemento.ElementContainerMethods
add, add, add, add, addAll, addAll, addAll, addAll, addAll, addAllMethods inherited from interface org.jboss.elemento.ElementEventMethods
on, on, onMethods inherited from interface org.jboss.elemento.ElementIdMethods
id, uniqueIdMethods inherited from interface org.jboss.elemento.ElementQueryMethods
closest, querySelector, querySelectorAllMethods inherited from interface org.jboss.elemento.HTMLElementAttributeMethods
titleMethods inherited from interface org.jboss.elemento.HTMLElementDataMethods
dataMethods inherited from interface org.jboss.elemento.HTMLElementStyleMethods
style, style, style, style, style, styleMethods inherited from interface org.jboss.elemento.HTMLElementVisibilityMethods
hiddenMethods inherited from interface org.patternfly.style.Modifiers.Disabled
disabled, isDisabledMethods inherited from interface org.patternfly.style.Modifiers.Required
required, requiredMethods inherited from interface org.jboss.elemento.TypedBuilder
that
-
Method Details
-
disabled
- Specified by:
disabledin interfaceorg.patternfly.style.Modifiers.Disabled<E extends HTMLElement,B extends BaseComponent<E, B>>
-
validated
-
resetValidation
public void resetValidation()
-