Uses of Class
org.dashbuilder.dsl.serialization.DashboardExporter.ExportType
-
Packages that use DashboardExporter.ExportType Package Description org.dashbuilder.dsl.serialization -
-
Uses of DashboardExporter.ExportType in org.dashbuilder.dsl.serialization
Methods in org.dashbuilder.dsl.serialization that return DashboardExporter.ExportType Modifier and Type Method Description static DashboardExporter.ExportTypeDashboardExporter.ExportType. valueOf(String name)Returns the enum constant of this type with the specified name.static DashboardExporter.ExportType[]DashboardExporter.ExportType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.dashbuilder.dsl.serialization with parameters of type DashboardExporter.ExportType Modifier and Type Method Description voidDashboardExporter. export(Dashboard dashboard, String path, DashboardExporter.ExportType type)voidDashboardExporter. export(Dashboard dashboard, Path path, DashboardExporter.ExportType type)
-