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

Packages that use IPageableItems
org.apache.wicket.extensions.ajax.markup.html.repeater.data.table   
org.apache.wicket.extensions.markup.html.repeater.data.grid   
org.apache.wicket.extensions.markup.html.repeater.data.table   
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.extensions.ajax.markup.html.repeater.data.table
 

Classes in org.apache.wicket.extensions.ajax.markup.html.repeater.data.table that implement IPageableItems
 class AjaxFallbackDefaultDataTable<T>
          An implementation of the DataTable that aims to solve the 90% usecase by adding navigation, headers, an no-records-found toolbars to a standard DataTable.
 

Uses of IPageableItems in org.apache.wicket.extensions.markup.html.repeater.data.grid
 

Classes in org.apache.wicket.extensions.markup.html.repeater.data.grid that implement IPageableItems
 class AbstractDataGridView<T>
          Acts as a base for data-grid views.
 class DataGridView<T>
          Simple concrete implementation of AbstractDataGridView
 

Uses of IPageableItems in org.apache.wicket.extensions.markup.html.repeater.data.table
 

Classes in org.apache.wicket.extensions.markup.html.repeater.data.table that implement IPageableItems
 class DataTable<T>
          A data table builds on data grid view to introduce toolbars.
 class DefaultDataTable<T>
          An implementation of the DataTable that aims to solve the 90% usecase by adding navigation, headers, an no-records-found toolbars to a standard DataTable.
 

Constructors in org.apache.wicket.extensions.markup.html.repeater.data.table with parameters of type IPageableItems
NavigatorLabel(java.lang.String id, IPageableItems pageable)
          Construct.
 

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-2011 Apache Software Foundation. All Rights Reserved.