Lines Matching refs:getSetting

6202       var preventOverflow = this.wot.getSetting('preventOverflow');
11646 …if (this.row >= wotInstance.getSetting('totalRows') || this.col >= wotInstance.getSetting('totalCo…
17850 if (this.getSetting('useHeaders') && this.hot.getColHeader(column) !== null) {
17944 value: function getSetting(name) {
23881 if (!this.mouseDown || !this.wot.getSetting('hideBorderOnMouseDownOver')) {
24088 …if (row == this.wot.wtSettings.getSetting('fixedRowsTop') || col == this.wot.wtSettings.getSetting
24215 if (toColumn === this.wot.getSetting('totalColumns') - 1) {
24224 if (toRow === this.wot.getSetting('totalRows') - 1) {
24862 this.selections = this.getSetting('selections');
24872 if (!this.getSetting('columnHeaders').length) {
24927 var totalRows = this.wtSettings.getSetting('totalRows');
24928 var fixedRowsTop = this.wtSettings.getSetting('fixedRowsTop');
24929 var fixedRowsBottom = this.wtSettings.getSetting('fixedRowsBottom');
24930 var fixedColumns = this.wtSettings.getSetting('fixedColumnsLeft');
24974 this.getSetting('onScrollVertically');
24990 this.getSetting('onScrollHorizontally');
25066 if (optionType.indexOf('array') > -1 && _this.getSetting(key).length) {
25088 value: function getSetting(key, param1, param2, param3, param4) {
25090 return this.wtSettings.getSetting(key, param1, param2, param3, param4);
25169 that.instance.getSetting('onCellCornerMouseDown', event, realTarget);
25172 that.instance.getSetting('onCellMouseDown', event, cell.coords, cell.TD, that.instance);
25222 …that.instance.getSetting('onCellMouseOver', event, that.instance.wtTable.getCoords(td), td, that.i…
25238 …that.instance.getSetting('onCellMouseOut', event, that.instance.wtTable.getCoords(lastTD), lastTD,…
25250 … that.instance.getSetting('onCellCornerDblClick', event, cell.coords, cell.TD, that.instance);
25252 that.instance.getSetting('onCellDblClick', event, cell.coords, cell.TD, that.instance);
25258 that.instance.getSetting('onCellMouseUp', event, cell.coords, cell.TD, that.instance);
25266 that.instance.getSetting('onCellMouseUp', event, cell.coords, cell.TD, that.instance);
25310 that.instance.getSetting('onBeforeTouchScroll');
25318 that.instance.getSetting('onAfterMomentumScroll');
25325 if (that.instance.getSetting('stretchH') !== 'none') {
25778 if (this.wot.getSetting('debug') && !this.debug) {
26075 var preventOverflow = this.wot.getSetting('preventOverflow');
26393 var totalColumns = this.wot.getSetting('totalColumns');
26394 var totalRows = this.wot.getSetting('totalRows');
26731 var totalRows = wot.getSetting('totalRows');
26732 var totalColumns = wot.getSetting('totalColumns');
26733 var fixedRowsTop = wot.getSetting('fixedRowsTop');
26734 var fixedRowsBottom = wot.getSetting('fixedRowsBottom');
26735 var fixedColumnsLeft = wot.getSetting('fixedColumnsLeft');
26828 var cellData = _this.getSetting('data', row, column);
26936 value: function getSetting(key, param1, param2, param3, param4) {
27091 if (this.wot.getSetting('columnHeaders').length && !this.THEAD.childNodes.length) {
27185 var preventOverflow = this.wot.getSetting('preventOverflow');
27218 var totalRows = this.instance.getSetting('totalRows');
27219 var rowHeaders = this.wot.getSetting('rowHeaders').length;
27220 var columnHeaders = this.wot.getSetting('columnHeaders').length;
27227 if (rowHeaders && !this.wot.getSetting('fixedColumnsLeft')) {
27262 startRow = Math.max(totalRows - this.wot.getSetting('fixedRowsBottom'), 0);
27274 …this.columnFilter = new _column2.default(startColumn, this.wot.getSetting('totalColumns'), rowHead…
27558 var totalColumns = this.wot.getSetting('totalColumns');
27563 return Math.min(this.wot.getSetting('fixedColumnsLeft'), totalColumns);
27572 var totalRows = this.wot.getSetting('totalRows');
27577 rowsCount = Math.min(this.wot.getSetting('fixedRowsTop'), totalRows);
27579 rowsCount = Math.min(this.wot.getSetting('fixedRowsBottom'), totalRows);
27592 return this.wot.getSetting('totalRows') == this.getVisibleRowsCount();
27634 return this.wot.getSetting('totalColumns') == this.getVisibleColumnsCount();
27698 width = this.wot.getSetting('defaultColumnWidth');
27779 this.wot.getSetting('beforeDraw', true, skipRender);
27786 this.rowHeaders = this.wot.getSetting('rowHeaders');
27788 this.fixedRowsTop = this.wot.getSetting('fixedRowsTop');
27789 this.fixedRowsBottom = this.wot.getSetting('fixedRowsBottom');
27790 this.columnHeaders = this.wot.getSetting('columnHeaders');
27795 var totalColumns = this.wot.getSetting('totalColumns');
27796 var totalRows = this.wot.getSetting('totalRows');
27856 var defaultColumnWidth = this.wot.getSetting('defaultColumnWidth');
27857 var rowHeaderWidthSetting = this.wot.getSetting('rowHeaderWidth');
27859 … rowHeaderWidthSetting = this.instance.getSetting('onModifyRowHeaderWidth', rowHeaderWidthSetting);
27879 this.wot.getSetting('onDraw', true);
27965 if (this.wot.getSetting('externalRowCalculator')) {
27980 if (this.wot.getSetting('externalRowCalculator')) {
27991 var totalRows = this.instance.getSetting('totalRows');
27993 … if (expectedTableHeight === actualTableHeight && !this.instance.getSetting('fixedRowsBottom')) {
28046 var columnHeaders = this.wot.getSetting('columnHeaders');
28075 var columnHeaderHeightSetting = this.wot.getSetting('columnHeaderHeight') || [];
28152 var defaultColumnWidth = this.wot.getSetting('defaultColumnWidth');
28153 var rowHeaderWidthSetting = this.wot.getSetting('rowHeaderWidth');
28160 … rowHeaderWidthSetting = this.instance.getSetting('onModifyRowHeaderWidth', rowHeaderWidthSetting);
28542 var totalColumns = this.wot.getSetting('totalColumns');
28545 var stretchSetting = this.wot.getSetting('stretchH');
28547 var preventOverflow = this.wot.getSetting('preventOverflow');
28553 if (this.wot.getSetting('freezeOverlays')) {
28728 var rowHeadersHeightSetting = this.instance.getSetting('rowHeaderWidth');
28729 var rowHeaders = this.instance.getSetting('rowHeaders');
28764 …this.rowHeaderWidth = this.instance.getSetting('onModifyRowHeaderWidth', this.rowHeaderWidth) || t…
28826 fixedRowsTop = this.wot.getSetting('fixedRowsTop');
28827 fixedRowsBottom = this.wot.getSetting('fixedRowsBottom');
28828 totalRows = this.wot.getSetting('totalRows');
28848 …return new _viewportRows2.default(height, pos, this.wot.getSetting('totalRows'), function (sourceR…
28879 fixedColumnsLeft = this.wot.getSetting('fixedColumnsLeft');
28890 …return new _viewportColumns2.default(width, pos, this.wot.getSetting('totalColumns'), function (so…
28892 …tSettings.settings.viewportColumnCalculatorOverride, visible, this.wot.getSetting('stretchH'), fun…
28893 return _this3.wot.getSetting('onBeforeStretchingColumnWidth', stretchedWidth, column);
28958 …erCalculator.endRow && proposedRowsVisibleCalculator.endRow < this.wot.getSetting('totalRows') - 1…
28982 …tor.endColumn && proposedColumnsVisibleCalculator.endColumn < this.wot.getSetting('totalColumns') …
31926 … return !!(this.wot.getSetting('fixedColumnsLeft') || this.wot.getSetting('rowHeaders').length);
31942 var preventOverflow = this.wot.getSetting('preventOverflow');
31995 this.wot.getSetting('onScrollVertically');
32054 var preventOverflow = this.wot.getSetting('preventOverflow');
32098 var total = this.wot.getSetting('totalColumns');
32153 newX += this.sumCellSizes(this.wot.getSetting('fixedColumnsLeft'), sourceCol);
32169 var preventOverflow = this.wot.getSetting('preventOverflow');
32201 var rowHeaders = this.wot.getSetting('rowHeaders');
32202 var fixedColumnsLeft = this.wot.getSetting('fixedColumnsLeft');
32203 var totalRows = this.wot.getSetting('totalRows');
32288 return !!(this.wot.getSetting('fixedRowsTop') || this.wot.getSetting('columnHeaders').length);
32304 var preventOverflow = this.wot.getSetting('preventOverflow');
32358 this.wot.getSetting('onScrollHorizontally');
32419 var preventOverflow = this.wot.getSetting('preventOverflow');
32463 var total = this.wot.getSetting('totalRows');
32517 var fixedRowsBottom = this.wot.getSetting('fixedRowsBottom');
32518 var fixedRowsTop = this.wot.getSetting('fixedRowsTop');
32519 var totalRows = this.wot.getSetting('totalRows');
32526 newY += this.sumCellSizes(this.wot.getSetting('fixedRowsTop'), sourceRow);
32605 var totalColumns = this.wot.getSetting('totalColumns');
32613 …if (this.wot.getSetting('fixedRowsTop') === 0 && this.wot.getSetting('columnHeaders').length > 0) {
32616 if (position || this.wot.getSetting('totalRows') === 0) {
32632 if (this.wot.getSetting('rowHeaders').length === 0) {
32704 …s.wot.getSetting('fixedRowsTop') || this.wot.getSetting('columnHeaders').length) && (this.wot.getS…
32723 var preventOverflow = this.wot.getSetting('preventOverflow');
33017 wotInstance.getSetting('onBeforeDrawBorders', corners, this.settings.className);
47425 instance.view.wt.getSetting('onCellDblClick', null, new _src.CellCoords(row, col), TD);