Class AjaxPagingNavigation

All Implemented Interfaces:
Serializable, Iterable<Component>, IEventSink, IEventSource, IFeedbackContributor, IConverterLocator, IMetadataContext<Serializable,Component>, IHeaderContributor, IRequestableComponent, IHierarchical<Component>, IClusterable

An ajaxified navigation for a PageableListView that holds links to other pages of the PageableListView.

Please

Since:
1.2
Author:
Martijn Dashorst
See Also:
  • Constructor Details

    • AjaxPagingNavigation

      public AjaxPagingNavigation(String id, IPageable pageable)
      Constructor.
      Parameters:
      id - See Component
      pageable - The underlying pageable component to navigate
    • AjaxPagingNavigation

      public AjaxPagingNavigation(String id, IPageable pageable, IPagingLabelProvider labelProvider)
      Constructor.
      Parameters:
      id - See Component
      pageable - The underlying pageable component to navigate
      labelProvider - The label provider for the text that the links should be displaying.
  • Method Details