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:
Container<E,
,B> Finder<E>
,HasElement<E,
,B> HasHTMLElement<E,
,B> IsElement<E>
,TypedBuilder<E,
,B> Component
,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>
-
Method Summary
Modifier and TypeMethodDescriptiondisabled
(boolean disabled) void
validated
(ValidationStatus status) Methods inherited from class org.patternfly.component.BaseComponent
componentType, element
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.jboss.elemento.Container
add, add, add, addAll, addAll, addAll, addAll, addAll, addAll
Methods inherited from interface org.jboss.elemento.HasElement
add, apply, aria, aria, aria, attr, attr, attr, classList, classList, css, id, innerHtml, on, on, on, run, textContent, textNode, toggle, toggle, toggle, uniqueId
Methods inherited from interface org.jboss.elemento.HasHTMLElement
data, hidden, style, style, style, style, style, style, title
Methods inherited from interface org.patternfly.style.Modifiers.Disabled
disabled, isDisabled
Methods inherited from interface org.patternfly.style.Modifiers.Required
required, required
Methods inherited from interface org.jboss.elemento.TypedBuilder
that
-
Method Details
-
disabled
- Specified by:
disabled
in interfaceModifiers.Disabled<E extends HTMLElement,
B extends BaseComponent<E, B>>
-
validated
-
resetValidation
public void resetValidation()
-