|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
V - The value type this validator supports.public interface RangeValidator<V>
A validator restricting a value to a range. The step value is considered relative either to the minimum value, if available, the maximum value, if available, or zero, in that order or priority.
| Field Summary |
|---|
| Fields inherited from interface com.guiseframework.validator.Validator |
|---|
INVALID_VALUE_MESSAGE_PROPERTY, VALUE_REQUIRED_MESSAGE_PROPERTY, VALUE_REQUIRED_PROPERTY |
| Method Summary | |
|---|---|
V |
getMaximum()
|
V |
getMinimum()
|
V |
getStep()
|
| Methods inherited from interface com.guiseframework.validator.Validator |
|---|
getInvalidValueMessage, getSession, getValueRequiredMessage, isValid, setInvalidValueMessage, setValueRequiredMessage, validate |
| Methods inherited from interface com.globalmentor.beans.PropertyBindable |
|---|
addPropertyChangeListener, addPropertyChangeListener, getPropertyChangeListeners, getPropertyChangeListeners, hasPropertyChangeListeners, removePropertyChangeListener, removePropertyChangeListener |
| Method Detail |
|---|
V getMinimum()
null if the range has no lower bound.V getMaximum()
null if the range has no upper bound.V getStep()
null if the range has no increment value specified.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||