Page

Undocumented in source.

Constructors

this
this(T[] content, Pageable pageable, long total)
Undocumented in source.

Members

Functions

getContent
T[] getContent()
Undocumented in source. Be warned that the author may not have intended to support it.
getModel
PageModel getModel(int num)
Undocumented in source. Be warned that the author may not have intended to support it.
getNumber
int getNumber()
Undocumented in source. Be warned that the author may not have intended to support it.
getNumberOfElements
int getNumberOfElements()
Undocumented in source. Be warned that the author may not have intended to support it.
getSize
int getSize()
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.
getTotalElements
long getTotalElements()
Undocumented in source. Be warned that the author may not have intended to support it.
getTotalPages
int getTotalPages()
Undocumented in source. Be warned that the author may not have intended to support it.
hasContent
bool hasContent()
Undocumented in source. Be warned that the author may not have intended to support it.
hasNextPage
bool hasNextPage()
Undocumented in source. Be warned that the author may not have intended to support it.
hasPreviousPage
bool hasPreviousPage()
Undocumented in source. Be warned that the author may not have intended to support it.
isFirstPage
bool isFirstPage()
Undocumented in source. Be warned that the author may not have intended to support it.
isLastPage
bool isLastPage()
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

PageModel
struct PageModel
Undocumented in source.

Variables

_content
T[] _content;
Undocumented in source.
_pageable
Pageable _pageable;
Undocumented in source.
_total
long _total;
Undocumented in source.

Meta