Uses of Class
com.vaadin.flow.component.charts.model.ExportFileType
-
Packages that use ExportFileType Package Description com.vaadin.flow.component.charts.model -
-
Uses of ExportFileType in com.vaadin.flow.component.charts.model
Methods in com.vaadin.flow.component.charts.model that return ExportFileType Modifier and Type Method Description ExportFileTypeExporting. getType()static ExportFileTypeExportFileType. valueOf(String name)Returns the enum constant of this type with the specified name.static ExportFileType[]ExportFileType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.vaadin.flow.component.charts.model with parameters of type ExportFileType Modifier and Type Method Description voidExporting. setType(ExportFileType type)Default MIME type for exporting ifchart.exportChart()is called without specifying atypeoption.
-