Package | Description |
---|---|
com.saperion.ngc.dialogs |
Package for client dialog classes.
|
com.saperion.ngc.resultset |
Package for resultset component classes.
|
Modifier and Type | Method and Description |
---|---|
ResultSetView.ExportFormat |
ExportSettingsDialog.ExportSettingsDialogResult.getFormat() |
Constructor and Description |
---|
ExportSettingsDialogResult(int button,
Map<String,String> columns,
ResultSetView.ExportFormat format,
String filename)
Creates a new ColumnSelectDialogResult.
|
Modifier and Type | Method and Description |
---|---|
static ResultSetView.ExportFormat |
ResultSetView.ExportFormat.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
void |
ResultSetViewImpl.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 |
ResultSetPresenter.export(Map<String,String> columnsToExport,
ResultSetView.ExportFormat format,
String filename)
Exports the current query result.
|
Copyright © 2021 Hyland Software Germany GmbH. All rights reserved.