Uses of Class
org.apache.wicket.markup.repeater.RefreshingView
-
Packages that use RefreshingView Package Description org.apache.wicket.markup.repeater org.apache.wicket.markup.repeater.data -
-
Uses of RefreshingView in org.apache.wicket.markup.repeater
Subclasses of RefreshingView in org.apache.wicket.markup.repeater Modifier and Type Class Description classAbstractPageableView<T>An abstract repeater view that provides paging functionality to its subclasses.Methods in org.apache.wicket.markup.repeater that return RefreshingView Modifier and Type Method Description RefreshingView<T>RefreshingView. setItemReuseStrategy(IItemReuseStrategy strategy)Sets the item reuse strategy. -
Uses of RefreshingView in org.apache.wicket.markup.repeater.data
Subclasses of RefreshingView 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.
-