public class DataView
extends java.lang.Object
implements java.lang.Iterable
DataTable for sorting, filtering, searching, editing, and navigation.| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes the
DataView. |
DataRowView |
get(int recordIndex)
Gets a row of data from a specified table.
|
int |
getCount()
Gets the number of records in the
DataView. |
DataTable |
getTable()
Gets the source
DataTable. |
java.util.Iterator |
iterator()
Gets an enumerator for this
DataView. |
public int getCount()
DataView.DataView.public DataTable getTable()
DataTable.DataTable that provides the data for this view.public DataRowView get(int recordIndex)
recordIndex - The index of a record in the DataTable.DataRowView of the row that you want.public void close()
DataView.public java.util.Iterator iterator()
DataView.iterator in interface java.lang.IterableIterator for navigating through the list.