java.lang.Object
com.vaadin.hilla.mappedtypes.Pageable
A DTO for
org.springframework.data.domain.Pageable.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintgetSort()voidsetPageNumber(int pageNumber) voidsetPageSize(int pageSize) void
-
Constructor Details
-
Pageable
public Pageable()
-
-
Method Details
-
getPageNumber
public int getPageNumber() -
setPageNumber
public void setPageNumber(int pageNumber) -
getPageSize
public int getPageSize() -
setPageSize
public void setPageSize(int pageSize) -
getSort
-
setSort
-