Class GetRowsCommand.WrappedRow

java.lang.Object
com.google.refine.commands.row.GetRowsCommand.WrappedRow
Enclosing class:
GetRowsCommand

protected static class GetRowsCommand.WrappedRow extends Object
  • Field Details

    • row

      protected final Row row
    • rowIndex

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

      protected final Integer recordIndex
    • paginationIndex

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

    • WrappedRow

      protected WrappedRow(Row rowOrRecord, int rowIndex, Integer recordIndex, int paginationIndex)