|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Page | |
|---|---|
| com.atlassian.jira.web.bean | |
| Uses of Page in com.atlassian.jira.web.bean |
|---|
| Fields in com.atlassian.jira.web.bean with type parameters of type Page | |
|---|---|
protected Collection<Page> |
PagerFilter.pages
Deprecated. since 4.0 use #getPages() rather than access pages directly |
| Methods in com.atlassian.jira.web.bean that return types with arguments of type Page | |
|---|---|
List<Page> |
PagerFilter.generatePages(Collection<T> items)
generates a collection of page objects which keep track of the pages for display |
protected Collection<Page> |
PagerFilter.getPages()
|
List<Page> |
PagerFilter.getPages(Collection<T> itemsCol)
|
List<Page> |
PagerFilter.restrictPages(Collection<Page> pages,
int size)
Restrict the pagers to a certain number of pages on either side of the current page. |
| Method parameters in com.atlassian.jira.web.bean with type arguments of type Page | |
|---|---|
List<Page> |
PagerFilter.restrictPages(Collection<Page> pages,
int size)
Restrict the pagers to a certain number of pages on either side of the current page. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||