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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated.Row[]getRows()Deprecated.intDeprecated.intDeprecated.voidsetTotalRows(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:
getTotalRowsin interfaceGridResultData
-
getSendingRows
public int getSendingRows()Deprecated.- Specified by:
getSendingRowsin interfaceGridResultData
-
getRows
Deprecated.- Specified by:
getRowsin interfaceGridResultData
-