Uses of Interface
org.apache.wicket.markup.html.navigation.paging.IPageableItems

Packages that use IPageableItems
org.apache.wicket.markup.html.list List components for tabular data and such. 
org.apache.wicket.markup.repeater   
org.apache.wicket.markup.repeater.data   
 

Uses of IPageableItems in org.apache.wicket.markup.html.list
 

Classes in org.apache.wicket.markup.html.list that implement IPageableItems
 class PageableListView<T>
          PageableListView is similar to ListView but provides in addition pageable views.
 

Uses of IPageableItems in org.apache.wicket.markup.repeater
 

Classes in org.apache.wicket.markup.repeater that implement IPageableItems
 class AbstractPageableView<T>
          An abstract repeater view that provides paging functionality to its subclasses.
 

Uses of IPageableItems in org.apache.wicket.markup.repeater.data
 

Classes in org.apache.wicket.markup.repeater.data that implement IPageableItems
 class DataView<T>
          DataView is a basic implementation of AbstractPageableView.
 class DataViewBase<T>
          Base class for data views.
 class GridView<T>
          A pageable DataView which breaks the data in the IDataProvider into a number of data-rows, depending on the column size.
 



Copyright © 2006–2014 Apache Software Foundation. All rights reserved.