@openui5/sap.ui.table 1.128.0 → 1.129.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/THIRDPARTY.txt +1 -1
- package/package.json +3 -3
- package/src/sap/ui/table/.library +1 -1
- package/src/sap/ui/table/AnalyticalColumn.js +18 -10
- package/src/sap/ui/table/AnalyticalColumnMenu.js +1 -1
- package/src/sap/ui/table/AnalyticalTable.js +24 -246
- package/src/sap/ui/table/Column.js +30 -16
- package/src/sap/ui/table/ColumnMenu.js +1 -1
- package/src/sap/ui/table/CreationRow.js +1 -1
- package/src/sap/ui/table/Row.js +1 -1
- package/src/sap/ui/table/RowAction.js +1 -1
- package/src/sap/ui/table/RowActionItem.js +1 -1
- package/src/sap/ui/table/RowSettings.js +1 -1
- package/src/sap/ui/table/Table.js +6 -5
- package/src/sap/ui/table/TablePersoController.js +1 -1
- package/src/sap/ui/table/TableRenderer.js +0 -7
- package/src/sap/ui/table/TreeTable.js +1 -1
- package/src/sap/ui/table/extensions/Accessibility.js +1 -1
- package/src/sap/ui/table/extensions/AccessibilityRender.js +1 -1
- package/src/sap/ui/table/extensions/DragAndDrop.js +1 -1
- package/src/sap/ui/table/extensions/ExtensionBase.js +1 -1
- package/src/sap/ui/table/extensions/Keyboard.js +1 -1
- package/src/sap/ui/table/extensions/KeyboardDelegate.js +1 -1
- package/src/sap/ui/table/extensions/Pointer.js +5 -38
- package/src/sap/ui/table/extensions/Scrolling.js +1 -1
- package/src/sap/ui/table/extensions/ScrollingIOS.js +1 -1
- package/src/sap/ui/table/extensions/Synchronization.js +1 -1
- package/src/sap/ui/table/library.js +13 -13
- package/src/sap/ui/table/menus/ColumnHeaderMenuAdapter.js +3 -3
- package/src/sap/ui/table/menus/GroupHeaderContextMenuAdapter.js +332 -0
- package/src/sap/ui/table/menus/MobileColumnHeaderMenuAdapter.js +1 -1
- package/src/sap/ui/table/messagebundle.properties +40 -3
- package/src/sap/ui/table/messagebundle_ar.properties +23 -0
- package/src/sap/ui/table/messagebundle_bg.properties +23 -0
- package/src/sap/ui/table/messagebundle_ca.properties +23 -0
- package/src/sap/ui/table/messagebundle_cnr.properties +23 -0
- package/src/sap/ui/table/messagebundle_cs.properties +23 -0
- package/src/sap/ui/table/messagebundle_cy.properties +23 -0
- package/src/sap/ui/table/messagebundle_da.properties +24 -1
- package/src/sap/ui/table/messagebundle_de.properties +23 -0
- package/src/sap/ui/table/messagebundle_el.properties +23 -0
- package/src/sap/ui/table/messagebundle_en.properties +23 -0
- package/src/sap/ui/table/messagebundle_en_GB.properties +23 -0
- package/src/sap/ui/table/messagebundle_en_US_saprigi.properties +23 -0
- package/src/sap/ui/table/messagebundle_es.properties +23 -0
- package/src/sap/ui/table/messagebundle_es_MX.properties +23 -0
- package/src/sap/ui/table/messagebundle_et.properties +23 -0
- package/src/sap/ui/table/messagebundle_fi.properties +23 -0
- package/src/sap/ui/table/messagebundle_fr.properties +25 -2
- package/src/sap/ui/table/messagebundle_fr_CA.properties +25 -2
- package/src/sap/ui/table/messagebundle_hi.properties +23 -0
- package/src/sap/ui/table/messagebundle_hr.properties +23 -0
- package/src/sap/ui/table/messagebundle_hu.properties +25 -2
- package/src/sap/ui/table/messagebundle_id.properties +25 -2
- package/src/sap/ui/table/messagebundle_it.properties +23 -0
- package/src/sap/ui/table/messagebundle_iw.properties +23 -0
- package/src/sap/ui/table/messagebundle_ja.properties +23 -0
- package/src/sap/ui/table/messagebundle_kk.properties +49 -26
- package/src/sap/ui/table/messagebundle_ko.properties +23 -0
- package/src/sap/ui/table/messagebundle_lt.properties +23 -0
- package/src/sap/ui/table/messagebundle_lv.properties +23 -0
- package/src/sap/ui/table/messagebundle_mk.properties +23 -0
- package/src/sap/ui/table/messagebundle_ms.properties +23 -0
- package/src/sap/ui/table/messagebundle_nl.properties +23 -0
- package/src/sap/ui/table/messagebundle_no.properties +23 -0
- package/src/sap/ui/table/messagebundle_pl.properties +23 -0
- package/src/sap/ui/table/messagebundle_pt.properties +25 -2
- package/src/sap/ui/table/messagebundle_pt_PT.properties +23 -0
- package/src/sap/ui/table/messagebundle_ro.properties +23 -0
- package/src/sap/ui/table/messagebundle_ru.properties +23 -0
- package/src/sap/ui/table/messagebundle_sh.properties +23 -0
- package/src/sap/ui/table/messagebundle_sk.properties +23 -0
- package/src/sap/ui/table/messagebundle_sl.properties +23 -0
- package/src/sap/ui/table/messagebundle_sr.properties +23 -0
- package/src/sap/ui/table/messagebundle_sv.properties +23 -0
- package/src/sap/ui/table/messagebundle_th.properties +23 -0
- package/src/sap/ui/table/messagebundle_tr.properties +23 -0
- package/src/sap/ui/table/messagebundle_uk.properties +23 -0
- package/src/sap/ui/table/messagebundle_vi.properties +23 -0
- package/src/sap/ui/table/messagebundle_zh_CN.properties +23 -0
- package/src/sap/ui/table/messagebundle_zh_TW.properties +25 -2
- package/src/sap/ui/table/plugins/BindingSelection.js +2 -2
- package/src/sap/ui/table/plugins/PluginBase.js +1 -1
- package/src/sap/ui/table/plugins/SelectionModelSelection.js +1 -1
- package/src/sap/ui/table/plugins/SelectionPlugin.js +1 -1
- package/src/sap/ui/table/plugins/V4Aggregation.js +3 -2
- package/src/sap/ui/table/rowmodes/Auto.js +3 -1
- package/src/sap/ui/table/rowmodes/Fixed.js +1 -1
- package/src/sap/ui/table/rowmodes/Interactive.js +249 -116
- package/src/sap/ui/table/rowmodes/RowMode.js +1 -1
- package/src/sap/ui/table/rowmodes/Variable.js +1 -1
- package/src/sap/ui/table/themes/base/AnalyticalTable.less +0 -20
- package/src/sap/ui/table/themes/base/DragDrop.less +84 -23
- package/src/sap/ui/table/themes/base/Grouping.less +21 -11
- package/src/sap/ui/table/themes/sap_hcb/base_AnalyticalTable.less +0 -20
- package/src/sap/ui/table/utils/TableUtils.js +44 -4
- package/src/sap/ui/table/utils/_BindingUtils.js +1 -1
- package/src/sap/ui/table/utils/_ColumnUtils.js +3 -32
- package/src/sap/ui/table/utils/_GroupingUtils.js +1 -21
- package/src/sap/ui/table/utils/_HookUtils.js +1 -1
- package/src/sap/ui/table/utils/_MenuUtils.js +2 -2
|
@@ -102,7 +102,7 @@ sap.ui.define([
|
|
|
102
102
|
* the data model and binding being used.
|
|
103
103
|
* </p>
|
|
104
104
|
* @extends sap.ui.core.Control
|
|
105
|
-
* @version 1.
|
|
105
|
+
* @version 1.129.0
|
|
106
106
|
*
|
|
107
107
|
* @constructor
|
|
108
108
|
* @public
|
|
@@ -237,9 +237,11 @@ sap.ui.define([
|
|
|
237
237
|
* If the <code>scrollThreshold</code> is lower than the number of rows in the scrollable area (number of rows minus
|
|
238
238
|
* number of fixed rows), this number is used as the <code>scrollThreshold</code>. If the value is 0, no threshold is
|
|
239
239
|
* applied during scrolling. The value -1 applies the same value as the <code>threshold</code> property.
|
|
240
|
-
*
|
|
240
|
+
* <br/>
|
|
241
241
|
* <b>Note:</b> This property only takes effect if it is set to a positive integer value.
|
|
242
242
|
*
|
|
243
|
+
* The value of the <code>scrollThreshold</code> should be higher than the <code>threshold</code> value to avoid unnecessary requests.
|
|
244
|
+
*
|
|
243
245
|
* For <code>AnalyticalTable</code> and <code>TreeTable</code>, the <code>scrollThreshold</code> property must be
|
|
244
246
|
* higher than the <code>threshold</code> property to take effect.
|
|
245
247
|
*
|
|
@@ -2410,6 +2412,8 @@ sap.ui.define([
|
|
|
2410
2412
|
const mRowCounts = this._getRowCounts();
|
|
2411
2413
|
let iThreshold = this._bScrolled ? this._getScrollThreshold() : this.getThreshold();
|
|
2412
2414
|
|
|
2415
|
+
this._bScrolled = false;
|
|
2416
|
+
|
|
2413
2417
|
iRequestLength = iRequestLength == null ? mRowCounts.count : iRequestLength;
|
|
2414
2418
|
|
|
2415
2419
|
// If the threshold is not explicitly disabled by setting it to 0, the threshold should be at least the number of scrollable rows.
|
|
@@ -2533,7 +2537,6 @@ sap.ui.define([
|
|
|
2533
2537
|
*/
|
|
2534
2538
|
Table.prototype.refreshRows = function(sReason) {
|
|
2535
2539
|
this._bContextsAvailable = false;
|
|
2536
|
-
this._bScrolled = false;
|
|
2537
2540
|
|
|
2538
2541
|
if (sReason === ChangeReason.Sort || sReason === ChangeReason.Filter) {
|
|
2539
2542
|
this.setFirstVisibleRow(0);
|
|
@@ -2558,8 +2561,6 @@ sap.ui.define([
|
|
|
2558
2561
|
return;
|
|
2559
2562
|
}
|
|
2560
2563
|
|
|
2561
|
-
this._bScrolled = false;
|
|
2562
|
-
|
|
2563
2564
|
if (oEventInfo.detailedReason === "AddVirtualContext") {
|
|
2564
2565
|
createVirtualRow(this);
|
|
2565
2566
|
return;
|
|
@@ -959,13 +959,6 @@ sap.ui.define([
|
|
|
959
959
|
rm.class("sapUiTableGroupIcon");
|
|
960
960
|
rm.openEnd();
|
|
961
961
|
rm.close("div");
|
|
962
|
-
|
|
963
|
-
if (TableUtils.Grouping.showGroupMenuButton(oTable)) {
|
|
964
|
-
const oIconInfo = IconPool.getIconInfo("sap-icon://drop-down-list");
|
|
965
|
-
rm.openStart("div").class("sapUiTableGroupMenuButton").openEnd();
|
|
966
|
-
rm.text(oIconInfo.content);
|
|
967
|
-
rm.close("div");
|
|
968
|
-
}
|
|
969
962
|
}
|
|
970
963
|
};
|
|
971
964
|
|
|
@@ -969,7 +969,7 @@ sap.ui.define([
|
|
|
969
969
|
* @class Extension for sap.ui.table.Table which handles ACC related things.
|
|
970
970
|
* @extends sap.ui.table.extensions.ExtensionBase
|
|
971
971
|
* @author SAP SE
|
|
972
|
-
* @version 1.
|
|
972
|
+
* @version 1.129.0
|
|
973
973
|
* @constructor
|
|
974
974
|
* @private
|
|
975
975
|
* @alias sap.ui.table.extensions.Accessibility
|
|
@@ -44,7 +44,7 @@ sap.ui.define([
|
|
|
44
44
|
* @class Extension for sap.ui.table.TableRenderer which handles ACC related things.
|
|
45
45
|
* @extends sap.ui.table.extensions.ExtensionBase
|
|
46
46
|
* @author SAP SE
|
|
47
|
-
* @version 1.
|
|
47
|
+
* @version 1.129.0
|
|
48
48
|
* @constructor
|
|
49
49
|
* @private
|
|
50
50
|
* @alias sap.ui.table.extensions.AccessibilityRender
|
|
@@ -267,7 +267,7 @@ sap.ui.define([
|
|
|
267
267
|
* @class Extension for sap.ui.table.Table which handles keyboard related things.
|
|
268
268
|
* @extends sap.ui.table.extensions.ExtensionBase
|
|
269
269
|
* @author SAP SE
|
|
270
|
-
* @version 1.
|
|
270
|
+
* @version 1.129.0
|
|
271
271
|
* @constructor
|
|
272
272
|
* @private
|
|
273
273
|
* @alias sap.ui.table.extensions.Keyboard
|
|
@@ -32,36 +32,6 @@ sap.ui.define([
|
|
|
32
32
|
*/
|
|
33
33
|
const ExtensionHelper = {
|
|
34
34
|
|
|
35
|
-
/*
|
|
36
|
-
* Returns the pageX and pageY position of the given mouse/touch event.
|
|
37
|
-
*/
|
|
38
|
-
_getEventPosition: function(oEvent, oTable) {
|
|
39
|
-
const oPosition = getTouchObject(oEvent) || oEvent;
|
|
40
|
-
|
|
41
|
-
function getTouchObject(oTouchEvent) {
|
|
42
|
-
if (!oTable._isTouchEvent(oTouchEvent)) {
|
|
43
|
-
return null;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
const aTouchEventObjectNames = ["touches", "targetTouches", "changedTouches"];
|
|
47
|
-
|
|
48
|
-
for (let i = 0; i < aTouchEventObjectNames.length; i++) {
|
|
49
|
-
const sTouchEventObjectName = aTouchEventObjectNames[i];
|
|
50
|
-
|
|
51
|
-
if (oEvent[sTouchEventObjectName] && oEvent[sTouchEventObjectName][0]) {
|
|
52
|
-
return oEvent[sTouchEventObjectName][0];
|
|
53
|
-
}
|
|
54
|
-
if (oEvent.originalEvent[sTouchEventObjectName] && oEvent.originalEvent[sTouchEventObjectName][0]) {
|
|
55
|
-
return oEvent.originalEvent[sTouchEventObjectName][0];
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
return null;
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
return {x: oPosition.pageX, y: oPosition.pageY};
|
|
63
|
-
},
|
|
64
|
-
|
|
65
35
|
/*
|
|
66
36
|
* Returns true, when the given click event should be skipped because it happened on a
|
|
67
37
|
* interactive control inside a table cell.
|
|
@@ -125,7 +95,7 @@ sap.ui.define([
|
|
|
125
95
|
|
|
126
96
|
oTable._bIsColumnResizerMoving = true;
|
|
127
97
|
oTable._bColumnResizerMoved = false;
|
|
128
|
-
oTable._iColumnResizeStart =
|
|
98
|
+
oTable._iColumnResizeStart = TableUtils.getEventPosition(oEvent, oTable).x;
|
|
129
99
|
oTable.$().toggleClass("sapUiTableResizing", true);
|
|
130
100
|
|
|
131
101
|
const $Document = jQuery(document);
|
|
@@ -145,7 +115,7 @@ sap.ui.define([
|
|
|
145
115
|
* Drops the previous dragged column resize bar and recalculates the new column width.
|
|
146
116
|
*/
|
|
147
117
|
exitColumnResizing: function(oEvent) {
|
|
148
|
-
const iLocationX =
|
|
118
|
+
const iLocationX = TableUtils.getEventPosition(oEvent, this).x;
|
|
149
119
|
const oColumn = this._getVisibleColumns()[this._iLastHoveredVisibleColumnIndex];
|
|
150
120
|
const $RelevantColumnElement = this.$().find("th[data-sap-ui-colid=\"" + oColumn.getId() + "\"]"); // Consider span and multi-header
|
|
151
121
|
const iColumnWidth = $RelevantColumnElement[0].offsetWidth; // the width of the column with padding and border
|
|
@@ -163,7 +133,7 @@ sap.ui.define([
|
|
|
163
133
|
* Handler for the move events while dragging the column resize bar.
|
|
164
134
|
*/
|
|
165
135
|
onMouseMoveWhileColumnResizing: function(oEvent) {
|
|
166
|
-
const iLocationX =
|
|
136
|
+
const iLocationX = TableUtils.getEventPosition(oEvent, this).x;
|
|
167
137
|
const iRszOffsetLeft = this.$().find(".sapUiTableCnt").offset().left;
|
|
168
138
|
const iRszLeft = Math.floor(iLocationX - iRszOffsetLeft);
|
|
169
139
|
|
|
@@ -302,7 +272,7 @@ sap.ui.define([
|
|
|
302
272
|
* Reposition the ghost.
|
|
303
273
|
*/
|
|
304
274
|
onMouseMoveWhileReordering: function(oEvent) {
|
|
305
|
-
const oEventPosition =
|
|
275
|
+
const oEventPosition = TableUtils.getEventPosition(oEvent, this);
|
|
306
276
|
const iLocationX = oEventPosition.x;
|
|
307
277
|
const iLocationY = oEventPosition.y;
|
|
308
278
|
const iOldColPos = this._iNewColPos;
|
|
@@ -650,9 +620,6 @@ sap.ui.define([
|
|
|
650
620
|
} else if (oRow && oRow.isSummary()) {
|
|
651
621
|
// Sum row cannot be selected
|
|
652
622
|
oEvent.preventDefault();
|
|
653
|
-
} else if ($Target.hasClass("sapUiTableGroupMenuButton")) {
|
|
654
|
-
// Analytical Table: Mobile group menu button in group header rows.
|
|
655
|
-
TableUtils.Menu.openContextMenu(this, oEvent);
|
|
656
623
|
} else if ($Target.hasClass("sapUiTableGroupIcon") || $Target.hasClass("sapUiTableTreeIcon")) {
|
|
657
624
|
// Expand/Collapse icon
|
|
658
625
|
oRow.toggleExpandedState();
|
|
@@ -703,7 +670,7 @@ sap.ui.define([
|
|
|
703
670
|
* @class Extension for sap.ui.table.Table which handles mouse and touch related things.
|
|
704
671
|
* @extends sap.ui.table.extensions.ExtensionBase
|
|
705
672
|
* @author SAP SE
|
|
706
|
-
* @version 1.
|
|
673
|
+
* @version 1.129.0
|
|
707
674
|
* @constructor
|
|
708
675
|
* @private
|
|
709
676
|
* @alias sap.ui.table.extensions.Pointer
|
|
@@ -2295,7 +2295,7 @@ sap.ui.define([
|
|
|
2295
2295
|
* @class Extension for sap.ui.table.Table which handles scrolling.
|
|
2296
2296
|
* @extends sap.ui.table.extensions.ExtensionBase
|
|
2297
2297
|
* @author SAP SE
|
|
2298
|
-
* @version 1.
|
|
2298
|
+
* @version 1.129.0
|
|
2299
2299
|
* @constructor
|
|
2300
2300
|
* @private
|
|
2301
2301
|
* @alias sap.ui.table.extensions.Scrolling
|
|
@@ -27,7 +27,7 @@ sap.ui.define([
|
|
|
27
27
|
* @class Extension for sap.ui.table.Table which handles the scrollbar on iOS.
|
|
28
28
|
* @extends sap.ui.table.extensions.ExtensionBase
|
|
29
29
|
* @author SAP SE
|
|
30
|
-
* @version 1.
|
|
30
|
+
* @version 1.129.0
|
|
31
31
|
* @constructor
|
|
32
32
|
* @private
|
|
33
33
|
* @alias sap.ui.table.extensions.ScrollingIOS
|
|
@@ -185,7 +185,7 @@ sap.ui.define([
|
|
|
185
185
|
* @class Extension for sap.ui.table.Table that allows synchronization with a table.
|
|
186
186
|
* @extends sap.ui.table.extensions.ExtensionBase
|
|
187
187
|
* @author SAP SE
|
|
188
|
-
* @version 1.
|
|
188
|
+
* @version 1.129.0
|
|
189
189
|
* @constructor
|
|
190
190
|
* @private
|
|
191
191
|
* @alias sap.ui.table.extensions.Synchronization
|
|
@@ -27,14 +27,14 @@ sap.ui.define([
|
|
|
27
27
|
* @namespace
|
|
28
28
|
* @alias sap.ui.table
|
|
29
29
|
* @author SAP SE
|
|
30
|
-
* @version 1.
|
|
30
|
+
* @version 1.129.0
|
|
31
31
|
* @since 0.8
|
|
32
32
|
* @public
|
|
33
33
|
*/
|
|
34
34
|
const thisLib = Library.init({
|
|
35
35
|
name: "sap.ui.table",
|
|
36
36
|
apiVersion: 2,
|
|
37
|
-
version: "1.
|
|
37
|
+
version: "1.129.0",
|
|
38
38
|
dependencies: ["sap.ui.core", "sap.ui.unified"],
|
|
39
39
|
designtime: "sap/ui/table/designtime/library.designtime",
|
|
40
40
|
types: [
|
|
@@ -96,7 +96,7 @@ sap.ui.define([
|
|
|
96
96
|
/**
|
|
97
97
|
* Navigation mode of the table
|
|
98
98
|
*
|
|
99
|
-
* @version 1.
|
|
99
|
+
* @version 1.129.0
|
|
100
100
|
* @enum {string}
|
|
101
101
|
* @deprecated As of version 1.38, the concept has been discarded.
|
|
102
102
|
* @public
|
|
@@ -112,8 +112,8 @@ sap.ui.define([
|
|
|
112
112
|
/**
|
|
113
113
|
* Uses the paginator control.
|
|
114
114
|
* This option must no longer be used. Using a scrollbar is the only navigation mode which is supported by
|
|
115
|
-
* the <code>sap.ui.table</code> library. The <code>navigationMode</code> property has always been a visual
|
|
116
|
-
* is used, data fetched from an OData service is loaded page-wise.
|
|
115
|
+
* the <code>sap.ui.table</code> library. The <code>navigationMode</code> property has always been a visual
|
|
116
|
+
* representation. No matter which navigation mode is used, data fetched from an OData service is loaded page-wise.
|
|
117
117
|
* @public
|
|
118
118
|
* @deprecated As of version 1.38, replaced by {@link sap.ui.table.NavigationMode.Scrollbar}
|
|
119
119
|
*/
|
|
@@ -127,7 +127,7 @@ sap.ui.define([
|
|
|
127
127
|
/**
|
|
128
128
|
* Row Action types.
|
|
129
129
|
*
|
|
130
|
-
* @version 1.
|
|
130
|
+
* @version 1.129.0
|
|
131
131
|
* @enum {string}
|
|
132
132
|
* @public
|
|
133
133
|
*/
|
|
@@ -158,7 +158,7 @@ sap.ui.define([
|
|
|
158
158
|
/**
|
|
159
159
|
* Selection behavior of the table
|
|
160
160
|
*
|
|
161
|
-
* @version 1.
|
|
161
|
+
* @version 1.129.0
|
|
162
162
|
* @enum {string}
|
|
163
163
|
* @public
|
|
164
164
|
*/
|
|
@@ -189,7 +189,7 @@ sap.ui.define([
|
|
|
189
189
|
/**
|
|
190
190
|
* Selection mode of the table
|
|
191
191
|
*
|
|
192
|
-
* @version 1.
|
|
192
|
+
* @version 1.129.0
|
|
193
193
|
* @enum {string}
|
|
194
194
|
* @public
|
|
195
195
|
*/
|
|
@@ -227,7 +227,7 @@ sap.ui.define([
|
|
|
227
227
|
/**
|
|
228
228
|
* Sort order of a column
|
|
229
229
|
*
|
|
230
|
-
* @version 1.
|
|
230
|
+
* @version 1.129.0
|
|
231
231
|
* @enum {string}
|
|
232
232
|
* @public
|
|
233
233
|
* @deprecated As of version 1.120, replaced with <code>sap.ui.core.SortOrder</code>
|
|
@@ -254,7 +254,7 @@ sap.ui.define([
|
|
|
254
254
|
/**
|
|
255
255
|
* VisibleRowCountMode of the table
|
|
256
256
|
*
|
|
257
|
-
* @version 1.
|
|
257
|
+
* @version 1.129.0
|
|
258
258
|
* @enum {string}
|
|
259
259
|
* @deprecated As of version 1.119, see the <code>rowMode</code> aggregation of <code>sap.ui.table.Table</code> for more details.
|
|
260
260
|
* @public
|
|
@@ -299,7 +299,7 @@ sap.ui.define([
|
|
|
299
299
|
*
|
|
300
300
|
* Contains IDs of shared DOM references, which should be accessible to inheriting controls via getDomRef() function.
|
|
301
301
|
*
|
|
302
|
-
* @version 1.
|
|
302
|
+
* @version 1.129.0
|
|
303
303
|
* @enum {string}
|
|
304
304
|
* @public
|
|
305
305
|
*/
|
|
@@ -400,7 +400,7 @@ sap.ui.define([
|
|
|
400
400
|
*
|
|
401
401
|
* This is an alias for {@link sap.ui.model.TreeAutoExpandMode} and kept for compatibility reasons.
|
|
402
402
|
*
|
|
403
|
-
* @version 1.
|
|
403
|
+
* @version 1.129.0
|
|
404
404
|
* @typedef {sap.ui.model.TreeAutoExpandMode}
|
|
405
405
|
* @public
|
|
406
406
|
* @deprecated As of version 1.120, replaced by <code>sap.ui.model.TreeAutoExpandMode</code>
|
|
@@ -414,7 +414,7 @@ sap.ui.define([
|
|
|
414
414
|
/**
|
|
415
415
|
* Mode of a selection plugin
|
|
416
416
|
*
|
|
417
|
-
* @version 1.
|
|
417
|
+
* @version 1.129.0
|
|
418
418
|
* @enum {string}
|
|
419
419
|
* @private
|
|
420
420
|
*/
|
|
@@ -35,7 +35,7 @@ sap.ui.define([
|
|
|
35
35
|
*
|
|
36
36
|
* @extends sap.ui.base.Object
|
|
37
37
|
* @author SAP SE
|
|
38
|
-
* @version 1.
|
|
38
|
+
* @version 1.129.0
|
|
39
39
|
* @private
|
|
40
40
|
* @alias sap.ui.table.menus.ColumnHeaderMenuAdapter
|
|
41
41
|
*/
|
|
@@ -156,14 +156,14 @@ sap.ui.define([
|
|
|
156
156
|
/**
|
|
157
157
|
* This hook is called when menu items should be removed from the column menu.
|
|
158
158
|
*
|
|
159
|
-
* @param {sap.ui.core.IColumnHeaderMenu} oColumnHeaderMenu
|
|
159
|
+
* @param {sap.ui.core.IColumnHeaderMenu} oColumnHeaderMenu Instance of the column menu
|
|
160
160
|
*/
|
|
161
161
|
ColumnHeaderMenuAdapter.prototype.removeMenuItems = function(oColumnHeaderMenu) {};
|
|
162
162
|
|
|
163
163
|
/**
|
|
164
164
|
* This hook is called after the column menu and injected menu items are destroyed.
|
|
165
165
|
*
|
|
166
|
-
* @param {sap.ui.core.IColumnHeaderMenu} oColumnHeaderMenu
|
|
166
|
+
* @param {sap.ui.core.IColumnHeaderMenu} oColumnHeaderMenu Instance of the column menu
|
|
167
167
|
*/
|
|
168
168
|
ColumnHeaderMenuAdapter.prototype.onAfterMenuDestroyed = function(oColumnHeaderMenu) {};
|
|
169
169
|
|