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 StringACTION_PARAM_VALUE_ADDstatic StringACTION_PARAM_VALUE_ANONIFYstatic StringACTION_PARAM_VALUE_EDITstatic StringADD_CHILD_TYPEstatic StringADD_SYBLING_TYPEstatic StringDISABLE_ACTIONstatic StringENABLE_ACTIONstatic StringREQ_PARAM_ACTIONstatic intSEQUENCE_PER_PAGEstatic StringSTATISTICS_TYPEstatic StringTRACING_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
-
-