this.flexCells = false; for(var j=0, row; (row=this.structure.rows[j]); j++){ for(var i=0, cell; (cell=row[i]); i++){ cell.view = this; this.flexCells = this.flexCells || cell.isFlex(); } } return this.flexCells;