public class PaginatedTableInfo extends Object implements org.wso2.carbon.utils.Pageable
Constructor and Description |
---|
PaginatedTableInfo() |
Modifier and Type | Method and Description |
---|---|
int |
getNumberOfPages() |
String[] |
getTableInfo() |
<T> void |
set(List<T> items) |
void |
setNumberOfPages(int numberOfPages) |
void |
setTableInfo(String[] tableList) |
public int getNumberOfPages()
getNumberOfPages
in interface org.wso2.carbon.utils.Pageable
public String[] getTableInfo()
public void setTableInfo(String[] tableList)
public <T> void set(List<T> items)
set
in interface org.wso2.carbon.utils.Pageable
public void setNumberOfPages(int numberOfPages)
setNumberOfPages
in interface org.wso2.carbon.utils.Pageable
Copyright © 2019 WSO2. All rights reserved.