com.atlassian.jira.web.component
Interface IssuePager

All Known Implementing Classes:
AllIssuesIssuePager, SearchResults

public interface IssuePager

This class is used in conjunction with issuetable.vm, and IssueTableLayoutBean and IssueTableWebComponent to display a table of issues.


Method Summary
 int getEnd()
           
 int getNextStart()
           
 List getPages()
           
 int getPreviousStart()
           
 int getStart()
           
 int getTotal()
           
 

Method Detail

getStart

int getStart()

getEnd

int getEnd()

getTotal

int getTotal()

getPreviousStart

int getPreviousStart()

getNextStart

int getNextStart()

getPages

List getPages()


Copyright © 2002-2012 Atlassian. All Rights Reserved.