()
| 66 | } |
| 67 | |
| 68 | forceUpdate() { |
| 69 | if (this._collectionView !== undefined) { |
| 70 | this._collectionView.forceUpdate(); |
| 71 | } |
| 72 | } |
| 73 | |
| 74 | /** See Collection#recomputeCellSizesAndPositions */ |
| 75 | recomputeCellSizesAndPositions() { |
no outgoing calls
no test coverage detected