Class FutureDateValidator

java.lang.Object
org.hippoecm.addon.workflow.FutureDateValidator
All Implemented Interfaces:
Serializable, org.apache.wicket.util.io.IClusterable, org.apache.wicket.validation.IValidator<Date>

public class FutureDateValidator extends Object implements org.apache.wicket.validation.IValidator<Date>
Validate if the date value is in the future. The fraction time after minute is not counted.
See Also:
  • Field Details

  • Constructor Details

    • FutureDateValidator

      public FutureDateValidator()
  • Method Details

    • validate

      public void validate(org.apache.wicket.validation.IValidatable<Date> validatable)
      Specified by:
      validate in interface org.apache.wicket.validation.IValidator<Date>