Package | Description |
---|---|
org.crsh.text.ui |
Modifier and Type | Field and Description |
---|---|
(package private) ArrayList<RowElement> |
TableElement.rows
.
|
Modifier and Type | Method and Description |
---|---|
RowElement |
RowElement.add(Element... cols) |
RowElement |
RowElement.add(String... cols) |
static RowElement |
Element.header() |
static RowElement |
Element.row() |
RowElement |
RowElement.style(Style.Composite style) |
Modifier and Type | Method and Description |
---|---|
List<RowElement> |
TableElement.getRows() |
Modifier and Type | Method and Description |
---|---|
TableElement |
TableElement.add(RowElement... rows) |
TableElement |
TableElement.add(RowElement row) |
Constructor and Description |
---|
RowLineRenderer(RowElement row,
BorderStyle separator,
int leftCellPadding,
int rightCellPadding) |
TableRowLineRenderer(TableLineRenderer table,
RowElement row) |
Copyright © 2015 eXo Platform SAS. All Rights Reserved.