public interface RowListener
The RowListener interface can be implemented to allow access to the data rows on their way up to the grid.
Modifier and Type | Method and Description |
---|---|
DataRow | processRecord(QVGrid QVGrid!, DataRow dr!) Method processRecord: Receives the DataRow about to be added to the visible grid page to allow custom formatting, etc. If NULL() is returned, the DataRow will not be added to the grid |
public DataRow processRecord(QVGrid QVGrid!, DataRow dr!)
Method processRecord: Receives the DataRow about to be added to the visible grid page to allow custom formatting, etc. If NULL() is returned, the DataRow will not be added to the grid
QVGrid
QVGrid!DataRow
dr!