wicket.extensions.markup.html.repeater.data| Name | Type | Description |
|---|---|---|
| IDataProvider | Interface | Interface used to provide data to data views. |
| ListDataProvider | Class | Allows the use of lists with dataview. |
| GridView | Class | A pageable DataView which breaks the data in the IDataProvider into a number of data-rows, depending on the column size. |
| DataViewBase | Class | Base class for data views. |
| DataView | Class | DataView is a basic implementation of AbstractDataView. |