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 StringADD_TO_CREATE_MENUstatic StringBACKGROUND_COLORstatic StringCLEARABLEstatic StringCOLORstatic StringCUSTOMIZABLEstatic StringICONstatic StringSELECTstatic StringVIEW_CONFIGstatic StringWIDGET
-
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
-
-