| Package | Description |
|---|---|
| org.dashbuilder.dsl.factory.component | |
| org.dashbuilder.dsl.factory.page | |
| org.dashbuilder.dsl.model |
| Modifier and Type | Method and Description |
|---|---|
static Component |
ComponentFactory.allProcessesHeatmap(String serverTemplate,
DisplayerSettings settings) |
Component |
DisplayerBuilder.build() |
Component |
AbstractComponentBuilder.build() |
static Component |
ComponentFactory.displayer(DisplayerSettings settings) |
static Component |
ComponentFactory.external(String componentId) |
static Component |
ComponentFactory.external(String componentId,
DisplayerSettings settings) |
static Component |
ComponentFactory.html(String htmlCode) |
static Component |
ComponentFactory.logo(String src) |
static Component |
ComponentFactory.processHeatmap(String serverTemplate,
String container,
String process,
DisplayerSettings settings) |
| Modifier and Type | Method and Description |
|---|---|
static Column |
PageFactory.column(Component... components) |
static Column |
PageFactory.column(Component component) |
static Column |
PageFactory.column(String span,
Component... components) |
static ColumnBuilder |
PageFactory.columnBuilder(String span,
Component... components) |
ColumnBuilder |
ColumnBuilder.component(Component component) |
ColumnBuilder |
ColumnBuilder.components(Component... components) |
static Row |
PageFactory.row(Component component)
Creates a row with a single column with the provided component
|
| Modifier and Type | Method and Description |
|---|---|
static Component |
Component.create(LayoutComponent layoutComponent) |
Copyright © 2012–2021 JBoss by Red Hat. All rights reserved.