Class SimpleGridResultData
java.lang.Object
ch.tocco.nice2.netui.api.bind.grid.SimpleGridResultData
- All Implemented Interfaces:
GridResultData
Deprecated.
Marshallable object, gets sent as the 'data' field of an ActionResult response.
Contains the data of the grid, rows, columns and fields - think table.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Deprecated.int
Deprecated.int
Deprecated.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ch.tocco.nice2.netui.api.bind.grid.GridResultData
getRows
-
Constructor Details
-
SimpleGridResultData
public SimpleGridResultData(int totalRows) Deprecated.
-
-
Method Details
-
addRow
Deprecated. -
getTotalRows
public int getTotalRows()Deprecated.- Specified by:
getTotalRows
in interfaceGridResultData
-
getSendingRows
public int getSendingRows()Deprecated.- Specified by:
getSendingRows
in interfaceGridResultData
-