Pageable

Undocumented in source.

Constructors

this
this(int page, int size)
Undocumented in source.
this
this(int page, int size, string column, OrderBy by)
Undocumented in source.
this
this(int page, int size, Sort sort)
Undocumented in source.

Members

Functions

getOffset
int getOffset()
Undocumented in source. Be warned that the author may not have intended to support it.
getPageNumber
int getPageNumber()
Undocumented in source. Be warned that the author may not have intended to support it.
getPageSize
int getPageSize()
Undocumented in source. Be warned that the author may not have intended to support it.
getSort
Sort getSort()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_page
int _page;
Undocumented in source.
_size
int _size;
Undocumented in source.
_sort
Sort _sort;
Undocumented in source.

Meta