|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.acsinet_solutions.cetia4.data.PagingBlock
public class PagingBlock
A paging block instance. This class contains information for a single unit of paging information called a block. A block does not contain information of an actual search, it only contains information on the index at which a given "page" starts, and the size of the given block.
Derechos Reservados
PagerTag,
Serialized Form| Constructor Summary | |
|---|---|
PagingBlock(int blockIndex,
int blockSize)
Public constructor |
|
| Method Summary | |
|---|---|
int |
getBlockIndex()
Return the block 0-based index. |
int |
getBlockNumber()
Return the block 1-based number; convenience method |
int |
getBlockSize()
Return the block size |
int |
getFirstResultForBlock()
Get the first result for the current block. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PagingBlock(int blockIndex,
int blockSize)
| Method Detail |
|---|
public final int getBlockIndex()
public final int getBlockNumber()
public final int getBlockSize()
public final int getFirstResultForBlock()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||