Class TableResponse<T extends TableModel>

  • Type Parameters:
    T - The type of TableModel included in the response.

    public class TableResponse<T extends TableModel>
    extends java.lang.Object
    Response sent when items are requested for a table.
    • Constructor Summary

      Constructors 
      Constructor Description
      TableResponse​(java.util.List<T> dataSource, java.lang.Long total)  
    • Method Summary

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

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

      • TableResponse

        public TableResponse​(java.util.List<T> dataSource,
                             java.lang.Long total)
    • Method Detail

      • getDataSource

        public java.util.List<T> getDataSource()
      • getTotal

        public java.lang.Long getTotal()