public class Table extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Table.Cell |
Constructor and Description |
---|
Table() |
Modifier and Type | Method and Description |
---|---|
Table |
addCell(Object value) |
Table |
addCell(Object value,
String attributes) |
Table |
endHeaders() |
Table |
endRow() |
Table |
endRow(boolean check) |
Table.Cell |
findHeaderByName(String header) |
Map<String,List<Table.Cell>> |
getAsMap() |
Map<String,Table.Cell> |
getHeaderMap() |
List<Table.Cell> |
getHeaders() |
List<List<Table.Cell>> |
getRows() |
Table |
startHeaders() |
Table |
startRow() |
public Table startHeaders()
public Table endHeaders()
public Table startRow()
public Table endRow(boolean check)
public Table endRow()
public List<Table.Cell> getHeaders()
public List<List<Table.Cell>> getRows()
public Map<String,List<Table.Cell>> getAsMap()
public Map<String,Table.Cell> getHeaderMap()
public Table.Cell findHeaderByName(String header)
Copyright © 2009–2017. All rights reserved.