Uses of Class
org.apache.wicket.markup.repeater.AbstractRepeater
-
Packages that use AbstractRepeater Package Description org.apache.wicket.ajax.markup.html.navigation.paging org.apache.wicket.markup.html.list List components for tabular data and such.org.apache.wicket.markup.html.navigation.paging org.apache.wicket.markup.repeater org.apache.wicket.markup.repeater.data -
-
Uses of AbstractRepeater in org.apache.wicket.ajax.markup.html.navigation.paging
Subclasses of AbstractRepeater in org.apache.wicket.ajax.markup.html.navigation.paging Modifier and Type Class Description classAjaxPagingNavigationAn ajaxified navigation for a PageableListView that holds links to other pages of the PageableListView. -
Uses of AbstractRepeater in org.apache.wicket.markup.html.list
Subclasses of AbstractRepeater in org.apache.wicket.markup.html.list Modifier and Type Class Description classListView<T>A ListView is a repeater that makes it easy to display/work withLists.classLoopA very simple loop component whose model is an Integer defining the number of iterations the loop should render.classPageableListView<T>PageableListView is similar to ListView but provides in addition pageable views.classPropertyListView<T>Simple ListVew subclass that wraps its item models in aCompoundPropertyModel. -
Uses of AbstractRepeater in org.apache.wicket.markup.html.navigation.paging
Subclasses of AbstractRepeater in org.apache.wicket.markup.html.navigation.paging Modifier and Type Class Description classPagingNavigationA navigation for a PageableListView that holds links to other pages of the PageableListView. -
Uses of AbstractRepeater in org.apache.wicket.markup.repeater
Subclasses of AbstractRepeater 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.classRepeatingViewA repeater view that renders all of its children, using its body markup, in the order they were added. -
Uses of AbstractRepeater in org.apache.wicket.markup.repeater.data
Subclasses of AbstractRepeater 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.
-