Interface FormFieldValidatorContext

All Known Implementing Classes:
DefaultFormFieldValidatorContext

public interface FormFieldValidatorContext

Object passed in to a FormFieldValidator providing access to validation properties

Author:
Daniel Meyer
  • Method Details

    • getFormFieldHandler

      FormFieldHandler getFormFieldHandler()
    • getExecution

      Deprecated.
      Returns:
      the execution Deprecated, use getVariableScope()
    • getVariableScope

      VariableScope getVariableScope()
      Returns:
      the variable scope in which the value is submitted
    • getConfiguration

      String getConfiguration()
      Returns:
      the configuration of this validator
    • getSubmittedValues

      Map<String,Object> getSubmittedValues()
      Returns:
      all values submitted in the form