| 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 |
| Modifier and Type | Method and Description |
|---|---|
static Dashboard |
DashboardFactory.dashboard(List<Page> pages) |
static Dashboard |
DashboardFactory.dashboard(List<Page> pages,
List<org.dashbuilder.dataset.def.DataSetDef> dataSets) |
static Dashboard |
DashboardFactory.dashboard(List<Page> pages,
List<org.dashbuilder.dataset.def.DataSetDef> dataSets,
Navigation navigation) |
static Dashboard |
DashboardFactory.dashboard(List<Page> pages,
List<org.dashbuilder.dataset.def.DataSetDef> dataSets,
Navigation navigation,
Path componentsPath) |
static Dashboard |
DashboardFactory.dashboard(List<Page> pages,
List<org.dashbuilder.dataset.def.DataSetDef> dataSets,
Path componentsPath) |
static Dashboard |
DashboardFactory.dashboard(List<Page> pages,
Navigation navigation) |
static Dashboard |
DashboardFactory.dashboard(List<Page> pages,
Path componentsPath) |
static DashboardBuilder |
DashboardFactory.dashboardBuilder(List<Page> pages) |
static DashboardBuilder |
DashboardBuilder.newBuilder(List<Page> pages) |
DashboardBuilder |
DashboardBuilder.pages(List<Page> pages) |
| Modifier and Type | Method and Description |
|---|---|
static NavigationItem |
NavigationFactory.item(Page page) |
static NavigationItemBuilder |
NavigationItemBuilder.newBuilder(Page page) |
| Modifier and Type | Method and Description |
|---|---|
Page |
PageBuilder.build() |
static Page |
PageFactory.page(String name,
Row... rows) |
| Modifier and Type | Method and Description |
|---|---|
static Stream<String> |
ComponentsHelper.collectingPropertyValue(Page page,
String propertyId) |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
ComponentsHelper.listPagesComponents(List<Page> pages) |
| Modifier and Type | Method and Description |
|---|---|
static Page |
Page.create(LayoutTemplate layoutTemplate) |
| Modifier and Type | Method and Description |
|---|---|
List<Page> |
Dashboard.getPages() |
| Modifier and Type | Method and Description |
|---|---|
static Dashboard |
Dashboard.of(List<Page> pages,
List<org.dashbuilder.dataset.def.DataSetDef> dataSets,
Navigation navigation,
Path componentsPath) |
Copyright © 2012–2021 JBoss by Red Hat. All rights reserved.