Uses of Class
org.dashbuilder.displayer.client.export.ExportFormat
-
Packages that use ExportFormat Package Description org.dashbuilder.displayer.client org.dashbuilder.displayer.client.export -
-
Uses of ExportFormat in org.dashbuilder.displayer.client
Methods in org.dashbuilder.displayer.client with parameters of type ExportFormat Modifier and Type Method Description voidAbstractDisplayer. export(ExportFormat format, int maxRows, ExportCallback callback)voidDisplayer. export(ExportFormat format, int maxRows, ExportCallback callback)Export the data being displayed into the specified output format.voidDataSetHandler. exportCurrentDataSetLookup(ExportFormat format, int maxRows, ExportCallback callback, Map<String,String> columnNameMap)Export the current data set to a file in the specified output format.voidDataSetHandlerImpl. exportCurrentDataSetLookup(ExportFormat format, int maxRows, ExportCallback callback, Map<String,String> columnNameMap) -
Uses of ExportFormat in org.dashbuilder.displayer.client.export
Methods in org.dashbuilder.displayer.client.export that return ExportFormat Modifier and Type Method Description static ExportFormatExportFormat. 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.
-