public class RowBuilder extends AbstractLayoutBuilder<RowBuilder>
| Modifier and Type | Method and Description |
|---|---|
protected void |
addProperty(String key,
String value) |
Row |
build() |
RowBuilder |
column(Column column) |
RowBuilder |
columns(Column... columns) |
static RowBuilder |
newBuilder() |
static RowBuilder |
newBuilder(String height) |
RowBuilder |
property(String key,
String value) |
cssPropertypublic static RowBuilder newBuilder()
public static RowBuilder newBuilder(String height)
public RowBuilder property(String key, String value)
property in class AbstractLayoutBuilder<RowBuilder>public RowBuilder columns(Column... columns)
public RowBuilder column(Column column)
public Row build()
protected void addProperty(String key, String value)
addProperty in class AbstractLayoutBuilder<RowBuilder>Copyright © 2012–2021 JBoss by Red Hat. All rights reserved.