com.vaadin.flow.component.shared

Package com.vaadin.flow.component.shared

  • Interface Summary
    Interface Description
    HasClientValidation

    Mixin interface for subscribing to the client-side `validated` event from a component.

  • Class Summary
    Class Description
    ClientValidationUtil

    A utility class that allows preventing the web component from setting itself to valid as a result of client-side validation.

    HasClientValidation.ClientValidatedEvent

    An event fired by the web component whenever it is validated on the client-side.

    ValidationUtil

    Util methods for component validation