public class RowElement extends Element
Modifier and Type | Field and Description |
---|---|
(package private) List<Element> |
cols
.
|
(package private) boolean |
header
.
|
Constructor and Description |
---|
RowElement() |
RowElement(boolean header) |
Modifier and Type | Method and Description |
---|---|
RowElement |
add(Element... cols) |
RowElement |
add(String... cols) |
Element |
getCol(int index) |
int |
getSize() |
RowLineRenderer |
renderer() |
RowElement |
style(Style.Composite style) |
public RowElement()
public RowElement(boolean header)
public int getSize()
public RowElement add(Element... cols)
public RowElement add(String... cols)
public RowElement style(Style.Composite style)
public RowLineRenderer renderer()
Copyright © 2015 eXo Platform SAS. All Rights Reserved.