Uses of Class
org.dashbuilder.dsl.model.Page
-
Packages that use Page Package Description org.dashbuilder.dsl.factory.dashboard org.dashbuilder.dsl.factory.navigation org.dashbuilder.dsl.factory.page org.dashbuilder.dsl.helper org.dashbuilder.dsl.model -
-
Uses of Page in org.dashbuilder.dsl.factory.dashboard
Method parameters in org.dashbuilder.dsl.factory.dashboard with type arguments of type Page Modifier and Type Method Description 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)static DashboardBuilderDashboardFactory. dashboardBuilder(List<Page> pages)static DashboardBuilderDashboardBuilder. newBuilder(List<Page> pages)DashboardBuilderDashboardBuilder. pages(List<Page> pages) -
Uses of Page in org.dashbuilder.dsl.factory.navigation
Methods in org.dashbuilder.dsl.factory.navigation with parameters of type Page Modifier and Type Method Description static NavigationItemNavigationFactory. item(Page page)static NavigationItemBuilderNavigationItemBuilder. newBuilder(Page page) -
Uses of Page in org.dashbuilder.dsl.factory.page
Methods in org.dashbuilder.dsl.factory.page that return Page Modifier and Type Method Description PagePageBuilder. build()static PagePageFactory. page(String name, Row... rows) -
Uses of Page in org.dashbuilder.dsl.helper
Methods in org.dashbuilder.dsl.helper with parameters of type Page Modifier and Type Method Description static Stream<String>ComponentsHelper. collectingPropertyValue(Page page, String propertyId)Method parameters in org.dashbuilder.dsl.helper with type arguments of type Page Modifier and Type Method Description static List<String>ComponentsHelper. listPagesComponents(List<Page> pages) -
Uses of Page in org.dashbuilder.dsl.model
Methods in org.dashbuilder.dsl.model that return Page Modifier and Type Method Description static PagePage. create(org.uberfire.ext.layout.editor.api.editor.LayoutTemplate layoutTemplate)Methods in org.dashbuilder.dsl.model that return types with arguments of type Page Modifier and Type Method Description List<Page>Dashboard. getPages()Method parameters in org.dashbuilder.dsl.model with type arguments of type Page Modifier and Type Method Description static DashboardDashboard. of(List<Page> pages, List<org.dashbuilder.dataset.def.DataSetDef> dataSets, Navigation navigation, Path componentsPath)
-