Uses of Interface
name.matthewgreet.strutscommons.util.PageByIndexRangeFinder
Packages that use PageByIndexRangeFinder
Package
Description
Various helper classes, especially for session-based data, and libraries.
-
Uses of PageByIndexRangeFinder in name.matthewgreet.strutscommons.util
Methods in name.matthewgreet.strutscommons.util that return PageByIndexRangeFinderModifier and TypeMethodDescriptionListCache.getPageByIndexRangeFinder()
Returns Strategy object used to retrieve page by their indices.ListCache.ListCacheConfig.getPageByIndexRangeFinder()
Returns finder Strategy for loading multiple items by index range, if in page-by-index-range mode.Methods in name.matthewgreet.strutscommons.util with parameters of type PageByIndexRangeFinderModifier and TypeMethodDescriptionvoid
ListCache.setListSizeAndFinder
(int listSize, ListSizeFinder<M> listSizeFinder, PageByIndexRangeFinder<M, T> pageByIndexRangeFinder) Sets list size, the list size finder used to find that, page by index range finder that will be used to find pages from list, and sets page by index pagination mode.void
ListCache.setListSizeFinder
(ListSizeFinder<M> listSizeFinder, PageByIndexRangeFinder<M, T> pageByIndexRangeFinder) Sets the list size finder, sets accompanying page by index range finder that will be used to find pages from list, sets page by index pagination mode, and marks list for reload.void
ListCache.ListCacheConfig.setPageByIndexRangeFinder
(PageByIndexRangeFinder<M, T> pageByIndexRangeFinder)