Searched refs:columnMap (Results 1 – 3 of 3) sorted by relevance
34 private columnMap: any = {}; property in TabPaneSdkSlice114 if (this.columnMap[sliceKey] == 'TimeStamp') {116 } else if (this.columnMap[sliceKey] == 'ClockTime') {118 } else if (this.columnMap[sliceKey] == 'RangTime') {120 } else if (this.columnMap[sliceKey] == 'PercentType') {122 } else if (this.columnMap[sliceKey] == 'CurrencyType') {125 } else if (this.columnMap[sliceKey] == 'FIXED') {177 this.columnMap[column] = displayName;331 switch (this.columnMap[sliceKey]) {
33 private columnMap: any = {}; property in TabPaneSdkCounter73 if (this.columnMap[counterKey] == 'TimeStamp') {75 } else if (this.columnMap[counterKey] == 'ClockTime') {77 } else if (this.columnMap[counterKey] == 'RangTime') {79 } else if (this.columnMap[counterKey] == 'PercentType') {81 } else if (this.columnMap[counterKey] == 'CurrencyType') {153 this.columnMap[showType.columns[counterColumnsIndex].column] =
261 let columnMap: { [key: string]: string } = {270 let sortColumnKey = columnMap[nmStatColumn];