Class NotNullValidator<T>

java.lang.Object
io.jmix.flowui.component.validation.AbstractValidator<T>
io.jmix.flowui.component.validation.NotNullValidator<T>
All Implemented Interfaces:
Validator<T>, Consumer<T>, org.springframework.beans.factory.Aware, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware

@Component("flowui_NotNullValidator") @Scope("prototype") public class NotNullValidator<T> extends AbstractValidator<T>
  • Constructor Details

    • NotNullValidator

      public NotNullValidator()
    • NotNullValidator

      public NotNullValidator(String message)
      Constructor for custom error message.
      Parameters:
      message - error message
  • Method Details