buildOffsetQuery abstract method

  1. @protected
Query buildOffsetQuery(
  1. 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);