Uses of Class
com.saperion.ngc.resultset.ResultSetView.ExportFormat
-
Packages that use ResultSetView.ExportFormat Package Description com.saperion.ngc.dialogs Package for client dialog classes.com.saperion.ngc.resultset Package for resultset component classes. -
-
Uses of ResultSetView.ExportFormat in com.saperion.ngc.dialogs
Methods in com.saperion.ngc.dialogs that return ResultSetView.ExportFormat Modifier and Type Method Description ResultSetView.ExportFormat
ExportSettingsDialog.ExportSettingsDialogResult. getFormat()
Constructors in com.saperion.ngc.dialogs with parameters of type ResultSetView.ExportFormat Constructor Description ExportSettingsDialogResult(int button, java.util.Map<java.lang.String,java.lang.String> columns, ResultSetView.ExportFormat format, java.lang.String filename)
Creates a new ColumnSelectDialogResult. -
Uses of ResultSetView.ExportFormat in com.saperion.ngc.resultset
Methods in com.saperion.ngc.resultset that return ResultSetView.ExportFormat Modifier and Type Method Description static ResultSetView.ExportFormat
ResultSetView.ExportFormat. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ResultSetView.ExportFormat[]
ResultSetView.ExportFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.saperion.ngc.resultset with parameters of type ResultSetView.ExportFormat Modifier and Type Method Description void
ResultSetPresenter. export(java.util.Map<java.lang.String,java.lang.String> columnsToExport, ResultSetView.ExportFormat format, java.lang.String filename)
Exports the current query result.void
ResultSetView. export(java.util.Map<java.lang.String,java.lang.String> columnsToExport, ResultSetView.ExportFormat format, java.lang.String filename)
Exports the current query result.void
ResultSetViewImpl. export(java.util.Map<java.lang.String,java.lang.String> columnsToExport, ResultSetView.ExportFormat format, java.lang.String filename)
Exports the current query result.
-