Package de.xima.fc
Class CmnConst.Workflow.ClientWidgetVar
- java.lang.Object
-
- de.xima.fc.CmnConst.Workflow.ClientWidgetVar
-
- Enclosing class:
- CmnConst.Workflow
public static final class CmnConst.Workflow.ClientWidgetVar extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
ADD_NEW_STATE_DIALOG
static String
BACKUP_DIALOG
static String
SAVE_INVALID_CONFIRMATION_DIALOG
-
Constructor Summary
Constructors Constructor Description ClientWidgetVar()
-
-
-
Field Detail
-
SAVE_INVALID_CONFIRMATION_DIALOG
public static final String SAVE_INVALID_CONFIRMATION_DIALOG
- See Also:
- Constant Field Values
-
ADD_NEW_STATE_DIALOG
public static final String ADD_NEW_STATE_DIALOG
- See Also:
- Constant Field Values
-
BACKUP_DIALOG
public static final String BACKUP_DIALOG
- See Also:
- Constant Field Values
-
-