Class PagedListResponse


  • public class PagedListResponse
    extends AjaxResponse
    UI Response for returning a paged list to the UI.
    • Constructor Summary

      Constructors 
      Constructor Description
      PagedListResponse​(long total, java.util.List<ListItem> content)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<ListItem> getContent()  
      long getTotal()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PagedListResponse

        public PagedListResponse​(long total,
                                 java.util.List<ListItem> content)
    • Method Detail

      • getTotal

        public long getTotal()
      • getContent

        public java.util.List<ListItem> getContent()