buildOffsetQuery abstract method
- @protected
- Offset offset
Based on offset, the function should build a Query object
that will be used to load the list page by the
loadRecords() function.
Implementation
@protected
Query buildOffsetQuery(Offset offset);