Class ClientValidationUtil


  • public final class ClientValidationUtil
    extends Object
    A utility class that allows preventing the web component from setting itself to valid as a result of client-side validation.
    Author:
    Vaadin Ltd
    • Method Detail

      • preventWebComponentFromSettingItselfToValid

        public static <C extends com.vaadin.flow.component.Component & com.vaadin.flow.component.HasValidation> void preventWebComponentFromSettingItselfToValid​(C component)