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

public int getStart()

getEnd

public int getEnd()

getTotal

public int getTotal()

getPreviousStart

public int getPreviousStart()

getNextStart

public int getNextStart()

getPages

public List getPages()


Copyright © 2002-2006 Atlassian. All Rights Reserved.