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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
DATE_IN_THE_PAST
static String
EMPTY_DATE
static String
INPUTDATE_LABEL
-
Constructor Summary
Constructors Constructor Description FutureDateValidator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
validate(org.apache.wicket.validation.IValidatable<Date> validatable)
-
-
-
Field Detail
-
EMPTY_DATE
public static final String EMPTY_DATE
- See Also:
- Constant Field Values
-
DATE_IN_THE_PAST
public static final String DATE_IN_THE_PAST
- See Also:
- Constant Field Values
-
INPUTDATE_LABEL
public static final String INPUTDATE_LABEL
- See Also:
- Constant Field Values
-
-