Class PageListHelper

java.lang.Object
org.eclipse.nebula.widgets.pagination.collections.PageListHelper

public class PageListHelper
extends java.lang.Object
Helper to create implementation of PageResult from a Java List.
  • Constructor Summary

    Constructors 
    Constructor Description
    PageListHelper()  
  • Method Summary

    Modifier and Type Method Description
    static <T> PageResult<T> createPage​(java.util.List<T> list, PageableController controller)  
    static <T> PageResult<T> createPage​(java.util.List<T> list, PageableController controller, SortProcessor processor)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait