public abstract class AbstractRangeValidator extends BaseValidator
noMessages| Constructor and Description |
|---|
AbstractRangeValidator() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
init(Comparable min,
Comparable max) |
boolean |
isInitialized() |
protected boolean |
isValueGreaterThanMin(Comparable value) |
protected boolean |
isValueLessThanMax(Comparable value) |
isNoMessages, populateMessage, populateMessage, setNoMessagescreateDetailMessage, createMessage, createSummaryMessage, getDetailArgs, getDetailMessage, getName, getSubject, getSummaryArgs, getSummaryMessage, init, isNoSummary, setCurrentSubject, setDetailArgs, setDetailMessage, setName, setNoSummary, setParent, setSubject, setSummaryArgs, setSummaryMessageclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitvalidateprotected void init(Comparable min, Comparable max)
protected boolean isValueGreaterThanMin(Comparable value)
protected boolean isValueLessThanMax(Comparable value)
public boolean isInitialized()
Copyright © 2016. All Rights Reserved.