clearFields method

void clearFields()

Implementation

void clearFields() {
  _rowIndex = -1;
  _fields.clear();
}