public abstract class Element extends Object
| 限定符 | 构造器和说明 |
|---|---|
protected |
Element() |
| 限定符和类型 | 方法和说明 |
|---|---|
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) |
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 © 2018. All rights reserved.