Uses of Class
pl.slawas.paging.Page

Packages that use Page
pl.slawas.paging   
 

Uses of Page in pl.slawas.paging
 

Methods in pl.slawas.paging that return Page
 Page PagedResultSupport.getCurrentPageInfo()
           
 Page _IPagingInfo.getCurrentPageInfo()
          Pobranie informacji o aktulanej stronie
 Page PagingParams.getFirstPage()
          Pobieranie definicji pierwszej strony na podstwawie parametrów stronicowania.
 Page PagedResultSupport.getFirstPageInfo()
           
 Page _IPagingInfo.getFirstPageInfo()
          Pobranie informacji o pierwszej stronie
 Page PagedResultSupport.getLastPageInfo()
           
 Page _IPagingInfo.getLastPageInfo()
          Pobranie informacji o ostatniej stronie
 Page PagingParams.getMinimalPage()
          Pobieranie definicji strony o minimlnie możliwym numerze na podstwawie parametrów stronicowania.
 Page PagedResultSupport.getNextPageInfo()
           
 Page _IPagingInfo.getNextPageInfo()
          Pobranie informacji o następnej stronie
 Page PagingParams.getPage()
          Pobieranie obiektu strony.
 Page PagedResultSupport.getPageInfo(java.lang.Integer pageNumber)
           
 Page _IPagingInfo.getPageInfo(java.lang.Integer pageNumber)
          Pobranie informacji o stronie o podanym numerze
 Page PagedResultSupport.getPreviousPageInfo()
           
 Page _IPagingInfo.getPreviousPageInfo()
          Pobranie informacji o poprzedniej stronie
 

Methods in pl.slawas.paging that return types with arguments of type Page
 java.util.Enumeration<Page> PagedResultSupport.getAllPages()
           
 java.util.Enumeration<Page> _IPagingInfo.getAllPages()
           
 

Methods in pl.slawas.paging with parameters of type Page
 _IPagedResult<Obj> _IPagedQuery.getPagedResult(Page page)
          Zwraca stronicowany wynik zapytania na zadanej stronie
 java.util.Collection<Obj> _IPagedResult.getResult(Page page)
          Kolekcja wierszy na zadanej stronie
 java.util.Collection<Obj> PagedResultSupport.getResult(Page page)
           
 boolean PagingParams.setPage(Page page)
          Ustawianie definicji aktualnej strony.
 void _IPagedQuery.setPage(Page page)
           
 

Constructors in pl.slawas.paging with parameters of type Page
PagingParams(Page page)
          Ustawianie parametrów stronicowania na podstawie definicji strony.
PagingParams(Page page, int maxPageSize)
          Ustawianie parametrów stronicowania na podstawie definicji strony z możliwośćią zmiany ograniczenia na rozmiar strony.
PagingParams(Page page, int maxPageSize, int maxCount)
          Ustawianie parametrów stronicowania na podstawie definicji strony z możliwośćią zmiany ograniczenia na rozmiar strony oraz maksymalną liczbą zwracanych wyników zapytania.
 



Copyright © 2014 Sci Software. All Rights Reserved.