Class RangeValidator

java.lang.Object
org.nuxeo.ecm.webengine.forms.validation.RangeValidator
All Implemented Interfaces:
FieldValidator

public class RangeValidator extends Object implements FieldValidator
Author:
Bogdan Stefanescu
  • Field Details

    • negate

      protected boolean negate
    • min

      protected double min
    • max

      protected double max
  • Constructor Details

    • RangeValidator

      public RangeValidator(double min, double max, boolean negate)
  • Method Details