function Row() {
  Component.apply(this, arguments);

  this.getter('cells', function() {
    return this.find('td,th').asListOf(Cell);