Uses of Enum Class
com.saperion.ngc.resultset.ResultSetView.ExportFormat
Packages that use ResultSetView.ExportFormat
Package
Description
Package for client dialog classes.
Package for resultset component classes.
-
Uses of ResultSetView.ExportFormat in com.saperion.ngc.dialogs
Methods in com.saperion.ngc.dialogs that return ResultSetView.ExportFormatConstructors in com.saperion.ngc.dialogs with parameters of type ResultSetView.ExportFormatModifierConstructorDescriptionExportSettingsDialogResult
(int button, Map<String, String> columns, ResultSetView.ExportFormat format, String filename) Creates a new ColumnSelectDialogResult. -
Uses of ResultSetView.ExportFormat in com.saperion.ngc.resultset
Methods in com.saperion.ngc.resultset that return ResultSetView.ExportFormatModifier and TypeMethodDescriptionstatic ResultSetView.ExportFormat
Returns the enum constant of this class with the specified name.static ResultSetView.ExportFormat[]
ResultSetView.ExportFormat.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.saperion.ngc.resultset with parameters of type ResultSetView.ExportFormatModifier and TypeMethodDescriptionvoid
ResultSetPresenter.export
(Map<String, String> columnsToExport, ResultSetView.ExportFormat format, String filename) Exports the current query result.void
ResultSetView.export
(Map<String, String> columnsToExport, ResultSetView.ExportFormat format, String filename) Exports the current query result.void
ResultSetViewImpl.export
(Map<String, String> columnsToExport, ResultSetView.ExportFormat format, String filename) Exports the current query result.