Package systems.dmx.webclient
Class Constants
- java.lang.Object
-
- systems.dmx.webclient.Constants
-
public class Constants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
ADD_TO_CREATE_MENU
static String
BACKGROUND_COLOR
static String
CLEARABLE
static String
COLOR
static String
CUSTOMIZABLE
static String
ICON
static String
SELECT
static String
VIEW_CONFIG
static String
WIDGET
-
Constructor Summary
Constructors Constructor Description Constants()
-
-
-
Field Detail
-
VIEW_CONFIG
public static final String VIEW_CONFIG
- See Also:
- Constant Field Values
-
ICON
public static final String ICON
- See Also:
- Constant Field Values
-
COLOR
public static final String COLOR
- See Also:
- Constant Field Values
-
ADD_TO_CREATE_MENU
public static final String ADD_TO_CREATE_MENU
- See Also:
- Constant Field Values
-
WIDGET
public static final String WIDGET
- See Also:
- Constant Field Values
-
CLEARABLE
public static final String CLEARABLE
- See Also:
- Constant Field Values
-
CUSTOMIZABLE
public static final String CUSTOMIZABLE
- See Also:
- Constant Field Values
-
BACKGROUND_COLOR
public static final String BACKGROUND_COLOR
- See Also:
- Constant Field Values
-
SELECT
public static final String SELECT
- See Also:
- Constant Field Values
-
-