Package org.apache.wicket.markup.repeater.data

Interface Summary
IDataProvider<T> Interface used to provide data to data views.
 

Class Summary
DataView<T> DataView is a basic implementation of AbstractPageableView.
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.
ListDataProvider<T extends Serializable> Allows the use of lists with DataView.
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.