| Package | Description |
|---|---|
| org.cruxframework.crux.widgets.client.event.paging | |
| org.cruxframework.crux.widgets.client.paging |
| 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) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Pager |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPager
Base implementation for a Pager
|
class |
NavigationButtonsPager
Base implementation for navigation-buttons-based pager
|
class |
RandomPager
A pager which knows the total number of pages.
|
class |
SequentialPager
A pager which does not know the total number of pages.
|
Copyright © 2014. All rights reserved.