org.crsh.text.ui
Class Element
java.lang.Object
org.crsh.text.ui.Element
- Direct Known Subclasses:
- EvalElement, LabelElement, RowElement, TableElement, TextElement, TreeElement
-
public abstract class Element
- extends Object
-
Constructor Summary |
protected |
Element()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
style
private Style.Composite style
-
.
Element
protected Element()
renderer
public abstract Renderer renderer()
-
render
public void render(RenderAppendable to)
-
getStyle
public final Style.Composite getStyle()
-
setStyle
public final void setStyle(Style.Composite style)
-
style
public Element style(Style.Composite style)
-
row
public static RowElement row()
-
header
public static RowElement header()
-
label
public static LabelElement label(String value)
-
Copyright © 2014 eXo Platform SAS. All Rights Reserved.