Class Constants.Function
- java.lang.Object
-
- com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Function
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
Constants.Function.Type
-
Field Summary
Fields Modifier and Type Field Description static String
ADD_GRID_ROW
static String
ADD_GRID_ROW_FROM_SCRIPT
static String
ADD_GRID_ROWS
static String
CLEAN
static String
CLOSE
static String
DELETE_GRID_ROW
static String
EDIT_GRID_ROW
static String
I18N
static String
OPEN
static String
PROPERTY_CHANGE
static String
SAVE
static String
VALIDATE
-
Constructor Summary
Constructors Constructor Description Function()
-
-
-
Field Detail
-
OPEN
public static final String OPEN
- See Also:
- Constant Field Values
-
CLOSE
public static final String CLOSE
- See Also:
- Constant Field Values
-
CLEAN
public static final String CLEAN
- See Also:
- Constant Field Values
-
VALIDATE
public static final String VALIDATE
- See Also:
- Constant Field Values
-
I18N
public static final String I18N
- See Also:
- Constant Field Values
-
ADD_GRID_ROW
public static final String ADD_GRID_ROW
- See Also:
- Constant Field Values
-
ADD_GRID_ROW_FROM_SCRIPT
public static final String ADD_GRID_ROW_FROM_SCRIPT
- See Also:
- Constant Field Values
-
ADD_GRID_ROWS
public static final String ADD_GRID_ROWS
- See Also:
- Constant Field Values
-
EDIT_GRID_ROW
public static final String EDIT_GRID_ROW
- See Also:
- Constant Field Values
-
DELETE_GRID_ROW
public static final String DELETE_GRID_ROW
- See Also:
- Constant Field Values
-
SAVE
public static final String SAVE
- See Also:
- Constant Field Values
-
PROPERTY_CHANGE
public static final String PROPERTY_CHANGE
- See Also:
- Constant Field Values
-
-