public class RequiredValidator extends Object implements FormFieldValidator
| Constructor and Description |
|---|
RequiredValidator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
validate(Object submittedValue,
FormFieldValidatorContext validatorContext)
return true if the submitted value is valid for the given form field.
|
public boolean validate(Object submittedValue, FormFieldValidatorContext validatorContext)
FormFieldValidatorvalidate in interface FormFieldValidatorsubmittedValue - the value submitted to the form fieldvalidatorContext - object providing access to additional information useful wile
validating the formCopyright © 2013–2021 camunda services GmbH. All rights reserved.