public final class ValidationMessageConstants extends Object
This class defines constants for the keys of validation messages.
In this class the keys for the validation messages generated by the default validators shipped with the framework are defined.
Modifier and Type | Field and Description |
---|---|
static String |
ERR_DATE_AFTER
The entered date must be after a reference date.
|
static String |
ERR_DATE_AFTER_EQUAL
The entered date must be after or equal a reference date.
|
static String |
ERR_DATE_BEFORE
The entered date must be before a reference date.
|
static String |
ERR_DATE_BEFORE_EQUAL
The entered date must be before or equal a reference date.
|
static String |
ERR_FIELD_REQUIRED
This is a mandatory field.
|
static String |
ERR_INVALID_DATE
The entered string is no valid date.
|
static String |
ERR_INVALID_NUMBER
The entered string is not a valid number.
|
static String |
ERR_INVALID_TIME
The entered string is no valid time.
|
static String |
ERR_MESSAGE_CAPTION
The default caption of a message box for displaying validation messages.
|
static String |
ERR_NUMBER_INTERVAL
The entered number must be in a specified interval.
|
static String |
ERR_NUMBER_OUT_OF_RANGE
The entered number is too small or too big for the supported value range.
|
static String |
ERR_NUMBER_TOO_BIG
The entered number is too big.
|
static String |
ERR_NUMBER_TOO_SMALL
The entered number is too small.
|
static String |
ERR_PATTERN
The input does not match the specified pattern.
|
static String |
ERR_TIME_AFTER
The entered time must be after a reference date.
|
static String |
ERR_TIME_AFTER_EQUAL
The entered time must be after or equal a reference date.
|
static String |
ERR_TIME_BEFORE
The entered time must be before a reference date.
|
static String |
ERR_TIME_BEFORE_EQUAL
The entered time must be before or equal a reference date.
|
public static final String ERR_MESSAGE_CAPTION
public static final String ERR_INVALID_DATE
public static final String ERR_DATE_BEFORE
public static final String ERR_DATE_BEFORE_EQUAL
public static final String ERR_DATE_AFTER
public static final String ERR_DATE_AFTER_EQUAL
public static final String ERR_INVALID_TIME
public static final String ERR_TIME_BEFORE
public static final String ERR_TIME_BEFORE_EQUAL
public static final String ERR_TIME_AFTER
public static final String ERR_TIME_AFTER_EQUAL
public static final String ERR_INVALID_NUMBER
public static final String ERR_NUMBER_OUT_OF_RANGE
public static final String ERR_NUMBER_TOO_SMALL
public static final String ERR_NUMBER_TOO_BIG
public static final String ERR_NUMBER_INTERVAL
public static final String ERR_FIELD_REQUIRED
public static final String ERR_PATTERN
Copyright © 2016 The JGUIraffe Team. All rights reserved.