public class TableExportWriterTableListIterator<T> extends Object implements TableExportWriterIterator<T>
| Constructor and Description |
|---|
TableExportWriterTableListIterator(List<String> header,
List<T> dataModel,
List<HtmlColumn> columns,
String tableVar) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getHeader() |
int |
getRowCount() |
boolean |
hasNext() |
T |
next() |
List<String> |
nextRow()
Prepares next row information.
|
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic int getRowCount()
getRowCount in interface TableExportWriterIterator<T>public List<String> nextRow()
TableExportWriterIteratornextRow in interface TableExportWriterIterator<T>public List<String> getHeader()
getHeader in interface TableExportWriterIterator<T>Copyright © 2018. All rights reserved.