org.hdpagination.config
Interface PaginationControl

All Superinterfaces:
Output

public interface PaginationControl
extends Output

Interface defining the "Pagination Control" link including navigation links (e.g. Previous, Next, First, Last) or page links (e.g. 1 2 3 4 5 6 7 8).

Since:
1.0
Author:
Liangfeng Ren

Method Summary
 int getPageNo()
          Page no (start from 0) related this "Pagination Control" link
 
Methods inherited from interface org.hdpagination.config.Output
getLabel
 

Method Detail

getPageNo

int getPageNo()
Page no (start from 0) related this "Pagination Control" link

Returns:


Copyright © 2008 HDPagination All Rights Reserved.