|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springmodules.validation.util.condition.AbstractCondition
org.springmodules.validation.util.condition.TypeSpecificCondition
org.springmodules.validation.util.condition.NonNullAcceptingTypeSpecificCondition
org.springmodules.validation.util.condition.date.AbstractDateCondition
org.springmodules.validation.util.condition.date.IsInThePastDateCondition
public class IsInThePastDateCondition
An AbstractDateCondition implementation that checks whether the
checked date is in the past.
| Constructor Summary | |
|---|---|
IsInThePastDateCondition()
|
|
| Method Summary | |
|---|---|
protected boolean |
checkCalendar(java.util.Calendar calendar)
Checks whether the given calendar is in the past. |
| Methods inherited from class org.springmodules.validation.util.condition.date.AbstractDateCondition |
|---|
doCheck |
| Methods inherited from class org.springmodules.validation.util.condition.NonNullAcceptingTypeSpecificCondition |
|---|
beforeObjectChecked |
| Methods inherited from class org.springmodules.validation.util.condition.AbstractCondition |
|---|
afterObjectChecked, and, check, or |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IsInThePastDateCondition()
| Method Detail |
|---|
protected boolean checkCalendar(java.util.Calendar calendar)
checkCalendar in class AbstractDateConditioncalendar - The checked calendar.
true if the given calendar is in the past, false otherwise.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||