Uses of Interface
org.apache.wicket.markup.html.navigation.paging.IPageable
-
Packages that use IPageable 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 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 Modifier and Type Method Description protected AjaxPagingNavigationBehaviorAjaxPagingNavigationIncrementLink. newAjaxPagingNavigationBehavior(IPageable pageable, java.lang.String event)protected AjaxPagingNavigationBehaviorAjaxPagingNavigationLink. newAjaxPagingNavigationBehavior(IPageable pageable, java.lang.String event)protected PagingNavigationAjaxPagingNavigator. newNavigation(java.lang.String id, IPageable pageable, IPagingLabelProvider labelProvider)protected AbstractLinkAjaxPagingNavigator. newPagingNavigationIncrementLink(java.lang.String id, IPageable pageable, int increment)Create a new increment link.protected Link<?>AjaxPagingNavigation. newPagingNavigationLink(java.lang.String id, IPageable pageable, long pageIndex)Factory method for creating ajaxian page number links.protected AbstractLinkAjaxPagingNavigator. newPagingNavigationLink(java.lang.String id, IPageable pageable, int pageNumber)Create a new pagenumber link.Constructors in org.apache.wicket.ajax.markup.html.navigation.paging with parameters of type IPageable Constructor Description 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, long 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.markup.html.list
Classes in org.apache.wicket.markup.html.list that implement IPageable Modifier and Type Class Description classPageableListView<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 Modifier and Type Interface Description interfaceIPageableItemsrepresents a countable amount of items that can be paginated.Fields in org.apache.wicket.markup.html.navigation.paging declared as IPageable Modifier and Type Field Description protected IPageablePagingNavigation. pageableThe PageableListView this navigation is navigating.protected IPageablePagingNavigationIncrementLink. pageableThe PageableListView the page links are referring to.protected IPageablePagingNavigationLink. pageableThe pageable list view.Methods in org.apache.wicket.markup.html.navigation.paging that return IPageable Modifier and Type Method Description IPageablePagingNavigator. getPageable()IPageablethis navigator is linked withMethods in org.apache.wicket.markup.html.navigation.paging with parameters of type IPageable Modifier and Type Method Description protected PagingNavigationPagingNavigator. newNavigation(java.lang.String id, IPageable pageable, IPagingLabelProvider labelProvider)Create a new PagingNavigation.protected AbstractLinkPagingNavigator. newPagingNavigationIncrementLink(java.lang.String id, IPageable pageable, int increment)Create a new increment link.protected AbstractLinkPagingNavigation. newPagingNavigationLink(java.lang.String id, IPageable pageable, long pageIndex)Factory method for creating page number links.protected AbstractLinkPagingNavigator. newPagingNavigationLink(java.lang.String id, IPageable pageable, int pageNumber)Create a new pagenumber link.Constructors in org.apache.wicket.markup.html.navigation.paging with parameters of type IPageable Constructor Description 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, long 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 Modifier and Type Class Description classAbstractPageableView<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 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.
-