public class PageFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
static Column |
column(Component... components) |
static Column |
column(Component component) |
static Column |
column(DisplayerSettings settings) |
static Column |
column(Row... rows) |
static Column |
column(Row row) |
static Column |
column(String html)
Creates a column with a single html component
|
static Column |
column(String span,
Component... components) |
static ColumnBuilder |
columnBuilder() |
static ColumnBuilder |
columnBuilder(String span) |
static ColumnBuilder |
columnBuilder(String span,
Component... components) |
static Page |
page(String name,
Row... rows) |
static PageBuilder |
pageBuilder(String name) |
static Row |
row(Column... columns) |
static Row |
row(Component component)
Creates a row with a single column with the provided component
|
static Row |
row(DisplayerSettings settings)
Creates a row with a single column with a displayer created with the provided settings
|
static Row |
row(String html)
Creates a row with a single column and a single html component
|
static RowBuilder |
rowBuilder(String height) |
public static PageBuilder pageBuilder(String name)
public static RowBuilder rowBuilder(String height)
public static ColumnBuilder columnBuilder()
public static ColumnBuilder columnBuilder(String span)
public static ColumnBuilder columnBuilder(String span, Component... components)
public static Column column(DisplayerSettings settings)
public static Column column(String html)
html - public static Row row(String html)
html - public static Row row(Component component)
component - public static Row row(DisplayerSettings settings)
settings - Copyright © 2012–2021 JBoss by Red Hat. All rights reserved.