Records

public class Records<T>

Class required for jqGrid to exchange data with server

Constructors

Records

public Records(int page, int rows, int totalRecords, List<T> list)

Records

public Records(List<T> list)

Methods

getPage

public Integer getPage()

getRecords

public Integer getRecords()

getRows

public List<T> getRows()

getTotal

public Integer getTotal()

setPage

public void setPage(Integer page)

setRecords

public void setRecords(Integer records)

setRows

public void setRows(List<T> rows)

setTotal

public void setTotal(Integer total)