Class DetailedGridResultData
java.lang.Object
ch.tocco.nice2.netui.api.bind.grid.DetailedGridResultData
- All Implemented Interfaces:
GridResultData
Deprecated.
Same purpose as
SimpleGridResultData
, but contains much more data.
While GridResultData just has strings for field values, this one contains a lot of meta information about the data.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Deprecated.Row[]
getRows()
Deprecated.int
Deprecated.int
Deprecated.void
setTotalRows
(int totalRows) Deprecated.
-
Constructor Details
-
DetailedGridResultData
public DetailedGridResultData(int totalRows) Deprecated.
-
-
Method Details
-
addRow
Deprecated. -
setTotalRows
public void setTotalRows(int totalRows) Deprecated. -
getTotalRows
public int getTotalRows()Deprecated.- Specified by:
getTotalRows
in interfaceGridResultData
-
getSendingRows
public int getSendingRows()Deprecated.- Specified by:
getSendingRows
in interfaceGridResultData
-
getRows
Deprecated.- Specified by:
getRows
in interfaceGridResultData
-