Package com.google.refine.commands.row
Class GetRowsCommand.WrappedRow
java.lang.Object
com.google.refine.commands.row.GetRowsCommand.WrappedRow
- Enclosing class:
- GetRowsCommand
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final intThe row index used for pagination (which can be different from the logical one if a temporary sort is applied)protected final Integerprotected final Rowprotected final intThe logical row index (meaning the one from the original, unsorted grid) -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedWrappedRow(Row rowOrRecord, int rowIndex, Integer recordIndex, int paginationIndex) -
Method Summary
-
Field Details
-
row
-
rowIndex
protected final int rowIndexThe logical row index (meaning the one from the original, unsorted grid) -
recordIndex
-
paginationIndex
protected final int paginationIndexThe row index used for pagination (which can be different from the logical one if a temporary sort is applied)
-
-
Constructor Details
-
WrappedRow
-