Package io.revealbi.core
Class CsvExportOptions
java.lang.Object
io.revealbi.core.ExportOptions
io.revealbi.core.CsvExportOptions
- All Implemented Interfaces:
ICsvExportOptions,IExportOptions
Contains CSV configuration for exporting a dashboard.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a newCsvExportOptionsinstance with formatted values enabled by default.CsvExportOptions(IExportOptions options) Creates a newCsvExportOptionsby copying settings from an existingIExportOptionsinstance. -
Method Summary
Modifier and TypeMethodDescriptionbooleanIndicates whether to use formatted values for CSV export.voidsetUseFormattedValues(boolean useFormattedValues) Indicates whether to use formatted values for CSV export.Methods inherited from class io.revealbi.core.ExportOptions
getFilters, getIncludeFiltersSummaryPage, getMaxCacheAge, getMaxCells, getTheme, getTimeout, getTimeZone, getUseNewCharts, getUserLanguage, getVisualizations, setFilters, setIncludeFiltersSummaryPage, setMaxCacheAge, setMaxCells, setTheme, setTimeout, setTimeZone, setUseNewCharts, setUserLanguage, setVisualizations
-
Constructor Details
-
CsvExportOptions
public CsvExportOptions()Creates a newCsvExportOptionsinstance with formatted values enabled by default. -
CsvExportOptions
Creates a newCsvExportOptionsby copying settings from an existingIExportOptionsinstance.- Parameters:
options- The source options to copy from.
-
-
Method Details
-
getUseFormattedValues
public boolean getUseFormattedValues()Indicates whether to use formatted values for CSV export.- Specified by:
getUseFormattedValuesin interfaceICsvExportOptions- Returns:
- Indicates whether to use formatted values for CSV export.
-
setUseFormattedValues
public void setUseFormattedValues(boolean useFormattedValues) Indicates whether to use formatted values for CSV export.- Specified by:
setUseFormattedValuesin interfaceICsvExportOptions- Parameters:
useFormattedValues- Indicates whether to use formatted values for CSV export.
-