DataRowView
Inheritance: java.lang.Object
public class DataRowView
Represents a customized view of a DataRow.
Constructors
Constructor | Description |
---|---|
DataRowView(DataView view, DataRow row) | Initializes a new instance of this class. |
Methods
Method | Description |
---|---|
getRow() | Gets the DataRow being viewed. |
DataRowView(DataView view, DataRow row)
public DataRowView(DataView view, DataRow row)
Initializes a new instance of this class.
Parameters:
Parameter | Type | Description |
---|---|---|
view | DataView | |
row | DataRow |
getRow()
public DataRow getRow()
Gets the DataRow being viewed.
Returns: DataRow - The DataRow being viewed by the DataRowView.