| Package | Description |
|---|---|
| org.cruxframework.crux.core.client.dataprovider.pager |
| Modifier and Type | Interface and Description |
|---|---|
interface |
HasPageable<T>
A HasPageable is a component to navigate on pages of a
Pageable widget. |
interface |
Pager<T>
A pager is a component to navigate on pages of a
PagedDataProvider. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPager<T>
Base implementation for a Pager
|
| Modifier and Type | Method and Description |
|---|---|
HasPageHandlers |
PageEvent.getSource() |
| Modifier and Type | Method and Description |
|---|---|
static PageEvent |
PageEvent.fire(HasPageHandlers source,
int requestedPage) |
| Constructor and Description |
|---|
PageEvent(HasPageHandlers source,
int requestedPage)
Constructor
|
Copyright © 2015. All rights reserved.