(data: ChangedData<any>)
| 147 | } |
| 148 | |
| 149 | public _onItemsChanged(data: ChangedData<any>) { |
| 150 | // TODO: use the event args and optimize this code by remove/add single items instead of full rebuild. |
| 151 | this._requestRefresh(); |
| 152 | } |
| 153 | |
| 154 | public _getDefaultItemContent(index: number): View { |
| 155 | const lbl = new Label(); |
nothing calls this directly
no test coverage detected