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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
style
private Style.Composite style
- .
parent
Element parent
- .
Element
protected Element()
Element
protected Element(Element parent)
renderer
public abstract Renderer renderer()
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 © 2012 eXo Platform SAS. All Rights Reserved.