a:14:{s:9:"#provides";s:22:"dojox.grid._RowManager";s:9:"#resource";s:19:"grid/_RowManager.js";s:22:"dojox.grid._RowManager";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:22:"			this.grid = inGrid;";s:9:"classlike";b:1;s:7:"summary";s:0:"";}s:33:"dojox.grid._RowManager.linesToEms";a:2:{s:9:"prototype";s:22:"dojox.grid._RowManager";s:7:"summary";s:0:"";}s:30:"dojox.grid._RowManager.overRow";a:3:{s:9:"prototype";s:22:"dojox.grid._RowManager";s:8:"instance";s:22:"dojox.grid._RowManager";s:7:"summary";s:0:"";}s:40:"dojox.grid._RowManager.prepareStylingRow";a:5:{s:9:"prototype";s:22:"dojox.grid._RowManager";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:242:"			return {
				index: inRowIndex, 
				node: inRowNode,
				odd: Boolean(inRowIndex&1),
				selected: this.grid.selection.isSelected(inRowIndex),
				over: this.isOver(inRowIndex),
				customStyles: "",
				customClasses: "dojoxGridRow"
			}";s:7:"summary";s:0:"";}s:35:"dojox.grid._RowManager.styleRowNode";a:5:{s:9:"prototype";s:22:"dojox.grid._RowManager";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:115:"			var row = this.prepareStylingRow(inRowIndex, inRowNode);
			this.grid.onStyleRow(row);
			this.applyStyles(row);";s:7:"summary";s:0:"";}s:34:"dojox.grid._RowManager.applyStyles";a:5:{s:9:"prototype";s:22:"dojox.grid._RowManager";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:187:"			var i = inRow;


			i.node.className = i.customClasses;
			var h = i.node.style.height;
			setStyleText(i.node, i.customStyles + ';' + (i.node._style||''));
			i.node.style.height = h;";s:7:"summary";s:0:"";}s:35:"dojox.grid._RowManager.updateStyles";a:5:{s:9:"prototype";s:22:"dojox.grid._RowManager";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:41:"			this.grid.updateRowStyles(inRowIndex);";s:7:"summary";s:0:"";}s:33:"dojox.grid._RowManager.setOverRow";a:5:{s:9:"prototype";s:22:"dojox.grid._RowManager";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:168:"			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:29:"dojox.grid._RowManager.isOver";a:5:{s:9:"prototype";s:22:"dojox.grid._RowManager";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:39:"			return (this.overRow == inRowIndex);";s:7:"summary";s:0:"";}s:27:"dojox.grid._RowManager.grid";a:2:{s:8:"instance";s:22:"dojox.grid._RowManager";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:"";}}