Package org.hippoecm.addon.workflow
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
-
EMPTY_DATE
- See Also:
-
DATE_IN_THE_PAST
- See Also:
-
INPUTDATE_LABEL
- See Also:
-
-
Constructor Details
-
FutureDateValidator
public FutureDateValidator()
-
-
Method Details
-
validate
- Specified by:
validate
in interfaceorg.apache.wicket.validation.IValidator<Date>
-