@sapui5/ts-types-esm 1.132.1 → 1.134.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/package.json +1 -1
- package/types/sap.apf.d.ts +12 -11
- package/types/sap.ca.ui.d.ts +413 -415
- package/types/sap.chart.d.ts +6 -6
- package/types/sap.collaboration.d.ts +31 -31
- package/types/sap.cux.home.d.ts +927 -110
- package/types/sap.esh.search.ui.d.ts +45 -1
- package/types/sap.f.d.ts +211 -183
- package/types/sap.fe.base.d.ts +1 -1
- package/types/sap.fe.controls.d.ts +1 -1
- package/types/sap.fe.core.d.ts +40 -11
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +141 -99
- package/types/sap.fe.navigation.d.ts +3 -3
- package/types/sap.fe.placeholder.d.ts +1 -1
- package/types/sap.fe.plugins.managecache.d.ts +1 -1
- package/types/sap.fe.templates.d.ts +1 -1
- package/types/sap.fe.test.d.ts +3 -8
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +576 -464
- package/types/sap.insights.d.ts +3 -3
- package/types/sap.m.d.ts +2574 -1193
- package/types/sap.makit.d.ts +182 -182
- package/types/sap.me.d.ts +25 -27
- package/types/sap.ndc.d.ts +1 -1
- package/types/sap.ovp.d.ts +1 -1
- package/types/sap.rules.ui.d.ts +41 -41
- package/types/sap.sac.df.d.ts +465 -193
- package/types/sap.suite.ui.commons.d.ts +432 -487
- package/types/sap.suite.ui.generic.template.d.ts +80 -37
- package/types/sap.suite.ui.microchart.d.ts +55 -79
- package/types/sap.tnt.d.ts +335 -20
- package/types/sap.ui.codeeditor.d.ts +9 -7
- package/types/sap.ui.commons.d.ts +326 -335
- package/types/sap.ui.comp.d.ts +432 -445
- package/types/sap.ui.core.d.ts +46978 -46714
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +5 -5
- package/types/sap.ui.generic.app.d.ts +83 -66
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +322 -236
- package/types/sap.ui.layout.d.ts +90 -104
- package/types/sap.ui.mdc.d.ts +393 -153
- package/types/sap.ui.richtexteditor.d.ts +48 -8
- package/types/sap.ui.rta.d.ts +76 -1
- package/types/sap.ui.suite.d.ts +14 -14
- package/types/sap.ui.support.d.ts +2 -2
- package/types/sap.ui.table.d.ts +219 -197
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +170 -158
- package/types/sap.ui.ux3.d.ts +113 -117
- package/types/sap.ui.vbm.d.ts +391 -60
- package/types/sap.ui.vk.d.ts +138 -135
- package/types/sap.ui.vtm.d.ts +112 -103
- package/types/sap.ui.webc.common.d.ts +7 -7
- package/types/sap.ui.webc.fiori.d.ts +164 -176
- package/types/sap.ui.webc.main.d.ts +527 -531
- package/types/sap.uiext.inbox.d.ts +43 -43
- package/types/sap.ushell.d.ts +246 -126
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +39 -51
- package/types/sap.viz.d.ts +2782 -2858
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +17 -17
- package/types/sap.zen.crosstab.d.ts +10 -10
- package/types/sap.zen.dsh.d.ts +11 -11
package/types/sap.ui.table.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.134.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/table/library" {
|
|
4
4
|
import TreeAutoExpandMode1 from "sap/ui/model/TreeAutoExpandMode";
|
|
@@ -43,7 +43,7 @@ declare module "sap/ui/table/library" {
|
|
|
43
43
|
*
|
|
44
44
|
* This enum is part of the 'sap/ui/table/library' module export and must be accessed by the property 'NavigationMode'.
|
|
45
45
|
*
|
|
46
|
-
* @deprecated
|
|
46
|
+
* @deprecated As of version 1.38. the concept has been discarded.
|
|
47
47
|
*/
|
|
48
48
|
export enum NavigationMode {
|
|
49
49
|
/**
|
|
@@ -52,7 +52,7 @@ declare module "sap/ui/table/library" {
|
|
|
52
52
|
* a visual representation. No matter which navigation mode is used, data fetched from an OData service
|
|
53
53
|
* is loaded page-wise.
|
|
54
54
|
*
|
|
55
|
-
* @deprecated
|
|
55
|
+
* @deprecated As of version 1.38. replaced by {@link sap.ui.table.NavigationMode.Scrollbar}
|
|
56
56
|
*/
|
|
57
57
|
Paginator = "Paginator",
|
|
58
58
|
/**
|
|
@@ -65,7 +65,7 @@ declare module "sap/ui/table/library" {
|
|
|
65
65
|
*
|
|
66
66
|
* This enum is part of the 'sap/ui/table/library' module export and must be accessed by the property 'ResetAllMode'.
|
|
67
67
|
*
|
|
68
|
-
* @deprecated
|
|
68
|
+
* @deprecated As of version 1.115. replaced by {@link sap.m.p13n.Engine}
|
|
69
69
|
*/
|
|
70
70
|
export enum ResetAllMode {
|
|
71
71
|
/**
|
|
@@ -128,7 +128,7 @@ declare module "sap/ui/table/library" {
|
|
|
128
128
|
/**
|
|
129
129
|
* Select multiple rows at a time.
|
|
130
130
|
*
|
|
131
|
-
* @deprecated
|
|
131
|
+
* @deprecated As of version 1.38. replaced by {@link sap.ui.table.SelectionMode.MultiToggle}
|
|
132
132
|
*/
|
|
133
133
|
Multi = "Multi",
|
|
134
134
|
/**
|
|
@@ -167,7 +167,7 @@ declare module "sap/ui/table/library" {
|
|
|
167
167
|
*
|
|
168
168
|
* This enum is part of the 'sap/ui/table/library' module export and must be accessed by the property 'SortOrder'.
|
|
169
169
|
*
|
|
170
|
-
* @deprecated
|
|
170
|
+
* @deprecated As of version 1.120. replaced with `sap.ui.core.SortOrder`
|
|
171
171
|
*/
|
|
172
172
|
export enum SortOrder {
|
|
173
173
|
/**
|
|
@@ -184,7 +184,7 @@ declare module "sap/ui/table/library" {
|
|
|
184
184
|
*
|
|
185
185
|
* This is an alias for {@link sap.ui.model.TreeAutoExpandMode} and kept for compatibility reasons.
|
|
186
186
|
*
|
|
187
|
-
* @deprecated
|
|
187
|
+
* @deprecated As of version 1.120. replaced by `sap.ui.model.TreeAutoExpandMode`
|
|
188
188
|
*/
|
|
189
189
|
export type TreeAutoExpandMode = TreeAutoExpandMode1;
|
|
190
190
|
|
|
@@ -193,7 +193,7 @@ declare module "sap/ui/table/library" {
|
|
|
193
193
|
*
|
|
194
194
|
* This enum is part of the 'sap/ui/table/library' module export and must be accessed by the property 'VisibleRowCountMode'.
|
|
195
195
|
*
|
|
196
|
-
* @deprecated
|
|
196
|
+
* @deprecated As of version 1.119. see the `rowMode` aggregation of `sap.ui.table.Table` for more details.
|
|
197
197
|
*/
|
|
198
198
|
export enum VisibleRowCountMode {
|
|
199
199
|
/**
|
|
@@ -519,8 +519,8 @@ declare module "sap/ui/table/AnalyticalColumnMenu" {
|
|
|
519
519
|
/**
|
|
520
520
|
* A column menu which is used by the analytical column
|
|
521
521
|
*
|
|
522
|
-
* @deprecated
|
|
523
|
-
* @experimental
|
|
522
|
+
* @deprecated As of version 1.117. replaced by the `headerMenu` association of `sap.ui.table.Column`.
|
|
523
|
+
* @experimental As of version 1.21.
|
|
524
524
|
*/
|
|
525
525
|
export default class AnalyticalColumnMenu extends ColumnMenu {
|
|
526
526
|
/**
|
|
@@ -595,8 +595,8 @@ declare module "sap/ui/table/AnalyticalColumnMenu" {
|
|
|
595
595
|
/**
|
|
596
596
|
* Describes the settings that can be provided to the AnalyticalColumnMenu constructor.
|
|
597
597
|
*
|
|
598
|
-
* @deprecated
|
|
599
|
-
* @experimental
|
|
598
|
+
* @deprecated As of version 1.117. replaced by the `headerMenu` association of `sap.ui.table.Column`.
|
|
599
|
+
* @experimental As of version 1.21.
|
|
600
600
|
*/
|
|
601
601
|
export interface $AnalyticalColumnMenuSettings extends $ColumnMenuSettings {}
|
|
602
602
|
}
|
|
@@ -866,7 +866,7 @@ declare module "sap/ui/table/AnalyticalTable" {
|
|
|
866
866
|
*
|
|
867
867
|
* Default value is `"Bundled"`.
|
|
868
868
|
*
|
|
869
|
-
* @deprecated
|
|
869
|
+
* @deprecated As of version 1.44. replaced by the `autoExpandMode` binding parameter
|
|
870
870
|
*
|
|
871
871
|
* @returns Value of property `autoExpandMode`
|
|
872
872
|
*/
|
|
@@ -894,7 +894,7 @@ declare module "sap/ui/table/AnalyticalTable" {
|
|
|
894
894
|
*
|
|
895
895
|
* Default value is `true`.
|
|
896
896
|
*
|
|
897
|
-
* @deprecated
|
|
897
|
+
* @deprecated As of version 1.76. replaced by the `collapseRecursive` binding parameter
|
|
898
898
|
*
|
|
899
899
|
* @returns Value of property `collapseRecursive`
|
|
900
900
|
*/
|
|
@@ -905,7 +905,8 @@ declare module "sap/ui/table/AnalyticalTable" {
|
|
|
905
905
|
* Functions which is used to sort the column visibility menu entries e.g.: function(ColumnA, ColumnB) {
|
|
906
906
|
* return 0 = equals, <0 lower, >0 greater }; Other values than functions will be ignored.
|
|
907
907
|
*
|
|
908
|
-
* @deprecated
|
|
908
|
+
* @deprecated As of version 1.117. see the `showColumnVisibilityMenu` property of `sap.ui.table.Table`
|
|
909
|
+
* for details.
|
|
909
910
|
*
|
|
910
911
|
* @returns Value of property `columnVisibilityMenuSorter`
|
|
911
912
|
*/
|
|
@@ -915,7 +916,7 @@ declare module "sap/ui/table/AnalyticalTable" {
|
|
|
915
916
|
*
|
|
916
917
|
* If dirty the content of the Table will be overlayed.
|
|
917
918
|
*
|
|
918
|
-
* @deprecated
|
|
919
|
+
* @deprecated As of version 1.21.2. replaced by {@link sap.ui.table.Table#setShowOverlay}
|
|
919
920
|
*
|
|
920
921
|
* @returns Value of property `dirty`
|
|
921
922
|
*/
|
|
@@ -923,13 +924,14 @@ declare module "sap/ui/table/AnalyticalTable" {
|
|
|
923
924
|
/**
|
|
924
925
|
* The `enableGrouping` property is not supported by the `AnalyticalTable` control.
|
|
925
926
|
*
|
|
926
|
-
* @deprecated
|
|
927
|
+
* @deprecated As of version 1.28. the `enableGrouping` property is not supported by the `AnalyticalTable`
|
|
928
|
+
* control.
|
|
927
929
|
*/
|
|
928
930
|
getEnableGrouping(): boolean;
|
|
929
931
|
/**
|
|
930
932
|
* The `groupBy` association is not supported by the `AnalyticalTable` control.
|
|
931
933
|
*
|
|
932
|
-
* @deprecated
|
|
934
|
+
* @deprecated As of version 1.28. the `groupBy` association is not supported by the `AnalyticalTable` control.
|
|
933
935
|
*/
|
|
934
936
|
getGroupBy(): ID;
|
|
935
937
|
/**
|
|
@@ -955,7 +957,7 @@ declare module "sap/ui/table/AnalyticalTable" {
|
|
|
955
957
|
*
|
|
956
958
|
* Default value is `0`.
|
|
957
959
|
*
|
|
958
|
-
* @deprecated
|
|
960
|
+
* @deprecated As of version 1.44. replaced by the `numberOfExpandedLevels` binding parameter
|
|
959
961
|
*
|
|
960
962
|
* @returns Value of property `numberOfExpandedLevels`
|
|
961
963
|
*/
|
|
@@ -1005,7 +1007,7 @@ declare module "sap/ui/table/AnalyticalTable" {
|
|
|
1005
1007
|
*
|
|
1006
1008
|
* Default value is `false`.
|
|
1007
1009
|
*
|
|
1008
|
-
* @deprecated
|
|
1010
|
+
* @deprecated As of version 1.44. replaced by the `sumOnTop` binding parameter
|
|
1009
1011
|
*
|
|
1010
1012
|
* @returns Value of property `sumOnTop`
|
|
1011
1013
|
*/
|
|
@@ -1113,7 +1115,7 @@ declare module "sap/ui/table/AnalyticalTable" {
|
|
|
1113
1115
|
*
|
|
1114
1116
|
* Default value is `"Bundled"`.
|
|
1115
1117
|
*
|
|
1116
|
-
* @deprecated
|
|
1118
|
+
* @deprecated As of version 1.44. replaced by the `autoExpandMode` binding parameter
|
|
1117
1119
|
*
|
|
1118
1120
|
* @returns Reference to `this` in order to allow method chaining
|
|
1119
1121
|
*/
|
|
@@ -1148,7 +1150,7 @@ declare module "sap/ui/table/AnalyticalTable" {
|
|
|
1148
1150
|
*
|
|
1149
1151
|
* Default value is `true`.
|
|
1150
1152
|
*
|
|
1151
|
-
* @deprecated
|
|
1153
|
+
* @deprecated As of version 1.76. replaced by the `collapseRecursive` binding parameter
|
|
1152
1154
|
*
|
|
1153
1155
|
* @returns Reference to `this` in order to allow method chaining
|
|
1154
1156
|
*/
|
|
@@ -1166,7 +1168,8 @@ declare module "sap/ui/table/AnalyticalTable" {
|
|
|
1166
1168
|
*
|
|
1167
1169
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1168
1170
|
*
|
|
1169
|
-
* @deprecated
|
|
1171
|
+
* @deprecated As of version 1.117. see the `showColumnVisibilityMenu` property of `sap.ui.table.Table`
|
|
1172
|
+
* for details.
|
|
1170
1173
|
*
|
|
1171
1174
|
* @returns Reference to `this` in order to allow method chaining
|
|
1172
1175
|
*/
|
|
@@ -1183,7 +1186,7 @@ declare module "sap/ui/table/AnalyticalTable" {
|
|
|
1183
1186
|
*
|
|
1184
1187
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1185
1188
|
*
|
|
1186
|
-
* @deprecated
|
|
1189
|
+
* @deprecated As of version 1.21.2. replaced by {@link sap.ui.table.Table#setShowOverlay}
|
|
1187
1190
|
*
|
|
1188
1191
|
* @returns Reference to `this` in order to allow method chaining
|
|
1189
1192
|
*/
|
|
@@ -1196,7 +1199,8 @@ declare module "sap/ui/table/AnalyticalTable" {
|
|
|
1196
1199
|
/**
|
|
1197
1200
|
* The `enableGrouping` property is not supported by the `AnalyticalTable` control.
|
|
1198
1201
|
*
|
|
1199
|
-
* @deprecated
|
|
1202
|
+
* @deprecated As of version 1.28. the `enableGrouping` property is not supported by the `AnalyticalTable`
|
|
1203
|
+
* control.
|
|
1200
1204
|
*
|
|
1201
1205
|
* @returns Reference to `this` in order to allow method chaining
|
|
1202
1206
|
*/
|
|
@@ -1204,7 +1208,7 @@ declare module "sap/ui/table/AnalyticalTable" {
|
|
|
1204
1208
|
/**
|
|
1205
1209
|
* The `groupBy` association is not supported by the `AnalyticalTable` control.
|
|
1206
1210
|
*
|
|
1207
|
-
* @deprecated
|
|
1211
|
+
* @deprecated As of version 1.28. the `groupBy` association is not supported by the `AnalyticalTable` control.
|
|
1208
1212
|
*
|
|
1209
1213
|
* @returns Reference to `this` in order to allow method chaining
|
|
1210
1214
|
*/
|
|
@@ -1234,7 +1238,7 @@ declare module "sap/ui/table/AnalyticalTable" {
|
|
|
1234
1238
|
*
|
|
1235
1239
|
* Default value is `0`.
|
|
1236
1240
|
*
|
|
1237
|
-
* @deprecated
|
|
1241
|
+
* @deprecated As of version 1.44. replaced by the `numberOfExpandedLevels` binding parameter
|
|
1238
1242
|
*
|
|
1239
1243
|
* @returns Reference to `this` in order to allow method chaining
|
|
1240
1244
|
*/
|
|
@@ -1303,7 +1307,7 @@ declare module "sap/ui/table/AnalyticalTable" {
|
|
|
1303
1307
|
*
|
|
1304
1308
|
* Default value is `false`.
|
|
1305
1309
|
*
|
|
1306
|
-
* @deprecated
|
|
1310
|
+
* @deprecated As of version 1.44. replaced by the `sumOnTop` binding parameter
|
|
1307
1311
|
*
|
|
1308
1312
|
* @returns Reference to `this` in order to allow method chaining
|
|
1309
1313
|
*/
|
|
@@ -1346,7 +1350,7 @@ declare module "sap/ui/table/AnalyticalTable" {
|
|
|
1346
1350
|
* ```
|
|
1347
1351
|
*
|
|
1348
1352
|
*
|
|
1349
|
-
* @deprecated
|
|
1353
|
+
* @deprecated As of version 1.44. replaced by the `sumOnTop` binding parameter
|
|
1350
1354
|
*/
|
|
1351
1355
|
sumOnTop?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
1352
1356
|
|
|
@@ -1369,7 +1373,7 @@ declare module "sap/ui/table/AnalyticalTable" {
|
|
|
1369
1373
|
* ```
|
|
1370
1374
|
*
|
|
1371
1375
|
*
|
|
1372
|
-
* @deprecated
|
|
1376
|
+
* @deprecated As of version 1.44. replaced by the `numberOfExpandedLevels` binding parameter
|
|
1373
1377
|
*/
|
|
1374
1378
|
numberOfExpandedLevels?: int | PropertyBindingInfo | `{${string}}`;
|
|
1375
1379
|
|
|
@@ -1393,7 +1397,7 @@ declare module "sap/ui/table/AnalyticalTable" {
|
|
|
1393
1397
|
* ```
|
|
1394
1398
|
*
|
|
1395
1399
|
*
|
|
1396
|
-
* @deprecated
|
|
1400
|
+
* @deprecated As of version 1.44. replaced by the `autoExpandMode` binding parameter
|
|
1397
1401
|
*/
|
|
1398
1402
|
autoExpandMode?: string | PropertyBindingInfo;
|
|
1399
1403
|
|
|
@@ -1401,7 +1405,8 @@ declare module "sap/ui/table/AnalyticalTable" {
|
|
|
1401
1405
|
* Functions which is used to sort the column visibility menu entries e.g.: function(ColumnA, ColumnB) {
|
|
1402
1406
|
* return 0 = equals, <0 lower, >0 greater }; Other values than functions will be ignored.
|
|
1403
1407
|
*
|
|
1404
|
-
* @deprecated
|
|
1408
|
+
* @deprecated As of version 1.117. see the `showColumnVisibilityMenu` property of `sap.ui.table.Table`
|
|
1409
|
+
* for details.
|
|
1405
1410
|
*/
|
|
1406
1411
|
columnVisibilityMenuSorter?: any | PropertyBindingInfo | `{${string}}`;
|
|
1407
1412
|
|
|
@@ -1424,14 +1429,14 @@ declare module "sap/ui/table/AnalyticalTable" {
|
|
|
1424
1429
|
* ```
|
|
1425
1430
|
*
|
|
1426
1431
|
*
|
|
1427
|
-
* @deprecated
|
|
1432
|
+
* @deprecated As of version 1.76. replaced by the `collapseRecursive` binding parameter
|
|
1428
1433
|
*/
|
|
1429
1434
|
collapseRecursive?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
1430
1435
|
|
|
1431
1436
|
/**
|
|
1432
1437
|
* If dirty the content of the Table will be overlayed.
|
|
1433
1438
|
*
|
|
1434
|
-
* @deprecated
|
|
1439
|
+
* @deprecated As of version 1.21.2. replaced by {@link sap.ui.table.Table#setShowOverlay}
|
|
1435
1440
|
*/
|
|
1436
1441
|
dirty?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
1437
1442
|
|
|
@@ -1571,7 +1576,7 @@ declare module "sap/ui/table/Column" {
|
|
|
1571
1576
|
* Fires before the column menu is opened.
|
|
1572
1577
|
*
|
|
1573
1578
|
* @since 1.33.0
|
|
1574
|
-
* @deprecated
|
|
1579
|
+
* @deprecated As of version 1.117. see the `headerMenu` aggregation for details.
|
|
1575
1580
|
*
|
|
1576
1581
|
* @returns Reference to `this` in order to allow method chaining
|
|
1577
1582
|
*/
|
|
@@ -1600,7 +1605,7 @@ declare module "sap/ui/table/Column" {
|
|
|
1600
1605
|
* Fires before the column menu is opened.
|
|
1601
1606
|
*
|
|
1602
1607
|
* @since 1.33.0
|
|
1603
|
-
* @deprecated
|
|
1608
|
+
* @deprecated As of version 1.117. see the `headerMenu` aggregation for details.
|
|
1604
1609
|
*
|
|
1605
1610
|
* @returns Reference to `this` in order to allow method chaining
|
|
1606
1611
|
*/
|
|
@@ -1643,7 +1648,7 @@ declare module "sap/ui/table/Column" {
|
|
|
1643
1648
|
/**
|
|
1644
1649
|
* Destroys the menu in the aggregation {@link #getMenu menu}.
|
|
1645
1650
|
*
|
|
1646
|
-
* @deprecated
|
|
1651
|
+
* @deprecated As of version 1.117. use the `headerMenu` association instead.
|
|
1647
1652
|
*
|
|
1648
1653
|
* @returns Reference to `this` in order to allow method chaining
|
|
1649
1654
|
*/
|
|
@@ -1670,7 +1675,7 @@ declare module "sap/ui/table/Column" {
|
|
|
1670
1675
|
* The passed function and listener object must match the ones used for event registration.
|
|
1671
1676
|
*
|
|
1672
1677
|
* @since 1.33.0
|
|
1673
|
-
* @deprecated
|
|
1678
|
+
* @deprecated As of version 1.117. see the `headerMenu` aggregation for details.
|
|
1674
1679
|
*
|
|
1675
1680
|
* @returns Reference to `this` in order to allow method chaining
|
|
1676
1681
|
*/
|
|
@@ -1691,7 +1696,7 @@ declare module "sap/ui/table/Column" {
|
|
|
1691
1696
|
* event object. The return value of this method indicates whether the default action should be executed.
|
|
1692
1697
|
*
|
|
1693
1698
|
* @since 1.33.0
|
|
1694
|
-
* @deprecated
|
|
1699
|
+
* @deprecated As of version 1.117. see the `headerMenu` aggregation for details.
|
|
1695
1700
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
1696
1701
|
*
|
|
1697
1702
|
* @returns Whether or not to prevent the default action
|
|
@@ -1816,8 +1821,8 @@ declare module "sap/ui/table/Column" {
|
|
|
1816
1821
|
*
|
|
1817
1822
|
* Default value is `true`.
|
|
1818
1823
|
*
|
|
1819
|
-
* @deprecated
|
|
1820
|
-
* the property `width="auto"` instead.
|
|
1824
|
+
* @deprecated As of version 1.44. this property has no effect. Use the property `minWidth` in combination
|
|
1825
|
+
* with the property `width="auto"` instead.
|
|
1821
1826
|
*
|
|
1822
1827
|
* @returns Value of property `flexible`
|
|
1823
1828
|
*/
|
|
@@ -1829,7 +1834,7 @@ declare module "sap/ui/table/Column" {
|
|
|
1829
1834
|
*
|
|
1830
1835
|
* Default value is `false`.
|
|
1831
1836
|
*
|
|
1832
|
-
* @deprecated
|
|
1837
|
+
* @deprecated As of version 1.118. see the `enableGrouping` property of `sap.ui.table.Table` for details.
|
|
1833
1838
|
*
|
|
1834
1839
|
* @returns Value of property `grouped`
|
|
1835
1840
|
*/
|
|
@@ -1845,7 +1850,7 @@ declare module "sap/ui/table/Column" {
|
|
|
1845
1850
|
*
|
|
1846
1851
|
* @returns Value of property `hAlign`
|
|
1847
1852
|
*/
|
|
1848
|
-
getHAlign(): HorizontalAlign
|
|
1853
|
+
getHAlign(): HorizontalAlign;
|
|
1849
1854
|
/**
|
|
1850
1855
|
* ID of the element which is the current target of the association {@link #getHeaderMenu headerMenu}, or
|
|
1851
1856
|
* `null`.
|
|
@@ -1888,7 +1893,7 @@ declare module "sap/ui/table/Column" {
|
|
|
1888
1893
|
* way or create own instances of `sap.ui.table.ColumnMenu`. To add a custom menu to a column, use the aggregation
|
|
1889
1894
|
* `menu` with a new instance of `sap.ui.unified.Menu`.
|
|
1890
1895
|
*
|
|
1891
|
-
* @deprecated
|
|
1896
|
+
* @deprecated As of version 1.117. use the `headerMenu` association instead.
|
|
1892
1897
|
*/
|
|
1893
1898
|
getMenu(): Menu;
|
|
1894
1899
|
/**
|
|
@@ -1980,7 +1985,7 @@ declare module "sap/ui/table/Column" {
|
|
|
1980
1985
|
*
|
|
1981
1986
|
* Default value is `false`.
|
|
1982
1987
|
*
|
|
1983
|
-
* @deprecated
|
|
1988
|
+
* @deprecated As of version 1.120. replaced by {@link sap.ui.core.SortOrder SortOrder.None} for the `sortOrder`
|
|
1984
1989
|
* property
|
|
1985
1990
|
*
|
|
1986
1991
|
* @returns Value of property `sorted`
|
|
@@ -1997,7 +2002,7 @@ declare module "sap/ui/table/Column" {
|
|
|
1997
2002
|
*
|
|
1998
2003
|
* @returns Value of property `sortOrder`
|
|
1999
2004
|
*/
|
|
2000
|
-
getSortOrder(): SortOrder
|
|
2005
|
+
getSortOrder(): SortOrder;
|
|
2001
2006
|
/**
|
|
2002
2007
|
* Gets current value of property {@link #getSortProperty sortProperty}.
|
|
2003
2008
|
*
|
|
@@ -2279,8 +2284,8 @@ declare module "sap/ui/table/Column" {
|
|
|
2279
2284
|
*
|
|
2280
2285
|
* Default value is `true`.
|
|
2281
2286
|
*
|
|
2282
|
-
* @deprecated
|
|
2283
|
-
* the property `width="auto"` instead.
|
|
2287
|
+
* @deprecated As of version 1.44. this property has no effect. Use the property `minWidth` in combination
|
|
2288
|
+
* with the property `width="auto"` instead.
|
|
2284
2289
|
*
|
|
2285
2290
|
* @returns Reference to `this` in order to allow method chaining
|
|
2286
2291
|
*/
|
|
@@ -2299,7 +2304,7 @@ declare module "sap/ui/table/Column" {
|
|
|
2299
2304
|
*
|
|
2300
2305
|
* Default value is `false`.
|
|
2301
2306
|
*
|
|
2302
|
-
* @deprecated
|
|
2307
|
+
* @deprecated As of version 1.118. see the `enableGrouping` property of `sap.ui.table.Table` for details.
|
|
2303
2308
|
*
|
|
2304
2309
|
* @returns Reference to `this` in order to allow method chaining
|
|
2305
2310
|
*/
|
|
@@ -2380,7 +2385,7 @@ declare module "sap/ui/table/Column" {
|
|
|
2380
2385
|
/**
|
|
2381
2386
|
* Sets the aggregated {@link #getMenu menu}.
|
|
2382
2387
|
*
|
|
2383
|
-
* @deprecated
|
|
2388
|
+
* @deprecated As of version 1.117. use the `headerMenu` association instead.
|
|
2384
2389
|
*
|
|
2385
2390
|
* @returns Reference to `this` in order to allow method chaining
|
|
2386
2391
|
*/
|
|
@@ -2507,7 +2512,7 @@ declare module "sap/ui/table/Column" {
|
|
|
2507
2512
|
*
|
|
2508
2513
|
* Default value is `false`.
|
|
2509
2514
|
*
|
|
2510
|
-
* @deprecated
|
|
2515
|
+
* @deprecated As of version 1.120. replaced by {@link sap.ui.core.SortOrder SortOrder.None} for the `sortOrder`
|
|
2511
2516
|
* property
|
|
2512
2517
|
*
|
|
2513
2518
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -2620,7 +2625,7 @@ declare module "sap/ui/table/Column" {
|
|
|
2620
2625
|
/**
|
|
2621
2626
|
* Sorts the current column ascending or descending.
|
|
2622
2627
|
*
|
|
2623
|
-
* @deprecated
|
|
2628
|
+
* @deprecated As of version 1.5.1. Please use the function "sap.ui.Table.prototype.sort".
|
|
2624
2629
|
*
|
|
2625
2630
|
* @returns Reference to `this` in order to allow method chaining
|
|
2626
2631
|
*/
|
|
@@ -2633,7 +2638,7 @@ declare module "sap/ui/table/Column" {
|
|
|
2633
2638
|
/**
|
|
2634
2639
|
* Toggles the sort order of the column.
|
|
2635
2640
|
*
|
|
2636
|
-
* @deprecated
|
|
2641
|
+
* @deprecated As of version 1.5.1. Please use the function "sap.ui.Table.prototype.sort".
|
|
2637
2642
|
*/
|
|
2638
2643
|
toggleSort(): void;
|
|
2639
2644
|
}
|
|
@@ -2666,8 +2671,8 @@ declare module "sap/ui/table/Column" {
|
|
|
2666
2671
|
* width. If all columns are set to not be flexible, an extra "dummy" column will be created at the end
|
|
2667
2672
|
* of the table.
|
|
2668
2673
|
*
|
|
2669
|
-
* @deprecated
|
|
2670
|
-
* the property `width="auto"` instead.
|
|
2674
|
+
* @deprecated As of version 1.44. this property has no effect. Use the property `minWidth` in combination
|
|
2675
|
+
* with the property `width="auto"` instead.
|
|
2671
2676
|
*/
|
|
2672
2677
|
flexible?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
2673
2678
|
|
|
@@ -2697,7 +2702,7 @@ declare module "sap/ui/table/Column" {
|
|
|
2697
2702
|
* to show the sort indicator. With UI5 2.x, the `sorted` property will be removed and the sort indicator
|
|
2698
2703
|
* will be shown based on the `sortOrder`.
|
|
2699
2704
|
*
|
|
2700
|
-
* @deprecated
|
|
2705
|
+
* @deprecated As of version 1.120. replaced by {@link sap.ui.core.SortOrder SortOrder.None} for the `sortOrder`
|
|
2701
2706
|
* property
|
|
2702
2707
|
*/
|
|
2703
2708
|
sorted?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
@@ -2790,7 +2795,7 @@ declare module "sap/ui/table/Column" {
|
|
|
2790
2795
|
/**
|
|
2791
2796
|
* Indicates if the column is grouped.
|
|
2792
2797
|
*
|
|
2793
|
-
* @deprecated
|
|
2798
|
+
* @deprecated As of version 1.118. see the `enableGrouping` property of `sap.ui.table.Table` for details.
|
|
2794
2799
|
*/
|
|
2795
2800
|
grouped?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
2796
2801
|
|
|
@@ -2886,7 +2891,7 @@ declare module "sap/ui/table/Column" {
|
|
|
2886
2891
|
* way or create own instances of `sap.ui.table.ColumnMenu`. To add a custom menu to a column, use the aggregation
|
|
2887
2892
|
* `menu` with a new instance of `sap.ui.unified.Menu`.
|
|
2888
2893
|
*
|
|
2889
|
-
* @deprecated
|
|
2894
|
+
* @deprecated As of version 1.117. use the `headerMenu` association instead.
|
|
2890
2895
|
*/
|
|
2891
2896
|
menu?: Menu;
|
|
2892
2897
|
|
|
@@ -2901,7 +2906,7 @@ declare module "sap/ui/table/Column" {
|
|
|
2901
2906
|
* Fires before the column menu is opened.
|
|
2902
2907
|
*
|
|
2903
2908
|
* @since 1.33.0
|
|
2904
|
-
* @deprecated
|
|
2909
|
+
* @deprecated As of version 1.117. see the `headerMenu` aggregation for details.
|
|
2905
2910
|
*/
|
|
2906
2911
|
columnMenuOpen?: (oEvent: Column$ColumnMenuOpenEvent) => void;
|
|
2907
2912
|
}
|
|
@@ -2909,7 +2914,7 @@ declare module "sap/ui/table/Column" {
|
|
|
2909
2914
|
/**
|
|
2910
2915
|
* Parameters of the Column#columnMenuOpen event.
|
|
2911
2916
|
*
|
|
2912
|
-
* @deprecated
|
|
2917
|
+
* @deprecated As of version 1.117. see the `headerMenu` aggregation for details.
|
|
2913
2918
|
*/
|
|
2914
2919
|
export interface Column$ColumnMenuOpenEventParameters {
|
|
2915
2920
|
/**
|
|
@@ -2921,7 +2926,7 @@ declare module "sap/ui/table/Column" {
|
|
|
2921
2926
|
/**
|
|
2922
2927
|
* Event object of the Column#columnMenuOpen event.
|
|
2923
2928
|
*
|
|
2924
|
-
* @deprecated
|
|
2929
|
+
* @deprecated As of version 1.117. see the `headerMenu` aggregation for details.
|
|
2925
2930
|
*/
|
|
2926
2931
|
export type Column$ColumnMenuOpenEvent = Event<
|
|
2927
2932
|
Column$ColumnMenuOpenEventParameters,
|
|
@@ -2937,7 +2942,7 @@ declare module "sap/ui/table/ColumnMenu" {
|
|
|
2937
2942
|
/**
|
|
2938
2943
|
* The column menu provides all common actions that can be performed on a column.
|
|
2939
2944
|
*
|
|
2940
|
-
* @deprecated
|
|
2945
|
+
* @deprecated As of version 1.117. use the {@link sap.m.table.columnmenu.Menu} instead.
|
|
2941
2946
|
*/
|
|
2942
2947
|
export default class ColumnMenu extends Menu {
|
|
2943
2948
|
/**
|
|
@@ -3020,7 +3025,7 @@ declare module "sap/ui/table/ColumnMenu" {
|
|
|
3020
3025
|
/**
|
|
3021
3026
|
* Describes the settings that can be provided to the ColumnMenu constructor.
|
|
3022
3027
|
*
|
|
3023
|
-
* @deprecated
|
|
3028
|
+
* @deprecated As of version 1.117. use the {@link sap.m.table.columnmenu.Menu} instead.
|
|
3024
3029
|
*/
|
|
3025
3030
|
export interface $ColumnMenuSettings extends $MenuSettings {}
|
|
3026
3031
|
}
|
|
@@ -3288,7 +3293,7 @@ declare module "sap/ui/table/plugins/MultiSelectionPlugin" {
|
|
|
3288
3293
|
*
|
|
3289
3294
|
* @returns Value of property `selectionMode`
|
|
3290
3295
|
*/
|
|
3291
|
-
getSelectionMode(): SelectionMode
|
|
3296
|
+
getSelectionMode(): SelectionMode;
|
|
3292
3297
|
/**
|
|
3293
3298
|
* Gets current value of property {@link #getShowHeaderSelector showHeaderSelector}.
|
|
3294
3299
|
*
|
|
@@ -3568,7 +3573,7 @@ declare module "sap/ui/table/plugins/SelectionPlugin" {
|
|
|
3568
3573
|
* Implements the selection methods for a table.
|
|
3569
3574
|
*
|
|
3570
3575
|
* @since 1.64
|
|
3571
|
-
* @experimental
|
|
3576
|
+
* @experimental As of version 1.64.
|
|
3572
3577
|
*/
|
|
3573
3578
|
export default abstract class SelectionPlugin extends UI5Element {
|
|
3574
3579
|
/**
|
|
@@ -3745,7 +3750,7 @@ declare module "sap/ui/table/plugins/SelectionPlugin" {
|
|
|
3745
3750
|
/**
|
|
3746
3751
|
* Describes the settings that can be provided to the SelectionPlugin constructor.
|
|
3747
3752
|
*
|
|
3748
|
-
* @experimental
|
|
3753
|
+
* @experimental As of version 1.64.
|
|
3749
3754
|
*/
|
|
3750
3755
|
export interface $SelectionPluginSettings extends $ElementSettings {
|
|
3751
3756
|
/**
|
|
@@ -4351,7 +4356,7 @@ declare module "sap/ui/table/RowActionItem" {
|
|
|
4351
4356
|
*
|
|
4352
4357
|
* @returns Value of property `type`
|
|
4353
4358
|
*/
|
|
4354
|
-
getType(): RowActionType
|
|
4359
|
+
getType(): RowActionType;
|
|
4355
4360
|
/**
|
|
4356
4361
|
* Gets current value of property {@link #getVisible visible}.
|
|
4357
4362
|
*
|
|
@@ -5486,15 +5491,16 @@ declare module "sap/ui/table/RowSettings" {
|
|
|
5486
5491
|
*
|
|
5487
5492
|
* The highlight state of the rows.
|
|
5488
5493
|
*
|
|
5489
|
-
* If the highlight is set to {@link sap
|
|
5490
|
-
* highlights are visible. Valid values for the `highlight` property are values of the enumerations {@link sap
|
|
5494
|
+
* If the highlight is set to {@link module:sap/ui/core/message/MessageType MessageType.None} (default),
|
|
5495
|
+
* no highlights are visible. Valid values for the `highlight` property are values of the enumerations {@link module:sap/ui/core/message/MessageType }
|
|
5491
5496
|
* or {@link sap.ui.core.IndicationColor} (only values of `Indication01` to `Indication10` are supported
|
|
5492
5497
|
* for accessibility contrast reasons).
|
|
5493
5498
|
*
|
|
5494
5499
|
* Accessibility support is provided through the associated {@link sap.ui.table.RowSettings#setHighlightText highlightText }
|
|
5495
|
-
* property. If the `highlight` property is set to a value of {@link sap
|
|
5496
|
-
* property does not need to be set because a default text is used. However, the default
|
|
5497
|
-
* by setting the `highlightText` property. In all other cases the `highlightText`
|
|
5500
|
+
* property. If the `highlight` property is set to a value of {@link module:sap/ui/core/message/MessageType},
|
|
5501
|
+
* the `highlightText` property does not need to be set because a default text is used. However, the default
|
|
5502
|
+
* text can be overridden by setting the `highlightText` property. In all other cases the `highlightText`
|
|
5503
|
+
* property must be set.
|
|
5498
5504
|
*
|
|
5499
5505
|
* Default value is `"None"`.
|
|
5500
5506
|
*
|
|
@@ -5537,15 +5543,16 @@ declare module "sap/ui/table/RowSettings" {
|
|
|
5537
5543
|
*
|
|
5538
5544
|
* The highlight state of the rows.
|
|
5539
5545
|
*
|
|
5540
|
-
* If the highlight is set to {@link sap
|
|
5541
|
-
* highlights are visible. Valid values for the `highlight` property are values of the enumerations {@link sap
|
|
5546
|
+
* If the highlight is set to {@link module:sap/ui/core/message/MessageType MessageType.None} (default),
|
|
5547
|
+
* no highlights are visible. Valid values for the `highlight` property are values of the enumerations {@link module:sap/ui/core/message/MessageType }
|
|
5542
5548
|
* or {@link sap.ui.core.IndicationColor} (only values of `Indication01` to `Indication10` are supported
|
|
5543
5549
|
* for accessibility contrast reasons).
|
|
5544
5550
|
*
|
|
5545
5551
|
* Accessibility support is provided through the associated {@link sap.ui.table.RowSettings#setHighlightText highlightText }
|
|
5546
|
-
* property. If the `highlight` property is set to a value of {@link sap
|
|
5547
|
-
* property does not need to be set because a default text is used. However, the default
|
|
5548
|
-
* by setting the `highlightText` property. In all other cases the `highlightText`
|
|
5552
|
+
* property. If the `highlight` property is set to a value of {@link module:sap/ui/core/message/MessageType},
|
|
5553
|
+
* the `highlightText` property does not need to be set because a default text is used. However, the default
|
|
5554
|
+
* text can be overridden by setting the `highlightText` property. In all other cases the `highlightText`
|
|
5555
|
+
* property must be set.
|
|
5549
5556
|
*
|
|
5550
5557
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
5551
5558
|
*
|
|
@@ -5612,15 +5619,16 @@ declare module "sap/ui/table/RowSettings" {
|
|
|
5612
5619
|
/**
|
|
5613
5620
|
* The highlight state of the rows.
|
|
5614
5621
|
*
|
|
5615
|
-
* If the highlight is set to {@link sap
|
|
5616
|
-
* highlights are visible. Valid values for the `highlight` property are values of the enumerations {@link sap
|
|
5622
|
+
* If the highlight is set to {@link module:sap/ui/core/message/MessageType MessageType.None} (default),
|
|
5623
|
+
* no highlights are visible. Valid values for the `highlight` property are values of the enumerations {@link module:sap/ui/core/message/MessageType }
|
|
5617
5624
|
* or {@link sap.ui.core.IndicationColor} (only values of `Indication01` to `Indication10` are supported
|
|
5618
5625
|
* for accessibility contrast reasons).
|
|
5619
5626
|
*
|
|
5620
5627
|
* Accessibility support is provided through the associated {@link sap.ui.table.RowSettings#setHighlightText highlightText }
|
|
5621
|
-
* property. If the `highlight` property is set to a value of {@link sap
|
|
5622
|
-
* property does not need to be set because a default text is used. However, the default
|
|
5623
|
-
* by setting the `highlightText` property. In all other cases the `highlightText`
|
|
5628
|
+
* property. If the `highlight` property is set to a value of {@link module:sap/ui/core/message/MessageType},
|
|
5629
|
+
* the `highlightText` property does not need to be set because a default text is used. However, the default
|
|
5630
|
+
* text can be overridden by setting the `highlightText` property. In all other cases the `highlightText`
|
|
5631
|
+
* property must be set.
|
|
5624
5632
|
*
|
|
5625
5633
|
* @since 1.48.0
|
|
5626
5634
|
*/
|
|
@@ -5823,7 +5831,7 @@ declare module "sap/ui/table/Table" {
|
|
|
5823
5831
|
* Adds some plugin to the aggregation {@link #getPlugins plugins}.
|
|
5824
5832
|
*
|
|
5825
5833
|
* @since 1.64
|
|
5826
|
-
* @deprecated
|
|
5834
|
+
* @deprecated As of version 1.120. Please add plugins to the `dependents` aggregation instead.
|
|
5827
5835
|
*
|
|
5828
5836
|
* @returns Reference to `this` in order to allow method chaining
|
|
5829
5837
|
*/
|
|
@@ -6030,7 +6038,7 @@ declare module "sap/ui/table/Table" {
|
|
|
6030
6038
|
* fired when the user clicks a cell of the table.
|
|
6031
6039
|
*
|
|
6032
6040
|
* @since 1.21.0
|
|
6033
|
-
* @deprecated
|
|
6041
|
+
* @deprecated As of version 1.54. replaced by `beforeOpenContextMenu`.
|
|
6034
6042
|
*
|
|
6035
6043
|
* @returns Reference to `this` in order to allow method chaining
|
|
6036
6044
|
*/
|
|
@@ -6059,7 +6067,7 @@ declare module "sap/ui/table/Table" {
|
|
|
6059
6067
|
* fired when the user clicks a cell of the table.
|
|
6060
6068
|
*
|
|
6061
6069
|
* @since 1.21.0
|
|
6062
|
-
* @deprecated
|
|
6070
|
+
* @deprecated As of version 1.54. replaced by `beforeOpenContextMenu`.
|
|
6063
6071
|
*
|
|
6064
6072
|
* @returns Reference to `this` in order to allow method chaining
|
|
6065
6073
|
*/
|
|
@@ -6224,7 +6232,7 @@ declare module "sap/ui/table/Table" {
|
|
|
6224
6232
|
*
|
|
6225
6233
|
* fired when a column of the table has been selected
|
|
6226
6234
|
*
|
|
6227
|
-
* @deprecated
|
|
6235
|
+
* @deprecated As of version 1.117. see the `headerMenu` aggregation of `sap.ui.table.Column` for details.
|
|
6228
6236
|
*
|
|
6229
6237
|
* @returns Reference to `this` in order to allow method chaining
|
|
6230
6238
|
*/
|
|
@@ -6251,7 +6259,7 @@ declare module "sap/ui/table/Table" {
|
|
|
6251
6259
|
*
|
|
6252
6260
|
* fired when a column of the table has been selected
|
|
6253
6261
|
*
|
|
6254
|
-
* @deprecated
|
|
6262
|
+
* @deprecated As of version 1.117. see the `headerMenu` aggregation of `sap.ui.table.Column` for details.
|
|
6255
6263
|
*
|
|
6256
6264
|
* @returns Reference to `this` in order to allow method chaining
|
|
6257
6265
|
*/
|
|
@@ -6274,7 +6282,8 @@ declare module "sap/ui/table/Table" {
|
|
|
6274
6282
|
*
|
|
6275
6283
|
* fired when the visibility of a table column is changed.
|
|
6276
6284
|
*
|
|
6277
|
-
* @deprecated
|
|
6285
|
+
* @deprecated As of version 1.117. see the `showColumnVisibilityMenu` property of `sap.ui.table.Table`
|
|
6286
|
+
* for details.
|
|
6278
6287
|
*
|
|
6279
6288
|
* @returns Reference to `this` in order to allow method chaining
|
|
6280
6289
|
*/
|
|
@@ -6302,7 +6311,8 @@ declare module "sap/ui/table/Table" {
|
|
|
6302
6311
|
*
|
|
6303
6312
|
* fired when the visibility of a table column is changed.
|
|
6304
6313
|
*
|
|
6305
|
-
* @deprecated
|
|
6314
|
+
* @deprecated As of version 1.117. see the `showColumnVisibilityMenu` property of `sap.ui.table.Table`
|
|
6315
|
+
* for details.
|
|
6306
6316
|
*
|
|
6307
6317
|
* @returns Reference to `this` in order to allow method chaining
|
|
6308
6318
|
*/
|
|
@@ -6483,7 +6493,7 @@ declare module "sap/ui/table/Table" {
|
|
|
6483
6493
|
*
|
|
6484
6494
|
* fired when the table is grouped (experimental!).
|
|
6485
6495
|
*
|
|
6486
|
-
* @deprecated
|
|
6496
|
+
* @deprecated As of version 1.118. see the `enableGrouping` property for details.
|
|
6487
6497
|
*
|
|
6488
6498
|
* @returns Reference to `this` in order to allow method chaining
|
|
6489
6499
|
*/
|
|
@@ -6510,7 +6520,7 @@ declare module "sap/ui/table/Table" {
|
|
|
6510
6520
|
*
|
|
6511
6521
|
* fired when the table is grouped (experimental!).
|
|
6512
6522
|
*
|
|
6513
|
-
* @deprecated
|
|
6523
|
+
* @deprecated As of version 1.118. see the `enableGrouping` property for details.
|
|
6514
6524
|
*
|
|
6515
6525
|
* @returns Reference to `this` in order to allow method chaining
|
|
6516
6526
|
*/
|
|
@@ -6753,7 +6763,7 @@ declare module "sap/ui/table/Table" {
|
|
|
6753
6763
|
*
|
|
6754
6764
|
* See {@link sap.ui.table.Column#autoResize} for details about the auto-resize feature.
|
|
6755
6765
|
*
|
|
6756
|
-
* @deprecated
|
|
6766
|
+
* @deprecated As of version 1.125. replaced by {@link sap.ui.table.Column#autoResize}
|
|
6757
6767
|
*/
|
|
6758
6768
|
autoResizeColumn(
|
|
6759
6769
|
/**
|
|
@@ -6841,7 +6851,7 @@ declare module "sap/ui/table/Table" {
|
|
|
6841
6851
|
* Destroys all the plugins in the aggregation {@link #getPlugins plugins}.
|
|
6842
6852
|
*
|
|
6843
6853
|
* @since 1.64
|
|
6844
|
-
* @deprecated
|
|
6854
|
+
* @deprecated As of version 1.120. Please add plugins to the `dependents` aggregation instead.
|
|
6845
6855
|
*
|
|
6846
6856
|
* @returns Reference to `this` in order to allow method chaining
|
|
6847
6857
|
*/
|
|
@@ -6878,7 +6888,8 @@ declare module "sap/ui/table/Table" {
|
|
|
6878
6888
|
/**
|
|
6879
6889
|
* Destroys the title in the aggregation {@link #getTitle title}.
|
|
6880
6890
|
*
|
|
6881
|
-
* @deprecated
|
|
6891
|
+
* @deprecated As of version 1.72. Use, for example, a `sap.m.Title` control in the `extension` aggregation
|
|
6892
|
+
* instead.
|
|
6882
6893
|
*
|
|
6883
6894
|
* @returns Reference to `this` in order to allow method chaining
|
|
6884
6895
|
*/
|
|
@@ -6886,7 +6897,7 @@ declare module "sap/ui/table/Table" {
|
|
|
6886
6897
|
/**
|
|
6887
6898
|
* Destroys the toolbar in the aggregation {@link #getToolbar toolbar}.
|
|
6888
6899
|
*
|
|
6889
|
-
* @deprecated
|
|
6900
|
+
* @deprecated As of version 1.38. This aggregation is deprecated, use the `extension` aggregation instead.
|
|
6890
6901
|
*
|
|
6891
6902
|
* @returns Reference to `this` in order to allow method chaining
|
|
6892
6903
|
*/
|
|
@@ -6958,7 +6969,7 @@ declare module "sap/ui/table/Table" {
|
|
|
6958
6969
|
* The passed function and listener object must match the ones used for event registration.
|
|
6959
6970
|
*
|
|
6960
6971
|
* @since 1.21.0
|
|
6961
|
-
* @deprecated
|
|
6972
|
+
* @deprecated As of version 1.54. replaced by `beforeOpenContextMenu`.
|
|
6962
6973
|
*
|
|
6963
6974
|
* @returns Reference to `this` in order to allow method chaining
|
|
6964
6975
|
*/
|
|
@@ -7032,7 +7043,7 @@ declare module "sap/ui/table/Table" {
|
|
|
7032
7043
|
*
|
|
7033
7044
|
* The passed function and listener object must match the ones used for event registration.
|
|
7034
7045
|
*
|
|
7035
|
-
* @deprecated
|
|
7046
|
+
* @deprecated As of version 1.117. see the `headerMenu` aggregation of `sap.ui.table.Column` for details.
|
|
7036
7047
|
*
|
|
7037
7048
|
* @returns Reference to `this` in order to allow method chaining
|
|
7038
7049
|
*/
|
|
@@ -7052,7 +7063,8 @@ declare module "sap/ui/table/Table" {
|
|
|
7052
7063
|
*
|
|
7053
7064
|
* The passed function and listener object must match the ones used for event registration.
|
|
7054
7065
|
*
|
|
7055
|
-
* @deprecated
|
|
7066
|
+
* @deprecated As of version 1.117. see the `showColumnVisibilityMenu` property of `sap.ui.table.Table`
|
|
7067
|
+
* for details.
|
|
7056
7068
|
*
|
|
7057
7069
|
* @returns Reference to `this` in order to allow method chaining
|
|
7058
7070
|
*/
|
|
@@ -7129,7 +7141,7 @@ declare module "sap/ui/table/Table" {
|
|
|
7129
7141
|
*
|
|
7130
7142
|
* The passed function and listener object must match the ones used for event registration.
|
|
7131
7143
|
*
|
|
7132
|
-
* @deprecated
|
|
7144
|
+
* @deprecated As of version 1.118. see the `enableGrouping` property for details.
|
|
7133
7145
|
*
|
|
7134
7146
|
* @returns Reference to `this` in order to allow method chaining
|
|
7135
7147
|
*/
|
|
@@ -7225,8 +7237,8 @@ declare module "sap/ui/table/Table" {
|
|
|
7225
7237
|
* **Please note: This method uses synchronous requests. Support and functioning ends with the support
|
|
7226
7238
|
* for synchronous requests in browsers.**
|
|
7227
7239
|
*
|
|
7228
|
-
* @deprecated
|
|
7229
|
-
* @experimental
|
|
7240
|
+
* @deprecated As of version 1.56. replaced by the `sap.ui.export` library.
|
|
7241
|
+
* @experimental Experimental because the property for the column/cell definitions (sortProperty) could
|
|
7230
7242
|
* change in future.
|
|
7231
7243
|
*
|
|
7232
7244
|
* @returns Export object
|
|
@@ -7306,7 +7318,7 @@ declare module "sap/ui/table/Table" {
|
|
|
7306
7318
|
* event object. The return value of this method indicates whether the default action should be executed.
|
|
7307
7319
|
*
|
|
7308
7320
|
* @since 1.21.0
|
|
7309
|
-
* @deprecated
|
|
7321
|
+
* @deprecated As of version 1.54. replaced by `beforeOpenContextMenu`.
|
|
7310
7322
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
7311
7323
|
*
|
|
7312
7324
|
* @returns Whether or not to prevent the default action
|
|
@@ -7372,7 +7384,7 @@ declare module "sap/ui/table/Table" {
|
|
|
7372
7384
|
* Listeners may prevent the default action of this event by calling the `preventDefault` method on the
|
|
7373
7385
|
* event object. The return value of this method indicates whether the default action should be executed.
|
|
7374
7386
|
*
|
|
7375
|
-
* @deprecated
|
|
7387
|
+
* @deprecated As of version 1.117. see the `headerMenu` aggregation of `sap.ui.table.Column` for details.
|
|
7376
7388
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
7377
7389
|
*
|
|
7378
7390
|
* @returns Whether or not to prevent the default action
|
|
@@ -7389,7 +7401,8 @@ declare module "sap/ui/table/Table" {
|
|
|
7389
7401
|
* Listeners may prevent the default action of this event by calling the `preventDefault` method on the
|
|
7390
7402
|
* event object. The return value of this method indicates whether the default action should be executed.
|
|
7391
7403
|
*
|
|
7392
|
-
* @deprecated
|
|
7404
|
+
* @deprecated As of version 1.117. see the `showColumnVisibilityMenu` property of `sap.ui.table.Table`
|
|
7405
|
+
* for details.
|
|
7393
7406
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
7394
7407
|
*
|
|
7395
7408
|
* @returns Whether or not to prevent the default action
|
|
@@ -7450,7 +7463,7 @@ declare module "sap/ui/table/Table" {
|
|
|
7450
7463
|
* Listeners may prevent the default action of this event by calling the `preventDefault` method on the
|
|
7451
7464
|
* event object. The return value of this method indicates whether the default action should be executed.
|
|
7452
7465
|
*
|
|
7453
|
-
* @deprecated
|
|
7466
|
+
* @deprecated As of version 1.118. see the `enableGrouping` property for details.
|
|
7454
7467
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
7455
7468
|
*
|
|
7456
7469
|
* @returns Whether or not to prevent the default action
|
|
@@ -7666,7 +7679,7 @@ declare module "sap/ui/table/Table" {
|
|
|
7666
7679
|
*
|
|
7667
7680
|
* Default value is `true`.
|
|
7668
7681
|
*
|
|
7669
|
-
* @deprecated
|
|
7682
|
+
* @deprecated As of version 1.115. the concept has been discarded.
|
|
7670
7683
|
*
|
|
7671
7684
|
* @returns Value of property `editable`
|
|
7672
7685
|
*/
|
|
@@ -7760,7 +7773,7 @@ declare module "sap/ui/table/Table" {
|
|
|
7760
7773
|
*
|
|
7761
7774
|
* Default value is `false`.
|
|
7762
7775
|
*
|
|
7763
|
-
* @deprecated
|
|
7776
|
+
* @deprecated As of version 1.110. the concept has been discarded.
|
|
7764
7777
|
*
|
|
7765
7778
|
* @returns Value of property `enableGrouping`
|
|
7766
7779
|
*/
|
|
@@ -7805,7 +7818,7 @@ declare module "sap/ui/table/Table" {
|
|
|
7805
7818
|
* Default value is `0`.
|
|
7806
7819
|
*
|
|
7807
7820
|
* @since 1.18.7
|
|
7808
|
-
* @deprecated
|
|
7821
|
+
* @deprecated As of version 1.119. use the `rowMode` aggregation instead.
|
|
7809
7822
|
*
|
|
7810
7823
|
* @returns Value of property `fixedBottomRowCount`
|
|
7811
7824
|
*/
|
|
@@ -7835,7 +7848,7 @@ declare module "sap/ui/table/Table" {
|
|
|
7835
7848
|
*
|
|
7836
7849
|
* Default value is `0`.
|
|
7837
7850
|
*
|
|
7838
|
-
* @deprecated
|
|
7851
|
+
* @deprecated As of version 1.119. use the `rowMode` aggregation instead.
|
|
7839
7852
|
*
|
|
7840
7853
|
* @returns Value of property `fixedRowCount`
|
|
7841
7854
|
*/
|
|
@@ -7851,8 +7864,8 @@ declare module "sap/ui/table/Table" {
|
|
|
7851
7864
|
/**
|
|
7852
7865
|
* ID of the element which is the current target of the association {@link #getGroupBy groupBy}, or `null`.
|
|
7853
7866
|
*
|
|
7854
|
-
* @deprecated
|
|
7855
|
-
* @experimental
|
|
7867
|
+
* @deprecated As of version 1.110. see the `enableGrouping` property for details.
|
|
7868
|
+
* @experimental As of version 1.28. This feature has a limited functionality.
|
|
7856
7869
|
*/
|
|
7857
7870
|
getGroupBy(): ID | null;
|
|
7858
7871
|
/**
|
|
@@ -7863,7 +7876,7 @@ declare module "sap/ui/table/Table" {
|
|
|
7863
7876
|
*
|
|
7864
7877
|
* Default value is `5`.
|
|
7865
7878
|
*
|
|
7866
|
-
* @deprecated
|
|
7879
|
+
* @deprecated As of version 1.119. use the `rowMode` aggregation instead.
|
|
7867
7880
|
*
|
|
7868
7881
|
* @returns Value of property `minAutoRowCount`
|
|
7869
7882
|
*/
|
|
@@ -7876,11 +7889,11 @@ declare module "sap/ui/table/Table" {
|
|
|
7876
7889
|
*
|
|
7877
7890
|
* Default value is `"Scrollbar"`.
|
|
7878
7891
|
*
|
|
7879
|
-
* @deprecated
|
|
7892
|
+
* @deprecated As of version 1.38. the concept has been discarded.
|
|
7880
7893
|
*
|
|
7881
7894
|
* @returns Value of property `navigationMode`
|
|
7882
7895
|
*/
|
|
7883
|
-
getNavigationMode(): NavigationMode
|
|
7896
|
+
getNavigationMode(): NavigationMode;
|
|
7884
7897
|
/**
|
|
7885
7898
|
* Gets content of aggregation {@link #getNoData noData}.
|
|
7886
7899
|
*
|
|
@@ -7898,7 +7911,7 @@ declare module "sap/ui/table/Table" {
|
|
|
7898
7911
|
* plugin.
|
|
7899
7912
|
*
|
|
7900
7913
|
* @since 1.64
|
|
7901
|
-
* @deprecated
|
|
7914
|
+
* @deprecated As of version 1.120. Please add plugins to the `dependents` aggregation instead.
|
|
7902
7915
|
*/
|
|
7903
7916
|
getPlugins(): SelectionPlugin[];
|
|
7904
7917
|
/**
|
|
@@ -7939,7 +7952,7 @@ declare module "sap/ui/table/Table" {
|
|
|
7939
7952
|
* If no value is set (includes 0), a default height is applied based on the content density configuration.
|
|
7940
7953
|
* In any `visibleRowCountMode`, the actual height can increase based on the content.
|
|
7941
7954
|
*
|
|
7942
|
-
* @deprecated
|
|
7955
|
+
* @deprecated As of version 1.119. use the `rowMode` aggregation instead.
|
|
7943
7956
|
*
|
|
7944
7957
|
* @returns Value of property `rowHeight`
|
|
7945
7958
|
*/
|
|
@@ -7952,7 +7965,7 @@ declare module "sap/ui/table/Table" {
|
|
|
7952
7965
|
*
|
|
7953
7966
|
* @since 1.119
|
|
7954
7967
|
*/
|
|
7955
|
-
getRowMode(): RowMode |
|
|
7968
|
+
getRowMode(): RowMode | Type;
|
|
7956
7969
|
/**
|
|
7957
7970
|
* Gets content of aggregation {@link #getRows rows}.
|
|
7958
7971
|
*
|
|
@@ -8013,7 +8026,7 @@ declare module "sap/ui/table/Table" {
|
|
|
8013
8026
|
/**
|
|
8014
8027
|
* Retrieves the lead selection index.
|
|
8015
8028
|
*
|
|
8016
|
-
* @deprecated
|
|
8029
|
+
* @deprecated As of version 1.69. replaced by {@link sap.ui.table.Table#getSelectedIndices}
|
|
8017
8030
|
*
|
|
8018
8031
|
* @returns Currently Selected Index.
|
|
8019
8032
|
*/
|
|
@@ -8041,7 +8054,7 @@ declare module "sap/ui/table/Table" {
|
|
|
8041
8054
|
*
|
|
8042
8055
|
* @returns Value of property `selectionBehavior`
|
|
8043
8056
|
*/
|
|
8044
|
-
getSelectionBehavior(): SelectionBehavior
|
|
8057
|
+
getSelectionBehavior(): SelectionBehavior;
|
|
8045
8058
|
/**
|
|
8046
8059
|
* Gets current value of property {@link #getSelectionMode selectionMode}.
|
|
8047
8060
|
*
|
|
@@ -8059,7 +8072,7 @@ declare module "sap/ui/table/Table" {
|
|
|
8059
8072
|
*
|
|
8060
8073
|
* @returns Value of property `selectionMode`
|
|
8061
8074
|
*/
|
|
8062
|
-
getSelectionMode(): SelectionMode
|
|
8075
|
+
getSelectionMode(): SelectionMode;
|
|
8063
8076
|
/**
|
|
8064
8077
|
* Gets current value of property {@link #getShowColumnVisibilityMenu showColumnVisibilityMenu}.
|
|
8065
8078
|
*
|
|
@@ -8068,7 +8081,7 @@ declare module "sap/ui/table/Table" {
|
|
|
8068
8081
|
*
|
|
8069
8082
|
* Default value is `false`.
|
|
8070
8083
|
*
|
|
8071
|
-
* @deprecated
|
|
8084
|
+
* @deprecated As of version 1.117. use a `ColumnMenu` with a custom menu item in the `headerMenu` association
|
|
8072
8085
|
* instead.
|
|
8073
8086
|
*
|
|
8074
8087
|
* @returns Value of property `showColumnVisibilityMenu`
|
|
@@ -8132,7 +8145,8 @@ declare module "sap/ui/table/Table" {
|
|
|
8132
8145
|
*
|
|
8133
8146
|
* Control or text of title section of the Table (if not set it will be hidden)
|
|
8134
8147
|
*
|
|
8135
|
-
* @deprecated
|
|
8148
|
+
* @deprecated As of version 1.72. Use, for example, a `sap.m.Title` control in the `extension` aggregation
|
|
8149
|
+
* instead.
|
|
8136
8150
|
*/
|
|
8137
8151
|
getTitle(): Control | string;
|
|
8138
8152
|
/**
|
|
@@ -8141,7 +8155,7 @@ declare module "sap/ui/table/Table" {
|
|
|
8141
8155
|
* Toolbar of the Table If not set, no toolbar area will be rendered. Note: The CSS class sapMTBHeader-CTX
|
|
8142
8156
|
* is applied on the given toolbar.
|
|
8143
8157
|
*
|
|
8144
|
-
* @deprecated
|
|
8158
|
+
* @deprecated As of version 1.38. This aggregation is deprecated, use the `extension` aggregation instead.
|
|
8145
8159
|
*/
|
|
8146
8160
|
getToolbar(): Toolbar;
|
|
8147
8161
|
/**
|
|
@@ -8151,7 +8165,7 @@ declare module "sap/ui/table/Table" {
|
|
|
8151
8165
|
*
|
|
8152
8166
|
* Default value is `10`.
|
|
8153
8167
|
*
|
|
8154
|
-
* @deprecated
|
|
8168
|
+
* @deprecated As of version 1.119. use the `rowMode` aggregation instead.
|
|
8155
8169
|
*
|
|
8156
8170
|
* @returns Value of property `visibleRowCount`
|
|
8157
8171
|
*/
|
|
@@ -8178,13 +8192,11 @@ declare module "sap/ui/table/Table" {
|
|
|
8178
8192
|
* Default value is `"Fixed"`.
|
|
8179
8193
|
*
|
|
8180
8194
|
* @since 1.9.2
|
|
8181
|
-
* @deprecated
|
|
8195
|
+
* @deprecated As of version 1.119. use the `rowMode` aggregation instead.
|
|
8182
8196
|
*
|
|
8183
8197
|
* @returns Value of property `visibleRowCountMode`
|
|
8184
8198
|
*/
|
|
8185
|
-
getVisibleRowCountMode():
|
|
8186
|
-
| VisibleRowCountMode
|
|
8187
|
-
| keyof typeof VisibleRowCountMode;
|
|
8199
|
+
getVisibleRowCountMode(): VisibleRowCountMode;
|
|
8188
8200
|
/**
|
|
8189
8201
|
* Gets current value of property {@link #getWidth width}.
|
|
8190
8202
|
*
|
|
@@ -8227,7 +8239,7 @@ declare module "sap/ui/table/Table" {
|
|
|
8227
8239
|
* and returns its index if found or -1 otherwise.
|
|
8228
8240
|
*
|
|
8229
8241
|
* @since 1.64
|
|
8230
|
-
* @deprecated
|
|
8242
|
+
* @deprecated As of version 1.120. Please add plugins to the `dependents` aggregation instead.
|
|
8231
8243
|
*
|
|
8232
8244
|
* @returns The index of the provided control in the aggregation if found, or -1 otherwise
|
|
8233
8245
|
*/
|
|
@@ -8290,7 +8302,7 @@ declare module "sap/ui/table/Table" {
|
|
|
8290
8302
|
* Inserts a plugin into the aggregation {@link #getPlugins plugins}.
|
|
8291
8303
|
*
|
|
8292
8304
|
* @since 1.64
|
|
8293
|
-
* @deprecated
|
|
8305
|
+
* @deprecated As of version 1.120. Please add plugins to the `dependents` aggregation instead.
|
|
8294
8306
|
*
|
|
8295
8307
|
* @returns Reference to `this` in order to allow method chaining
|
|
8296
8308
|
*/
|
|
@@ -8370,7 +8382,7 @@ declare module "sap/ui/table/Table" {
|
|
|
8370
8382
|
* Additionally, it unregisters them from the hosting UIArea.
|
|
8371
8383
|
*
|
|
8372
8384
|
* @since 1.64
|
|
8373
|
-
* @deprecated
|
|
8385
|
+
* @deprecated As of version 1.120. Please add plugins to the `dependents` aggregation instead.
|
|
8374
8386
|
*
|
|
8375
8387
|
* @returns An array of the removed elements (might be empty)
|
|
8376
8388
|
*/
|
|
@@ -8424,7 +8436,7 @@ declare module "sap/ui/table/Table" {
|
|
|
8424
8436
|
* Removes a plugin from the aggregation {@link #getPlugins plugins}.
|
|
8425
8437
|
*
|
|
8426
8438
|
* @since 1.64
|
|
8427
|
-
* @deprecated
|
|
8439
|
+
* @deprecated As of version 1.120. Please add plugins to the `dependents` aggregation instead.
|
|
8428
8440
|
*
|
|
8429
8441
|
* @returns The removed plugin or `null`
|
|
8430
8442
|
*/
|
|
@@ -8563,7 +8575,7 @@ declare module "sap/ui/table/Table" {
|
|
|
8563
8575
|
*
|
|
8564
8576
|
* Default value is `true`.
|
|
8565
8577
|
*
|
|
8566
|
-
* @deprecated
|
|
8578
|
+
* @deprecated As of version 1.115. the concept has been discarded.
|
|
8567
8579
|
*
|
|
8568
8580
|
* @returns Reference to `this` in order to allow method chaining
|
|
8569
8581
|
*/
|
|
@@ -8699,7 +8711,7 @@ declare module "sap/ui/table/Table" {
|
|
|
8699
8711
|
*
|
|
8700
8712
|
* Default value is `false`.
|
|
8701
8713
|
*
|
|
8702
|
-
* @deprecated
|
|
8714
|
+
* @deprecated As of version 1.110. the concept has been discarded.
|
|
8703
8715
|
*
|
|
8704
8716
|
* @returns Reference to `this` in order to allow method chaining
|
|
8705
8717
|
*/
|
|
@@ -8758,7 +8770,7 @@ declare module "sap/ui/table/Table" {
|
|
|
8758
8770
|
* Default value is `0`.
|
|
8759
8771
|
*
|
|
8760
8772
|
* @since 1.18.7
|
|
8761
|
-
* @deprecated
|
|
8773
|
+
* @deprecated As of version 1.119. use the `rowMode` aggregation instead.
|
|
8762
8774
|
*
|
|
8763
8775
|
* @returns Reference to `this` in order to allow method chaining
|
|
8764
8776
|
*/
|
|
@@ -8802,7 +8814,7 @@ declare module "sap/ui/table/Table" {
|
|
|
8802
8814
|
*
|
|
8803
8815
|
* Default value is `0`.
|
|
8804
8816
|
*
|
|
8805
|
-
* @deprecated
|
|
8817
|
+
* @deprecated As of version 1.119. use the `rowMode` aggregation instead.
|
|
8806
8818
|
*
|
|
8807
8819
|
* @returns Reference to `this` in order to allow method chaining
|
|
8808
8820
|
*/
|
|
@@ -8827,8 +8839,8 @@ declare module "sap/ui/table/Table" {
|
|
|
8827
8839
|
/**
|
|
8828
8840
|
* Sets the associated {@link #getGroupBy groupBy}.
|
|
8829
8841
|
*
|
|
8830
|
-
* @deprecated
|
|
8831
|
-
* @experimental
|
|
8842
|
+
* @deprecated As of version 1.110. see the `enableGrouping` property for details.
|
|
8843
|
+
* @experimental As of version 1.28. This feature has a limited functionality.
|
|
8832
8844
|
*
|
|
8833
8845
|
* @returns Reference to `this` in order to allow method chaining
|
|
8834
8846
|
*/
|
|
@@ -8849,7 +8861,7 @@ declare module "sap/ui/table/Table" {
|
|
|
8849
8861
|
*
|
|
8850
8862
|
* Default value is `5`.
|
|
8851
8863
|
*
|
|
8852
|
-
* @deprecated
|
|
8864
|
+
* @deprecated As of version 1.119. use the `rowMode` aggregation instead.
|
|
8853
8865
|
*
|
|
8854
8866
|
* @returns Reference to `this` in order to allow method chaining
|
|
8855
8867
|
*/
|
|
@@ -8869,7 +8881,7 @@ declare module "sap/ui/table/Table" {
|
|
|
8869
8881
|
*
|
|
8870
8882
|
* Default value is `"Scrollbar"`.
|
|
8871
8883
|
*
|
|
8872
|
-
* @deprecated
|
|
8884
|
+
* @deprecated As of version 1.38. the concept has been discarded.
|
|
8873
8885
|
*
|
|
8874
8886
|
* @returns Reference to `this` in order to allow method chaining
|
|
8875
8887
|
*/
|
|
@@ -8942,7 +8954,7 @@ declare module "sap/ui/table/Table" {
|
|
|
8942
8954
|
*
|
|
8943
8955
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
8944
8956
|
*
|
|
8945
|
-
* @deprecated
|
|
8957
|
+
* @deprecated As of version 1.119. use the `rowMode` aggregation instead.
|
|
8946
8958
|
*
|
|
8947
8959
|
* @returns Reference to `this` in order to allow method chaining
|
|
8948
8960
|
*/
|
|
@@ -9070,7 +9082,7 @@ declare module "sap/ui/table/Table" {
|
|
|
9070
9082
|
*
|
|
9071
9083
|
* Default value is `false`.
|
|
9072
9084
|
*
|
|
9073
|
-
* @deprecated
|
|
9085
|
+
* @deprecated As of version 1.117. use a `ColumnMenu` with a custom menu item in the `headerMenu` association
|
|
9074
9086
|
* instead.
|
|
9075
9087
|
*
|
|
9076
9088
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -9136,7 +9148,8 @@ declare module "sap/ui/table/Table" {
|
|
|
9136
9148
|
/**
|
|
9137
9149
|
* Sets the aggregated {@link #getTitle title}.
|
|
9138
9150
|
*
|
|
9139
|
-
* @deprecated
|
|
9151
|
+
* @deprecated As of version 1.72. Use, for example, a `sap.m.Title` control in the `extension` aggregation
|
|
9152
|
+
* instead.
|
|
9140
9153
|
*
|
|
9141
9154
|
* @returns Reference to `this` in order to allow method chaining
|
|
9142
9155
|
*/
|
|
@@ -9149,7 +9162,7 @@ declare module "sap/ui/table/Table" {
|
|
|
9149
9162
|
/**
|
|
9150
9163
|
* Sets the aggregated {@link #getToolbar toolbar}.
|
|
9151
9164
|
*
|
|
9152
|
-
* @deprecated
|
|
9165
|
+
* @deprecated As of version 1.38. This aggregation is deprecated, use the `extension` aggregation instead.
|
|
9153
9166
|
*
|
|
9154
9167
|
* @returns Reference to `this` in order to allow method chaining
|
|
9155
9168
|
*/
|
|
@@ -9186,7 +9199,7 @@ declare module "sap/ui/table/Table" {
|
|
|
9186
9199
|
*
|
|
9187
9200
|
* Default value is `10`.
|
|
9188
9201
|
*
|
|
9189
|
-
* @deprecated
|
|
9202
|
+
* @deprecated As of version 1.119. use the `rowMode` aggregation instead.
|
|
9190
9203
|
*
|
|
9191
9204
|
* @returns Reference to `this` in order to allow method chaining
|
|
9192
9205
|
*/
|
|
@@ -9220,7 +9233,7 @@ declare module "sap/ui/table/Table" {
|
|
|
9220
9233
|
* Default value is `"Fixed"`.
|
|
9221
9234
|
*
|
|
9222
9235
|
* @since 1.9.2
|
|
9223
|
-
* @deprecated
|
|
9236
|
+
* @deprecated As of version 1.119. use the `rowMode` aggregation instead.
|
|
9224
9237
|
*
|
|
9225
9238
|
* @returns Reference to `this` in order to allow method chaining
|
|
9226
9239
|
*/
|
|
@@ -9308,7 +9321,7 @@ declare module "sap/ui/table/Table" {
|
|
|
9308
9321
|
* If no value is set (includes 0), a default height is applied based on the content density configuration.
|
|
9309
9322
|
* In any `visibleRowCountMode`, the actual height can increase based on the content.
|
|
9310
9323
|
*
|
|
9311
|
-
* @deprecated
|
|
9324
|
+
* @deprecated As of version 1.119. use the `rowMode` aggregation instead.
|
|
9312
9325
|
*/
|
|
9313
9326
|
rowHeight?: int | PropertyBindingInfo | `{${string}}`;
|
|
9314
9327
|
|
|
@@ -9334,7 +9347,7 @@ declare module "sap/ui/table/Table" {
|
|
|
9334
9347
|
/**
|
|
9335
9348
|
* Number of visible rows of the table.
|
|
9336
9349
|
*
|
|
9337
|
-
* @deprecated
|
|
9350
|
+
* @deprecated As of version 1.119. use the `rowMode` aggregation instead.
|
|
9338
9351
|
*/
|
|
9339
9352
|
visibleRowCount?: int | PropertyBindingInfo | `{${string}}`;
|
|
9340
9353
|
|
|
@@ -9376,7 +9389,7 @@ declare module "sap/ui/table/Table" {
|
|
|
9376
9389
|
* invalid, the call is ignored. **Note:** If the rows of the table are bound, the value of the property
|
|
9377
9390
|
* is reset to -1. If a selection plugin is applied to the table, the property is not bindable.
|
|
9378
9391
|
*
|
|
9379
|
-
* @deprecated
|
|
9392
|
+
* @deprecated As of version 1.69. replaced by {@link sap.ui.table.Table#getSelectedIndices} and {@link sap.ui.table.Table#setSelectedIndex}
|
|
9380
9393
|
*/
|
|
9381
9394
|
selectedIndex?: int | PropertyBindingInfo | `{${string}}`;
|
|
9382
9395
|
|
|
@@ -9384,7 +9397,7 @@ declare module "sap/ui/table/Table" {
|
|
|
9384
9397
|
* Flag whether the controls of the Table are editable or not (currently this only controls the background
|
|
9385
9398
|
* color in certain themes!)
|
|
9386
9399
|
*
|
|
9387
|
-
* @deprecated
|
|
9400
|
+
* @deprecated As of version 1.115. the concept has been discarded.
|
|
9388
9401
|
*/
|
|
9389
9402
|
editable?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
9390
9403
|
|
|
@@ -9392,7 +9405,7 @@ declare module "sap/ui/table/Table" {
|
|
|
9392
9405
|
* This property has been deprecated and must not be used anymore, since `Scrollbar` is the only supported
|
|
9393
9406
|
* option.
|
|
9394
9407
|
*
|
|
9395
|
-
* @deprecated
|
|
9408
|
+
* @deprecated As of version 1.38. the concept has been discarded.
|
|
9396
9409
|
*/
|
|
9397
9410
|
navigationMode?:
|
|
9398
9411
|
| (NavigationMode | keyof typeof NavigationMode)
|
|
@@ -9456,7 +9469,7 @@ declare module "sap/ui/table/Table" {
|
|
|
9456
9469
|
* - The column, by which the table is grouped, is not visible. It will become visible again only if the
|
|
9457
9470
|
* table is grouped by another column or grouping is disabled.
|
|
9458
9471
|
*
|
|
9459
|
-
* @deprecated
|
|
9472
|
+
* @deprecated As of version 1.110. the concept has been discarded.
|
|
9460
9473
|
*/
|
|
9461
9474
|
enableGrouping?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
9462
9475
|
|
|
@@ -9464,7 +9477,7 @@ declare module "sap/ui/table/Table" {
|
|
|
9464
9477
|
* Flag to show or hide the column visibility menu. This menu will get displayed in each generated column
|
|
9465
9478
|
* header menu. It allows to show or hide columns
|
|
9466
9479
|
*
|
|
9467
|
-
* @deprecated
|
|
9480
|
+
* @deprecated As of version 1.117. use a `ColumnMenu` with a custom menu item in the `headerMenu` association
|
|
9468
9481
|
* instead.
|
|
9469
9482
|
*/
|
|
9470
9483
|
showColumnVisibilityMenu?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
@@ -9493,7 +9506,7 @@ declare module "sap/ui/table/Table" {
|
|
|
9493
9506
|
* after rendering. The user can change the `visibleRowCount` by dragging a resizer.
|
|
9494
9507
|
*
|
|
9495
9508
|
* @since 1.9.2
|
|
9496
|
-
* @deprecated
|
|
9509
|
+
* @deprecated As of version 1.119. use the `rowMode` aggregation instead.
|
|
9497
9510
|
*/
|
|
9498
9511
|
visibleRowCountMode?:
|
|
9499
9512
|
| (VisibleRowCountMode | keyof typeof VisibleRowCountMode)
|
|
@@ -9504,7 +9517,7 @@ declare module "sap/ui/table/Table" {
|
|
|
9504
9517
|
* This property is used to set the minimum count of visible rows when the property visibleRowCountMode
|
|
9505
9518
|
* is set to Auto or Interactive. For any other visibleRowCountMode, it is ignored.
|
|
9506
9519
|
*
|
|
9507
|
-
* @deprecated
|
|
9520
|
+
* @deprecated As of version 1.119. use the `rowMode` aggregation instead.
|
|
9508
9521
|
*/
|
|
9509
9522
|
minAutoRowCount?: int | PropertyBindingInfo | `{${string}}`;
|
|
9510
9523
|
|
|
@@ -9523,7 +9536,7 @@ declare module "sap/ui/table/Table" {
|
|
|
9523
9536
|
* Number of rows that are fix on the top. When you use a vertical scrollbar, only the rows which are not
|
|
9524
9537
|
* fixed, will scroll.
|
|
9525
9538
|
*
|
|
9526
|
-
* @deprecated
|
|
9539
|
+
* @deprecated As of version 1.119. use the `rowMode` aggregation instead.
|
|
9527
9540
|
*/
|
|
9528
9541
|
fixedRowCount?: int | PropertyBindingInfo | `{${string}}`;
|
|
9529
9542
|
|
|
@@ -9532,7 +9545,7 @@ declare module "sap/ui/table/Table" {
|
|
|
9532
9545
|
* not fixed, will scroll.
|
|
9533
9546
|
*
|
|
9534
9547
|
* @since 1.18.7
|
|
9535
|
-
* @deprecated
|
|
9548
|
+
* @deprecated As of version 1.119. use the `rowMode` aggregation instead.
|
|
9536
9549
|
*/
|
|
9537
9550
|
fixedBottomRowCount?: int | PropertyBindingInfo | `{${string}}`;
|
|
9538
9551
|
|
|
@@ -9603,7 +9616,8 @@ declare module "sap/ui/table/Table" {
|
|
|
9603
9616
|
/**
|
|
9604
9617
|
* Control or text of title section of the Table (if not set it will be hidden)
|
|
9605
9618
|
*
|
|
9606
|
-
* @deprecated
|
|
9619
|
+
* @deprecated As of version 1.72. Use, for example, a `sap.m.Title` control in the `extension` aggregation
|
|
9620
|
+
* instead.
|
|
9607
9621
|
*/
|
|
9608
9622
|
title?: string | Control | PropertyBindingInfo;
|
|
9609
9623
|
|
|
@@ -9618,7 +9632,7 @@ declare module "sap/ui/table/Table" {
|
|
|
9618
9632
|
* Toolbar of the Table If not set, no toolbar area will be rendered. Note: The CSS class sapMTBHeader-CTX
|
|
9619
9633
|
* is applied on the given toolbar.
|
|
9620
9634
|
*
|
|
9621
|
-
* @deprecated
|
|
9635
|
+
* @deprecated As of version 1.38. This aggregation is deprecated, use the `extension` aggregation instead.
|
|
9622
9636
|
*/
|
|
9623
9637
|
toolbar?: Toolbar;
|
|
9624
9638
|
|
|
@@ -9710,7 +9724,7 @@ declare module "sap/ui/table/Table" {
|
|
|
9710
9724
|
* plugin.
|
|
9711
9725
|
*
|
|
9712
9726
|
* @since 1.64
|
|
9713
|
-
* @deprecated
|
|
9727
|
+
* @deprecated As of version 1.120. Please add plugins to the `dependents` aggregation instead.
|
|
9714
9728
|
*/
|
|
9715
9729
|
plugins?:
|
|
9716
9730
|
| SelectionPlugin[]
|
|
@@ -9723,8 +9737,8 @@ declare module "sap/ui/table/Table" {
|
|
|
9723
9737
|
* to `true`. Setting `groupBy` in the view does not work and throws an error. It can only be set if the
|
|
9724
9738
|
* column by which the table is grouped is already part of the `columns` aggregation of the table.
|
|
9725
9739
|
*
|
|
9726
|
-
* @deprecated
|
|
9727
|
-
* @experimental
|
|
9740
|
+
* @deprecated As of version 1.110. see the `enableGrouping` property for details.
|
|
9741
|
+
* @experimental As of version 1.28. This feature has a limited functionality.
|
|
9728
9742
|
*/
|
|
9729
9743
|
groupBy?: Column | string;
|
|
9730
9744
|
|
|
@@ -9749,7 +9763,7 @@ declare module "sap/ui/table/Table" {
|
|
|
9749
9763
|
/**
|
|
9750
9764
|
* fired when a column of the table has been selected
|
|
9751
9765
|
*
|
|
9752
|
-
* @deprecated
|
|
9766
|
+
* @deprecated As of version 1.117. see the `headerMenu` aggregation of `sap.ui.table.Column` for details.
|
|
9753
9767
|
*/
|
|
9754
9768
|
columnSelect?: (oEvent: Table$ColumnSelectEvent) => void;
|
|
9755
9769
|
|
|
@@ -9782,14 +9796,15 @@ declare module "sap/ui/table/Table" {
|
|
|
9782
9796
|
/**
|
|
9783
9797
|
* fired when the table is grouped (experimental!).
|
|
9784
9798
|
*
|
|
9785
|
-
* @deprecated
|
|
9799
|
+
* @deprecated As of version 1.118. see the `enableGrouping` property for details.
|
|
9786
9800
|
*/
|
|
9787
9801
|
group?: (oEvent: Table$GroupEvent) => void;
|
|
9788
9802
|
|
|
9789
9803
|
/**
|
|
9790
9804
|
* fired when the visibility of a table column is changed.
|
|
9791
9805
|
*
|
|
9792
|
-
* @deprecated
|
|
9806
|
+
* @deprecated As of version 1.117. see the `showColumnVisibilityMenu` property of `sap.ui.table.Table`
|
|
9807
|
+
* for details.
|
|
9793
9808
|
*/
|
|
9794
9809
|
columnVisibility?: (oEvent: Table$ColumnVisibilityEvent) => void;
|
|
9795
9810
|
|
|
@@ -9804,7 +9819,7 @@ declare module "sap/ui/table/Table" {
|
|
|
9804
9819
|
* fired when the user clicks a cell of the table.
|
|
9805
9820
|
*
|
|
9806
9821
|
* @since 1.21.0
|
|
9807
|
-
* @deprecated
|
|
9822
|
+
* @deprecated As of version 1.54. replaced by `beforeOpenContextMenu`.
|
|
9808
9823
|
*/
|
|
9809
9824
|
cellContextmenu?: (oEvent: Table$CellContextmenuEvent) => void;
|
|
9810
9825
|
|
|
@@ -9962,7 +9977,7 @@ declare module "sap/ui/table/Table" {
|
|
|
9962
9977
|
/**
|
|
9963
9978
|
* Parameters of the Table#cellContextmenu event.
|
|
9964
9979
|
*
|
|
9965
|
-
* @deprecated
|
|
9980
|
+
* @deprecated As of version 1.54. replaced by `beforeOpenContextMenu`.
|
|
9966
9981
|
*/
|
|
9967
9982
|
export interface Table$CellContextmenuEventParameters {
|
|
9968
9983
|
/**
|
|
@@ -10000,7 +10015,7 @@ declare module "sap/ui/table/Table" {
|
|
|
10000
10015
|
/**
|
|
10001
10016
|
* Event object of the Table#cellContextmenu event.
|
|
10002
10017
|
*
|
|
10003
|
-
* @deprecated
|
|
10018
|
+
* @deprecated As of version 1.54. replaced by `beforeOpenContextMenu`.
|
|
10004
10019
|
*/
|
|
10005
10020
|
export type Table$CellContextmenuEvent = Event<
|
|
10006
10021
|
Table$CellContextmenuEventParameters,
|
|
@@ -10074,7 +10089,7 @@ declare module "sap/ui/table/Table" {
|
|
|
10074
10089
|
/**
|
|
10075
10090
|
* Parameters of the Table#columnSelect event.
|
|
10076
10091
|
*
|
|
10077
|
-
* @deprecated
|
|
10092
|
+
* @deprecated As of version 1.117. see the `headerMenu` aggregation of `sap.ui.table.Column` for details.
|
|
10078
10093
|
*/
|
|
10079
10094
|
export interface Table$ColumnSelectEventParameters {
|
|
10080
10095
|
/**
|
|
@@ -10086,7 +10101,7 @@ declare module "sap/ui/table/Table" {
|
|
|
10086
10101
|
/**
|
|
10087
10102
|
* Event object of the Table#columnSelect event.
|
|
10088
10103
|
*
|
|
10089
|
-
* @deprecated
|
|
10104
|
+
* @deprecated As of version 1.117. see the `headerMenu` aggregation of `sap.ui.table.Column` for details.
|
|
10090
10105
|
*/
|
|
10091
10106
|
export type Table$ColumnSelectEvent = Event<
|
|
10092
10107
|
Table$ColumnSelectEventParameters,
|
|
@@ -10096,7 +10111,8 @@ declare module "sap/ui/table/Table" {
|
|
|
10096
10111
|
/**
|
|
10097
10112
|
* Parameters of the Table#columnVisibility event.
|
|
10098
10113
|
*
|
|
10099
|
-
* @deprecated
|
|
10114
|
+
* @deprecated As of version 1.117. see the `showColumnVisibilityMenu` property of `sap.ui.table.Table`
|
|
10115
|
+
* for details.
|
|
10100
10116
|
*/
|
|
10101
10117
|
export interface Table$ColumnVisibilityEventParameters {
|
|
10102
10118
|
/**
|
|
@@ -10113,7 +10129,8 @@ declare module "sap/ui/table/Table" {
|
|
|
10113
10129
|
/**
|
|
10114
10130
|
* Event object of the Table#columnVisibility event.
|
|
10115
10131
|
*
|
|
10116
|
-
* @deprecated
|
|
10132
|
+
* @deprecated As of version 1.117. see the `showColumnVisibilityMenu` property of `sap.ui.table.Table`
|
|
10133
|
+
* for details.
|
|
10117
10134
|
*/
|
|
10118
10135
|
export type Table$ColumnVisibilityEvent = Event<
|
|
10119
10136
|
Table$ColumnVisibilityEventParameters,
|
|
@@ -10184,7 +10201,7 @@ declare module "sap/ui/table/Table" {
|
|
|
10184
10201
|
/**
|
|
10185
10202
|
* Parameters of the Table#group event.
|
|
10186
10203
|
*
|
|
10187
|
-
* @deprecated
|
|
10204
|
+
* @deprecated As of version 1.118. see the `enableGrouping` property for details.
|
|
10188
10205
|
*/
|
|
10189
10206
|
export interface Table$GroupEventParameters {
|
|
10190
10207
|
/**
|
|
@@ -10196,7 +10213,7 @@ declare module "sap/ui/table/Table" {
|
|
|
10196
10213
|
/**
|
|
10197
10214
|
* Event object of the Table#group event.
|
|
10198
10215
|
*
|
|
10199
|
-
* @deprecated
|
|
10216
|
+
* @deprecated As of version 1.118. see the `enableGrouping` property for details.
|
|
10200
10217
|
*/
|
|
10201
10218
|
export type Table$GroupEvent = Event<Table$GroupEventParameters, Table>;
|
|
10202
10219
|
|
|
@@ -10313,7 +10330,8 @@ declare module "sap/ui/table/TablePersoController" {
|
|
|
10313
10330
|
* The TablePersoController can be used to connect a table with a persistence service.
|
|
10314
10331
|
*
|
|
10315
10332
|
* @since 1.21.1
|
|
10316
|
-
* @deprecated
|
|
10333
|
+
* @deprecated As of version 1.115. Please use the {@link sap.m.p13n.Engine Engine} for personalization
|
|
10334
|
+
* instead.
|
|
10317
10335
|
*/
|
|
10318
10336
|
export default class TablePersoController extends ManagedObject {
|
|
10319
10337
|
/**
|
|
@@ -10431,7 +10449,7 @@ declare module "sap/ui/table/TablePersoController" {
|
|
|
10431
10449
|
*
|
|
10432
10450
|
* @returns Value of property `resetAllMode`
|
|
10433
10451
|
*/
|
|
10434
|
-
getResetAllMode(): ResetAllMode
|
|
10452
|
+
getResetAllMode(): ResetAllMode;
|
|
10435
10453
|
/**
|
|
10436
10454
|
* Gets current value of property {@link #getShowResetAll showResetAll}.
|
|
10437
10455
|
*
|
|
@@ -10454,7 +10472,7 @@ declare module "sap/ui/table/TablePersoController" {
|
|
|
10454
10472
|
* Using this functionality will require to load the sap.m library because the personalization dialog
|
|
10455
10473
|
* is only available in this library for now.
|
|
10456
10474
|
*
|
|
10457
|
-
* @experimental
|
|
10475
|
+
* @experimental As of version 1.21.2. API might change / feature requires the sap.m library!
|
|
10458
10476
|
*/
|
|
10459
10477
|
openDialog(mSettings: object): void;
|
|
10460
10478
|
/**
|
|
@@ -10589,7 +10607,8 @@ declare module "sap/ui/table/TablePersoController" {
|
|
|
10589
10607
|
/**
|
|
10590
10608
|
* Describes the settings that can be provided to the TablePersoController constructor.
|
|
10591
10609
|
*
|
|
10592
|
-
* @deprecated
|
|
10610
|
+
* @deprecated As of version 1.115. Please use the {@link sap.m.p13n.Engine Engine} for personalization
|
|
10611
|
+
* instead.
|
|
10593
10612
|
*/
|
|
10594
10613
|
export interface $TablePersoControllerSettings
|
|
10595
10614
|
extends $ManagedObjectSettings {
|
|
@@ -10898,8 +10917,8 @@ declare module "sap/ui/table/TreeTable" {
|
|
|
10898
10917
|
*
|
|
10899
10918
|
* Default value is `true`.
|
|
10900
10919
|
*
|
|
10901
|
-
* @deprecated
|
|
10902
|
-
* bindings.
|
|
10920
|
+
* @deprecated As of version 1.76. replaced by the `collapseRecursive` binding parameter. May not work with
|
|
10921
|
+
* all bindings.
|
|
10903
10922
|
*
|
|
10904
10923
|
* @returns Value of property `collapseRecursive`
|
|
10905
10924
|
*/
|
|
@@ -10907,7 +10926,7 @@ declare module "sap/ui/table/TreeTable" {
|
|
|
10907
10926
|
/**
|
|
10908
10927
|
* The `enableGrouping` property is not supported by the `TreeTable` control.
|
|
10909
10928
|
*
|
|
10910
|
-
* @deprecated
|
|
10929
|
+
* @deprecated As of version 1.28. the `enableGrouping` property is not supported by the `TreeTable` control.
|
|
10911
10930
|
*/
|
|
10912
10931
|
getEnableGrouping(): boolean;
|
|
10913
10932
|
/**
|
|
@@ -10933,8 +10952,8 @@ declare module "sap/ui/table/TreeTable" {
|
|
|
10933
10952
|
*
|
|
10934
10953
|
* Default value is `false`.
|
|
10935
10954
|
*
|
|
10936
|
-
* @deprecated
|
|
10937
|
-
* with all bindings.
|
|
10955
|
+
* @deprecated As of version 1.46.3. replaced by the `numberOfExpandedLevels` binding parameter. May not
|
|
10956
|
+
* work with all bindings.
|
|
10938
10957
|
*
|
|
10939
10958
|
* @returns Value of property `expandFirstLevel`
|
|
10940
10959
|
*/
|
|
@@ -10942,7 +10961,7 @@ declare module "sap/ui/table/TreeTable" {
|
|
|
10942
10961
|
/**
|
|
10943
10962
|
* The `groupBy` association is not supported by the `TreeTable` control.
|
|
10944
10963
|
*
|
|
10945
|
-
* @deprecated
|
|
10964
|
+
* @deprecated As of version 1.28. the `groupBy` association is not supported by the `TreeTable` control.
|
|
10946
10965
|
*/
|
|
10947
10966
|
getGroupBy(): ID;
|
|
10948
10967
|
/**
|
|
@@ -10976,7 +10995,8 @@ declare module "sap/ui/table/TreeTable" {
|
|
|
10976
10995
|
*
|
|
10977
10996
|
* Default value is `0`.
|
|
10978
10997
|
*
|
|
10979
|
-
* @deprecated
|
|
10998
|
+
* @deprecated As of version 1.76. replaced by the `rootLevel` binding parameter. May not work with all
|
|
10999
|
+
* bindings.
|
|
10980
11000
|
*
|
|
10981
11001
|
* @returns Value of property `rootLevel`
|
|
10982
11002
|
*/
|
|
@@ -11070,8 +11090,8 @@ declare module "sap/ui/table/TreeTable" {
|
|
|
11070
11090
|
*
|
|
11071
11091
|
* Default value is `true`.
|
|
11072
11092
|
*
|
|
11073
|
-
* @deprecated
|
|
11074
|
-
* bindings.
|
|
11093
|
+
* @deprecated As of version 1.76. replaced by the `collapseRecursive` binding parameter. May not work with
|
|
11094
|
+
* all bindings.
|
|
11075
11095
|
*
|
|
11076
11096
|
* @returns Reference to `this` in order to allow method chaining
|
|
11077
11097
|
*/
|
|
@@ -11086,7 +11106,7 @@ declare module "sap/ui/table/TreeTable" {
|
|
|
11086
11106
|
* See:
|
|
11087
11107
|
* sap.ui.table.TreeTable#setUseGroupMode
|
|
11088
11108
|
*
|
|
11089
|
-
* @deprecated
|
|
11109
|
+
* @deprecated As of version 1.28. the `enableGrouping` property is not supported by the `TreeTable` control.
|
|
11090
11110
|
* To get a group-like visualization the `useGroupMode` property can be used.
|
|
11091
11111
|
*
|
|
11092
11112
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -11117,8 +11137,8 @@ declare module "sap/ui/table/TreeTable" {
|
|
|
11117
11137
|
*
|
|
11118
11138
|
* Default value is `false`.
|
|
11119
11139
|
*
|
|
11120
|
-
* @deprecated
|
|
11121
|
-
* with all bindings.
|
|
11140
|
+
* @deprecated As of version 1.46.3. replaced by the `numberOfExpandedLevels` binding parameter. May not
|
|
11141
|
+
* work with all bindings.
|
|
11122
11142
|
*
|
|
11123
11143
|
* @returns Reference to `this` in order to allow method chaining
|
|
11124
11144
|
*/
|
|
@@ -11147,7 +11167,7 @@ declare module "sap/ui/table/TreeTable" {
|
|
|
11147
11167
|
/**
|
|
11148
11168
|
* The `groupBy` association is not supported by the `TreeTable` control.
|
|
11149
11169
|
*
|
|
11150
|
-
* @deprecated
|
|
11170
|
+
* @deprecated As of version 1.28. the `groupBy` association is not supported by the `TreeTable` control.
|
|
11151
11171
|
*
|
|
11152
11172
|
* @returns Reference to `this` in order to allow method chaining
|
|
11153
11173
|
*/
|
|
@@ -11192,7 +11212,8 @@ declare module "sap/ui/table/TreeTable" {
|
|
|
11192
11212
|
*
|
|
11193
11213
|
* Default value is `0`.
|
|
11194
11214
|
*
|
|
11195
|
-
* @deprecated
|
|
11215
|
+
* @deprecated As of version 1.76. replaced by the `rootLevel` binding parameter. May not work with all
|
|
11216
|
+
* bindings.
|
|
11196
11217
|
*
|
|
11197
11218
|
* @returns Reference to `this` in order to allow method chaining
|
|
11198
11219
|
*/
|
|
@@ -11298,8 +11319,8 @@ declare module "sap/ui/table/TreeTable" {
|
|
|
11298
11319
|
* ```
|
|
11299
11320
|
*
|
|
11300
11321
|
*
|
|
11301
|
-
* @deprecated
|
|
11302
|
-
* with all bindings.
|
|
11322
|
+
* @deprecated As of version 1.46.3. replaced by the `numberOfExpandedLevels` binding parameter. May not
|
|
11323
|
+
* work with all bindings.
|
|
11303
11324
|
*/
|
|
11304
11325
|
expandFirstLevel?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
11305
11326
|
|
|
@@ -11333,8 +11354,8 @@ declare module "sap/ui/table/TreeTable" {
|
|
|
11333
11354
|
* ```
|
|
11334
11355
|
*
|
|
11335
11356
|
*
|
|
11336
|
-
* @deprecated
|
|
11337
|
-
* bindings.
|
|
11357
|
+
* @deprecated As of version 1.76. replaced by the `collapseRecursive` binding parameter. May not work with
|
|
11358
|
+
* all bindings.
|
|
11338
11359
|
*/
|
|
11339
11360
|
collapseRecursive?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
11340
11361
|
|
|
@@ -11356,7 +11377,8 @@ declare module "sap/ui/table/TreeTable" {
|
|
|
11356
11377
|
* ```
|
|
11357
11378
|
*
|
|
11358
11379
|
*
|
|
11359
|
-
* @deprecated
|
|
11380
|
+
* @deprecated As of version 1.76. replaced by the `rootLevel` binding parameter. May not work with all
|
|
11381
|
+
* bindings.
|
|
11360
11382
|
*/
|
|
11361
11383
|
rootLevel?: int | PropertyBindingInfo | `{${string}}`;
|
|
11362
11384
|
|