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

Packages that use IPageable
wicket.ajax.markup.html.navigation.paging   
wicket.markup.html.list List components for tabular data and such. 
wicket.markup.html.navigation.paging   
 

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

Methods in wicket.ajax.markup.html.navigation.paging with parameters of type IPageable
protected  PagingNavigation AjaxPagingNavigator.newNavigation(IPageable pageable, IPagingLabelProvider labelProvider)
          Create a new PagingNavigation.
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  PagingNavigationLink AjaxPagingNavigation.newPagingNavigationLink(java.lang.String id, IPageable pageable, int pageIndex)
          Factory method for creating ajaxian page number links.
 

Constructors in 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 wicket.markup.html.list
 

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

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

Fields in 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 wicket.markup.html.navigation.paging with parameters of type IPageable
protected  PagingNavigation PagingNavigator.newNavigation(IPageable pageable, IPagingLabelProvider labelProvider)
          Create a new PagingNavigation.
protected  Link PagingNavigator.newPagingNavigationIncrementLink(java.lang.String id, IPageable pageable, int increment)
          Create a new increment link.
protected  Link PagingNavigator.newPagingNavigationLink(java.lang.String id, IPageable pageable, int pageNumber)
          Create a new pagenumber link.
protected  PagingNavigationLink PagingNavigation.newPagingNavigationLink(java.lang.String id, IPageable pageable, int pageIndex)
          Factory method for creating page number links.
 

Constructors in 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.
 



Copyright © 2004-2007 Wicket developers. All Rights Reserved.