public class GroupPager extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_CURRENT_PAGE_NUMBER |
static int |
DEFAULT_PAGE_SIZE |
String |
id |
String |
name |
String |
versionNo |
Constructor and Description |
---|
GroupPager() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
int |
getAllPageCount() |
int |
getAllRecordCount() |
int |
getCurrentPageNumber() |
protected int |
getDefaultCurrentPageNumber() |
protected int |
getDefaultPageSize() |
List<Integer> |
getPageNumberList() |
int |
getPageSize() |
boolean |
isExistNextPage() |
boolean |
isExistPrePage() |
void |
setAllPageCount(int allPageCount) |
void |
setAllRecordCount(int allRecordCount) |
void |
setCurrentPageNumber(int currentPageNumber) |
void |
setExistNextPage(boolean existNextPage) |
void |
setExistPrePage(boolean existPrePage) |
void |
setPageNumberList(List<Integer> pageNumberList) |
void |
setPageSize(int pageSize) |
public static final int DEFAULT_PAGE_SIZE
public static final int DEFAULT_CURRENT_PAGE_NUMBER
public String id
public String name
public String versionNo
public void clear()
protected int getDefaultCurrentPageNumber()
public int getAllRecordCount()
public void setAllRecordCount(int allRecordCount)
public int getAllPageCount()
public void setAllPageCount(int allPageCount)
public boolean isExistPrePage()
public void setExistPrePage(boolean existPrePage)
public boolean isExistNextPage()
public void setExistNextPage(boolean existNextPage)
public int getPageSize()
public void setPageSize(int pageSize)
public int getCurrentPageNumber()
public void setCurrentPageNumber(int currentPageNumber)
protected int getDefaultPageSize()
Copyright © 2009–2019 CodeLibs. All rights reserved.