public class CommonConstants extends Object
ReportConstants class represent The template Model Common Constants| Modifier and Type | Field and Description |
|---|---|
static String |
ACCEPTED_CHARS_ALPHANUM
Reg Ex to accept Alphanumeric values
|
static String |
ACCEPTED_CHARS_JUST_NUM
Reg Ex to accept only numbers
|
static String |
ACCEPTED_CHARS_REG_EX
Reg Ex to accept Alphanumeric values and _ and - and @
|
static String |
BOLD_FORMAT
Widget Type indentifier
|
static int |
DROPPING_AREA
Widget Type indentifier
|
static String |
IMAGE_DROPPING_AREA_IMG |
static String |
IMAGE_DROPPING_AREA_TXT |
static int |
INPUT_TEXTBOX_AREA
Widget Type indentifier
|
static int |
STATIC_IMAGE
Widget Type indentifier
|
static int |
STATIC_TEXT
Widget Type indentifier
|
| Constructor and Description |
|---|
CommonConstants() |
public static final String BOLD_FORMAT
public static final int STATIC_TEXT
public static final int STATIC_IMAGE
public static final int DROPPING_AREA
public static final int INPUT_TEXTBOX_AREA
public static final String ACCEPTED_CHARS_ALPHANUM
public static final String ACCEPTED_CHARS_REG_EX
public static final String ACCEPTED_CHARS_JUST_NUM
public static final String IMAGE_DROPPING_AREA_IMG
public static final String IMAGE_DROPPING_AREA_TXT
Copyright © 2016. All Rights Reserved.