Interface Validatable<E extends HTMLElement, B extends TypedBuilder<E,B>>

All Superinterfaces:
TypedBuilder<E,B>
All Known Implementing Classes:
BaseFilterInput, BaseSearchInput, BaseTextInputGroup, FilterInput, FormControl, FormSelect, SearchInput, TextArea, TextInput, TextInputGroup

public interface Validatable<E extends HTMLElement, B extends TypedBuilder<E,B>> extends TypedBuilder<E,B>
  • Method Details

    • validated

      B validated(ValidationStatus status)
    • resetValidation

      void resetValidation()