|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.smartgwt.client.core.JsObject
com.smartgwt.client.core.DataClass
com.smartgwt.client.widgets.form.validator.Validator
com.smartgwt.client.widgets.form.validator.DateRangeValidator
public class DateRangeValidator
Tests whether the value for a date field is within the range specified. Range is inclusive, and is specified via validator.min and validator.max, which should be dates.
Note that the errorMessage for this validator will be evaluated as a dynamicString - text within ${...} will be evaluated as JS code when the message is displayed, with max and min available as variables mapped to validator.max and validator.min.
| Field Summary |
|---|
| Fields inherited from class com.smartgwt.client.core.JsObject |
|---|
jsObj |
| Constructor Summary | |
|---|---|
DateRangeValidator()
|
|
| Method Summary | |
|---|---|
java.util.Date |
getMax()
Return the max. |
java.util.Date |
getMin()
Return the min. |
void |
setMax(java.util.Date max)
Set the max. |
void |
setMin(java.util.Date min)
Set the min. |
| Methods inherited from class com.smartgwt.client.widgets.form.validator.Validator |
|---|
addValidatorDefinition, convertToValidatorArray, getClientOnly, getDependentFields, getOrCreateRef, getStopIfFalse, getStopOnError, getType, getTypeAsString, getValidateOnChange, setClientOnly, setDependentFields, setErrorMessage, setJavaScriptObject, setStopIfFalse, setStopOnError, setType, setType, setValidateOnChange |
| Methods inherited from class com.smartgwt.client.core.JsObject |
|---|
isCreated, setJsObj |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DateRangeValidator()
| Method Detail |
|---|
public void setMin(java.util.Date min)
min - the minpublic java.util.Date getMin()
public void setMax(java.util.Date max)
max - the maxpublic java.util.Date getMax()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||