ItemView.withPageSizeAndOffsetAndBasePoint constructor
ItemView.withPageSizeAndOffsetAndBasePoint(
- int pageSize,
- int offset,
- OffsetBasePoint offsetBasePoint
Implementation
ItemView.withPageSizeAndOffsetAndBasePoint(
int pageSize, int offset, OffsetBasePoint offsetBasePoint)
: super.withPageSizeAndOffsetAndBasePoint(
pageSize, offset, offsetBasePoint) {}