Package com.atlassian.jira.web.component
Interface Pager
- All Known Implementing Classes:
SearchResults
public interface Pager
This class is used in conjunction with issuetable.vm, and
IssueTableLayoutBean
and IssueTableWebComponent
to display a table of issues.-
Method Details
-
getStart
int getStart() -
getEnd
int getEnd() -
getTotal
int getTotal() -
getPreviousStart
int getPreviousStart() -
getNextStart
int getNextStart() -
getPages
List getPages()
-