public class DataView
extends java.lang.Object
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 . |
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
.