You're viewing an older version of Vaadin JavaDoc. Please see version 24.7.0 for the latest.
com.vaadin.flow.data.binder.

Interface ErrorMessageProvider

    • Method Summary

      All Methods
      Modifier and Type Method Description
      String apply​(ValueContext context)

      Returns a generated error message for given ValueContext.

    • Method Detail

      • apply

        String apply​(ValueContext context)

        Returns a generated error message for given ValueContext.

        Specified by:

        apply in interface Function<ValueContext,​String>

        Parameters:

        context - the value context

        Returns:

        generated error message