Package | Description |
---|---|
org.dashbuilder.displayer.client | |
org.dashbuilder.displayer.client.export |
Modifier and Type | Method and Description |
---|---|
void |
Displayer.export(ExportFormat format,
int maxRows,
ExportCallback callback)
Export the data being displayed into the specified output format.
|
void |
AbstractDisplayer.export(ExportFormat format,
int maxRows,
ExportCallback callback) |
void |
DataSetHandlerImpl.exportCurrentDataSetLookup(ExportFormat format,
int maxRows,
ExportCallback callback,
Map<String,String> columnNameMap) |
void |
DataSetHandler.exportCurrentDataSetLookup(ExportFormat format,
int maxRows,
ExportCallback callback,
Map<String,String> columnNameMap)
Export the current data set to a file in the specified output format.
|
Modifier and Type | Method and Description |
---|---|
static ExportFormat |
ExportFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExportFormat[] |
ExportFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.