Uses of Class
org.dashbuilder.dsl.model.Dashboard
-
-
Uses of Dashboard in org.dashbuilder.dsl.factory.dashboard
Methods in org.dashbuilder.dsl.factory.dashboard that return Dashboard Modifier and Type Method Description DashboardDashboardBuilder. build()static DashboardDashboardFactory. dashboard(List<Page> pages)static DashboardDashboardFactory. dashboard(List<Page> pages, Path componentsPath)static DashboardDashboardFactory. dashboard(List<Page> pages, List<org.dashbuilder.dataset.def.DataSetDef> dataSets)static DashboardDashboardFactory. dashboard(List<Page> pages, List<org.dashbuilder.dataset.def.DataSetDef> dataSets, Path componentsPath)static DashboardDashboardFactory. dashboard(List<Page> pages, List<org.dashbuilder.dataset.def.DataSetDef> dataSets, Navigation navigation)static DashboardDashboardFactory. dashboard(List<Page> pages, List<org.dashbuilder.dataset.def.DataSetDef> dataSets, Navigation navigation, Path componentsPath)static DashboardDashboardFactory. dashboard(List<Page> pages, Navigation navigation) -
Uses of Dashboard in org.dashbuilder.dsl.helper
Methods in org.dashbuilder.dsl.helper with parameters of type Dashboard Modifier and Type Method Description static List<String>ComponentsHelper. listComponentsIds(Dashboard dashboard) -
Uses of Dashboard in org.dashbuilder.dsl.model
Methods in org.dashbuilder.dsl.model that return Dashboard Modifier and Type Method Description static DashboardDashboard. of(List<Page> pages, List<org.dashbuilder.dataset.def.DataSetDef> dataSets, Navigation navigation, Path componentsPath) -
Uses of Dashboard in org.dashbuilder.dsl.serialization
Methods in org.dashbuilder.dsl.serialization that return Dashboard Modifier and Type Method Description DashboardDashboardSerializer. deserialize(InputStream model)Deserialize the incoming input stream into a Dashboard object Support of components and files that aren't dashboard definition may not be supported.Methods in org.dashbuilder.dsl.serialization with parameters of type Dashboard Modifier and Type Method Description voidDashboardExporter. export(Dashboard dashboard, String path, DashboardExporter.ExportType type)voidDashboardExporter. export(Dashboard dashboard, Path path, DashboardExporter.ExportType type)voidDashboardSerializer. serialize(Dashboard dashboard, OutputStream os)Serialize the provided dashboard and write the result in the provided output stream -
Uses of Dashboard in org.dashbuilder.dsl.serialization.impl
Methods in org.dashbuilder.dsl.serialization.impl that return Dashboard Modifier and Type Method Description DashboardDashboardZipSerializer. deserialize(InputStream model)Methods in org.dashbuilder.dsl.serialization.impl with parameters of type Dashboard Modifier and Type Method Description voidDashboardZipSerializer. serialize(Dashboard dashboard, OutputStream os) -
Uses of Dashboard in org.dashbuilder.dsl.validation
Methods in org.dashbuilder.dsl.validation with parameters of type Dashboard Modifier and Type Method Description List<ValidationResult>DashboardValidator. validate(Dashboard dashboard)
-