Module org.apache.wicket.core
Package org.apache.wicket.markup.repeater.data
package org.apache.wicket.markup.repeater.data
-
ClassDescriptionDataView<T>DataView is a basic implementation of
AbstractPageableView
.DataViewBase<T>Base class for data views.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.Iterator that iterates over all items in the cellsInterface used to provide data to data views.ListDataProvider<T extends Serializable>Allows the use of lists withDataView
.