public class DataTable extends Object
Modifier and Type | Class and Description |
---|---|
static class |
DataTable.DataTableBuilder |
class |
DataTable.RowValueAccessor |
Modifier and Type | Method and Description |
---|---|
void |
addRow(DataTableRow dataTableRow) |
void |
addRow(Map<String,? extends Object> data) |
void |
addRows(List<DataTableRow> rows) |
boolean |
atLastRow() |
DataTable.RowValueAccessor |
currentRow() |
List<String> |
getHeaders() |
List<DataTableRow> |
getRows() |
int |
getSize() |
boolean |
hasPredefinedRows() |
DataTable.RowValueAccessor |
nextRow() |
DataTable.RowValueAccessor |
row(int rowNumber) |
static DataTable.DataTableBuilder |
withHeaders(List<String> headers) |
public static DataTable.DataTableBuilder withHeaders(List<String> headers)
public List<DataTableRow> getRows()
public DataTable.RowValueAccessor row(int rowNumber)
public DataTable.RowValueAccessor nextRow()
public boolean atLastRow()
public DataTable.RowValueAccessor currentRow()
public void addRow(DataTableRow dataTableRow)
public void addRows(List<DataTableRow> rows)
public boolean hasPredefinedRows()
public int getSize()
Copyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.