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