public abstract class Element extends Object
| Modifier and Type | Field and Description |
|---|---|
private Style.Composite |
style
.
|
| Modifier | Constructor and Description |
|---|---|
protected |
Element() |
| Modifier and Type | Method and Description |
|---|---|
Style.Composite |
getStyle() |
static RowElement |
header() |
static LabelElement |
label(String value) |
void |
render(RenderAppendable to) |
abstract Renderer |
renderer() |
static RowElement |
row() |
void |
setStyle(Style.Composite style) |
Element |
style(Style.Composite style) |
private Style.Composite style
protected Element()
public void render(RenderAppendable to)
public final Style.Composite getStyle()
public final void setStyle(Style.Composite style)
public Element style(Style.Composite style)
public static RowElement row()
public static RowElement header()
public static LabelElement label(String value)
Copyright © 2013 eXo Platform SAS. All Rights Reserved.