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 Details

    • disabled

      public B disabled(boolean disabled)
      Specified by:
      disabled in interface org.patternfly.style.Modifiers.Disabled<E extends HTMLElement,B extends BaseComponent<E,B>>
    • validated

      public B validated(ValidationStatus status)
    • resetValidation

      public void resetValidation()