| Package | Description |
|---|---|
| org.cruxframework.crux.core.client.dataprovider | |
| org.cruxframework.crux.core.client.dataprovider.pager |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractHasPagedDataProvider<T> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
HasPageable<T>
A HasPageable is a component to navigate on pages of a
Pageable widget. |
interface |
Pageable<T>
Define a base interface for classes that are capable to be paged by a
Pager. |
interface |
Pager<T>
A pager is a component to navigate on pages of a
PagedDataProvider. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPageable<T>
Base implementation for Pageable widgets
|
class |
AbstractPager<T>
Base implementation for a Pager
|
Copyright © 2015. All rights reserved.