Uses of Enum Class
model.grid.GridDataExportFormat
Packages that use GridDataExportFormat
-
Uses of GridDataExportFormat in model.grid
Methods in model.grid that return GridDataExportFormatModifier and TypeMethodDescriptionstatic GridDataExportFormat
Returns the enum constant of this class with the specified name.static GridDataExportFormat[]
GridDataExportFormat.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of GridDataExportFormat in rpc
Methods in rpc with parameters of type GridDataExportFormatModifier and TypeMethodDescriptionGridRpcService.exportData
(String[] columnIdsToExport, GridDataExportFormat exportFormat, Filter[] filters, SortInfo[] sortInfo) -
Uses of GridDataExportFormat in service
Methods in service with parameters of type GridDataExportFormatModifier and TypeMethodDescriptiondefault FileModel
GridService.exportData
(String[] columnIdsToExport, GridDataExportFormat exportFormat, Filter[] filters, SortInfo[] sortInfo) GridServiceImpl.exportData
(String[] columnIdsToExport, GridDataExportFormat exportFormat, Filter[] filters, SortInfo[] sortInfos) protected FileModel
GridServiceImpl.getFileModelWithContent
(String[] columnIdsToExport, GridDataExportFormat exportFormat, GridRows gridRows)