
public class GluePageSetImpl extends GlueRowSetImpl implements GluePageSet
| Modifier and Type | Field and Description |
|---|---|
protected int |
currentPage
current page number
|
protected int |
pageSize
Page Size
|
protected int |
totalRowCount
Total Row Count
|
columndefsmodCount| Constructor and Description |
|---|
GluePageSetImpl()
»ý¼ºÀÚ(constructor).
|
GluePageSetImpl(List<GlueRow<String,Object>> rows)
»ý¼ºÀÚ(constructor).
|
| Modifier and Type | Method and Description |
|---|---|
int |
getCurrentPage()
ÇöÀç Page ¹øÈ£¸¦ ³Ñ°Ü ÁØ´Ù.
|
int |
getPageSize()
Page Size¸¦ Return ÇÑ´Ù.
|
int |
getTotalRowCount()
Á¶È¸µÈ ½ÇÁ¦ÀûÀÎ ÃÑ ·¹ÄÚµå °³¼ö¸¦ È®ÀÎÇÑ´Ù.
|
void |
setCurrentPage(int currentPage)
currentPage ¸¦ ¼³Á¤ÇÑ´Ù.
|
void |
setPageSize(int pageSize)
Page Size¸¦ ¼³Á¤ÇÑ´Ù.
|
void |
setTotalRowCount(int size)
ÃÑ ·¹ÄÚµå °³¼ö¸¦ ¼³Á¤ÇÑ´Ù.
|
count, getAllRow, getColumnDefs, hasNext, hasPrevious, next, previous, reset, setColumnDefsadd, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcount, getAllRow, getColumnDefs, hasNext, hasPrevious, next, previous, reset, setColumnDefsadd, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArrayparallelStream, removeIf, streamprotected int totalRowCount
protected int pageSize
protected int currentPage
public int getCurrentPage()
GluePageSetgetCurrentPage in interface GluePageSetpublic void setCurrentPage(int currentPage)
GluePageSetsetCurrentPage in interface GluePageSetcurrentPage - ÇöÀç page ¹øÈ£public int getPageSize()
GluePageSetgetPageSize in interface GluePageSetpublic void setPageSize(int pageSize)
GluePageSetsetPageSize in interface GluePageSetpageSize - Page ´ÜÀ§public int getTotalRowCount()
GluePageSetgetTotalRowCount in interface GluePageSetpublic void setTotalRowCount(int size)
GluePageSetsetTotalRowCount in interface GluePageSetsize - ÃÑ ·¹ÄÚµå °³¼öCopyright © 2013–2020 POSCO ICT. All rights reserved.