@DefaultNonNull public final class TableRowSet<T> extends Object implements Iterable<DataTableRow<T>>
| Constructor and Description |
|---|
TableRowSet(MultiRowDataTable<T> dataTable,
T instance) |
| Modifier and Type | Method and Description |
|---|---|
DataTableRow<T> |
addRowAfter(DataTableRow<T> row) |
DataTableRow<T> |
addRowBefore(DataTableRow<T> row) |
T |
getInstance() |
DataTableRow<T> |
getPrimaryRow() |
boolean |
isVisible() |
Iterator<DataTableRow<T>> |
iterator() |
void |
markEven(boolean even) |
int |
rowCount() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic TableRowSet(MultiRowDataTable<T> dataTable, T instance)
public Iterator<DataTableRow<T>> iterator()
iterator in interface Iterable<DataTableRow<T>>public DataTableRow<T> getPrimaryRow()
public T getInstance()
public DataTableRow<T> addRowAfter(DataTableRow<T> row)
public DataTableRow<T> addRowBefore(DataTableRow<T> row)
public int rowCount()
public void markEven(boolean even)
public boolean isVisible()
Copyright © 2017 etc.to. All rights reserved.