public class Pageable extends Object
Pageable.| Constructor and Description |
|---|
Pageable() |
| Modifier and Type | Method and Description |
|---|---|
int |
getPageNumber() |
int |
getPageSize() |
Sort |
getSort() |
void |
setPageNumber(int pageNumber) |
void |
setPageSize(int pageSize) |
void |
setSort(Sort sort) |
Copyright © 2000–2022 Vaadin Ltd. All rights reserved.