| Package | Description |
|---|---|
| net.anotheria.util.datatable |
| Modifier and Type | Method and Description |
|---|---|
DataRow |
DataTable.getRow(int aIndex) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<DataRow> |
DataTable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DataTable.addRow(DataRow aRow) |
int |
DataTable.getRowIndex(DataRow aRow) |
void |
DataTable.removeRow(DataRow aRow) |
void |
DataTable.setRow(int aIndex,
DataRow aRow) |
Copyright © 2010-2014 anotheria.net. All Rights Reserved.