public abstract class AbstractLayoutBuilder<T> extends Object
| Constructor and Description |
|---|
AbstractLayoutBuilder() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
addProperty(String key,
String value) |
T |
cssProperty(CssProperty property,
String value) |
T |
property(String key,
String value) |
Copyright © 2012–2021 JBoss by Red Hat. All rights reserved.