a:20:{s:9:"#provides";s:28:"dojox.grid.compat._grid.rows";s:9:"#resource";s:25:"grid/compat/_grid/rows.js";s:15:"dojox.grid.rows";a:5:{s:4:"type";s:8:"Function";s:10:"parameters";a:1:{s:6:"inGrid";a:1:{s:4:"type";s:0:"";}}s:6:"source";s:21:" this.grid = inGrid;";s:7:"summary";s:0:"";s:9:"classlike";b:1;}s:26:"dojox.grid.rows.linesToEms";a:2:{s:9:"prototype";s:15:"dojox.grid.rows";s:7:"summary";s:0:"";}s:32:"dojox.grid.rows.defaultRowHeight";a:2:{s:9:"prototype";s:15:"dojox.grid.rows";s:7:"summary";s:0:"";}s:23:"dojox.grid.rows.overRow";a:3:{s:9:"prototype";s:15:"dojox.grid.rows";s:8:"instance";s:15:"dojox.grid.rows";s:7:"summary";s:0:"";}s:25:"dojox.grid.rows.getHeight";a:5:{s:9:"prototype";s:15:"dojox.grid.rows";s:4:"type";s:8:"Function";s:10:"parameters";a:1:{s:10:"inRowIndex";a:1:{s:4:"type";s:0:"";}}s:6:"source";s:12:" return '';";s:7:"summary";s:0:"";}s:34:"dojox.grid.rows.getDefaultHeightPx";a:4:{s:9:"prototype";s:15:"dojox.grid.rows";s:4:"type";s:8:"Function";s:6:"source";s:579:"dojo.provide("dojox.grid.compat._grid.rows"); dojo.declare("dojox.grid.rows", null, { // Stores information about grid rows. Owned by grid and used internally. constructor: function(inGrid){ this.grid = inGrid; }, linesToEms: 2, defaultRowHeight: 1, // lines overRow: -2, // metrics getHeight: function(inRowIndex){ return ''; }, getDefaultHeightPx: function(){ // summmary: // retrieves the default row height // returns: int, default row height return 32; //return Math.round(this.defaultRowHeight * this.linesToEms * this.grid.contentPixelToEmRatio);";s:7:"summary";s:0:"";}s:33:"dojox.grid.rows.prepareStylingRow";a:5:{s:9:"prototype";s:15:"dojox.grid.rows";s:4:"type";s:8:"Function";s:10:"parameters";a:2:{s:10:"inRowIndex";a:1:{s:4:"type";s:0:"";}s:9:"inRowNode";a:1:{s:4:"type";s:0:"";}}s:6:"source";s:234:" return { index: inRowIndex, node: inRowNode, odd: Boolean(inRowIndex&1), selected: this.grid.selection.isSelected(inRowIndex), over: this.isOver(inRowIndex), customStyles: "", customClasses: "dojoxGrid-row" }";s:7:"summary";s:0:"";}s:28:"dojox.grid.rows.styleRowNode";a:5:{s:9:"prototype";s:15:"dojox.grid.rows";s:4:"type";s:8:"Function";s:10:"parameters";a:2:{s:10:"inRowIndex";a:1:{s:4:"type";s:0:"";}s:9:"inRowNode";a:1:{s:4:"type";s:0:"";}}s:6:"source";s:112:" var row = this.prepareStylingRow(inRowIndex, inRowNode); this.grid.onStyleRow(row); this.applyStyles(row);";s:7:"summary";s:0:"";}s:27:"dojox.grid.rows.applyStyles";a:5:{s:9:"prototype";s:15:"dojox.grid.rows";s:4:"type";s:8:"Function";s:10:"parameters";a:1:{s:5:"inRow";a:1:{s:4:"type";s:0:"";}}s:6:"source";s:183:" with(inRow){ node.className = customClasses; var h = node.style.height; dojox.grid.setStyleText(node, customStyles + ';' + (node._style||'')); node.style.height = h; }";s:7:"summary";s:0:"";}s:28:"dojox.grid.rows.updateStyles";a:5:{s:9:"prototype";s:15:"dojox.grid.rows";s:4:"type";s:8:"Function";s:10:"parameters";a:1:{s:10:"inRowIndex";a:1:{s:4:"type";s:0:"";}}s:6:"source";s:40:" this.grid.updateRowStyles(inRowIndex);";s:7:"summary";s:0:"";}s:26:"dojox.grid.rows.setOverRow";a:5:{s:9:"prototype";s:15:"dojox.grid.rows";s:4:"type";s:8:"Function";s:10:"parameters";a:1:{s:10:"inRowIndex";a:1:{s:4:"type";s:0:"";}}s:6:"source";s:162:" var last = this.overRow; this.overRow = inRowIndex; if((last!=this.overRow)&&(last >=0)){ this.updateStyles(last); } this.updateStyles(this.overRow);";s:7:"summary";s:0:"";}s:22:"dojox.grid.rows.isOver";a:5:{s:9:"prototype";s:15:"dojox.grid.rows";s:4:"type";s:8:"Function";s:10:"parameters";a:1:{s:10:"inRowIndex";a:1:{s:4:"type";s:0:"";}}s:6:"source";s:38:" return (this.overRow == inRowIndex);";s:7:"summary";s:0:"";}s:20:"dojox.grid.rows.grid";a:2:{s:8:"instance";s:15:"dojox.grid.rows";s:7:"summary";s:0:"";}s:28:"dojox.grid.compat._grid.rows";a:3:{s:4:"type";s:6:"Object";s:14:"private_parent";b:1;s:7:"summary";s:0:"";}s:23:"dojox.grid.compat._grid";a:3:{s:4:"type";s:6:"Object";s:7:"private";b:1;s:7:"summary";s:0:"";}s:17:"dojox.grid.compat";a:2:{s:4:"type";s:6:"Object";s:7:"summary";s:0:"";}s:10:"dojox.grid";a:2:{s:4:"type";s:6:"Object";s:7:"summary";s:0:"";}s:5:"dojox";a:2:{s:4:"type";s:6:"Object";s:7:"summary";s:0:"";}}