Package com.microstrategy.web.objects.rw
Class EnumRWExportGridHorizontalPagination
- java.lang.Object
-
- com.microstrategy.web.objects.rw.EnumRWExportGridHorizontalPagination
-
public class EnumRWExportGridHorizontalPagination extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
RW_EXPORT_GRID_HORIZONTAL_PAGINATION_DEFAULT
static int
RW_EXPORT_GRID_HORIZONTAL_PAGINATION_DISABLED
static int
RW_EXPORT_GRID_HORIZONTAL_PAGINATION_ENABLED
-
Constructor Summary
Constructors Constructor Description EnumRWExportGridHorizontalPagination()
-
-
-
Field Detail
-
RW_EXPORT_GRID_HORIZONTAL_PAGINATION_DISABLED
public static final int RW_EXPORT_GRID_HORIZONTAL_PAGINATION_DISABLED
- See Also:
- Constant Field Values
-
RW_EXPORT_GRID_HORIZONTAL_PAGINATION_ENABLED
public static final int RW_EXPORT_GRID_HORIZONTAL_PAGINATION_ENABLED
- See Also:
- Constant Field Values
-
RW_EXPORT_GRID_HORIZONTAL_PAGINATION_DEFAULT
public static final int RW_EXPORT_GRID_HORIZONTAL_PAGINATION_DEFAULT
- See Also:
- Constant Field Values
-
-