public final class FormValidators extends Object
Modifier | Constructor and Description |
---|---|
private |
FormValidators() |
Modifier and Type | Method and Description |
---|---|
static String |
getDateFormat()
Get the date format pattern (understandable by java.util.SimpleDateFormat).
|
static String |
getDatePattern()
Get the date validation pattern.
|
static String |
getDateTimeFormat()
Get the date and time format pattern (understandable by java.util.SimpleDateFormat).
|
static String |
getDateTimePattern()
Get the date and time validation pattern.
|
static String |
getFloatPattern()
Get the float validation pattern.
|
static String |
getIntegerPattern()
Get the integer validation pattern.
|
static String |
getPhonePattern()
Get the phone validation pattern.
|
static String |
getTimeFormat()
Get the time format pattern (understandable by java.util.SimpleDateFormat).
|
static String |
getTimePattern()
Get the time validation pattern.
|
private FormValidators()
public static final String getIntegerPattern()
public static final String getFloatPattern()
public static final String getDatePattern()
public static final String getTimePattern()
public static final String getDateTimePattern()
public static final String getPhonePattern()
public static final String getDateFormat()
public static final String getTimeFormat()
public static final String getDateTimeFormat()