public static final class ExportSettingsDialog.ExportSettingsDialogResult extends Object
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 |
---|---|
int |
getButton() |
Map<String,String> |
getColumns() |
String |
getFilename() |
ResultSetView.ExportFormat |
getFormat() |
public ExportSettingsDialogResult(int button, Map<String,String> columns, ResultSetView.ExportFormat format, String filename)
button
- pressed buttoncolumns
- selected columns or nullformat
- format to export tofilename
- filename for resulting filepublic int getButton()
public Map<String,String> getColumns()
public ResultSetView.ExportFormat getFormat()
public String getFilename()
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.