/**
* Returns the first selected row id.
* @return {String}
*/
getSelected : function(){
return this.selections.getAt(0);
},

/**
* Returns the first selected row id.
* @return {String}
*/
getSelected : function(){
return this.selections.getAt(0);
},


被折叠的 条评论
为什么被折叠?