Searched refs:taskFramesTbl (Results 1 – 2 of 2) sorted by relevance
359 tabPaneTaskFrames.taskFramesTbl = jest.fn(() => true);360 tabPaneTaskFrames.taskFramesTbl!.recycleDataSource = jest.fn(() => true);430 tabPaneTaskFrames.taskFramesTbl = jest.fn(() => true);431 tabPaneTaskFrames.taskFramesTbl!.recycleDataSource = jest.fn(() => true);473 tabPaneTaskFrames.taskFramesTbl = jest.fn(() => true);474 tabPaneTaskFrames.taskFramesTbl!.recycleDataSource = jest.fn(() => true);527 tabPaneTaskFrames.taskFramesTbl = jest.fn(() => true);528 tabPaneTaskFrames.taskFramesTbl!.recycleDataSource = jest.fn(() => true);535 tabPaneTaskFrames.taskFramesTbl = jest.fn(() => true);536 tabPaneTaskFrames.taskFramesTbl!.recycleDataSource = jest.fn(() => true);
34 private taskFramesTbl: LitTable | null | undefined; property in TabPaneTaskFrames49 this.taskFramesTbl!!.recycleDataSource = [];64 this.taskFramesTbl!!.recycleDataSource = [];123 this.taskFramesTbl!!.recycleDataSource = this.taskFramesSource;142 this.taskFramesTbl!!.recycleDataSource = this.taskFramesSource;148 this.taskFramesTbl!.recycleDataSource = [];181 this.taskFramesTbl!.recycleDataSource = tableList;186 this.taskFramesTbl = this.shadowRoot?.querySelector<LitTable>('#tb-frames');189 this.taskFramesTbl!.addEventListener('column-click', (evt: CustomEventInit) => {200 resizeObserver(this.parentElement!, this.taskFramesTbl!);[all …]