Uses of Class
org.apache.wicket.markup.repeater.RepeatingView
-
Packages that use RepeatingView Package Description org.apache.wicket.markup.repeater org.apache.wicket.markup.repeater.data -
-
Uses of RepeatingView in org.apache.wicket.markup.repeater
Subclasses of RepeatingView in org.apache.wicket.markup.repeater Modifier and Type Class Description classAbstractPageableView<T>An abstract repeater view that provides paging functionality to its subclasses.classRefreshingView<T>An abstract repeater view that provides refreshing functionality to its subclasses. -
Uses of RepeatingView in org.apache.wicket.markup.repeater.data
Subclasses of RepeatingView in org.apache.wicket.markup.repeater.data Modifier and Type Class Description classDataView<T>DataView is a basic implementation ofAbstractPageableView.classDataViewBase<T>Base class for data views.classGridView<T>A pageable DataView which breaks the data in the IDataProvider into a number of data-rows, depending on the column size.
-