Package de.xima.fc
Class CmnConst.FormDesigner.RemoteCommandParam
- java.lang.Object
-
- de.xima.fc.CmnConst.FormDesigner.RemoteCommandParam
-
- Enclosing class:
- CmnConst.FormDesigner
public static final class CmnConst.FormDesigner.RemoteCommandParam extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
PARAM_CSS_REQUEST
static String
PARAM_ELEMENT_DATA
static String
PARAM_PDF_FILE_NAME
static String
PARAM_PDF_IMPORT_ID
static String
PARAM_PDF_IMPORTER_IDS
static String
PARAM_SESSION_KEY
static String
PARAM_THEME_ID
static String
RESPONSE_INFO_JSON
static String
RESPONSE_PDF_IMPORTER_IDS
static String
RESPONSE_THEME_CSS
-
Constructor Summary
Constructors Constructor Description RemoteCommandParam()
-
-
-
Field Detail
-
PARAM_CSS_REQUEST
public static final String PARAM_CSS_REQUEST
- See Also:
- Constant Field Values
-
PARAM_THEME_ID
public static final String PARAM_THEME_ID
- See Also:
- Constant Field Values
-
PARAM_ELEMENT_DATA
public static final String PARAM_ELEMENT_DATA
- See Also:
- Constant Field Values
-
PARAM_PDF_IMPORTER_IDS
public static final String PARAM_PDF_IMPORTER_IDS
- See Also:
- Constant Field Values
-
PARAM_PDF_FILE_NAME
public static final String PARAM_PDF_FILE_NAME
- See Also:
- Constant Field Values
-
PARAM_PDF_IMPORT_ID
public static final String PARAM_PDF_IMPORT_ID
- See Also:
- Constant Field Values
-
PARAM_SESSION_KEY
public static final String PARAM_SESSION_KEY
- See Also:
- Constant Field Values
-
RESPONSE_INFO_JSON
public static final String RESPONSE_INFO_JSON
- See Also:
- Constant Field Values
-
RESPONSE_THEME_CSS
public static final String RESPONSE_THEME_CSS
- See Also:
- Constant Field Values
-
RESPONSE_PDF_IMPORTER_IDS
public static final String RESPONSE_PDF_IMPORTER_IDS
- See Also:
- Constant Field Values
-
-