| Package | Description |
|---|---|
| org.apache.wicket.ajax.markup.html.navigation.paging | |
| org.apache.wicket.markup.html.navigation.paging |
| Modifier and Type | Method and Description |
|---|---|
protected PagingNavigation |
AjaxPagingNavigator.newNavigation(String id,
IPageable pageable,
IPagingLabelProvider labelProvider) |
| Constructor and Description |
|---|
AjaxPagingNavigation(String id,
IPageable pageable,
IPagingLabelProvider labelProvider)
Constructor.
|
AjaxPagingNavigator(String id,
IPageable pageable,
IPagingLabelProvider labelProvider)
Constructor.
|
| Modifier and Type | Field and Description |
|---|---|
protected IPagingLabelProvider |
PagingNavigation.labelProvider
The label provider for the text that the links should be displaying.
|
| Modifier and Type | Method and Description |
|---|---|
protected PagingNavigation |
PagingNavigator.newNavigation(String id,
IPageable pageable,
IPagingLabelProvider labelProvider)
Create a new PagingNavigation.
|
| Constructor and Description |
|---|
PagingNavigation(String id,
IPageable pageable,
IPagingLabelProvider labelProvider)
Constructor.
|
PagingNavigator(String id,
IPageable pageable,
IPagingLabelProvider labelProvider)
Constructor.
|
Copyright © 2006–2014 Apache Software Foundation. All rights reserved.