Class GetRowsCommand.WrappedRow

    • Field Detail

      • row

        protected final Row row
      • rowIndex

        protected final long rowIndex
        The logical row index (meaning the one from the original, unsorted grid)
      • recordIndex

        protected final Long recordIndex
      • paginationIndex

        protected final long paginationIndex
        The row index used for pagination (which can be different from the logical one if a temporary sort is applied)
    • Constructor Detail

      • WrappedRow

        protected WrappedRow​(Row rowOrRecord,
                             long rowIndex,
                             Long recordIndex,
                             long paginationIndex)