net.sf.jabb.util.bean
Class JQueryGridData
java.lang.Object
net.sf.jabb.util.bean.JQueryGridData
public class JQueryGridData
- extends Object
JSON data required by jqGrid.
- Author:
- James Hu
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
total
protected int total
page
protected int page
records
protected int records
rows
protected List<Object> rows
JQueryGridData
public JQueryGridData()
addRow
public void addRow(JQueryGridData.Row row)
addRow
public void addRow(Object row)
addRow
public void addRow(Object id,
Object cell)
addRows
public void addRows(List<?> rows)
clearRows
public void clearRows()
getTotal
public int getTotal()
setTotal
public void setTotal(int total)
getPage
public int getPage()
setPage
public void setPage(int page)
getRecords
public int getRecords()
setRecords
public void setRecords(int records)
getRows
public List<Object> getRows()
Copyright © 2012. All Rights Reserved.