com.github.dandelion.datatables.core.ajax
Class DataSet<T>
java.lang.Object
com.github.dandelion.datatables.core.ajax.DataSet<T>
public final class DataSet<T>
- extends Object
Wrapping bean that must be sent back to Datatables when server-side
processing is enabled.
- Since:
- 0.8.2
- Author:
- Thibault Duchateau
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataSet
public DataSet(List<T> rows,
Long totalRecords,
Long totalDisplayRecords)
getRows
public List<T> getRows()
getTotalDisplayRecords
public Long getTotalDisplayRecords()
getTotalRecords
public Long getTotalRecords()
Copyright © 2013–2014 Dandelion Project. All rights reserved.