Package de.xima.fc.form.common.statics
Class FD2i18nKeys.ServerValidation
- java.lang.Object
-
- de.xima.fc.form.common.statics.FD2i18nKeys.ServerValidation
-
- Enclosing class:
- FD2i18nKeys
public static final class FD2i18nKeys.ServerValidation extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
DATEDE
static String
DATEEN
static String
EMAIL
static String
EQUALS
static String
FILE_EXTENTION_POST
static String
FILE_EXTENTION_PRE
static String
FORMFOOTER
static String
INTEGER
static String
IPV4
static String
MAX
static String
MAX_FILE_SIZE_POST
static String
MAX_FILE_SIZE_PRE
static String
MAXCHECKBOXPOST
static String
MAXCHECKBOXPRE
static String
MAXSIZEPOST
static String
MAXSIZEPRE
static String
MIN
static String
MINCHECKBOXPOST
static String
MINCHECKBOXPRE
static String
MINSIZEPOST
static String
MINSIZEPRE
static String
MONEY
static String
NUMBER
static String
ONLYLETTERNUMBER
static String
ONLYLETTERSP
static String
PHONE
static String
PLZDE
static String
POSINTEGER
static String
POSMONEY
static String
POSMONEYOPTIONALCOMMA
static String
REQUIRED
static String
REQUIREDCHECKBOX
static String
REQUIREDCHECKBOXMULTIPLE
static String
REQUIREDGROUP
static String
REQUIREDSELECTDEFAULT
static String
TIME
static String
URL
-
Constructor Summary
Constructors Constructor Description ServerValidation()
-
-
-
Field Detail
-
REQUIREDSELECTDEFAULT
public static final String REQUIREDSELECTDEFAULT
- See Also:
- Constant Field Values
-
REQUIRED
public static final String REQUIRED
- See Also:
- Constant Field Values
-
REQUIREDCHECKBOXMULTIPLE
public static final String REQUIREDCHECKBOXMULTIPLE
- See Also:
- Constant Field Values
-
REQUIREDCHECKBOX
public static final String REQUIREDCHECKBOX
- See Also:
- Constant Field Values
-
REQUIREDGROUP
public static final String REQUIREDGROUP
- See Also:
- Constant Field Values
-
MIN
public static final String MIN
- See Also:
- Constant Field Values
-
MINSIZEPRE
public static final String MINSIZEPRE
- See Also:
- Constant Field Values
-
MINSIZEPOST
public static final String MINSIZEPOST
- See Also:
- Constant Field Values
-
MINCHECKBOXPRE
public static final String MINCHECKBOXPRE
- See Also:
- Constant Field Values
-
MINCHECKBOXPOST
public static final String MINCHECKBOXPOST
- See Also:
- Constant Field Values
-
MAX
public static final String MAX
- See Also:
- Constant Field Values
-
MAXSIZEPRE
public static final String MAXSIZEPRE
- See Also:
- Constant Field Values
-
MAXSIZEPOST
public static final String MAXSIZEPOST
- See Also:
- Constant Field Values
-
MAXCHECKBOXPRE
public static final String MAXCHECKBOXPRE
- See Also:
- Constant Field Values
-
MAXCHECKBOXPOST
public static final String MAXCHECKBOXPOST
- See Also:
- Constant Field Values
-
EQUALS
public static final String EQUALS
- See Also:
- Constant Field Values
-
PHONE
public static final String PHONE
- See Also:
- Constant Field Values
-
EMAIL
public static final String EMAIL
- See Also:
- Constant Field Values
-
INTEGER
public static final String INTEGER
- See Also:
- Constant Field Values
-
POSINTEGER
public static final String POSINTEGER
- See Also:
- Constant Field Values
-
MONEY
public static final String MONEY
- See Also:
- Constant Field Values
-
POSMONEY
public static final String POSMONEY
- See Also:
- Constant Field Values
-
NUMBER
public static final String NUMBER
- See Also:
- Constant Field Values
-
DATEDE
public static final String DATEDE
- See Also:
- Constant Field Values
-
DATEEN
public static final String DATEEN
- See Also:
- Constant Field Values
-
TIME
public static final String TIME
- See Also:
- Constant Field Values
-
PLZDE
public static final String PLZDE
- See Also:
- Constant Field Values
-
IPV4
public static final String IPV4
- See Also:
- Constant Field Values
-
URL
public static final String URL
- See Also:
- Constant Field Values
-
ONLYLETTERSP
public static final String ONLYLETTERSP
- See Also:
- Constant Field Values
-
ONLYLETTERNUMBER
public static final String ONLYLETTERNUMBER
- See Also:
- Constant Field Values
-
FORMFOOTER
public static final String FORMFOOTER
- See Also:
- Constant Field Values
-
POSMONEYOPTIONALCOMMA
public static final String POSMONEYOPTIONALCOMMA
- See Also:
- Constant Field Values
-
MAX_FILE_SIZE_PRE
public static final String MAX_FILE_SIZE_PRE
- See Also:
- Constant Field Values
-
MAX_FILE_SIZE_POST
public static final String MAX_FILE_SIZE_POST
- See Also:
- Constant Field Values
-
FILE_EXTENTION_PRE
public static final String FILE_EXTENTION_PRE
- See Also:
- Constant Field Values
-
FILE_EXTENTION_POST
public static final String FILE_EXTENTION_POST
- See Also:
- Constant Field Values
-
-