()
| 10011 | }); |
| 10012 | } |
| 10013 | deselect() { |
| 10014 | return new Promise((resolve, reject)=>{ |
| 10015 | this.dataScope.deselect(); |
| 10016 | this.props.onDataChanged(DataLayoutChange.same); |
| 10017 | resolve(); |
| 10018 | }); |
| 10019 | } |
| 10020 | filter(search, keepData, collapseData, rebase) { |
| 10021 | if (rebase) this.dataScope.collapse(false, keepData); |
| 10022 | this.dataScope.collapse(true, collapseData); |
nothing calls this directly
no test coverage detected