| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
ACCEPTED_CHARS_ALPHANUM |
"[^a-zA-Z0-9]" |
public static final String |
ACCEPTED_CHARS_JUST_NUM |
"[^0-9]" |
public static final String |
ACCEPTED_CHARS_REG_EX |
"[^a-zA-Z0-9\\s@\\-_]" |
public static final int |
DROPPING_AREA |
3 |
public static final int |
INPUT_TEXTBOX_AREA |
4 |
public static final int |
STATIC_IMAGE |
2 |
public static final int |
STATIC_TEXT |
1 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public final int |
DELTA |
7 |
Copyright © 2016. All Rights Reserved.