Listener methods
addResultTableCellIdsListener
The addResultTableCellIdsListener method registers a listener function with the Queries object that will be called whenever the Cell Ids that appear anywhere in a ResultTable change. Read more.
addResultTableListener
The addResultTableListener method registers a listener function with the Queries object that will be called whenever data in a ResultTable changes. Read more.
addResultRowIdsListener
The addResultRowIdsListener method registers a listener function with the Queries object that will be called whenever the ResultRow Ids in a ResultTable change. Read more.
addResultSortedRowIdsListener
The addResultSortedRowIdsListener method registers a listener function with the Queries object that will be called whenever sorted (and optionally, paginated) ResultRow Ids in a ResultTable change. Read more.
addResultRowCountListener
The addResultRowCountListener method registers a listener function with the Queries object that will be called whenever the count of ResultRow objects in a ResultTable changes. Read more.
addResultRowListener
The addResultRowListener method registers a listener function with the Queries object that will be called whenever data in a ResultRow changes. Read more.
addResultCellIdsListener
The addResultCellIdsListener method registers a listener function with the Queries object that will be called whenever the ResultCell Ids in a ResultRow change. Read more.
addResultCellListener
The addResultCellListener method registers a listener function with the Queries object that will be called whenever data in a ResultCell changes. Read more.
addQueryIdsListener
The addQueryIdsListener method registers a listener function with the Queries object that will be called whenever an Query definition is added or removed. Read more.
delListener
The delListener method removes a listener that was previously added to the Queries object. Read more.