Package org.cxbox.core.dto.rowmeta
Class PostAction.BasePostActionType
- java.lang.Object
-
- org.cxbox.core.dto.rowmeta.PostAction.BasePostActionType
-
- Enclosing class:
- PostAction
public class PostAction.BasePostActionType extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringDELAYED_REFRESH_BCstatic StringDOWNLOAD_FILEstatic StringDOWNLOAD_FILE_BY_URLstatic StringDRILL_DOWNstatic StringOPEN_PICK_LISTstatic StringPOST_DELETEstatic StringREFRESH_BCstatic StringSHOW_MESSAGE
-
Constructor Summary
Constructors Constructor Description BasePostActionType()
-
-
-
Field Detail
-
REFRESH_BC
public static final String REFRESH_BC
- See Also:
- Constant Field Values
-
DOWNLOAD_FILE
public static final String DOWNLOAD_FILE
- See Also:
- Constant Field Values
-
DOWNLOAD_FILE_BY_URL
public static final String DOWNLOAD_FILE_BY_URL
- See Also:
- Constant Field Values
-
OPEN_PICK_LIST
public static final String OPEN_PICK_LIST
- See Also:
- Constant Field Values
-
DRILL_DOWN
public static final String DRILL_DOWN
- See Also:
- Constant Field Values
-
DELAYED_REFRESH_BC
public static final String DELAYED_REFRESH_BC
- See Also:
- Constant Field Values
-
SHOW_MESSAGE
public static final String SHOW_MESSAGE
- See Also:
- Constant Field Values
-
POST_DELETE
public static final String POST_DELETE
- See Also:
- Constant Field Values
-
-