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

Packages that use IPageable
org.apache.wicket.ajax.markup.html.navigation.paging   
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.html.navigation.paging   
org.apache.wicket.markup.repeater   
org.apache.wicket.markup.repeater.data   
 

Uses of IPageable in org.apache.wicket.ajax.markup.html.navigation.paging
 

Methods in org.apache.wicket.ajax.markup.html.navigation.paging with parameters of type IPageable
protected  AjaxPagingNavigationBehavior AjaxPagingNavigationLink.newAjaxPagingNavigationBehavior(IPageable pageable, java.lang.String event)
           
protected  AjaxPagingNavigationBehavior AjaxPagingNavigationIncrementLink.newAjaxPagingNavigationBehavior(IPageable pageable, java.lang.String event)
           
protected  PagingNavigation AjaxPagingNavigator.newNavigation(java.lang.String id, IPageable pageable, IPagingLabelProvider labelProvider)
           
protected  Link<?> AjaxPagingNavigator.newPagingNavigationIncrementLink(java.lang.String id, IPageable pageable, int increment)
          Create a new increment link.
protected  Link<?> AjaxPagingNavigator.newPagingNavigationLink(java.lang.String id, IPageable pageable, int pageNumber)
          Create a new pagenumber link.
protected  Link<?> AjaxPagingNavigation.newPagingNavigationLink(java.lang.String id, IPageable pageable, int pageIndex)
          Factory method for creating ajaxian page number links.
 

Constructors in org.apache.wicket.ajax.markup.html.navigation.paging with parameters of type IPageable
AjaxPagingNavigation(java.lang.String id, IPageable pageable)
          Constructor.
AjaxPagingNavigation(java.lang.String id, IPageable pageable, IPagingLabelProvider labelProvider)
          Constructor.
AjaxPagingNavigationBehavior(IAjaxLink owner, IPageable pageable, java.lang.String event)
          Attaches the navigation behavior to the owner link and drives the pageable component.
AjaxPagingNavigationIncrementLink(java.lang.String id, IPageable pageable, int increment)
          Constructor.
AjaxPagingNavigationLink(java.lang.String id, IPageable pageable, int pageNumber)
          Constructor.
AjaxPagingNavigator(java.lang.String id, IPageable pageable)
          Constructor.
AjaxPagingNavigator(java.lang.String id, IPageable pageable, IPagingLabelProvider labelProvider)
          Constructor.
 

Uses of IPageable 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 IPageable
 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 IPageable in org.apache.wicket.extensions.markup.html.repeater.data.grid
 

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

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

Classes in org.apache.wicket.extensions.markup.html.repeater.data.table that implement IPageable
 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.
 

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

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

Uses of IPageable in org.apache.wicket.markup.html.navigation.paging
 

Subinterfaces of IPageable in org.apache.wicket.markup.html.navigation.paging
 interface IPageableItems
          represents a countable amount of items that can be paginated.
 

Fields in org.apache.wicket.markup.html.navigation.paging declared as IPageable
protected  IPageable PagingNavigationLink.pageable
          The pageable list view.
protected  IPageable PagingNavigationIncrementLink.pageable
          The PageableListView the page links are referring to.
protected  IPageable PagingNavigation.pageable
          The PageableListView this navigation is navigating.
 

Methods in org.apache.wicket.markup.html.navigation.paging that return IPageable
 IPageable PagingNavigator.getPageable()
          IPageable this navigator is linked with
 

Methods in org.apache.wicket.markup.html.navigation.paging with parameters of type IPageable
protected  PagingNavigation PagingNavigator.newNavigation(java.lang.String id, IPageable pageable, IPagingLabelProvider labelProvider)
          Create a new PagingNavigation.
protected  AbstractLink PagingNavigator.newPagingNavigationIncrementLink(java.lang.String id, IPageable pageable, int increment)
          Create a new increment link.
protected  AbstractLink PagingNavigator.newPagingNavigationLink(java.lang.String id, IPageable pageable, int pageNumber)
          Create a new pagenumber link.
protected  AbstractLink PagingNavigation.newPagingNavigationLink(java.lang.String id, IPageable pageable, int pageIndex)
          Factory method for creating page number links.
 

Constructors in org.apache.wicket.markup.html.navigation.paging with parameters of type IPageable
PagingNavigation(java.lang.String id, IPageable pageable)
          Constructor.
PagingNavigation(java.lang.String id, IPageable pageable, IPagingLabelProvider labelProvider)
          Constructor.
PagingNavigationIncrementLink(java.lang.String id, IPageable pageable, int increment)
          Constructor.
PagingNavigationLink(java.lang.String id, IPageable pageable, int pageNumber)
          Constructor.
PagingNavigator(java.lang.String id, IPageable pageable)
          Constructor.
PagingNavigator(java.lang.String id, IPageable pageable, IPagingLabelProvider labelProvider)
          Constructor.
 

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

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

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

Classes in org.apache.wicket.markup.repeater.data that implement IPageable
 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.