Uses of Class
org.apache.wicket.markup.repeater.data.DataViewBase
-
Packages that use DataViewBase Package Description org.apache.wicket.markup.repeater.data -
-
Uses of DataViewBase in org.apache.wicket.markup.repeater.data
Subclasses of DataViewBase in org.apache.wicket.markup.repeater.data Modifier and Type Class Description classDataView<T>DataView is a basic implementation ofAbstractPageableView.classGridView<T>A pageable DataView which breaks the data in the IDataProvider into a number of data-rows, depending on the column size.
-