Class FormBinder.ParagraphWithErrorStyleClassLevelValidationViolationComponentProvider

java.lang.Object
org.vaadin.firitin.form.FormBinder.ParagraphWithErrorStyleClassLevelValidationViolationComponentProvider
All Implemented Interfaces:
com.vaadin.flow.function.SerializableFunction<String,com.vaadin.flow.component.Component>, Serializable, Function<String,com.vaadin.flow.component.Component>
Enclosing class:
FormBinder<T>

public static class FormBinder.ParagraphWithErrorStyleClassLevelValidationViolationComponentProvider extends Object implements com.vaadin.flow.function.SerializableFunction<String,com.vaadin.flow.component.Component>
See Also:
  • Constructor Details

    • ParagraphWithErrorStyleClassLevelValidationViolationComponentProvider

      public ParagraphWithErrorStyleClassLevelValidationViolationComponentProvider()
  • Method Details

    • apply

      public com.vaadin.flow.component.Component apply(String message)
      Specified by:
      apply in interface Function<String,com.vaadin.flow.component.Component>