| Package | Description |
|---|---|
| org.dashbuilder.dsl.factory.page | |
| org.dashbuilder.dsl.model |
| Modifier and Type | Method and Description |
|---|---|
Row |
RowBuilder.build() |
static Row |
PageFactory.row(Column... columns) |
static Row |
PageFactory.row(Component component)
Creates a row with a single column with the provided component
|
static Row |
PageFactory.row(DisplayerSettings settings)
Creates a row with a single column with a displayer created with the provided settings
|
static Row |
PageFactory.row(String html)
Creates a row with a single column and a single html component
|
| Modifier and Type | Method and Description |
|---|---|
static Column |
PageFactory.column(Row... rows) |
static Column |
PageFactory.column(Row row) |
static Page |
PageFactory.page(String name,
Row... rows) |
PageBuilder |
PageBuilder.row(Row row) |
ColumnBuilder |
ColumnBuilder.row(Row row) |
PageBuilder |
PageBuilder.rows(Row... rows) |
ColumnBuilder |
ColumnBuilder.rows(Row... rows) |
| Modifier and Type | Method and Description |
|---|---|
static Row |
Row.create(LayoutRow layoutRow) |
Copyright © 2012–2021 JBoss by Red Hat. All rights reserved.