Class DetailedGridResultData

java.lang.Object
ch.tocco.nice2.netui.api.bind.grid.DetailedGridResultData
All Implemented Interfaces:
GridResultData

@Deprecated public class DetailedGridResultData extends Object implements 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 Details

    • DetailedGridResultData

      public DetailedGridResultData(int totalRows)
      Deprecated.
  • Method Details

    • addRow

      public void addRow(Row row)
      Deprecated.
    • setTotalRows

      public void setTotalRows(int totalRows)
      Deprecated.
    • getTotalRows

      public int getTotalRows()
      Deprecated.
      Specified by:
      getTotalRows in interface GridResultData
    • getSendingRows

      public int getSendingRows()
      Deprecated.
      Specified by:
      getSendingRows in interface GridResultData
    • getRows

      public Row[] getRows()
      Deprecated.
      Specified by:
      getRows in interface GridResultData