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 LineRenderer |
renderer() |
static RowElement |
row() |
void |
setStyle(Style.Composite style) |
Element |
style(Style.Composite style) |
private Style.Composite style
protected Element()
public abstract LineRenderer renderer()
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 © 2015 eXo Platform SAS. All Rights Reserved.