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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated.intDeprecated.intDeprecated.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface GridResultData
getRows
-
Constructor Details
-
SimpleGridResultData
public SimpleGridResultData(int totalRows) Deprecated.
-
-
Method Details
-
addRow
-
getTotalRows
-
getSendingRows
-