public final class DataSet<T> extends Object
Wrapping bean that must be sent back to Datatables when server-side processing is enabled.
DataSet(List<T> rows, Long totalRecords, Long totalDisplayRecords)
List<T>
getRows()
Long
getTotalDisplayRecords()
getTotalRecords()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DataSet(List<T> rows, Long totalRecords, Long totalDisplayRecords)
public List<T> getRows()
public Long getTotalDisplayRecords()
public Long getTotalRecords()
Copyright © 2013–2015 Dandelion Project. All rights reserved.