Package org.wso2.carbon.sequences.ui
Class SequenceEditorConstants
- java.lang.Object
-
- org.wso2.carbon.sequences.ui.SequenceEditorConstants
-
public class SequenceEditorConstants extends Object
Holds the constants for the sequence-editor component user interface
-
-
Field Summary
Fields Modifier and Type Field Description static String
ACTION_PARAM_VALUE_ADD
static String
ACTION_PARAM_VALUE_ANONIFY
static String
ACTION_PARAM_VALUE_EDIT
static String
ADD_CHILD_TYPE
static String
ADD_SYBLING_TYPE
static String
DISABLE_ACTION
static String
ENABLE_ACTION
static String
REQ_PARAM_ACTION
static int
SEQUENCE_PER_PAGE
static String
STATISTICS_TYPE
static String
TRACING_TYPE
-
Constructor Summary
Constructors Constructor Description SequenceEditorConstants()
-
-
-
Field Detail
-
REQ_PARAM_ACTION
public static final String REQ_PARAM_ACTION
- See Also:
- Constant Field Values
-
ACTION_PARAM_VALUE_EDIT
public static final String ACTION_PARAM_VALUE_EDIT
- See Also:
- Constant Field Values
-
ACTION_PARAM_VALUE_ADD
public static final String ACTION_PARAM_VALUE_ADD
- See Also:
- Constant Field Values
-
ACTION_PARAM_VALUE_ANONIFY
public static final String ACTION_PARAM_VALUE_ANONIFY
- See Also:
- Constant Field Values
-
ADD_CHILD_TYPE
public static final String ADD_CHILD_TYPE
- See Also:
- Constant Field Values
-
ADD_SYBLING_TYPE
public static final String ADD_SYBLING_TYPE
- See Also:
- Constant Field Values
-
STATISTICS_TYPE
public static final String STATISTICS_TYPE
- See Also:
- Constant Field Values
-
TRACING_TYPE
public static final String TRACING_TYPE
- See Also:
- Constant Field Values
-
ENABLE_ACTION
public static final String ENABLE_ACTION
- See Also:
- Constant Field Values
-
DISABLE_ACTION
public static final String DISABLE_ACTION
- See Also:
- Constant Field Values
-
SEQUENCE_PER_PAGE
public static final int SEQUENCE_PER_PAGE
- See Also:
- Constant Field Values
-
-