public class ScrollView<T extends Serializable> extends Object implements Serializable
| Constructor and Description |
|---|
ScrollView() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCount() |
Long |
getCurrentPage() |
List<T> |
getElements() |
Long |
getNumberOfPages() |
Long |
getSize() |
void |
setCount(Long count) |
void |
setCurrentPage(Long currentPage) |
void |
setElements(List<T> elements) |
void |
setNumberOfPages(Long numberOfPages) |
void |
setSize(Long size) |
public Long getSize()
public void setSize(Long size)
public Long getCount()
public void setCount(Long count)
public Long getNumberOfPages()
public void setNumberOfPages(Long numberOfPages)
public Long getCurrentPage()
public void setCurrentPage(Long currentPage)
Copyright © 2020. All rights reserved.