Package org.apache.wicket.markup.repeater.data
-
Interface Summary Interface Description IDataProvider<T> Interface used to provide data to data views. -
Class Summary Class Description DataView<T> DataView is a basic implementation ofAbstractPageableView
.DataViewBase<T> Base class for data views.EmptyDataProvider<T> A convenience class to represent an empty data provider.GridView<T> A pageable DataView which breaks the data in the IDataProvider into a number of data-rows, depending on the column size.GridView.ItemsIterator<T> Iterator that iterates over all items in the cellsListDataProvider<T extends Serializable> Allows the use of lists withDataView
.