Class WrappedRow

    • Field Detail

      • rowIndex

        public final long rowIndex
      • row

        public final Row row
      • record

        public final Record record
    • Constructor Detail

      • WrappedRow

        public WrappedRow​(ColumnModel columnModel,
                          long rowIndex,
                          Row row)
        Constructor to be used when the wrapped row is used in rows mode, where no record is available.
      • WrappedRow

        public WrappedRow​(ColumnModel columnModel,
                          long rowIndex,
                          Row row,
                          Record record)
        Constructor to be used when the wrapped row is used in records mode, when the enclosing record is available.
        Parameters:
        record - the record the row is part of