Ab.grid.Row Object

File: ab-reportgrid.js

The grid manages a collection of Ab.grid.Row objects, one for each displayed grid row.

Properties

  • panel :  Parent grid panel reference;
  • actions : Ext.util.MixedCollection of Ab.view.Action objects, one for each button or link in this row;
  • cells : Ext.util.MixedCollection of Ab.grid.Cell objects, one for each cell in this row;
  • dom :  This row DOM element ( <tr> ) reference