Searched refs:getFileListSelection (Results 1 – 3 of 3) sorted by relevance
32 this.directoryModel_.getFileListSelection().addEventListener('change',822 var selectedIndexes = this.directoryModel_.getFileListSelection().
934 this.directoryModel_.getFileListSelection().addEventListener('change',1130 this.table_.selectionModel = this.directoryModel_.getFileListSelection();1144 this.grid_.selectionModel = this.directoryModel_.getFileListSelection();1714 var leadIndex = dm.getFileListSelection().leadIndex;
155 DirectoryModel.prototype.getFileListSelection = function() { method in DirectoryModel