| Package | Description |
|---|---|
| org.apache.wicket.markup.repeater.data |
| Modifier and Type | Class and Description |
|---|---|
class |
EmptyDataProvider<T>
A convenience class to represent an empty data provider.
|
class |
ListDataProvider<T extends Serializable>
Allows the use of lists with
DataView. |
| Modifier and Type | Method and Description |
|---|---|
IDataProvider<T> |
GridView.getDataProvider() |
IDataProvider<T> |
DataView.getDataProvider() |
protected IDataProvider<T> |
DataViewBase.internalGetDataProvider() |
| Constructor and Description |
|---|
DataView(String id,
IDataProvider<T> dataProvider) |
DataView(String id,
IDataProvider<T> dataProvider,
long itemsPerPage) |
DataViewBase(String id,
IDataProvider<T> dataProvider) |
GridView(String id,
IDataProvider<T> dataProvider) |
Copyright © 2006–2021 Apache Software Foundation. All rights reserved.