public abstract class Element
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
Element() |
| Modifier and Type | Method and Description |
|---|---|
Style.Composite |
getStyle() |
static RowElement |
header() |
static LabelElement |
label(java.lang.String value) |
void |
render(RenderAppendable to) |
abstract Renderer |
renderer() |
static RowElement |
row() |
void |
setStyle(Style.Composite style) |
Element |
style(Style.Composite style) |
public abstract Renderer 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(java.lang.String value)
Copyright © 2014 eXo Platform SAS. All Rights Reserved.