org.camunda.bpm.engine.impl.form.validator
Interface FormFieldValidator

All Known Implementing Classes:
AbstractNumericValidator, AbstractTextValueValidator, DelegateFormFieldValidator, MaxLengthValidator, MaxValidator, MinLengthValidator, MinValidator, ReadOnlyValidator, RequiredValidator

public interface FormFieldValidator

Interface for implenting form field validators.

Author:
Daniel Meyer

Method Summary
 boolean validate(Object submittedValue, FormFieldValidatorContext validatorContext)
          return true if the submitted value is valid for the given form field.
 

Method Detail

validate

boolean validate(Object submittedValue,
                 FormFieldValidatorContext validatorContext)
return true if the submitted value is valid for the given form field.

Parameters:
submittedValue - the value submitted to the form field
validatorContext - object providing access to additional information useful wile validating the form
Returns:
true if the value is valid, false otherwise.


Copyright © 2017 camunda services GmbH. All rights reserved.