@openui5/types 1.114.0 → 1.115.1

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.
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.0
1
+ // For Library Version: 1.115.1
2
2
 
3
3
  declare module "sap/ui/table/library" {
4
4
  import TreeAutoExpandMode1 from "sap/ui/model/TreeAutoExpandMode";
@@ -430,7 +430,7 @@ declare module "sap/ui/table/AnalyticalColumnMenu" {
430
430
  import ElementMetadata from "sap/ui/core/ElementMetadata";
431
431
 
432
432
  /**
433
- * @EXPERIMENTAL (since 1.21) - The AnalyticalColumnMenu will be productized soon.
433
+ * @experimental (since 1.21) - The AnalyticalColumnMenu will be productized soon.
434
434
  *
435
435
  * A column menu which is used by the analytical column
436
436
  */
@@ -442,8 +442,8 @@ declare module "sap/ui/table/AnalyticalColumnMenu" {
442
442
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
443
443
  * of the syntax of the settings object.
444
444
  *
445
- * This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.table.ColumnMenu#constructor
446
- * sap.ui.table.ColumnMenu} can be used.
445
+ * This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.table.ColumnMenu#constructor sap.ui.table.ColumnMenu }
446
+ * can be used.
447
447
  */
448
448
  constructor(
449
449
  /**
@@ -458,8 +458,8 @@ declare module "sap/ui/table/AnalyticalColumnMenu" {
458
458
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
459
459
  * of the syntax of the settings object.
460
460
  *
461
- * This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.table.ColumnMenu#constructor
462
- * sap.ui.table.ColumnMenu} can be used.
461
+ * This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.table.ColumnMenu#constructor sap.ui.table.ColumnMenu }
462
+ * can be used.
463
463
  */
464
464
  constructor(
465
465
  /**
@@ -533,7 +533,7 @@ declare module "sap/ui/table/AnalyticalTable" {
533
533
  * of the syntax of the settings object.
534
534
  * See:
535
535
  * https://github.com/SAP/odata-vocabularies/blob/main/docs/v2-annotations.md
536
- * {@link topic:08197fa68e4f479cbe30f639cc1cd22c sap.ui.table}
536
+ * {@link https://ui5.sap.com/#/topic/08197fa68e4f479cbe30f639cc1cd22c sap.ui.table}
537
537
  * {@link fiori:/analytical-table-alv/ Analytical Table}
538
538
  */
539
539
  constructor(
@@ -550,7 +550,7 @@ declare module "sap/ui/table/AnalyticalTable" {
550
550
  * of the syntax of the settings object.
551
551
  * See:
552
552
  * https://github.com/SAP/odata-vocabularies/blob/main/docs/v2-annotations.md
553
- * {@link topic:08197fa68e4f479cbe30f639cc1cd22c sap.ui.table}
553
+ * {@link https://ui5.sap.com/#/topic/08197fa68e4f479cbe30f639cc1cd22c sap.ui.table}
554
554
  * {@link fiori:/analytical-table-alv/ Analytical Table}
555
555
  */
556
556
  constructor(
@@ -643,7 +643,7 @@ declare module "sap/ui/table/AnalyticalTable" {
643
643
  vRowIndex: int | int[]
644
644
  ): this;
645
645
  /**
646
- * @SINCE 1.70
646
+ * @since 1.70
647
647
  *
648
648
  * Expands all nodes. The current selection is removed, and the table scrolls back to the top. If this method
649
649
  * is called, not all groups might be loaded. If the user then scrolls to the bottom of the table, additional
@@ -874,7 +874,7 @@ declare module "sap/ui/table/AnalyticalTable" {
874
874
  iToIndex: int
875
875
  ): this;
876
876
  /**
877
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
877
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
878
878
  *
879
879
  * This function is used by some composite controls to force updating the AnalyticalInfo
880
880
  */
@@ -1122,7 +1122,7 @@ declare module "sap/ui/table/AnalyticalTable" {
1122
1122
  bSumOnTop?: boolean
1123
1123
  ): this;
1124
1124
  /**
1125
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
1125
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
1126
1126
  *
1127
1127
  * This function is used by some composite controls to avoid updating the AnalyticalInfo when several column
1128
1128
  * are added to the table. In order to finally update the AnalyticalInfo and request data, resumeUpdateAnalyticalInfo
@@ -1242,10 +1242,6 @@ declare module "sap/ui/table/Column" {
1242
1242
 
1243
1243
  import Control from "sap/ui/core/Control";
1244
1244
 
1245
- import Event from "sap/ui/base/Event";
1246
-
1247
- import Menu from "sap/ui/unified/Menu";
1248
-
1249
1245
  import {
1250
1246
  HorizontalAlign,
1251
1247
  ID,
@@ -1253,6 +1249,8 @@ declare module "sap/ui/table/Column" {
1253
1249
  IColumnHeaderMenu,
1254
1250
  } from "sap/ui/core/library";
1255
1251
 
1252
+ import Menu from "sap/ui/unified/Menu";
1253
+
1256
1254
  import ElementMetadata from "sap/ui/core/ElementMetadata";
1257
1255
 
1258
1256
  import { SortOrder } from "sap/ui/table/library";
@@ -1262,6 +1260,8 @@ declare module "sap/ui/table/Column" {
1262
1260
  AggregationBindingInfo,
1263
1261
  } from "sap/ui/base/ManagedObject";
1264
1262
 
1263
+ import Event from "sap/ui/base/Event";
1264
+
1265
1265
  /**
1266
1266
  * The column allows you to define column specific properties that will be applied when rendering the table.
1267
1267
  */
@@ -1327,7 +1327,7 @@ declare module "sap/ui/table/Column" {
1327
1327
  */
1328
1328
  static getMetadata(): ElementMetadata;
1329
1329
  /**
1330
- * @SINCE 1.13.1
1330
+ * @since 1.13.1
1331
1331
  *
1332
1332
  * Adds some multiLabel to the aggregation {@link #getMultiLabels multiLabels}.
1333
1333
  *
@@ -1340,7 +1340,7 @@ declare module "sap/ui/table/Column" {
1340
1340
  oMultiLabel: Control
1341
1341
  ): this;
1342
1342
  /**
1343
- * @SINCE 1.33.0
1343
+ * @since 1.33.0
1344
1344
  *
1345
1345
  * Attaches event handler `fnFunction` to the {@link #event:columnMenuOpen columnMenuOpen} event of this
1346
1346
  * `sap.ui.table.Column`.
@@ -1361,14 +1361,14 @@ declare module "sap/ui/table/Column" {
1361
1361
  /**
1362
1362
  * The function to be called when the event occurs
1363
1363
  */
1364
- fnFunction: (p1: Event) => void,
1364
+ fnFunction: (p1: Column$ColumnMenuOpenEvent) => void,
1365
1365
  /**
1366
1366
  * Context object to call the event handler with. Defaults to this `sap.ui.table.Column` itself
1367
1367
  */
1368
1368
  oListener?: object
1369
1369
  ): this;
1370
1370
  /**
1371
- * @SINCE 1.33.0
1371
+ * @since 1.33.0
1372
1372
  *
1373
1373
  * Attaches event handler `fnFunction` to the {@link #event:columnMenuOpen columnMenuOpen} event of this
1374
1374
  * `sap.ui.table.Column`.
@@ -1384,7 +1384,7 @@ declare module "sap/ui/table/Column" {
1384
1384
  /**
1385
1385
  * The function to be called when the event occurs
1386
1386
  */
1387
- fnFunction: (p1: Event) => void,
1387
+ fnFunction: (p1: Column$ColumnMenuOpenEvent) => void,
1388
1388
  /**
1389
1389
  * Context object to call the event handler with. Defaults to this `sap.ui.table.Column` itself
1390
1390
  */
@@ -1403,7 +1403,7 @@ declare module "sap/ui/table/Column" {
1403
1403
  */
1404
1404
  destroyMenu(): this;
1405
1405
  /**
1406
- * @SINCE 1.13.1
1406
+ * @since 1.13.1
1407
1407
  *
1408
1408
  * Destroys all the multiLabels in the aggregation {@link #getMultiLabels multiLabels}.
1409
1409
  *
@@ -1417,7 +1417,7 @@ declare module "sap/ui/table/Column" {
1417
1417
  */
1418
1418
  destroyTemplate(): this;
1419
1419
  /**
1420
- * @SINCE 1.33.0
1420
+ * @since 1.33.0
1421
1421
  *
1422
1422
  * Detaches event handler `fnFunction` from the {@link #event:columnMenuOpen columnMenuOpen} event of this
1423
1423
  * `sap.ui.table.Column`.
@@ -1430,15 +1430,15 @@ declare module "sap/ui/table/Column" {
1430
1430
  /**
1431
1431
  * The function to be called, when the event occurs
1432
1432
  */
1433
- fnFunction: (p1: Event) => void,
1433
+ fnFunction: (p1: Column$ColumnMenuOpenEvent) => void,
1434
1434
  /**
1435
1435
  * Context object on which the given function had to be called
1436
1436
  */
1437
1437
  oListener?: object
1438
1438
  ): this;
1439
1439
  /**
1440
- * @SINCE 1.33.0
1441
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
1440
+ * @since 1.33.0
1441
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
1442
1442
  *
1443
1443
  * Fires event {@link #event:columnMenuOpen columnMenuOpen} to attached listeners.
1444
1444
  *
@@ -1451,15 +1451,10 @@ declare module "sap/ui/table/Column" {
1451
1451
  /**
1452
1452
  * Parameters to pass along with the event
1453
1453
  */
1454
- mParameters?: {
1455
- /**
1456
- * Refence to the selected `menu` instance to be opened.
1457
- */
1458
- menu?: Menu;
1459
- }
1454
+ mParameters?: Column$ColumnMenuOpenEventParameters
1460
1455
  ): boolean;
1461
1456
  /**
1462
- * @SINCE 1.21.1
1457
+ * @since 1.21.1
1463
1458
  *
1464
1459
  * Gets current value of property {@link #getAutoResizable autoResizable}.
1465
1460
  *
@@ -1487,8 +1482,7 @@ declare module "sap/ui/table/Column" {
1487
1482
  * Gets current value of property {@link #getFiltered filtered}.
1488
1483
  *
1489
1484
  * Indicates if the column is filtered. This property only controls if a filter indicator is displayed in
1490
- * the column header - it does not trigger the filter function. The column can be filtered using {@link
1491
- * sap.ui.table.Table#filter}.
1485
+ * the column header - it does not trigger the filter function. The column can be filtered using {@link sap.ui.table.Table#filter}.
1492
1486
  *
1493
1487
  * Default value is `false`.
1494
1488
  *
@@ -1518,7 +1512,7 @@ declare module "sap/ui/table/Column" {
1518
1512
  */
1519
1513
  getFilterProperty(): string;
1520
1514
  /**
1521
- * @SINCE 1.9.2
1515
+ * @since 1.9.2
1522
1516
  *
1523
1517
  * Gets current value of property {@link #getFilterType filterType}.
1524
1518
  *
@@ -1527,8 +1521,8 @@ declare module "sap/ui/table/Column" {
1527
1521
  * be set to the class name of the type, e.g.: `sap.ui.model.type.Date`, or an expression similar to the
1528
1522
  * binding syntax, e.g.: `"\{type: 'sap.ui.model.type.Date', formatOptions: \{UTC: true\}, constraints:
1529
1523
  * \{\} \}"`. Here the escaping is mandatory to avoid handling by the binding parser. As an alternative,
1530
- * a function can be passed that takes over the conversion. This cannot be done in the XMLView, use {@link
1531
- * #setFilterType} instead.
1524
+ * a function can be passed that takes over the conversion. This cannot be done in the XMLView, use {@link #setFilterType }
1525
+ * instead.
1532
1526
  *
1533
1527
  * @returns Value of property `filterType`
1534
1528
  */
@@ -1595,7 +1589,7 @@ declare module "sap/ui/table/Column" {
1595
1589
  */
1596
1590
  getHAlign(): HorizontalAlign | keyof typeof HorizontalAlign;
1597
1591
  /**
1598
- * @SINCE 1.110
1592
+ * @since 1.110
1599
1593
  *
1600
1594
  * ID of the element which is the current target of the association {@link #getHeaderMenu headerMenu}, or
1601
1595
  * `null`.
@@ -1635,7 +1629,7 @@ declare module "sap/ui/table/Column" {
1635
1629
  */
1636
1630
  getMenu(): Menu;
1637
1631
  /**
1638
- * @SINCE 1.44.1
1632
+ * @since 1.44.1
1639
1633
  *
1640
1634
  * Gets current value of property {@link #getMinWidth minWidth}.
1641
1635
  *
@@ -1650,7 +1644,7 @@ declare module "sap/ui/table/Column" {
1650
1644
  */
1651
1645
  getMinWidth(): int;
1652
1646
  /**
1653
- * @SINCE 1.13.1
1647
+ * @since 1.13.1
1654
1648
  *
1655
1649
  * Gets content of aggregation {@link #getMultiLabels multiLabels}.
1656
1650
  *
@@ -1659,7 +1653,7 @@ declare module "sap/ui/table/Column" {
1659
1653
  */
1660
1654
  getMultiLabels(): Control[];
1661
1655
  /**
1662
- * @SINCE 1.11.1
1656
+ * @since 1.11.1
1663
1657
  *
1664
1658
  * Gets current value of property {@link #getName name}.
1665
1659
  *
@@ -1682,7 +1676,7 @@ declare module "sap/ui/table/Column" {
1682
1676
  */
1683
1677
  getResizable(): boolean;
1684
1678
  /**
1685
- * @SINCE 1.13.0
1679
+ * @since 1.13.0
1686
1680
  *
1687
1681
  * Gets current value of property {@link #getShowFilterMenuEntry showFilterMenuEntry}.
1688
1682
  *
@@ -1694,7 +1688,7 @@ declare module "sap/ui/table/Column" {
1694
1688
  */
1695
1689
  getShowFilterMenuEntry(): boolean;
1696
1690
  /**
1697
- * @SINCE 1.13.0
1691
+ * @since 1.13.0
1698
1692
  *
1699
1693
  * Gets current value of property {@link #getShowSortMenuEntry showSortMenuEntry}.
1700
1694
  *
@@ -1748,14 +1742,14 @@ declare module "sap/ui/table/Column" {
1748
1742
  * for the changes to take effect. If a string is defined, a default text control will be created with its
1749
1743
  * text property bound to the value of the string. The default template depends on the libraries loaded.
1750
1744
  * If there is no template, the column will not be rendered in the table. The set of supported controls
1751
- * is limited. See section "{@link topic:148892ff9aea4a18b912829791e38f3e Tables: Which One Should I Choose?}"
1745
+ * is limited. See section "{@link https://ui5.sap.com/#/topic/148892ff9aea4a18b912829791e38f3e Tables: Which One Should I Choose?}"
1752
1746
  * in the documentation for more details. While it is technically possible to also use other controls, doing
1753
1747
  * so might lead to issues with regards to scrolling, alignment, condensed mode, screen reader support,
1754
1748
  * and keyboard support.
1755
1749
  */
1756
1750
  getTemplate(): Control | string;
1757
1751
  /**
1758
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
1752
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
1759
1753
  *
1760
1754
  * Returns a template clone. It either finds an unused clone or clones a new one from the template.
1761
1755
  *
@@ -1790,7 +1784,7 @@ declare module "sap/ui/table/Column" {
1790
1784
  */
1791
1785
  getWidth(): CSSSize;
1792
1786
  /**
1793
- * @SINCE 1.13.1
1787
+ * @since 1.13.1
1794
1788
  *
1795
1789
  * Checks for the provided `sap.ui.core.Control` in the aggregation {@link #getMultiLabels multiLabels}.
1796
1790
  * and returns its index if found or -1 otherwise.
@@ -1804,7 +1798,7 @@ declare module "sap/ui/table/Column" {
1804
1798
  oMultiLabel: Control
1805
1799
  ): int;
1806
1800
  /**
1807
- * @SINCE 1.13.1
1801
+ * @since 1.13.1
1808
1802
  *
1809
1803
  * Inserts a multiLabel into the aggregation {@link #getMultiLabels multiLabels}.
1810
1804
  *
@@ -1823,7 +1817,7 @@ declare module "sap/ui/table/Column" {
1823
1817
  iIndex: int
1824
1818
  ): this;
1825
1819
  /**
1826
- * @SINCE 1.13.1
1820
+ * @since 1.13.1
1827
1821
  *
1828
1822
  * Removes all the controls from the aggregation {@link #getMultiLabels multiLabels}.
1829
1823
  *
@@ -1833,7 +1827,7 @@ declare module "sap/ui/table/Column" {
1833
1827
  */
1834
1828
  removeAllMultiLabels(): Control[];
1835
1829
  /**
1836
- * @SINCE 1.13.1
1830
+ * @since 1.13.1
1837
1831
  *
1838
1832
  * Removes a multiLabel from the aggregation {@link #getMultiLabels multiLabels}.
1839
1833
  *
@@ -1846,7 +1840,7 @@ declare module "sap/ui/table/Column" {
1846
1840
  vMultiLabel: int | string | Control
1847
1841
  ): Control | null;
1848
1842
  /**
1849
- * @SINCE 1.21.1
1843
+ * @since 1.21.1
1850
1844
  *
1851
1845
  * Sets a new value for property {@link #getAutoResizable autoResizable}.
1852
1846
  *
@@ -1888,8 +1882,7 @@ declare module "sap/ui/table/Column" {
1888
1882
  * Sets a new value for property {@link #getFiltered filtered}.
1889
1883
  *
1890
1884
  * Indicates if the column is filtered. This property only controls if a filter indicator is displayed in
1891
- * the column header - it does not trigger the filter function. The column can be filtered using {@link
1892
- * sap.ui.table.Table#filter}.
1885
+ * the column header - it does not trigger the filter function. The column can be filtered using {@link sap.ui.table.Table#filter}.
1893
1886
  *
1894
1887
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1895
1888
  *
@@ -2042,7 +2035,7 @@ declare module "sap/ui/table/Column" {
2042
2035
  sHAlign?: HorizontalAlign | keyof typeof HorizontalAlign
2043
2036
  ): this;
2044
2037
  /**
2045
- * @SINCE 1.110
2038
+ * @since 1.110
2046
2039
  *
2047
2040
  * Sets the associated {@link #getHeaderMenu headerMenu}.
2048
2041
  *
@@ -2100,7 +2093,7 @@ declare module "sap/ui/table/Column" {
2100
2093
  oMenu: Menu
2101
2094
  ): this;
2102
2095
  /**
2103
- * @SINCE 1.44.1
2096
+ * @since 1.44.1
2104
2097
  *
2105
2098
  * Sets a new value for property {@link #getMinWidth minWidth}.
2106
2099
  *
@@ -2122,7 +2115,7 @@ declare module "sap/ui/table/Column" {
2122
2115
  iMinWidth?: int
2123
2116
  ): this;
2124
2117
  /**
2125
- * @SINCE 1.11.1
2118
+ * @since 1.11.1
2126
2119
  *
2127
2120
  * Sets a new value for property {@link #getName name}.
2128
2121
  *
@@ -2159,7 +2152,7 @@ declare module "sap/ui/table/Column" {
2159
2152
  bResizable?: boolean
2160
2153
  ): this;
2161
2154
  /**
2162
- * @SINCE 1.13.0
2155
+ * @since 1.13.0
2163
2156
  *
2164
2157
  * Sets a new value for property {@link #getShowFilterMenuEntry showFilterMenuEntry}.
2165
2158
  *
@@ -2178,7 +2171,7 @@ declare module "sap/ui/table/Column" {
2178
2171
  bShowFilterMenuEntry?: boolean
2179
2172
  ): this;
2180
2173
  /**
2181
- * @SINCE 1.13.0
2174
+ * @since 1.13.0
2182
2175
  *
2183
2176
  * Sets a new value for property {@link #getShowSortMenuEntry showSortMenuEntry}.
2184
2177
  *
@@ -2300,7 +2293,7 @@ declare module "sap/ui/table/Column" {
2300
2293
  sWidth?: CSSSize
2301
2294
  ): this;
2302
2295
  /**
2303
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
2296
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
2304
2297
  *
2305
2298
  * Returns whether the column should be rendered.
2306
2299
  *
@@ -2339,7 +2332,7 @@ declare module "sap/ui/table/Column" {
2339
2332
  width?: CSSSize | PropertyBindingInfo | `{${string}}`;
2340
2333
 
2341
2334
  /**
2342
- * @SINCE 1.44.1
2335
+ * @since 1.44.1
2343
2336
  *
2344
2337
  * Defines the minimum width of a column in pixels. This property only has an effect if the given column
2345
2338
  * width is flexible, for example with width `auto`. This property only influences the automatic behavior.
@@ -2401,8 +2394,7 @@ declare module "sap/ui/table/Column" {
2401
2394
 
2402
2395
  /**
2403
2396
  * Indicates if the column is filtered. This property only controls if a filter indicator is displayed in
2404
- * the column header - it does not trigger the filter function. The column can be filtered using {@link
2405
- * sap.ui.table.Table#filter}.
2397
+ * the column header - it does not trigger the filter function. The column can be filtered using {@link sap.ui.table.Table#filter}.
2406
2398
  */
2407
2399
  filtered?: boolean | PropertyBindingInfo | `{${string}}`;
2408
2400
 
@@ -2449,15 +2441,15 @@ declare module "sap/ui/table/Column" {
2449
2441
  defaultFilterOperator?: string | PropertyBindingInfo;
2450
2442
 
2451
2443
  /**
2452
- * @SINCE 1.9.2
2444
+ * @since 1.9.2
2453
2445
  *
2454
2446
  * Type of filter. It is used to transform the search term into the specified type and should be the same
2455
2447
  * as defined in the binding for the column template. Default value is `sap.ui.model.type.String`. It can
2456
2448
  * be set to the class name of the type, e.g.: `sap.ui.model.type.Date`, or an expression similar to the
2457
2449
  * binding syntax, e.g.: `"\{type: 'sap.ui.model.type.Date', formatOptions: \{UTC: true\}, constraints:
2458
2450
  * \{\} \}"`. Here the escaping is mandatory to avoid handling by the binding parser. As an alternative,
2459
- * a function can be passed that takes over the conversion. This cannot be done in the XMLView, use {@link
2460
- * #setFilterType} instead.
2451
+ * a function can be passed that takes over the conversion. This cannot be done in the XMLView, use {@link #setFilterType }
2452
+ * instead.
2461
2453
  */
2462
2454
  filterType?: any | PropertyBindingInfo | `{${string}}`;
2463
2455
 
@@ -2472,7 +2464,7 @@ declare module "sap/ui/table/Column" {
2472
2464
  visible?: boolean | PropertyBindingInfo | `{${string}}`;
2473
2465
 
2474
2466
  /**
2475
- * @SINCE 1.11.1
2467
+ * @since 1.11.1
2476
2468
  *
2477
2469
  * The name of the column which is used for the text representation of this column, for example, in menus.
2478
2470
  * If not set, the text from the multiLabels aggregation or the label aggregation (in that order) is used
@@ -2481,14 +2473,14 @@ declare module "sap/ui/table/Column" {
2481
2473
  name?: string | PropertyBindingInfo;
2482
2474
 
2483
2475
  /**
2484
- * @SINCE 1.13.0
2476
+ * @since 1.13.0
2485
2477
  *
2486
2478
  * Defines if the filter menu entry is displayed
2487
2479
  */
2488
2480
  showFilterMenuEntry?: boolean | PropertyBindingInfo | `{${string}}`;
2489
2481
 
2490
2482
  /**
2491
- * @SINCE 1.13.0
2483
+ * @since 1.13.0
2492
2484
  *
2493
2485
  * Defines if the sort menu entries are displayed
2494
2486
  */
@@ -2505,7 +2497,7 @@ declare module "sap/ui/table/Column" {
2505
2497
  headerSpan?: any | PropertyBindingInfo | `{${string}}`;
2506
2498
 
2507
2499
  /**
2508
- * @SINCE 1.21.1
2500
+ * @since 1.21.1
2509
2501
  *
2510
2502
  * Enables auto-resizing of the column on double clicking the resize bar. The width is determined on the
2511
2503
  * widest currently displayed content. It does not consider rows which are currently not scrolled into view.
@@ -2523,7 +2515,7 @@ declare module "sap/ui/table/Column" {
2523
2515
  label?: string | Control | PropertyBindingInfo;
2524
2516
 
2525
2517
  /**
2526
- * @SINCE 1.13.1
2518
+ * @since 1.13.1
2527
2519
  *
2528
2520
  * Labels of the column which are displayed in the column header. Define a control for each header row in
2529
2521
  * the table. Use this aggregation if you want to use multiple headers per column.
@@ -2536,7 +2528,7 @@ declare module "sap/ui/table/Column" {
2536
2528
  * for the changes to take effect. If a string is defined, a default text control will be created with its
2537
2529
  * text property bound to the value of the string. The default template depends on the libraries loaded.
2538
2530
  * If there is no template, the column will not be rendered in the table. The set of supported controls
2539
- * is limited. See section "{@link topic:148892ff9aea4a18b912829791e38f3e Tables: Which One Should I Choose?}"
2531
+ * is limited. See section "{@link https://ui5.sap.com/#/topic/148892ff9aea4a18b912829791e38f3e Tables: Which One Should I Choose?}"
2540
2532
  * in the documentation for more details. While it is technically possible to also use other controls, doing
2541
2533
  * so might lead to issues with regards to scrolling, alignment, condensed mode, screen reader support,
2542
2534
  * and keyboard support.
@@ -2553,19 +2545,36 @@ declare module "sap/ui/table/Column" {
2553
2545
  menu?: Menu;
2554
2546
 
2555
2547
  /**
2556
- * @SINCE 1.110
2548
+ * @since 1.110
2557
2549
  *
2558
2550
  * The menu that can be opened by the header element of this column.
2559
2551
  */
2560
2552
  headerMenu?: IColumnHeaderMenu | string;
2561
2553
 
2562
2554
  /**
2563
- * @SINCE 1.33.0
2555
+ * @since 1.33.0
2564
2556
  *
2565
2557
  * Fires before the column menu is opened.
2566
2558
  */
2567
- columnMenuOpen?: (oEvent: Event) => void;
2559
+ columnMenuOpen?: (
2560
+ oEvent: Event<Column$ColumnMenuOpenEventParameters>
2561
+ ) => void;
2562
+ }
2563
+
2564
+ export interface Column$ColumnMenuOpenEventParameters {
2565
+ /**
2566
+ * Refence to the selected `menu` instance to be opened.
2567
+ */
2568
+ menu?: Menu;
2568
2569
  }
2570
+
2571
+ /**
2572
+ * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Column$ColumnMenuOpenEventParameters'
2573
+ * in 1.115.1 and any later releases.
2574
+ */
2575
+ export type $ColumnColumnMenuOpenEventParameters = Column$ColumnMenuOpenEventParameters;
2576
+
2577
+ export type Column$ColumnMenuOpenEvent = Event<Column$ColumnMenuOpenEventParameters>;
2569
2578
  }
2570
2579
 
2571
2580
  declare module "sap/ui/table/ColumnMenu" {
@@ -2588,8 +2597,8 @@ declare module "sap/ui/table/ColumnMenu" {
2588
2597
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
2589
2598
  * of the syntax of the settings object.
2590
2599
  *
2591
- * This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.unified.Menu#constructor
2592
- * sap.ui.unified.Menu} can be used.
2600
+ * This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.unified.Menu#constructor sap.ui.unified.Menu }
2601
+ * can be used.
2593
2602
  */
2594
2603
  constructor(
2595
2604
  /**
@@ -2608,8 +2617,8 @@ declare module "sap/ui/table/ColumnMenu" {
2608
2617
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
2609
2618
  * of the syntax of the settings object.
2610
2619
  *
2611
- * This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.unified.Menu#constructor
2612
- * sap.ui.unified.Menu} can be used.
2620
+ * This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.unified.Menu#constructor sap.ui.unified.Menu }
2621
+ * can be used.
2613
2622
  */
2614
2623
  constructor(
2615
2624
  /**
@@ -2660,27 +2669,28 @@ declare module "sap/ui/table/plugins/MultiSelectionPlugin" {
2660
2669
  import {
2661
2670
  default as SelectionPlugin,
2662
2671
  $SelectionPluginSettings,
2672
+ SelectionPlugin$SelectionChangeEventParameters,
2663
2673
  } from "sap/ui/table/plugins/SelectionPlugin";
2664
2674
 
2665
- import Event from "sap/ui/base/Event";
2666
-
2667
2675
  import ElementMetadata from "sap/ui/core/ElementMetadata";
2668
2676
 
2669
2677
  import { SelectionMode } from "sap/ui/table/library";
2670
2678
 
2671
2679
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
2672
2680
 
2681
+ import Event from "sap/ui/base/Event";
2682
+
2673
2683
  /**
2674
- * @SINCE 1.64
2684
+ * @since 1.64
2675
2685
  *
2676
2686
  * Implements a plugin to enable a special multi-selection behavior:
2677
2687
  * - No Select All checkbox, select all can only be done via range selection
2678
2688
  * - Dedicated Deselect All button to clear the selection
2679
2689
  * - The number of indices which can be selected in a range is defined by the `limit` property. If the
2680
- * user tries to select more indices, the selection is automatically limited, and the table scrolls to the
2681
- * last selected index.
2690
+ * user tries to select more indices, the selection is automatically limited, and the table scrolls to the
2691
+ * last selected index.
2682
2692
  * - The plugin makes sure that the corresponding binding contexts up to the given limit are available,
2683
- * by requesting them from the binding.
2693
+ * by requesting them from the binding.
2684
2694
  * - Multiple consecutive selections are possible
2685
2695
  *
2686
2696
  * This plugin is intended for server-side models and multi-selection mode. Range selections, including
@@ -2770,7 +2780,7 @@ declare module "sap/ui/table/plugins/MultiSelectionPlugin" {
2770
2780
  /**
2771
2781
  * The function to be called when the event occurs
2772
2782
  */
2773
- fnFunction: (p1: Event) => void,
2783
+ fnFunction: (p1: MultiSelectionPlugin$SelectionChangeEvent) => void,
2774
2784
  /**
2775
2785
  * Context object to call the event handler with. Defaults to this `sap.ui.table.plugins.MultiSelectionPlugin`
2776
2786
  * itself
@@ -2792,7 +2802,7 @@ declare module "sap/ui/table/plugins/MultiSelectionPlugin" {
2792
2802
  /**
2793
2803
  * The function to be called when the event occurs
2794
2804
  */
2795
- fnFunction: (p1: Event) => void,
2805
+ fnFunction: (p1: MultiSelectionPlugin$SelectionChangeEvent) => void,
2796
2806
  /**
2797
2807
  * Context object to call the event handler with. Defaults to this `sap.ui.table.plugins.MultiSelectionPlugin`
2798
2808
  * itself
@@ -2821,14 +2831,14 @@ declare module "sap/ui/table/plugins/MultiSelectionPlugin" {
2821
2831
  /**
2822
2832
  * The function to be called, when the event occurs
2823
2833
  */
2824
- fnFunction: (p1: Event) => void,
2834
+ fnFunction: (p1: MultiSelectionPlugin$SelectionChangeEvent) => void,
2825
2835
  /**
2826
2836
  * Context object on which the given function had to be called
2827
2837
  */
2828
2838
  oListener?: object
2829
2839
  ): this;
2830
2840
  /**
2831
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
2841
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
2832
2842
  *
2833
2843
  * Fires event {@link #event:selectionChange selectionChange} to attached listeners.
2834
2844
  *
@@ -2838,23 +2848,10 @@ declare module "sap/ui/table/plugins/MultiSelectionPlugin" {
2838
2848
  /**
2839
2849
  * Parameters to pass along with the event
2840
2850
  */
2841
- mParameters?: {
2842
- /**
2843
- * Array of indices whose selection has been changed (either selected or deselected)
2844
- */
2845
- indices?: int[];
2846
- /**
2847
- * Indicates whether the selection limit has been reached
2848
- */
2849
- limitReached?: boolean;
2850
- /**
2851
- * Contains the data passed to the function that triggered the event
2852
- */
2853
- customPayload?: object;
2854
- }
2851
+ mParameters?: MultiSelectionPlugin$SelectionChangeEventParameters
2855
2852
  ): this;
2856
2853
  /**
2857
- * @SINCE 1.71
2854
+ * @since 1.71
2858
2855
  *
2859
2856
  * Gets current value of property {@link #getEnableNotification enableNotification}.
2860
2857
  *
@@ -2877,8 +2874,8 @@ declare module "sap/ui/table/plugins/MultiSelectionPlugin" {
2877
2874
  * - With server-side models if they are used in client mode
2878
2875
  * - If the entity set is small
2879
2876
  *
2880
- * In other cases, we recommend to set the limit to at least double the value of the {@link sap.ui.table.Table#getThreshold
2881
- * threshold} property of the related `sap.ui.table.Table` control.
2877
+ * In other cases, we recommend to set the limit to at least double the value of the {@link sap.ui.table.Table#getThreshold threshold }
2878
+ * property of the related `sap.ui.table.Table` control.
2882
2879
  *
2883
2880
  * Default value is `200`.
2884
2881
  *
@@ -2957,7 +2954,7 @@ declare module "sap/ui/table/plugins/MultiSelectionPlugin" {
2957
2954
  oEventPayload?: object
2958
2955
  ): Promise<any>;
2959
2956
  /**
2960
- * @SINCE 1.71
2957
+ * @since 1.71
2961
2958
  *
2962
2959
  * Sets a new value for property {@link #getEnableNotification enableNotification}.
2963
2960
  *
@@ -2987,8 +2984,8 @@ declare module "sap/ui/table/plugins/MultiSelectionPlugin" {
2987
2984
  * - With server-side models if they are used in client mode
2988
2985
  * - If the entity set is small
2989
2986
  *
2990
- * In other cases, we recommend to set the limit to at least double the value of the {@link sap.ui.table.Table#getThreshold
2991
- * threshold} property of the related `sap.ui.table.Table` control.
2987
+ * In other cases, we recommend to set the limit to at least double the value of the {@link sap.ui.table.Table#getThreshold threshold }
2988
+ * property of the related `sap.ui.table.Table` control.
2992
2989
  *
2993
2990
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
2994
2991
  *
@@ -3092,13 +3089,13 @@ declare module "sap/ui/table/plugins/MultiSelectionPlugin" {
3092
3089
  * - With server-side models if they are used in client mode
3093
3090
  * - If the entity set is small
3094
3091
  *
3095
- * In other cases, we recommend to set the limit to at least double the value of the {@link sap.ui.table.Table#getThreshold
3096
- * threshold} property of the related `sap.ui.table.Table` control.
3092
+ * In other cases, we recommend to set the limit to at least double the value of the {@link sap.ui.table.Table#getThreshold threshold }
3093
+ * property of the related `sap.ui.table.Table` control.
3097
3094
  */
3098
3095
  limit?: int | PropertyBindingInfo | `{${string}}`;
3099
3096
 
3100
3097
  /**
3101
- * @SINCE 1.71
3098
+ * @since 1.71
3102
3099
  *
3103
3100
  * Enables notifications that are displayed once a selection has been limited.
3104
3101
  */
@@ -3122,8 +3119,36 @@ declare module "sap/ui/table/plugins/MultiSelectionPlugin" {
3122
3119
  /**
3123
3120
  * This event is fired when the selection is changed.
3124
3121
  */
3125
- selectionChange?: (oEvent: Event) => void;
3122
+ selectionChange?: (
3123
+ oEvent: Event<MultiSelectionPlugin$SelectionChangeEventParameters>
3124
+ ) => void;
3125
+ }
3126
+
3127
+ export interface MultiSelectionPlugin$SelectionChangeEventParameters
3128
+ extends SelectionPlugin$SelectionChangeEventParameters {
3129
+ /**
3130
+ * Array of indices whose selection has been changed (either selected or deselected)
3131
+ */
3132
+ indices?: int[];
3133
+
3134
+ /**
3135
+ * Indicates whether the selection limit has been reached
3136
+ */
3137
+ limitReached?: boolean;
3138
+
3139
+ /**
3140
+ * Contains the data passed to the function that triggered the event
3141
+ */
3142
+ customPayload?: object;
3126
3143
  }
3144
+
3145
+ /**
3146
+ * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'MultiSelectionPlugin$SelectionChangeEventParameters'
3147
+ * in 1.115.1 and any later releases.
3148
+ */
3149
+ export type $MultiSelectionPluginSelectionChangeEventParameters = MultiSelectionPlugin$SelectionChangeEventParameters;
3150
+
3151
+ export type MultiSelectionPlugin$SelectionChangeEvent = Event<MultiSelectionPlugin$SelectionChangeEventParameters>;
3127
3152
  }
3128
3153
 
3129
3154
  declare module "sap/ui/table/plugins/SelectionPlugin" {
@@ -3136,8 +3161,8 @@ declare module "sap/ui/table/plugins/SelectionPlugin" {
3136
3161
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
3137
3162
 
3138
3163
  /**
3139
- * @SINCE 1.64
3140
- * @EXPERIMENTAL (since 1.64)
3164
+ * @since 1.64
3165
+ * @experimental (since 1.64)
3141
3166
  *
3142
3167
  * Implements the selection methods for a table.
3143
3168
  */
@@ -3251,7 +3276,7 @@ declare module "sap/ui/table/plugins/SelectionPlugin" {
3251
3276
  oListener?: object
3252
3277
  ): this;
3253
3278
  /**
3254
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
3279
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
3255
3280
  *
3256
3281
  * Fires event {@link #event:selectionChange selectionChange} to attached listeners.
3257
3282
  *
@@ -3303,6 +3328,16 @@ declare module "sap/ui/table/plugins/SelectionPlugin" {
3303
3328
  */
3304
3329
  selectionChange?: (oEvent: Event) => void;
3305
3330
  }
3331
+
3332
+ export interface SelectionPlugin$SelectionChangeEventParameters {}
3333
+
3334
+ /**
3335
+ * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'SelectionPlugin$SelectionChangeEventParameters'
3336
+ * in 1.115.1 and any later releases.
3337
+ */
3338
+ export type $SelectionPluginSelectionChangeEventParameters = SelectionPlugin$SelectionChangeEventParameters;
3339
+
3340
+ export type SelectionPlugin$SelectionChangeEvent = Event<SelectionPlugin$SelectionChangeEventParameters>;
3306
3341
  }
3307
3342
 
3308
3343
  declare module "sap/ui/table/Row" {
@@ -3483,7 +3518,7 @@ declare module "sap/ui/table/RowAction" {
3483
3518
  } from "sap/ui/base/ManagedObject";
3484
3519
 
3485
3520
  /**
3486
- * @SINCE 1.45
3521
+ * @since 1.45
3487
3522
  *
3488
3523
  * The `RowAction` control allows to display multiple action items which can be selected by the user. If
3489
3524
  * more action items are available as the available space allows to display an overflow mechanism is provided.
@@ -3670,10 +3705,6 @@ declare module "sap/ui/table/RowAction" {
3670
3705
  declare module "sap/ui/table/RowActionItem" {
3671
3706
  import { default as UI5Element, $ElementSettings } from "sap/ui/core/Element";
3672
3707
 
3673
- import Event from "sap/ui/base/Event";
3674
-
3675
- import Row from "sap/ui/table/Row";
3676
-
3677
3708
  import { URI } from "sap/ui/core/library";
3678
3709
 
3679
3710
  import ElementMetadata from "sap/ui/core/ElementMetadata";
@@ -3682,8 +3713,12 @@ declare module "sap/ui/table/RowActionItem" {
3682
3713
 
3683
3714
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
3684
3715
 
3716
+ import Event from "sap/ui/base/Event";
3717
+
3718
+ import Row from "sap/ui/table/Row";
3719
+
3685
3720
  /**
3686
- * @SINCE 1.45
3721
+ * @since 1.45
3687
3722
  *
3688
3723
  * An action items to be displayed in a `RowAction` control. This element must only be used in the context
3689
3724
  * of the `sap.ui.table.Table` control to define row actions.
@@ -3768,7 +3803,7 @@ declare module "sap/ui/table/RowActionItem" {
3768
3803
  /**
3769
3804
  * The function to be called when the event occurs
3770
3805
  */
3771
- fnFunction: (p1: Event) => void,
3806
+ fnFunction: (p1: RowActionItem$PressEvent) => void,
3772
3807
  /**
3773
3808
  * Context object to call the event handler with. Defaults to this `sap.ui.table.RowActionItem` itself
3774
3809
  */
@@ -3788,7 +3823,7 @@ declare module "sap/ui/table/RowActionItem" {
3788
3823
  /**
3789
3824
  * The function to be called when the event occurs
3790
3825
  */
3791
- fnFunction: (p1: Event) => void,
3826
+ fnFunction: (p1: RowActionItem$PressEvent) => void,
3792
3827
  /**
3793
3828
  * Context object to call the event handler with. Defaults to this `sap.ui.table.RowActionItem` itself
3794
3829
  */
@@ -3805,14 +3840,14 @@ declare module "sap/ui/table/RowActionItem" {
3805
3840
  /**
3806
3841
  * The function to be called, when the event occurs
3807
3842
  */
3808
- fnFunction: (p1: Event) => void,
3843
+ fnFunction: (p1: RowActionItem$PressEvent) => void,
3809
3844
  /**
3810
3845
  * Context object on which the given function had to be called
3811
3846
  */
3812
3847
  oListener?: object
3813
3848
  ): this;
3814
3849
  /**
3815
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
3850
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
3816
3851
  *
3817
3852
  * Fires event {@link #event:press press} to attached listeners.
3818
3853
  *
@@ -3822,16 +3857,7 @@ declare module "sap/ui/table/RowActionItem" {
3822
3857
  /**
3823
3858
  * Parameters to pass along with the event
3824
3859
  */
3825
- mParameters?: {
3826
- /**
3827
- * The item which was pressed.
3828
- */
3829
- item?: RowActionItem;
3830
- /**
3831
- * The table row to which the pressed item belongs to.
3832
- */
3833
- row?: Row;
3834
- }
3860
+ mParameters?: RowActionItem$PressEventParameters
3835
3861
  ): this;
3836
3862
  /**
3837
3863
  * Gets current value of property {@link #getIcon icon}.
@@ -3969,8 +3995,28 @@ declare module "sap/ui/table/RowActionItem" {
3969
3995
  /**
3970
3996
  * The `press` is fired when the user triggers the corresponding action.
3971
3997
  */
3972
- press?: (oEvent: Event) => void;
3998
+ press?: (oEvent: Event<RowActionItem$PressEventParameters>) => void;
3999
+ }
4000
+
4001
+ export interface RowActionItem$PressEventParameters {
4002
+ /**
4003
+ * The item which was pressed.
4004
+ */
4005
+ item?: RowActionItem;
4006
+
4007
+ /**
4008
+ * The table row to which the pressed item belongs to.
4009
+ */
4010
+ row?: Row;
3973
4011
  }
4012
+
4013
+ /**
4014
+ * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'RowActionItem$PressEventParameters'
4015
+ * in 1.115.1 and any later releases.
4016
+ */
4017
+ export type $RowActionItemPressEventParameters = RowActionItem$PressEventParameters;
4018
+
4019
+ export type RowActionItem$PressEvent = Event<RowActionItem$PressEventParameters>;
3974
4020
  }
3975
4021
 
3976
4022
  declare module "sap/ui/table/RowSettings" {
@@ -3981,7 +4027,7 @@ declare module "sap/ui/table/RowSettings" {
3981
4027
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
3982
4028
 
3983
4029
  /**
3984
- * @SINCE 1.48.0
4030
+ * @since 1.48.0
3985
4031
  *
3986
4032
  * The `RowSettings` control allows you to configure a row. You can only use this control in the context
3987
4033
  * of the `sap.ui.table.Table` control to define row settings.
@@ -4048,21 +4094,20 @@ declare module "sap/ui/table/RowSettings" {
4048
4094
  */
4049
4095
  static getMetadata(): ElementMetadata;
4050
4096
  /**
4051
- * @SINCE 1.48.0
4097
+ * @since 1.48.0
4052
4098
  *
4053
4099
  * Gets current value of property {@link #getHighlight highlight}.
4054
4100
  *
4055
4101
  * The highlight state of the rows.
4056
4102
  *
4057
4103
  * If the highlight is set to {@link sap.ui.core.MessageType sap.ui.core.MessageType.None} (default), no
4058
- * highlights are visible. Valid values for the `highlight` property are values of the enumerations {@link
4059
- * sap.ui.core.MessageType} or {@link sap.ui.core.IndicationColor}.
4104
+ * highlights are visible. Valid values for the `highlight` property are values of the enumerations {@link sap.ui.core.MessageType }
4105
+ * or {@link sap.ui.core.IndicationColor}.
4060
4106
  *
4061
- * Accessibility support is provided through the associated {@link sap.ui.table.RowSettings#setHighlightText
4062
- * highlightText} property. If the `highlight` property is set to a value of {@link sap.ui.core.MessageType},
4063
- * the `highlightText` property does not need to be set because a default text is used. However, the default
4064
- * text can be overridden by setting the `highlightText` property. In all other cases the `highlightText`
4065
- * property must be set.
4107
+ * Accessibility support is provided through the associated {@link sap.ui.table.RowSettings#setHighlightText highlightText }
4108
+ * property. If the `highlight` property is set to a value of {@link sap.ui.core.MessageType}, the `highlightText`
4109
+ * property does not need to be set because a default text is used. However, the default text can be overridden
4110
+ * by setting the `highlightText` property. In all other cases the `highlightText` property must be set.
4066
4111
  *
4067
4112
  * Default value is `"None"`.
4068
4113
  *
@@ -4070,7 +4115,7 @@ declare module "sap/ui/table/RowSettings" {
4070
4115
  */
4071
4116
  getHighlight(): string;
4072
4117
  /**
4073
- * @SINCE 1.62
4118
+ * @since 1.62
4074
4119
  *
4075
4120
  * Gets current value of property {@link #getHighlightText highlightText}.
4076
4121
  *
@@ -4084,7 +4129,7 @@ declare module "sap/ui/table/RowSettings" {
4084
4129
  */
4085
4130
  getHighlightText(): string;
4086
4131
  /**
4087
- * @SINCE 1.72
4132
+ * @since 1.72
4088
4133
  *
4089
4134
  * Gets current value of property {@link #getNavigated navigated}.
4090
4135
  *
@@ -4099,21 +4144,20 @@ declare module "sap/ui/table/RowSettings" {
4099
4144
  */
4100
4145
  getNavigated(): boolean;
4101
4146
  /**
4102
- * @SINCE 1.48.0
4147
+ * @since 1.48.0
4103
4148
  *
4104
4149
  * Sets a new value for property {@link #getHighlight highlight}.
4105
4150
  *
4106
4151
  * The highlight state of the rows.
4107
4152
  *
4108
4153
  * If the highlight is set to {@link sap.ui.core.MessageType sap.ui.core.MessageType.None} (default), no
4109
- * highlights are visible. Valid values for the `highlight` property are values of the enumerations {@link
4110
- * sap.ui.core.MessageType} or {@link sap.ui.core.IndicationColor}.
4154
+ * highlights are visible. Valid values for the `highlight` property are values of the enumerations {@link sap.ui.core.MessageType }
4155
+ * or {@link sap.ui.core.IndicationColor}.
4111
4156
  *
4112
- * Accessibility support is provided through the associated {@link sap.ui.table.RowSettings#setHighlightText
4113
- * highlightText} property. If the `highlight` property is set to a value of {@link sap.ui.core.MessageType},
4114
- * the `highlightText` property does not need to be set because a default text is used. However, the default
4115
- * text can be overridden by setting the `highlightText` property. In all other cases the `highlightText`
4116
- * property must be set.
4157
+ * Accessibility support is provided through the associated {@link sap.ui.table.RowSettings#setHighlightText highlightText }
4158
+ * property. If the `highlight` property is set to a value of {@link sap.ui.core.MessageType}, the `highlightText`
4159
+ * property does not need to be set because a default text is used. However, the default text can be overridden
4160
+ * by setting the `highlightText` property. In all other cases the `highlightText` property must be set.
4117
4161
  *
4118
4162
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
4119
4163
  *
@@ -4128,7 +4172,7 @@ declare module "sap/ui/table/RowSettings" {
4128
4172
  sHighlight?: string
4129
4173
  ): this;
4130
4174
  /**
4131
- * @SINCE 1.62
4175
+ * @since 1.62
4132
4176
  *
4133
4177
  * Sets a new value for property {@link #getHighlightText highlightText}.
4134
4178
  *
@@ -4149,7 +4193,7 @@ declare module "sap/ui/table/RowSettings" {
4149
4193
  sHighlightText?: string
4150
4194
  ): this;
4151
4195
  /**
4152
- * @SINCE 1.72
4196
+ * @since 1.72
4153
4197
  *
4154
4198
  * Sets a new value for property {@link #getNavigated navigated}.
4155
4199
  *
@@ -4174,24 +4218,23 @@ declare module "sap/ui/table/RowSettings" {
4174
4218
 
4175
4219
  export interface $RowSettingsSettings extends $ElementSettings {
4176
4220
  /**
4177
- * @SINCE 1.48.0
4221
+ * @since 1.48.0
4178
4222
  *
4179
4223
  * The highlight state of the rows.
4180
4224
  *
4181
4225
  * If the highlight is set to {@link sap.ui.core.MessageType sap.ui.core.MessageType.None} (default), no
4182
- * highlights are visible. Valid values for the `highlight` property are values of the enumerations {@link
4183
- * sap.ui.core.MessageType} or {@link sap.ui.core.IndicationColor}.
4226
+ * highlights are visible. Valid values for the `highlight` property are values of the enumerations {@link sap.ui.core.MessageType }
4227
+ * or {@link sap.ui.core.IndicationColor}.
4184
4228
  *
4185
- * Accessibility support is provided through the associated {@link sap.ui.table.RowSettings#setHighlightText
4186
- * highlightText} property. If the `highlight` property is set to a value of {@link sap.ui.core.MessageType},
4187
- * the `highlightText` property does not need to be set because a default text is used. However, the default
4188
- * text can be overridden by setting the `highlightText` property. In all other cases the `highlightText`
4189
- * property must be set.
4229
+ * Accessibility support is provided through the associated {@link sap.ui.table.RowSettings#setHighlightText highlightText }
4230
+ * property. If the `highlight` property is set to a value of {@link sap.ui.core.MessageType}, the `highlightText`
4231
+ * property does not need to be set because a default text is used. However, the default text can be overridden
4232
+ * by setting the `highlightText` property. In all other cases the `highlightText` property must be set.
4190
4233
  */
4191
4234
  highlight?: string | PropertyBindingInfo;
4192
4235
 
4193
4236
  /**
4194
- * @SINCE 1.62
4237
+ * @since 1.62
4195
4238
  *
4196
4239
  * Defines the semantics of the {@link sap.ui.table.RowSettings#setHighlight highlight} property for accessibility
4197
4240
  * purposes. It is only used as an invisible text for screen reader support and does not add a tooltip to
@@ -4200,7 +4243,7 @@ declare module "sap/ui/table/RowSettings" {
4200
4243
  highlightText?: string | PropertyBindingInfo;
4201
4244
 
4202
4245
  /**
4203
- * @SINCE 1.72
4246
+ * @since 1.72
4204
4247
  *
4205
4248
  * The navigated state of a row.
4206
4249
  *
@@ -4214,7 +4257,7 @@ declare module "sap/ui/table/RowSettings" {
4214
4257
  declare module "sap/ui/table/Table" {
4215
4258
  import { default as Control, $ControlSettings } from "sap/ui/core/Control";
4216
4259
 
4217
- import { ID, IContextMenu, CSSSize, Toolbar } from "sap/ui/core/library";
4260
+ import { ID, IContextMenu, Toolbar, CSSSize } from "sap/ui/core/library";
4218
4261
 
4219
4262
  import Column from "sap/ui/table/Column";
4220
4263
 
@@ -4231,22 +4274,22 @@ declare module "sap/ui/table/Table" {
4231
4274
 
4232
4275
  import Export from "sap/ui/core/util/Export";
4233
4276
 
4277
+ import Binding from "sap/ui/model/Binding";
4278
+
4234
4279
  import Context from "sap/ui/model/Context";
4235
4280
 
4281
+ import DragDropBase from "sap/ui/core/dnd/DragDropBase";
4282
+
4283
+ import ElementMetadata from "sap/ui/core/ElementMetadata";
4284
+
4236
4285
  import {
4237
- SortOrder,
4238
4286
  NavigationMode,
4239
4287
  SelectionBehavior,
4240
4288
  SelectionMode,
4241
4289
  VisibleRowCountMode,
4290
+ SortOrder,
4242
4291
  } from "sap/ui/table/library";
4243
4292
 
4244
- import Binding from "sap/ui/model/Binding";
4245
-
4246
- import DragDropBase from "sap/ui/core/dnd/DragDropBase";
4247
-
4248
- import ElementMetadata from "sap/ui/core/ElementMetadata";
4249
-
4250
4293
  import RowAction from "sap/ui/table/RowAction";
4251
4294
 
4252
4295
  import RowSettings from "sap/ui/table/RowSettings";
@@ -4273,8 +4316,8 @@ declare module "sap/ui/table/Table" {
4273
4316
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
4274
4317
  * of the syntax of the settings object.
4275
4318
  * See:
4276
- * {@link topic:08197fa68e4f479cbe30f639cc1cd22c sap.ui.table}
4277
- * {@link topic:148892ff9aea4a18b912829791e38f3e Tables: Which One Should I Choose?}
4319
+ * {@link https://ui5.sap.com/#/topic/08197fa68e4f479cbe30f639cc1cd22c sap.ui.table}
4320
+ * {@link https://ui5.sap.com/#/topic/148892ff9aea4a18b912829791e38f3e Tables: Which One Should I Choose?}
4278
4321
  * {@link fiori:/grid-table/ Grid Table}
4279
4322
  */
4280
4323
  constructor(
@@ -4290,8 +4333,8 @@ declare module "sap/ui/table/Table" {
4290
4333
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
4291
4334
  * of the syntax of the settings object.
4292
4335
  * See:
4293
- * {@link topic:08197fa68e4f479cbe30f639cc1cd22c sap.ui.table}
4294
- * {@link topic:148892ff9aea4a18b912829791e38f3e Tables: Which One Should I Choose?}
4336
+ * {@link https://ui5.sap.com/#/topic/08197fa68e4f479cbe30f639cc1cd22c sap.ui.table}
4337
+ * {@link https://ui5.sap.com/#/topic/148892ff9aea4a18b912829791e38f3e Tables: Which One Should I Choose?}
4295
4338
  * {@link fiori:/grid-table/ Grid Table}
4296
4339
  */
4297
4340
  constructor(
@@ -4368,7 +4411,7 @@ declare module "sap/ui/table/Table" {
4368
4411
  oExtension: Control
4369
4412
  ): this;
4370
4413
  /**
4371
- * @SINCE 1.64
4414
+ * @since 1.64
4372
4415
  *
4373
4416
  * Adds some plugin to the aggregation {@link #getPlugins plugins}.
4374
4417
  *
@@ -4408,9 +4451,9 @@ declare module "sap/ui/table/Table" {
4408
4451
  iIndexTo: int
4409
4452
  ): this;
4410
4453
  /**
4411
- * @SINCE 1.54
4454
+ * @since 1.54
4412
4455
  *
4413
- * Attaches event handler `fnFunction` to the {@link #event:beforeOpenContextMenu beforeOpenContextMenu}
4456
+ * Attaches event handler `fnFunction` to the {@link #event:beforeOpenContextMenu beforeOpenContextMenu }
4414
4457
  * event of this `sap.ui.table.Table`.
4415
4458
  *
4416
4459
  * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
@@ -4429,16 +4472,16 @@ declare module "sap/ui/table/Table" {
4429
4472
  /**
4430
4473
  * The function to be called when the event occurs
4431
4474
  */
4432
- fnFunction: (p1: Event) => void,
4475
+ fnFunction: (p1: Table$BeforeOpenContextMenuEvent) => void,
4433
4476
  /**
4434
4477
  * Context object to call the event handler with. Defaults to this `sap.ui.table.Table` itself
4435
4478
  */
4436
4479
  oListener?: object
4437
4480
  ): this;
4438
4481
  /**
4439
- * @SINCE 1.54
4482
+ * @since 1.54
4440
4483
  *
4441
- * Attaches event handler `fnFunction` to the {@link #event:beforeOpenContextMenu beforeOpenContextMenu}
4484
+ * Attaches event handler `fnFunction` to the {@link #event:beforeOpenContextMenu beforeOpenContextMenu }
4442
4485
  * event of this `sap.ui.table.Table`.
4443
4486
  *
4444
4487
  * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
@@ -4452,14 +4495,14 @@ declare module "sap/ui/table/Table" {
4452
4495
  /**
4453
4496
  * The function to be called when the event occurs
4454
4497
  */
4455
- fnFunction: (p1: Event) => void,
4498
+ fnFunction: (p1: Table$BeforeOpenContextMenuEvent) => void,
4456
4499
  /**
4457
4500
  * Context object to call the event handler with. Defaults to this `sap.ui.table.Table` itself
4458
4501
  */
4459
4502
  oListener?: object
4460
4503
  ): this;
4461
4504
  /**
4462
- * @SINCE 1.37.0
4505
+ * @since 1.37.0
4463
4506
  *
4464
4507
  * Attaches event handler `fnFunction` to the {@link #event:busyStateChanged busyStateChanged} event of
4465
4508
  * this `sap.ui.table.Table`.
@@ -4480,14 +4523,14 @@ declare module "sap/ui/table/Table" {
4480
4523
  /**
4481
4524
  * The function to be called when the event occurs
4482
4525
  */
4483
- fnFunction: (p1: Event) => void,
4526
+ fnFunction: (p1: Table$BusyStateChangedEvent) => void,
4484
4527
  /**
4485
4528
  * Context object to call the event handler with. Defaults to this `sap.ui.table.Table` itself
4486
4529
  */
4487
4530
  oListener?: object
4488
4531
  ): this;
4489
4532
  /**
4490
- * @SINCE 1.37.0
4533
+ * @since 1.37.0
4491
4534
  *
4492
4535
  * Attaches event handler `fnFunction` to the {@link #event:busyStateChanged busyStateChanged} event of
4493
4536
  * this `sap.ui.table.Table`.
@@ -4503,14 +4546,14 @@ declare module "sap/ui/table/Table" {
4503
4546
  /**
4504
4547
  * The function to be called when the event occurs
4505
4548
  */
4506
- fnFunction: (p1: Event) => void,
4549
+ fnFunction: (p1: Table$BusyStateChangedEvent) => void,
4507
4550
  /**
4508
4551
  * Context object to call the event handler with. Defaults to this `sap.ui.table.Table` itself
4509
4552
  */
4510
4553
  oListener?: object
4511
4554
  ): this;
4512
4555
  /**
4513
- * @SINCE 1.21.0
4556
+ * @since 1.21.0
4514
4557
  *
4515
4558
  * Attaches event handler `fnFunction` to the {@link #event:cellClick cellClick} event of this `sap.ui.table.Table`.
4516
4559
  *
@@ -4530,14 +4573,14 @@ declare module "sap/ui/table/Table" {
4530
4573
  /**
4531
4574
  * The function to be called when the event occurs
4532
4575
  */
4533
- fnFunction: (p1: Event) => void,
4576
+ fnFunction: (p1: Table$CellClickEvent) => void,
4534
4577
  /**
4535
4578
  * Context object to call the event handler with. Defaults to this `sap.ui.table.Table` itself
4536
4579
  */
4537
4580
  oListener?: object
4538
4581
  ): this;
4539
4582
  /**
4540
- * @SINCE 1.21.0
4583
+ * @since 1.21.0
4541
4584
  *
4542
4585
  * Attaches event handler `fnFunction` to the {@link #event:cellClick cellClick} event of this `sap.ui.table.Table`.
4543
4586
  *
@@ -4552,14 +4595,14 @@ declare module "sap/ui/table/Table" {
4552
4595
  /**
4553
4596
  * The function to be called when the event occurs
4554
4597
  */
4555
- fnFunction: (p1: Event) => void,
4598
+ fnFunction: (p1: Table$CellClickEvent) => void,
4556
4599
  /**
4557
4600
  * Context object to call the event handler with. Defaults to this `sap.ui.table.Table` itself
4558
4601
  */
4559
4602
  oListener?: object
4560
4603
  ): this;
4561
4604
  /**
4562
- * @SINCE 1.21.0
4605
+ * @since 1.21.0
4563
4606
  * @deprecated (since 1.54) - replaced by `beforeOpenContextMenu`.
4564
4607
  *
4565
4608
  * Attaches event handler `fnFunction` to the {@link #event:cellContextmenu cellContextmenu} event of this
@@ -4581,14 +4624,14 @@ declare module "sap/ui/table/Table" {
4581
4624
  /**
4582
4625
  * The function to be called when the event occurs
4583
4626
  */
4584
- fnFunction: (p1: Event) => void,
4627
+ fnFunction: (p1: Table$CellContextmenuEvent) => void,
4585
4628
  /**
4586
4629
  * Context object to call the event handler with. Defaults to this `sap.ui.table.Table` itself
4587
4630
  */
4588
4631
  oListener?: object
4589
4632
  ): this;
4590
4633
  /**
4591
- * @SINCE 1.21.0
4634
+ * @since 1.21.0
4592
4635
  * @deprecated (since 1.54) - replaced by `beforeOpenContextMenu`.
4593
4636
  *
4594
4637
  * Attaches event handler `fnFunction` to the {@link #event:cellContextmenu cellContextmenu} event of this
@@ -4605,14 +4648,14 @@ declare module "sap/ui/table/Table" {
4605
4648
  /**
4606
4649
  * The function to be called when the event occurs
4607
4650
  */
4608
- fnFunction: (p1: Event) => void,
4651
+ fnFunction: (p1: Table$CellContextmenuEvent) => void,
4609
4652
  /**
4610
4653
  * Context object to call the event handler with. Defaults to this `sap.ui.table.Table` itself
4611
4654
  */
4612
4655
  oListener?: object
4613
4656
  ): this;
4614
4657
  /**
4615
- * @SINCE 1.21.0
4658
+ * @since 1.21.0
4616
4659
  *
4617
4660
  * Attaches event handler `fnFunction` to the {@link #event:columnFreeze columnFreeze} event of this `sap.ui.table.Table`.
4618
4661
  *
@@ -4632,14 +4675,14 @@ declare module "sap/ui/table/Table" {
4632
4675
  /**
4633
4676
  * The function to be called when the event occurs
4634
4677
  */
4635
- fnFunction: (p1: Event) => void,
4678
+ fnFunction: (p1: Table$ColumnFreezeEvent) => void,
4636
4679
  /**
4637
4680
  * Context object to call the event handler with. Defaults to this `sap.ui.table.Table` itself
4638
4681
  */
4639
4682
  oListener?: object
4640
4683
  ): this;
4641
4684
  /**
4642
- * @SINCE 1.21.0
4685
+ * @since 1.21.0
4643
4686
  *
4644
4687
  * Attaches event handler `fnFunction` to the {@link #event:columnFreeze columnFreeze} event of this `sap.ui.table.Table`.
4645
4688
  *
@@ -4654,7 +4697,7 @@ declare module "sap/ui/table/Table" {
4654
4697
  /**
4655
4698
  * The function to be called when the event occurs
4656
4699
  */
4657
- fnFunction: (p1: Event) => void,
4700
+ fnFunction: (p1: Table$ColumnFreezeEvent) => void,
4658
4701
  /**
4659
4702
  * Context object to call the event handler with. Defaults to this `sap.ui.table.Table` itself
4660
4703
  */
@@ -4679,7 +4722,7 @@ declare module "sap/ui/table/Table" {
4679
4722
  /**
4680
4723
  * The function to be called when the event occurs
4681
4724
  */
4682
- fnFunction: (p1: Event) => void,
4725
+ fnFunction: (p1: Table$ColumnMoveEvent) => void,
4683
4726
  /**
4684
4727
  * Context object to call the event handler with. Defaults to this `sap.ui.table.Table` itself
4685
4728
  */
@@ -4699,7 +4742,7 @@ declare module "sap/ui/table/Table" {
4699
4742
  /**
4700
4743
  * The function to be called when the event occurs
4701
4744
  */
4702
- fnFunction: (p1: Event) => void,
4745
+ fnFunction: (p1: Table$ColumnMoveEvent) => void,
4703
4746
  /**
4704
4747
  * Context object to call the event handler with. Defaults to this `sap.ui.table.Table` itself
4705
4748
  */
@@ -4724,7 +4767,7 @@ declare module "sap/ui/table/Table" {
4724
4767
  /**
4725
4768
  * The function to be called when the event occurs
4726
4769
  */
4727
- fnFunction: (p1: Event) => void,
4770
+ fnFunction: (p1: Table$ColumnResizeEvent) => void,
4728
4771
  /**
4729
4772
  * Context object to call the event handler with. Defaults to this `sap.ui.table.Table` itself
4730
4773
  */
@@ -4744,7 +4787,7 @@ declare module "sap/ui/table/Table" {
4744
4787
  /**
4745
4788
  * The function to be called when the event occurs
4746
4789
  */
4747
- fnFunction: (p1: Event) => void,
4790
+ fnFunction: (p1: Table$ColumnResizeEvent) => void,
4748
4791
  /**
4749
4792
  * Context object to call the event handler with. Defaults to this `sap.ui.table.Table` itself
4750
4793
  */
@@ -4769,7 +4812,7 @@ declare module "sap/ui/table/Table" {
4769
4812
  /**
4770
4813
  * The function to be called when the event occurs
4771
4814
  */
4772
- fnFunction: (p1: Event) => void,
4815
+ fnFunction: (p1: Table$ColumnSelectEvent) => void,
4773
4816
  /**
4774
4817
  * Context object to call the event handler with. Defaults to this `sap.ui.table.Table` itself
4775
4818
  */
@@ -4789,7 +4832,7 @@ declare module "sap/ui/table/Table" {
4789
4832
  /**
4790
4833
  * The function to be called when the event occurs
4791
4834
  */
4792
- fnFunction: (p1: Event) => void,
4835
+ fnFunction: (p1: Table$ColumnSelectEvent) => void,
4793
4836
  /**
4794
4837
  * Context object to call the event handler with. Defaults to this `sap.ui.table.Table` itself
4795
4838
  */
@@ -4815,7 +4858,7 @@ declare module "sap/ui/table/Table" {
4815
4858
  /**
4816
4859
  * The function to be called when the event occurs
4817
4860
  */
4818
- fnFunction: (p1: Event) => void,
4861
+ fnFunction: (p1: Table$ColumnVisibilityEvent) => void,
4819
4862
  /**
4820
4863
  * Context object to call the event handler with. Defaults to this `sap.ui.table.Table` itself
4821
4864
  */
@@ -4836,14 +4879,14 @@ declare module "sap/ui/table/Table" {
4836
4879
  /**
4837
4880
  * The function to be called when the event occurs
4838
4881
  */
4839
- fnFunction: (p1: Event) => void,
4882
+ fnFunction: (p1: Table$ColumnVisibilityEvent) => void,
4840
4883
  /**
4841
4884
  * Context object to call the event handler with. Defaults to this `sap.ui.table.Table` itself
4842
4885
  */
4843
4886
  oListener?: object
4844
4887
  ): this;
4845
4888
  /**
4846
- * @SINCE 1.23.0
4889
+ * @since 1.23.0
4847
4890
  *
4848
4891
  * Attaches event handler `fnFunction` to the {@link #event:customFilter customFilter} event of this `sap.ui.table.Table`.
4849
4892
  *
@@ -4864,14 +4907,14 @@ declare module "sap/ui/table/Table" {
4864
4907
  /**
4865
4908
  * The function to be called when the event occurs
4866
4909
  */
4867
- fnFunction: (p1: Event) => void,
4910
+ fnFunction: (p1: Table$CustomFilterEvent) => void,
4868
4911
  /**
4869
4912
  * Context object to call the event handler with. Defaults to this `sap.ui.table.Table` itself
4870
4913
  */
4871
4914
  oListener?: object
4872
4915
  ): this;
4873
4916
  /**
4874
- * @SINCE 1.23.0
4917
+ * @since 1.23.0
4875
4918
  *
4876
4919
  * Attaches event handler `fnFunction` to the {@link #event:customFilter customFilter} event of this `sap.ui.table.Table`.
4877
4920
  *
@@ -4887,7 +4930,7 @@ declare module "sap/ui/table/Table" {
4887
4930
  /**
4888
4931
  * The function to be called when the event occurs
4889
4932
  */
4890
- fnFunction: (p1: Event) => void,
4933
+ fnFunction: (p1: Table$CustomFilterEvent) => void,
4891
4934
  /**
4892
4935
  * Context object to call the event handler with. Defaults to this `sap.ui.table.Table` itself
4893
4936
  */
@@ -4899,7 +4942,7 @@ declare module "sap/ui/table/Table" {
4899
4942
  * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
4900
4943
  * otherwise it will be bound to this `sap.ui.table.Table` itself.
4901
4944
  *
4902
- * This event is fired before a filter is applied to a column, if the table is filtered via {@link sap.ui.table.Table#filter}
4945
+ * This event is fired before a filter is applied to a column, if the table is filtered via {@link sap.ui.table.Table#filter }
4903
4946
  * call or user interaction with the column header.
4904
4947
  *
4905
4948
  * Filters that are directly applied to the table binding will not fire this event.
@@ -4915,7 +4958,7 @@ declare module "sap/ui/table/Table" {
4915
4958
  /**
4916
4959
  * The function to be called when the event occurs
4917
4960
  */
4918
- fnFunction: (p1: Event) => void,
4961
+ fnFunction: (p1: Table$FilterEvent) => void,
4919
4962
  /**
4920
4963
  * Context object to call the event handler with. Defaults to this `sap.ui.table.Table` itself
4921
4964
  */
@@ -4927,7 +4970,7 @@ declare module "sap/ui/table/Table" {
4927
4970
  * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
4928
4971
  * otherwise it will be bound to this `sap.ui.table.Table` itself.
4929
4972
  *
4930
- * This event is fired before a filter is applied to a column, if the table is filtered via {@link sap.ui.table.Table#filter}
4973
+ * This event is fired before a filter is applied to a column, if the table is filtered via {@link sap.ui.table.Table#filter }
4931
4974
  * call or user interaction with the column header.
4932
4975
  *
4933
4976
  * Filters that are directly applied to the table binding will not fire this event.
@@ -4938,16 +4981,16 @@ declare module "sap/ui/table/Table" {
4938
4981
  /**
4939
4982
  * The function to be called when the event occurs
4940
4983
  */
4941
- fnFunction: (p1: Event) => void,
4984
+ fnFunction: (p1: Table$FilterEvent) => void,
4942
4985
  /**
4943
4986
  * Context object to call the event handler with. Defaults to this `sap.ui.table.Table` itself
4944
4987
  */
4945
4988
  oListener?: object
4946
4989
  ): this;
4947
4990
  /**
4948
- * @SINCE 1.37.0
4991
+ * @since 1.37.0
4949
4992
  *
4950
- * Attaches event handler `fnFunction` to the {@link #event:firstVisibleRowChanged firstVisibleRowChanged}
4993
+ * Attaches event handler `fnFunction` to the {@link #event:firstVisibleRowChanged firstVisibleRowChanged }
4951
4994
  * event of this `sap.ui.table.Table`.
4952
4995
  *
4953
4996
  * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
@@ -4967,16 +5010,16 @@ declare module "sap/ui/table/Table" {
4967
5010
  /**
4968
5011
  * The function to be called when the event occurs
4969
5012
  */
4970
- fnFunction: (p1: Event) => void,
5013
+ fnFunction: (p1: Table$FirstVisibleRowChangedEvent) => void,
4971
5014
  /**
4972
5015
  * Context object to call the event handler with. Defaults to this `sap.ui.table.Table` itself
4973
5016
  */
4974
5017
  oListener?: object
4975
5018
  ): this;
4976
5019
  /**
4977
- * @SINCE 1.37.0
5020
+ * @since 1.37.0
4978
5021
  *
4979
- * Attaches event handler `fnFunction` to the {@link #event:firstVisibleRowChanged firstVisibleRowChanged}
5022
+ * Attaches event handler `fnFunction` to the {@link #event:firstVisibleRowChanged firstVisibleRowChanged }
4980
5023
  * event of this `sap.ui.table.Table`.
4981
5024
  *
4982
5025
  * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
@@ -4991,7 +5034,7 @@ declare module "sap/ui/table/Table" {
4991
5034
  /**
4992
5035
  * The function to be called when the event occurs
4993
5036
  */
4994
- fnFunction: (p1: Event) => void,
5037
+ fnFunction: (p1: Table$FirstVisibleRowChangedEvent) => void,
4995
5038
  /**
4996
5039
  * Context object to call the event handler with. Defaults to this `sap.ui.table.Table` itself
4997
5040
  */
@@ -5016,7 +5059,7 @@ declare module "sap/ui/table/Table" {
5016
5059
  /**
5017
5060
  * The function to be called when the event occurs
5018
5061
  */
5019
- fnFunction: (p1: Event) => void,
5062
+ fnFunction: (p1: Table$GroupEvent) => void,
5020
5063
  /**
5021
5064
  * Context object to call the event handler with. Defaults to this `sap.ui.table.Table` itself
5022
5065
  */
@@ -5036,14 +5079,14 @@ declare module "sap/ui/table/Table" {
5036
5079
  /**
5037
5080
  * The function to be called when the event occurs
5038
5081
  */
5039
- fnFunction: (p1: Event) => void,
5082
+ fnFunction: (p1: Table$GroupEvent) => void,
5040
5083
  /**
5041
5084
  * Context object to call the event handler with. Defaults to this `sap.ui.table.Table` itself
5042
5085
  */
5043
5086
  oListener?: object
5044
5087
  ): this;
5045
5088
  /**
5046
- * @SINCE 1.60
5089
+ * @since 1.60
5047
5090
  *
5048
5091
  * Attaches event handler `fnFunction` to the {@link #event:paste paste} event of this `sap.ui.table.Table`.
5049
5092
  *
@@ -5064,14 +5107,14 @@ declare module "sap/ui/table/Table" {
5064
5107
  /**
5065
5108
  * The function to be called when the event occurs
5066
5109
  */
5067
- fnFunction: (p1: Event) => void,
5110
+ fnFunction: (p1: Table$PasteEvent) => void,
5068
5111
  /**
5069
5112
  * Context object to call the event handler with. Defaults to this `sap.ui.table.Table` itself
5070
5113
  */
5071
5114
  oListener?: object
5072
5115
  ): this;
5073
5116
  /**
5074
- * @SINCE 1.60
5117
+ * @since 1.60
5075
5118
  *
5076
5119
  * Attaches event handler `fnFunction` to the {@link #event:paste paste} event of this `sap.ui.table.Table`.
5077
5120
  *
@@ -5087,7 +5130,7 @@ declare module "sap/ui/table/Table" {
5087
5130
  /**
5088
5131
  * The function to be called when the event occurs
5089
5132
  */
5090
- fnFunction: (p1: Event) => void,
5133
+ fnFunction: (p1: Table$PasteEvent) => void,
5091
5134
  /**
5092
5135
  * Context object to call the event handler with. Defaults to this `sap.ui.table.Table` itself
5093
5136
  */
@@ -5116,7 +5159,7 @@ declare module "sap/ui/table/Table" {
5116
5159
  /**
5117
5160
  * The function to be called when the event occurs
5118
5161
  */
5119
- fnFunction: (p1: Event) => void,
5162
+ fnFunction: (p1: Table$RowSelectionChangeEvent) => void,
5120
5163
  /**
5121
5164
  * Context object to call the event handler with. Defaults to this `sap.ui.table.Table` itself
5122
5165
  */
@@ -5140,14 +5183,14 @@ declare module "sap/ui/table/Table" {
5140
5183
  /**
5141
5184
  * The function to be called when the event occurs
5142
5185
  */
5143
- fnFunction: (p1: Event) => void,
5186
+ fnFunction: (p1: Table$RowSelectionChangeEvent) => void,
5144
5187
  /**
5145
5188
  * Context object to call the event handler with. Defaults to this `sap.ui.table.Table` itself
5146
5189
  */
5147
5190
  oListener?: object
5148
5191
  ): this;
5149
5192
  /**
5150
- * @SINCE 1.86
5193
+ * @since 1.86
5151
5194
  *
5152
5195
  * Attaches event handler `fnFunction` to the {@link #event:rowsUpdated rowsUpdated} event of this `sap.ui.table.Table`.
5153
5196
  *
@@ -5177,7 +5220,7 @@ declare module "sap/ui/table/Table" {
5177
5220
  oListener?: object
5178
5221
  ): this;
5179
5222
  /**
5180
- * @SINCE 1.86
5223
+ * @since 1.86
5181
5224
  *
5182
5225
  * Attaches event handler `fnFunction` to the {@link #event:rowsUpdated rowsUpdated} event of this `sap.ui.table.Table`.
5183
5226
  *
@@ -5207,7 +5250,7 @@ declare module "sap/ui/table/Table" {
5207
5250
  * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
5208
5251
  * otherwise it will be bound to this `sap.ui.table.Table` itself.
5209
5252
  *
5210
- * This event is fired before a sort order is applied to a column, if the table is sorted via {@link sap.ui.table.Table#sort}
5253
+ * This event is fired before a sort order is applied to a column, if the table is sorted via {@link sap.ui.table.Table#sort }
5211
5254
  * call or user interaction with the column header.
5212
5255
  *
5213
5256
  * Sorters that are directly applied to the table binding will not fire this event.
@@ -5223,7 +5266,7 @@ declare module "sap/ui/table/Table" {
5223
5266
  /**
5224
5267
  * The function to be called when the event occurs
5225
5268
  */
5226
- fnFunction: (p1: Event) => void,
5269
+ fnFunction: (p1: Table$SortEvent) => void,
5227
5270
  /**
5228
5271
  * Context object to call the event handler with. Defaults to this `sap.ui.table.Table` itself
5229
5272
  */
@@ -5235,7 +5278,7 @@ declare module "sap/ui/table/Table" {
5235
5278
  * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
5236
5279
  * otherwise it will be bound to this `sap.ui.table.Table` itself.
5237
5280
  *
5238
- * This event is fired before a sort order is applied to a column, if the table is sorted via {@link sap.ui.table.Table#sort}
5281
+ * This event is fired before a sort order is applied to a column, if the table is sorted via {@link sap.ui.table.Table#sort }
5239
5282
  * call or user interaction with the column header.
5240
5283
  *
5241
5284
  * Sorters that are directly applied to the table binding will not fire this event.
@@ -5246,14 +5289,14 @@ declare module "sap/ui/table/Table" {
5246
5289
  /**
5247
5290
  * The function to be called when the event occurs
5248
5291
  */
5249
- fnFunction: (p1: Event) => void,
5292
+ fnFunction: (p1: Table$SortEvent) => void,
5250
5293
  /**
5251
5294
  * Context object to call the event handler with. Defaults to this `sap.ui.table.Table` itself
5252
5295
  */
5253
5296
  oListener?: object
5254
5297
  ): this;
5255
5298
  /**
5256
- * @EXPERIMENTAL - Experimental! Presently implemented to only work with a very limited set of controls
5299
+ * @experimental - Experimental! Presently implemented to only work with a very limited set of controls
5257
5300
  * (e.g. sap.m.Text).
5258
5301
  *
5259
5302
  * Triggers automatic resizing of a column to the widest content.
@@ -5305,7 +5348,7 @@ declare module "sap/ui/table/Table" {
5305
5348
  */
5306
5349
  destroyColumns(): this;
5307
5350
  /**
5308
- * @SINCE 1.54
5351
+ * @since 1.54
5309
5352
  *
5310
5353
  * Destroys the contextMenu in the aggregation {@link #getContextMenu contextMenu}.
5311
5354
  *
@@ -5331,7 +5374,7 @@ declare module "sap/ui/table/Table" {
5331
5374
  */
5332
5375
  destroyNoData(): this;
5333
5376
  /**
5334
- * @SINCE 1.64
5377
+ * @since 1.64
5335
5378
  *
5336
5379
  * Destroys all the plugins in the aggregation {@link #getPlugins plugins}.
5337
5380
  *
@@ -5373,9 +5416,9 @@ declare module "sap/ui/table/Table" {
5373
5416
  */
5374
5417
  destroyToolbar(): this;
5375
5418
  /**
5376
- * @SINCE 1.54
5419
+ * @since 1.54
5377
5420
  *
5378
- * Detaches event handler `fnFunction` from the {@link #event:beforeOpenContextMenu beforeOpenContextMenu}
5421
+ * Detaches event handler `fnFunction` from the {@link #event:beforeOpenContextMenu beforeOpenContextMenu }
5379
5422
  * event of this `sap.ui.table.Table`.
5380
5423
  *
5381
5424
  * The passed function and listener object must match the ones used for event registration.
@@ -5386,14 +5429,14 @@ declare module "sap/ui/table/Table" {
5386
5429
  /**
5387
5430
  * The function to be called, when the event occurs
5388
5431
  */
5389
- fnFunction: (p1: Event) => void,
5432
+ fnFunction: (p1: Table$BeforeOpenContextMenuEvent) => void,
5390
5433
  /**
5391
5434
  * Context object on which the given function had to be called
5392
5435
  */
5393
5436
  oListener?: object
5394
5437
  ): this;
5395
5438
  /**
5396
- * @SINCE 1.37.0
5439
+ * @since 1.37.0
5397
5440
  *
5398
5441
  * Detaches event handler `fnFunction` from the {@link #event:busyStateChanged busyStateChanged} event of
5399
5442
  * this `sap.ui.table.Table`.
@@ -5406,14 +5449,14 @@ declare module "sap/ui/table/Table" {
5406
5449
  /**
5407
5450
  * The function to be called, when the event occurs
5408
5451
  */
5409
- fnFunction: (p1: Event) => void,
5452
+ fnFunction: (p1: Table$BusyStateChangedEvent) => void,
5410
5453
  /**
5411
5454
  * Context object on which the given function had to be called
5412
5455
  */
5413
5456
  oListener?: object
5414
5457
  ): this;
5415
5458
  /**
5416
- * @SINCE 1.21.0
5459
+ * @since 1.21.0
5417
5460
  *
5418
5461
  * Detaches event handler `fnFunction` from the {@link #event:cellClick cellClick} event of this `sap.ui.table.Table`.
5419
5462
  *
@@ -5425,14 +5468,14 @@ declare module "sap/ui/table/Table" {
5425
5468
  /**
5426
5469
  * The function to be called, when the event occurs
5427
5470
  */
5428
- fnFunction: (p1: Event) => void,
5471
+ fnFunction: (p1: Table$CellClickEvent) => void,
5429
5472
  /**
5430
5473
  * Context object on which the given function had to be called
5431
5474
  */
5432
5475
  oListener?: object
5433
5476
  ): this;
5434
5477
  /**
5435
- * @SINCE 1.21.0
5478
+ * @since 1.21.0
5436
5479
  * @deprecated (since 1.54) - replaced by `beforeOpenContextMenu`.
5437
5480
  *
5438
5481
  * Detaches event handler `fnFunction` from the {@link #event:cellContextmenu cellContextmenu} event of
@@ -5446,14 +5489,14 @@ declare module "sap/ui/table/Table" {
5446
5489
  /**
5447
5490
  * The function to be called, when the event occurs
5448
5491
  */
5449
- fnFunction: (p1: Event) => void,
5492
+ fnFunction: (p1: Table$CellContextmenuEvent) => void,
5450
5493
  /**
5451
5494
  * Context object on which the given function had to be called
5452
5495
  */
5453
5496
  oListener?: object
5454
5497
  ): this;
5455
5498
  /**
5456
- * @SINCE 1.21.0
5499
+ * @since 1.21.0
5457
5500
  *
5458
5501
  * Detaches event handler `fnFunction` from the {@link #event:columnFreeze columnFreeze} event of this `sap.ui.table.Table`.
5459
5502
  *
@@ -5465,7 +5508,7 @@ declare module "sap/ui/table/Table" {
5465
5508
  /**
5466
5509
  * The function to be called, when the event occurs
5467
5510
  */
5468
- fnFunction: (p1: Event) => void,
5511
+ fnFunction: (p1: Table$ColumnFreezeEvent) => void,
5469
5512
  /**
5470
5513
  * Context object on which the given function had to be called
5471
5514
  */
@@ -5482,7 +5525,7 @@ declare module "sap/ui/table/Table" {
5482
5525
  /**
5483
5526
  * The function to be called, when the event occurs
5484
5527
  */
5485
- fnFunction: (p1: Event) => void,
5528
+ fnFunction: (p1: Table$ColumnMoveEvent) => void,
5486
5529
  /**
5487
5530
  * Context object on which the given function had to be called
5488
5531
  */
@@ -5499,7 +5542,7 @@ declare module "sap/ui/table/Table" {
5499
5542
  /**
5500
5543
  * The function to be called, when the event occurs
5501
5544
  */
5502
- fnFunction: (p1: Event) => void,
5545
+ fnFunction: (p1: Table$ColumnResizeEvent) => void,
5503
5546
  /**
5504
5547
  * Context object on which the given function had to be called
5505
5548
  */
@@ -5516,7 +5559,7 @@ declare module "sap/ui/table/Table" {
5516
5559
  /**
5517
5560
  * The function to be called, when the event occurs
5518
5561
  */
5519
- fnFunction: (p1: Event) => void,
5562
+ fnFunction: (p1: Table$ColumnSelectEvent) => void,
5520
5563
  /**
5521
5564
  * Context object on which the given function had to be called
5522
5565
  */
@@ -5534,14 +5577,14 @@ declare module "sap/ui/table/Table" {
5534
5577
  /**
5535
5578
  * The function to be called, when the event occurs
5536
5579
  */
5537
- fnFunction: (p1: Event) => void,
5580
+ fnFunction: (p1: Table$ColumnVisibilityEvent) => void,
5538
5581
  /**
5539
5582
  * Context object on which the given function had to be called
5540
5583
  */
5541
5584
  oListener?: object
5542
5585
  ): this;
5543
5586
  /**
5544
- * @SINCE 1.23.0
5587
+ * @since 1.23.0
5545
5588
  *
5546
5589
  * Detaches event handler `fnFunction` from the {@link #event:customFilter customFilter} event of this `sap.ui.table.Table`.
5547
5590
  *
@@ -5553,7 +5596,7 @@ declare module "sap/ui/table/Table" {
5553
5596
  /**
5554
5597
  * The function to be called, when the event occurs
5555
5598
  */
5556
- fnFunction: (p1: Event) => void,
5599
+ fnFunction: (p1: Table$CustomFilterEvent) => void,
5557
5600
  /**
5558
5601
  * Context object on which the given function had to be called
5559
5602
  */
@@ -5570,16 +5613,16 @@ declare module "sap/ui/table/Table" {
5570
5613
  /**
5571
5614
  * The function to be called, when the event occurs
5572
5615
  */
5573
- fnFunction: (p1: Event) => void,
5616
+ fnFunction: (p1: Table$FilterEvent) => void,
5574
5617
  /**
5575
5618
  * Context object on which the given function had to be called
5576
5619
  */
5577
5620
  oListener?: object
5578
5621
  ): this;
5579
5622
  /**
5580
- * @SINCE 1.37.0
5623
+ * @since 1.37.0
5581
5624
  *
5582
- * Detaches event handler `fnFunction` from the {@link #event:firstVisibleRowChanged firstVisibleRowChanged}
5625
+ * Detaches event handler `fnFunction` from the {@link #event:firstVisibleRowChanged firstVisibleRowChanged }
5583
5626
  * event of this `sap.ui.table.Table`.
5584
5627
  *
5585
5628
  * The passed function and listener object must match the ones used for event registration.
@@ -5590,7 +5633,7 @@ declare module "sap/ui/table/Table" {
5590
5633
  /**
5591
5634
  * The function to be called, when the event occurs
5592
5635
  */
5593
- fnFunction: (p1: Event) => void,
5636
+ fnFunction: (p1: Table$FirstVisibleRowChangedEvent) => void,
5594
5637
  /**
5595
5638
  * Context object on which the given function had to be called
5596
5639
  */
@@ -5607,14 +5650,14 @@ declare module "sap/ui/table/Table" {
5607
5650
  /**
5608
5651
  * The function to be called, when the event occurs
5609
5652
  */
5610
- fnFunction: (p1: Event) => void,
5653
+ fnFunction: (p1: Table$GroupEvent) => void,
5611
5654
  /**
5612
5655
  * Context object on which the given function had to be called
5613
5656
  */
5614
5657
  oListener?: object
5615
5658
  ): this;
5616
5659
  /**
5617
- * @SINCE 1.60
5660
+ * @since 1.60
5618
5661
  *
5619
5662
  * Detaches event handler `fnFunction` from the {@link #event:paste paste} event of this `sap.ui.table.Table`.
5620
5663
  *
@@ -5626,7 +5669,7 @@ declare module "sap/ui/table/Table" {
5626
5669
  /**
5627
5670
  * The function to be called, when the event occurs
5628
5671
  */
5629
- fnFunction: (p1: Event) => void,
5672
+ fnFunction: (p1: Table$PasteEvent) => void,
5630
5673
  /**
5631
5674
  * Context object on which the given function had to be called
5632
5675
  */
@@ -5644,14 +5687,14 @@ declare module "sap/ui/table/Table" {
5644
5687
  /**
5645
5688
  * The function to be called, when the event occurs
5646
5689
  */
5647
- fnFunction: (p1: Event) => void,
5690
+ fnFunction: (p1: Table$RowSelectionChangeEvent) => void,
5648
5691
  /**
5649
5692
  * Context object on which the given function had to be called
5650
5693
  */
5651
5694
  oListener?: object
5652
5695
  ): this;
5653
5696
  /**
5654
- * @SINCE 1.86
5697
+ * @since 1.86
5655
5698
  *
5656
5699
  * Detaches event handler `fnFunction` from the {@link #event:rowsUpdated rowsUpdated} event of this `sap.ui.table.Table`.
5657
5700
  *
@@ -5680,7 +5723,7 @@ declare module "sap/ui/table/Table" {
5680
5723
  /**
5681
5724
  * The function to be called, when the event occurs
5682
5725
  */
5683
- fnFunction: (p1: Event) => void,
5726
+ fnFunction: (p1: Table$SortEvent) => void,
5684
5727
  /**
5685
5728
  * Context object on which the given function had to be called
5686
5729
  */
@@ -5688,7 +5731,7 @@ declare module "sap/ui/table/Table" {
5688
5731
  ): this;
5689
5732
  /**
5690
5733
  * @deprecated (since 1.56) - replaced by the `sap.ui.export` library.
5691
- * @EXPERIMENTAL - Experimental because the property for the column/cell definitions (sortProperty) could
5734
+ * @experimental - Experimental because the property for the column/cell definitions (sortProperty) could
5692
5735
  * change in future.
5693
5736
  *
5694
5737
  * Creates a new {@link sap.ui.core.util.Export} object and fills row/column information from the table
@@ -5720,8 +5763,8 @@ declare module "sap/ui/table/Table" {
5720
5763
  sValue?: string
5721
5764
  ): void;
5722
5765
  /**
5723
- * @SINCE 1.54
5724
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
5766
+ * @since 1.54
5767
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
5725
5768
  *
5726
5769
  * Fires event {@link #event:beforeOpenContextMenu beforeOpenContextMenu} to attached listeners.
5727
5770
  *
@@ -5734,24 +5777,11 @@ declare module "sap/ui/table/Table" {
5734
5777
  /**
5735
5778
  * Parameters to pass along with the event
5736
5779
  */
5737
- mParameters?: {
5738
- /**
5739
- * Row index where the context menu opens.
5740
- */
5741
- rowIndex?: int;
5742
- /**
5743
- * Column index where the context menu opens. This is the index of the column in the `columns` aggregation.
5744
- */
5745
- columnIndex?: int;
5746
- /**
5747
- * Context menu
5748
- */
5749
- contextMenu?: IContextMenu;
5750
- }
5780
+ mParameters?: Table$BeforeOpenContextMenuEventParameters
5751
5781
  ): boolean;
5752
5782
  /**
5753
- * @SINCE 1.37.0
5754
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
5783
+ * @since 1.37.0
5784
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
5755
5785
  *
5756
5786
  * Fires event {@link #event:busyStateChanged busyStateChanged} to attached listeners.
5757
5787
  *
@@ -5761,16 +5791,11 @@ declare module "sap/ui/table/Table" {
5761
5791
  /**
5762
5792
  * Parameters to pass along with the event
5763
5793
  */
5764
- mParameters?: {
5765
- /**
5766
- * busy state
5767
- */
5768
- busy?: boolean;
5769
- }
5794
+ mParameters?: Table$BusyStateChangedEventParameters
5770
5795
  ): this;
5771
5796
  /**
5772
- * @SINCE 1.21.0
5773
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
5797
+ * @since 1.21.0
5798
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
5774
5799
  *
5775
5800
  * Fires event {@link #event:cellClick cellClick} to attached listeners.
5776
5801
  *
@@ -5783,38 +5808,12 @@ declare module "sap/ui/table/Table" {
5783
5808
  /**
5784
5809
  * Parameters to pass along with the event
5785
5810
  */
5786
- mParameters?: {
5787
- /**
5788
- * The control of the cell.
5789
- */
5790
- cellControl?: Control;
5791
- /**
5792
- * DOM reference of the clicked cell. Can be used to position the context menu.
5793
- */
5794
- cellDomRef?: Object;
5795
- /**
5796
- * Row index of the selected cell.
5797
- */
5798
- rowIndex?: int;
5799
- /**
5800
- * Column index of the selected cell. This is the index of visible columns and might differ from the index
5801
- * maintained in the column aggregation.
5802
- */
5803
- columnIndex?: int;
5804
- /**
5805
- * Column ID of the selected cell.
5806
- */
5807
- columnId?: string;
5808
- /**
5809
- * Row binding context of the selected cell.
5810
- */
5811
- rowBindingContext?: Context;
5812
- }
5811
+ mParameters?: Table$CellClickEventParameters
5813
5812
  ): boolean;
5814
5813
  /**
5815
- * @SINCE 1.21.0
5814
+ * @since 1.21.0
5816
5815
  * @deprecated (since 1.54) - replaced by `beforeOpenContextMenu`.
5817
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
5816
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
5818
5817
  *
5819
5818
  * Fires event {@link #event:cellContextmenu cellContextmenu} to attached listeners.
5820
5819
  *
@@ -5827,37 +5826,11 @@ declare module "sap/ui/table/Table" {
5827
5826
  /**
5828
5827
  * Parameters to pass along with the event
5829
5828
  */
5830
- mParameters?: {
5831
- /**
5832
- * The control of the cell.
5833
- */
5834
- cellControl?: Control;
5835
- /**
5836
- * DOM reference of the clicked cell. Can be used to position the context menu.
5837
- */
5838
- cellDomRef?: Object;
5839
- /**
5840
- * Row index of the selected cell.
5841
- */
5842
- rowIndex?: int;
5843
- /**
5844
- * Column index of the selected cell. This is the index of visible columns and might differ from the index
5845
- * maintained in the column aggregation.
5846
- */
5847
- columnIndex?: int;
5848
- /**
5849
- * Column ID of the selected cell.
5850
- */
5851
- columnId?: string;
5852
- /**
5853
- * Row binding context of the selected cell.
5854
- */
5855
- rowBindingContext?: Context;
5856
- }
5829
+ mParameters?: Table$CellContextmenuEventParameters
5857
5830
  ): boolean;
5858
5831
  /**
5859
- * @SINCE 1.21.0
5860
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
5832
+ * @since 1.21.0
5833
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
5861
5834
  *
5862
5835
  * Fires event {@link #event:columnFreeze columnFreeze} to attached listeners.
5863
5836
  *
@@ -5870,15 +5843,10 @@ declare module "sap/ui/table/Table" {
5870
5843
  /**
5871
5844
  * Parameters to pass along with the event
5872
5845
  */
5873
- mParameters?: {
5874
- /**
5875
- * reference to the column to freeze
5876
- */
5877
- column?: Column;
5878
- }
5846
+ mParameters?: Table$ColumnFreezeEventParameters
5879
5847
  ): boolean;
5880
5848
  /**
5881
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
5849
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
5882
5850
  *
5883
5851
  * Fires event {@link #event:columnMove columnMove} to attached listeners.
5884
5852
  *
@@ -5891,19 +5859,10 @@ declare module "sap/ui/table/Table" {
5891
5859
  /**
5892
5860
  * Parameters to pass along with the event
5893
5861
  */
5894
- mParameters?: {
5895
- /**
5896
- * moved column.
5897
- */
5898
- column?: Column;
5899
- /**
5900
- * new position of the column.
5901
- */
5902
- newPos?: int;
5903
- }
5862
+ mParameters?: Table$ColumnMoveEventParameters
5904
5863
  ): boolean;
5905
5864
  /**
5906
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
5865
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
5907
5866
  *
5908
5867
  * Fires event {@link #event:columnResize columnResize} to attached listeners.
5909
5868
  *
@@ -5916,19 +5875,10 @@ declare module "sap/ui/table/Table" {
5916
5875
  /**
5917
5876
  * Parameters to pass along with the event
5918
5877
  */
5919
- mParameters?: {
5920
- /**
5921
- * resized column.
5922
- */
5923
- column?: Column;
5924
- /**
5925
- * new width of the table column as CSS Size definition.
5926
- */
5927
- width?: CSSSize;
5928
- }
5878
+ mParameters?: Table$ColumnResizeEventParameters
5929
5879
  ): boolean;
5930
5880
  /**
5931
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
5881
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
5932
5882
  *
5933
5883
  * Fires event {@link #event:columnSelect columnSelect} to attached listeners.
5934
5884
  *
@@ -5941,15 +5891,10 @@ declare module "sap/ui/table/Table" {
5941
5891
  /**
5942
5892
  * Parameters to pass along with the event
5943
5893
  */
5944
- mParameters?: {
5945
- /**
5946
- * reference to the selected column
5947
- */
5948
- column?: Column;
5949
- }
5894
+ mParameters?: Table$ColumnSelectEventParameters
5950
5895
  ): boolean;
5951
5896
  /**
5952
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
5897
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
5953
5898
  *
5954
5899
  * Fires event {@link #event:columnVisibility columnVisibility} to attached listeners.
5955
5900
  *
@@ -5962,20 +5907,11 @@ declare module "sap/ui/table/Table" {
5962
5907
  /**
5963
5908
  * Parameters to pass along with the event
5964
5909
  */
5965
- mParameters?: {
5966
- /**
5967
- * affected column.
5968
- */
5969
- column?: Column;
5970
- /**
5971
- * new value of the visible property.
5972
- */
5973
- newVisible?: boolean;
5974
- }
5910
+ mParameters?: Table$ColumnVisibilityEventParameters
5975
5911
  ): boolean;
5976
5912
  /**
5977
- * @SINCE 1.23.0
5978
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
5913
+ * @since 1.23.0
5914
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
5979
5915
  *
5980
5916
  * Fires event {@link #event:customFilter customFilter} to attached listeners.
5981
5917
  *
@@ -5985,19 +5921,10 @@ declare module "sap/ui/table/Table" {
5985
5921
  /**
5986
5922
  * Parameters to pass along with the event
5987
5923
  */
5988
- mParameters?: {
5989
- /**
5990
- * The column instance on which the custom filter button was pressed.
5991
- */
5992
- column?: Column;
5993
- /**
5994
- * Filter value.
5995
- */
5996
- value?: string;
5997
- }
5924
+ mParameters?: Table$CustomFilterEventParameters
5998
5925
  ): this;
5999
5926
  /**
6000
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
5927
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
6001
5928
  *
6002
5929
  * Fires event {@link #event:filter filter} to attached listeners.
6003
5930
  *
@@ -6010,20 +5937,11 @@ declare module "sap/ui/table/Table" {
6010
5937
  /**
6011
5938
  * Parameters to pass along with the event
6012
5939
  */
6013
- mParameters?: {
6014
- /**
6015
- * filtered column.
6016
- */
6017
- column?: Column;
6018
- /**
6019
- * filter value.
6020
- */
6021
- value?: string;
6022
- }
5940
+ mParameters?: Table$FilterEventParameters
6023
5941
  ): boolean;
6024
5942
  /**
6025
- * @SINCE 1.37.0
6026
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
5943
+ * @since 1.37.0
5944
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
6027
5945
  *
6028
5946
  * Fires event {@link #event:firstVisibleRowChanged firstVisibleRowChanged} to attached listeners.
6029
5947
  *
@@ -6033,15 +5951,10 @@ declare module "sap/ui/table/Table" {
6033
5951
  /**
6034
5952
  * Parameters to pass along with the event
6035
5953
  */
6036
- mParameters?: {
6037
- /**
6038
- * First visible row
6039
- */
6040
- firstVisibleRow?: int;
6041
- }
5954
+ mParameters?: Table$FirstVisibleRowChangedEventParameters
6042
5955
  ): this;
6043
5956
  /**
6044
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
5957
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
6045
5958
  *
6046
5959
  * Fires event {@link #event:group group} to attached listeners.
6047
5960
  *
@@ -6054,16 +5967,11 @@ declare module "sap/ui/table/Table" {
6054
5967
  /**
6055
5968
  * Parameters to pass along with the event
6056
5969
  */
6057
- mParameters?: {
6058
- /**
6059
- * grouped column.
6060
- */
6061
- column?: Column;
6062
- }
5970
+ mParameters?: Table$GroupEventParameters
6063
5971
  ): boolean;
6064
5972
  /**
6065
- * @SINCE 1.60
6066
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
5973
+ * @since 1.60
5974
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
6067
5975
  *
6068
5976
  * Fires event {@link #event:paste paste} to attached listeners.
6069
5977
  *
@@ -6076,16 +5984,10 @@ declare module "sap/ui/table/Table" {
6076
5984
  /**
6077
5985
  * Parameters to pass along with the event
6078
5986
  */
6079
- mParameters?: {
6080
- /**
6081
- * 2D array of strings with data from the clipboard. The first dimension represents the rows, and the second
6082
- * dimension represents the cells of the tabular data.
6083
- */
6084
- data?: string[][];
6085
- }
5987
+ mParameters?: Table$PasteEventParameters
6086
5988
  ): boolean;
6087
5989
  /**
6088
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
5990
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
6089
5991
  *
6090
5992
  * Fires event {@link #event:rowSelectionChange rowSelectionChange} to attached listeners.
6091
5993
  *
@@ -6095,33 +5997,11 @@ declare module "sap/ui/table/Table" {
6095
5997
  /**
6096
5998
  * Parameters to pass along with the event
6097
5999
  */
6098
- mParameters?: {
6099
- /**
6100
- * row index which has been clicked so that the selection has been changed (either selected or deselected)
6101
- */
6102
- rowIndex?: int;
6103
- /**
6104
- * binding context of the row which has been clicked so that selection has been changed
6105
- */
6106
- rowContext?: Context;
6107
- /**
6108
- * array of row indices which selection has been changed (either selected or deselected)
6109
- */
6110
- rowIndices?: int[];
6111
- /**
6112
- * indicator if "select all" function is used to select rows
6113
- */
6114
- selectAll?: boolean;
6115
- /**
6116
- * indicates that the event was fired due to an explicit user interaction like clicking the row header or
6117
- * using the keyboard (SPACE or ENTER) to select a row or a range of rows.
6118
- */
6119
- userInteraction?: boolean;
6120
- }
6000
+ mParameters?: Table$RowSelectionChangeEventParameters
6121
6001
  ): this;
6122
6002
  /**
6123
- * @SINCE 1.86
6124
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
6003
+ * @since 1.86
6004
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
6125
6005
  *
6126
6006
  * Fires event {@link #event:rowsUpdated rowsUpdated} to attached listeners.
6127
6007
  *
@@ -6134,7 +6014,7 @@ declare module "sap/ui/table/Table" {
6134
6014
  mParameters?: object
6135
6015
  ): this;
6136
6016
  /**
6137
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
6017
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
6138
6018
  *
6139
6019
  * Fires event {@link #event:sort sort} to attached listeners.
6140
6020
  *
@@ -6147,20 +6027,7 @@ declare module "sap/ui/table/Table" {
6147
6027
  /**
6148
6028
  * Parameters to pass along with the event
6149
6029
  */
6150
- mParameters?: {
6151
- /**
6152
- * sorted column.
6153
- */
6154
- column?: Column;
6155
- /**
6156
- * Sort Order
6157
- */
6158
- sortOrder?: SortOrder | keyof typeof SortOrder;
6159
- /**
6160
- * If column was added to sorter this is true. If new sort is started this is set to false
6161
- */
6162
- columnAdded?: boolean;
6163
- }
6030
+ mParameters?: Table$SortEventParameters
6164
6031
  ): boolean;
6165
6032
  /**
6166
6033
  * Sets the focus to the stored focus DOM reference.
@@ -6185,7 +6052,7 @@ declare module "sap/ui/table/Table" {
6185
6052
  }
6186
6053
  ): void;
6187
6054
  /**
6188
- * @SINCE 1.52
6055
+ * @since 1.52
6189
6056
  *
6190
6057
  * Gets current value of property {@link #getAlternateRowColors alternateRowColors}.
6191
6058
  *
@@ -6197,8 +6064,7 @@ declare module "sap/ui/table/Table" {
6197
6064
  */
6198
6065
  getAlternateRowColors(): boolean;
6199
6066
  /**
6200
- * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy
6201
- * ariaLabelledBy}.
6067
+ * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy ariaLabelledBy}.
6202
6068
  */
6203
6069
  getAriaLabelledBy(): ID[];
6204
6070
  /**
@@ -6263,7 +6129,7 @@ declare module "sap/ui/table/Table" {
6263
6129
  iIndex: int
6264
6130
  ): Context | null;
6265
6131
  /**
6266
- * @SINCE 1.54
6132
+ * @since 1.54
6267
6133
  *
6268
6134
  * Gets content of aggregation {@link #getContextMenu contextMenu}.
6269
6135
  *
@@ -6278,7 +6144,7 @@ declare module "sap/ui/table/Table" {
6278
6144
  */
6279
6145
  getContextMenu(): IContextMenu;
6280
6146
  /**
6281
- * @SINCE 1.52
6147
+ * @since 1.52
6282
6148
  *
6283
6149
  * Gets content of aggregation `dragDropConfig` which defines the drag-and-drop configuration.
6284
6150
  *
@@ -6297,6 +6163,8 @@ declare module "sap/ui/table/Table" {
6297
6163
  */
6298
6164
  getDragDropConfig(): DragDropBase[];
6299
6165
  /**
6166
+ * @deprecated (since 1.115)
6167
+ *
6300
6168
  * Gets current value of property {@link #getEditable editable}.
6301
6169
  *
6302
6170
  * Flag whether the controls of the Table are editable or not (currently this only controls the background
@@ -6308,7 +6176,7 @@ declare module "sap/ui/table/Table" {
6308
6176
  */
6309
6177
  getEditable(): boolean;
6310
6178
  /**
6311
- * @SINCE 1.27.0
6179
+ * @since 1.27.0
6312
6180
  *
6313
6181
  * Gets current value of property {@link #getEnableBusyIndicator enableBusyIndicator}.
6314
6182
  *
@@ -6324,7 +6192,7 @@ declare module "sap/ui/table/Table" {
6324
6192
  */
6325
6193
  getEnableBusyIndicator(): boolean;
6326
6194
  /**
6327
- * @SINCE 1.21.0
6195
+ * @since 1.21.0
6328
6196
  *
6329
6197
  * Gets current value of property {@link #getEnableCellFilter enableCellFilter}.
6330
6198
  *
@@ -6336,7 +6204,7 @@ declare module "sap/ui/table/Table" {
6336
6204
  */
6337
6205
  getEnableCellFilter(): boolean;
6338
6206
  /**
6339
- * @SINCE 1.21.0
6207
+ * @since 1.21.0
6340
6208
  *
6341
6209
  * Gets current value of property {@link #getEnableColumnFreeze enableColumnFreeze}.
6342
6210
  *
@@ -6358,7 +6226,7 @@ declare module "sap/ui/table/Table" {
6358
6226
  */
6359
6227
  getEnableColumnReordering(): boolean;
6360
6228
  /**
6361
- * @SINCE 1.23.0
6229
+ * @since 1.23.0
6362
6230
  *
6363
6231
  * Gets current value of property {@link #getEnableCustomFilter enableCustomFilter}.
6364
6232
  *
@@ -6380,16 +6248,16 @@ declare module "sap/ui/table/Table" {
6380
6248
  *
6381
6249
  * The following restrictions apply:
6382
6250
  * - Only client models are supported (e.g. {@link sap.ui.model.json.JSONModel}). Grouping does not work
6383
- * with OData models.
6251
+ * with OData models.
6384
6252
  * - The table can only be grouped by **one** column at a time. Grouping by another column will remove
6385
- * the current grouping.
6253
+ * the current grouping.
6386
6254
  * - For the grouping to work correctly, {@link sap.ui.table.Column#getSortProperty sortProperty} must
6387
- * be set for the grouped column.
6255
+ * be set for the grouped column.
6388
6256
  * - If grouping has been done, sorting and filtering is not possible. Any existing sorting and filtering
6389
- * rules do no longer apply. The UI is not updated accordingly (e.g. menu items, sort and filter icons).
6257
+ * rules do no longer apply. The UI is not updated accordingly (e.g. menu items, sort and filter icons).
6390
6258
  *
6391
6259
  * - The column, by which the table is grouped, is not visible. It will become visible again only if the
6392
- * table is grouped by another column or grouping is disabled.
6260
+ * table is grouped by another column or grouping is disabled.
6393
6261
  *
6394
6262
  * Default value is `false`.
6395
6263
  *
@@ -6397,7 +6265,7 @@ declare module "sap/ui/table/Table" {
6397
6265
  */
6398
6266
  getEnableGrouping(): boolean;
6399
6267
  /**
6400
- * @SINCE 1.23.0
6268
+ * @since 1.23.0
6401
6269
  *
6402
6270
  * Gets current value of property {@link #getEnableSelectAll enableSelectAll}.
6403
6271
  *
@@ -6427,15 +6295,14 @@ declare module "sap/ui/table/Table" {
6427
6295
  */
6428
6296
  getFirstVisibleRow(): int;
6429
6297
  /**
6430
- * @SINCE 1.18.7
6298
+ * @since 1.18.7
6431
6299
  *
6432
6300
  * Gets current value of property {@link #getFixedBottomRowCount fixedBottomRowCount}.
6433
6301
  *
6434
6302
  * Number of rows that are fix on the bottom. When you use a vertical scrollbar, only the rows which are
6435
6303
  * not fixed, will scroll.
6436
6304
  *
6437
- * This property is only supported if the `rows` aggregation is bound to a {@link sap.ui.model.ClientModel
6438
- * client model}.
6305
+ * This property is only supported if the `rows` aggregation is bound to a {@link sap.ui.model.ClientModel client model}.
6439
6306
  *
6440
6307
  * Default value is `0`.
6441
6308
  *
@@ -6450,8 +6317,8 @@ declare module "sap/ui/table/Table" {
6450
6317
  * **Note**
6451
6318
  * - Fixed columns need a defined width for the feature to work.
6452
6319
  * - The aggregated width of all fixed columns must not exceed the table width. Otherwise the table ignores
6453
- * the value of the property and adapts the behavior in an appropriate way to ensure that the user is still
6454
- * able to scroll horizontally.
6320
+ * the value of the property and adapts the behavior in an appropriate way to ensure that the user is still
6321
+ * able to scroll horizontally.
6455
6322
  *
6456
6323
  * Default value is `0`.
6457
6324
  *
@@ -6464,8 +6331,7 @@ declare module "sap/ui/table/Table" {
6464
6331
  * Number of rows that are fix on the top. When you use a vertical scrollbar, only the rows which are not
6465
6332
  * fixed, will scroll.
6466
6333
  *
6467
- * This property is only supported if the `rows` aggregation is bound to a {@link sap.ui.model.ClientModel
6468
- * client model}.
6334
+ * This property is only supported if the `rows` aggregation is bound to a {@link sap.ui.model.ClientModel client model}.
6469
6335
  *
6470
6336
  * Default value is `0`.
6471
6337
  *
@@ -6479,7 +6345,7 @@ declare module "sap/ui/table/Table" {
6479
6345
  */
6480
6346
  getFooter(): Control | string;
6481
6347
  /**
6482
- * @EXPERIMENTAL (since 1.28) - This feature has a limited functionality.
6348
+ * @experimental (since 1.28) - This feature has a limited functionality.
6483
6349
  *
6484
6350
  * ID of the element which is the current target of the association {@link #getGroupBy groupBy}, or `null`.
6485
6351
  */
@@ -6517,7 +6383,7 @@ declare module "sap/ui/table/Table" {
6517
6383
  */
6518
6384
  getNoData(): Control | string;
6519
6385
  /**
6520
- * @SINCE 1.64
6386
+ * @since 1.64
6521
6387
  *
6522
6388
  * Gets content of aggregation {@link #getPlugins plugins}.
6523
6389
  *
@@ -6525,12 +6391,12 @@ declare module "sap/ui/table/Table" {
6525
6391
  *
6526
6392
  * The following restrictions apply:
6527
6393
  * - If a selection plugin is applied to the table, the table's selection API must not be used. Instead,
6528
- * use the API of the plugin.
6394
+ * use the API of the plugin.
6529
6395
  * - Only one MultiSelectionPlugin can be applied. No other plugins can be applied.
6530
6396
  */
6531
6397
  getPlugins(): SelectionPlugin[];
6532
6398
  /**
6533
- * @SINCE 1.45.0
6399
+ * @since 1.45.0
6534
6400
  *
6535
6401
  * Gets current value of property {@link #getRowActionCount rowActionCount}.
6536
6402
  *
@@ -6559,10 +6425,10 @@ declare module "sap/ui/table/Table" {
6559
6425
  * height based on the content density configuration. The actual height can increase based on the content.
6560
6426
  *
6561
6427
  * In the table's body, it defines the height of the row content. The actual row height is also influenced
6562
- * by other factors, such as the border width. If the `visibleRowCountMode` property is set to {@link sap.ui.table.VisibleRowCountMode
6563
- * Fixed} or {@link sap.ui.table.VisibleRowCountMode Interactive}, the value defines the minimum height,
6564
- * and the actual height can increase based on the content. If the mode is {@link sap.ui.table.VisibleRowCountMode
6565
- * Auto}, the value defines the actual height, and any content that doesn't fit is cut off.
6428
+ * by other factors, such as the border width. If the `visibleRowCountMode` property is set to {@link sap.ui.table.VisibleRowCountMode Fixed }
6429
+ * or {@link sap.ui.table.VisibleRowCountMode Interactive}, the value defines the minimum height, and the
6430
+ * actual height can increase based on the content. If the mode is {@link sap.ui.table.VisibleRowCountMode Auto},
6431
+ * the value defines the actual height, and any content that doesn't fit is cut off.
6566
6432
  *
6567
6433
  * If no value is set (includes 0), a default height is applied based on the content density configuration.
6568
6434
  * In any `visibleRowCountMode`, the actual height can increase based on the content.
@@ -6585,14 +6451,13 @@ declare module "sap/ui/table/Table" {
6585
6451
  * The cells of rows can be defined with the {@link sap.ui.table.Column#setTemplate template} aggregation
6586
6452
  * of the columns in the {@link sap.ui.table.Table#getColumns columns} aggregation of the table. The actions
6587
6453
  * of rows can be defined with the {@link sap.ui.table.Table#setRowActionTemplate rowActionTemplate} aggregation
6588
- * of the table. Furthermore, row-specific settings can be defined with the {@link sap.ui.table.Table#setRowSettingsTemplate
6589
- * rowSettingsTemplate} aggregation of the table.
6454
+ * of the table. Furthermore, row-specific settings can be defined with the {@link sap.ui.table.Table#setRowSettingsTemplate rowSettingsTemplate }
6455
+ * aggregation of the table.
6590
6456
  *
6591
6457
  * **Note:** During the binding of rows, the (exact) count needs to be available in the table and has to
6592
6458
  * be requested. If the count is not requested, this may lead to unexpected behavior in the table, such
6593
6459
  * as scrolling, accessibility, or keyboard issues. Please refer to the documentation of the used model
6594
- * for information on requesting the count, for example, {@link sap.ui.model.odata.v2.ODataModel} or {@link
6595
- * sap.ui.model.odata.v4.ODataModel}.
6460
+ * for information on requesting the count, for example, {@link sap.ui.model.odata.v2.ODataModel} or {@link sap.ui.model.odata.v4.ODataModel}.
6596
6461
  */
6597
6462
  getRows(): Row[];
6598
6463
  /**
@@ -6668,7 +6533,7 @@ declare module "sap/ui/table/Table" {
6668
6533
  */
6669
6534
  getShowNoData(): boolean;
6670
6535
  /**
6671
- * @SINCE 1.21.2
6536
+ * @since 1.21.2
6672
6537
  *
6673
6538
  * Gets current value of property {@link #getShowOverlay showOverlay}.
6674
6539
  *
@@ -6681,7 +6546,7 @@ declare module "sap/ui/table/Table" {
6681
6546
  */
6682
6547
  getShowOverlay(): boolean;
6683
6548
  /**
6684
- * Gets the sorted columns in the order in which sorting was performed through the {@link sap.ui.table.Table#sort}
6549
+ * Gets the sorted columns in the order in which sorting was performed through the {@link sap.ui.table.Table#sort }
6685
6550
  * method and menus. Does not reflect sorting at binding level or the columns sort visualization set with
6686
6551
  * {@link sap.ui.table.Column#setSorted} and {@link sap.ui.table.Column#setSortOrder}.
6687
6552
  * See:
@@ -6732,7 +6597,7 @@ declare module "sap/ui/table/Table" {
6732
6597
  */
6733
6598
  getVisibleRowCount(): int;
6734
6599
  /**
6735
- * @SINCE 1.9.2
6600
+ * @since 1.9.2
6736
6601
  *
6737
6602
  * Gets current value of property {@link #getVisibleRowCountMode visibleRowCountMode}.
6738
6603
  *
@@ -6746,7 +6611,7 @@ declare module "sap/ui/table/Table" {
6746
6611
  * be set manually. Restrictions:
6747
6612
  * - All rows need to have the same height.
6748
6613
  * - The table must be rendered without siblings in its parent DOM element. The only exception is if the
6749
- * parent element is a CSS flex container, and the table is a CSS flex item allowed to grow and shrink.
6614
+ * parent element is a CSS flex container, and the table is a CSS flex item allowed to grow and shrink.
6750
6615
  *
6751
6616
  *
6752
6617
  * In the `"Interactive"` mode, the table has as many rows as defined in the `visibleRowCount` property
@@ -6794,10 +6659,10 @@ declare module "sap/ui/table/Table" {
6794
6659
  oExtension: Control
6795
6660
  ): int;
6796
6661
  /**
6797
- * @SINCE 1.64
6662
+ * @since 1.64
6798
6663
  *
6799
- * Checks for the provided `sap.ui.table.plugins.SelectionPlugin` in the aggregation {@link #getPlugins
6800
- * plugins}. and returns its index if found or -1 otherwise.
6664
+ * Checks for the provided `sap.ui.table.plugins.SelectionPlugin` in the aggregation {@link #getPlugins plugins}.
6665
+ * and returns its index if found or -1 otherwise.
6801
6666
  *
6802
6667
  * @returns The index of the provided control in the aggregation if found, or -1 otherwise
6803
6668
  */
@@ -6854,7 +6719,7 @@ declare module "sap/ui/table/Table" {
6854
6719
  iIndex: int
6855
6720
  ): this;
6856
6721
  /**
6857
- * @SINCE 1.64
6722
+ * @since 1.64
6858
6723
  *
6859
6724
  * Inserts a plugin into the aggregation {@link #getPlugins plugins}.
6860
6725
  *
@@ -6923,7 +6788,7 @@ declare module "sap/ui/table/Table" {
6923
6788
  */
6924
6789
  removeAllExtension(): Control[];
6925
6790
  /**
6926
- * @SINCE 1.64
6791
+ * @since 1.64
6927
6792
  *
6928
6793
  * Removes all the controls from the aggregation {@link #getPlugins plugins}.
6929
6794
  *
@@ -6974,7 +6839,7 @@ declare module "sap/ui/table/Table" {
6974
6839
  vExtension: int | string | Control
6975
6840
  ): Control | null;
6976
6841
  /**
6977
- * @SINCE 1.64
6842
+ * @since 1.64
6978
6843
  *
6979
6844
  * Removes a plugin from the aggregation {@link #getPlugins plugins}.
6980
6845
  *
@@ -7022,7 +6887,7 @@ declare module "sap/ui/table/Table" {
7022
6887
  */
7023
6888
  selectAll(): this;
7024
6889
  /**
7025
- * @SINCE 1.52
6890
+ * @since 1.52
7026
6891
  *
7027
6892
  * Sets a new value for property {@link #getAlternateRowColors alternateRowColors}.
7028
6893
  *
@@ -7082,7 +6947,7 @@ declare module "sap/ui/table/Table" {
7082
6947
  bColumnHeaderVisible?: boolean
7083
6948
  ): this;
7084
6949
  /**
7085
- * @SINCE 1.54
6950
+ * @since 1.54
7086
6951
  *
7087
6952
  * Sets the aggregated {@link #getContextMenu contextMenu}.
7088
6953
  *
@@ -7095,6 +6960,8 @@ declare module "sap/ui/table/Table" {
7095
6960
  oContextMenu: IContextMenu
7096
6961
  ): this;
7097
6962
  /**
6963
+ * @deprecated (since 1.115)
6964
+ *
7098
6965
  * Sets a new value for property {@link #getEditable editable}.
7099
6966
  *
7100
6967
  * Flag whether the controls of the Table are editable or not (currently this only controls the background
@@ -7113,7 +6980,7 @@ declare module "sap/ui/table/Table" {
7113
6980
  bEditable?: boolean
7114
6981
  ): this;
7115
6982
  /**
7116
- * @SINCE 1.27.0
6983
+ * @since 1.27.0
7117
6984
  *
7118
6985
  * Sets a new value for property {@link #getEnableBusyIndicator enableBusyIndicator}.
7119
6986
  *
@@ -7136,7 +7003,7 @@ declare module "sap/ui/table/Table" {
7136
7003
  bEnableBusyIndicator?: boolean
7137
7004
  ): this;
7138
7005
  /**
7139
- * @SINCE 1.21.0
7006
+ * @since 1.21.0
7140
7007
  *
7141
7008
  * Sets a new value for property {@link #getEnableCellFilter enableCellFilter}.
7142
7009
  *
@@ -7155,7 +7022,7 @@ declare module "sap/ui/table/Table" {
7155
7022
  bEnableCellFilter?: boolean
7156
7023
  ): this;
7157
7024
  /**
7158
- * @SINCE 1.21.0
7025
+ * @since 1.21.0
7159
7026
  *
7160
7027
  * Sets a new value for property {@link #getEnableColumnFreeze enableColumnFreeze}.
7161
7028
  *
@@ -7191,7 +7058,7 @@ declare module "sap/ui/table/Table" {
7191
7058
  bEnableColumnReordering?: boolean
7192
7059
  ): this;
7193
7060
  /**
7194
- * @SINCE 1.23.0
7061
+ * @since 1.23.0
7195
7062
  *
7196
7063
  * Sets a new value for property {@link #getEnableCustomFilter enableCustomFilter}.
7197
7064
  *
@@ -7220,16 +7087,16 @@ declare module "sap/ui/table/Table" {
7220
7087
  *
7221
7088
  * The following restrictions apply:
7222
7089
  * - Only client models are supported (e.g. {@link sap.ui.model.json.JSONModel}). Grouping does not work
7223
- * with OData models.
7090
+ * with OData models.
7224
7091
  * - The table can only be grouped by **one** column at a time. Grouping by another column will remove
7225
- * the current grouping.
7092
+ * the current grouping.
7226
7093
  * - For the grouping to work correctly, {@link sap.ui.table.Column#getSortProperty sortProperty} must
7227
- * be set for the grouped column.
7094
+ * be set for the grouped column.
7228
7095
  * - If grouping has been done, sorting and filtering is not possible. Any existing sorting and filtering
7229
- * rules do no longer apply. The UI is not updated accordingly (e.g. menu items, sort and filter icons).
7096
+ * rules do no longer apply. The UI is not updated accordingly (e.g. menu items, sort and filter icons).
7230
7097
  *
7231
7098
  * - The column, by which the table is grouped, is not visible. It will become visible again only if the
7232
- * table is grouped by another column or grouping is disabled.
7099
+ * table is grouped by another column or grouping is disabled.
7233
7100
  *
7234
7101
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
7235
7102
  *
@@ -7244,7 +7111,7 @@ declare module "sap/ui/table/Table" {
7244
7111
  bEnableGrouping?: boolean
7245
7112
  ): this;
7246
7113
  /**
7247
- * @SINCE 1.23.0
7114
+ * @since 1.23.0
7248
7115
  *
7249
7116
  * Sets a new value for property {@link #getEnableSelectAll enableSelectAll}.
7250
7117
  *
@@ -7281,15 +7148,14 @@ declare module "sap/ui/table/Table" {
7281
7148
  iFirstVisibleRow?: int
7282
7149
  ): this;
7283
7150
  /**
7284
- * @SINCE 1.18.7
7151
+ * @since 1.18.7
7285
7152
  *
7286
7153
  * Sets a new value for property {@link #getFixedBottomRowCount fixedBottomRowCount}.
7287
7154
  *
7288
7155
  * Number of rows that are fix on the bottom. When you use a vertical scrollbar, only the rows which are
7289
7156
  * not fixed, will scroll.
7290
7157
  *
7291
- * This property is only supported if the `rows` aggregation is bound to a {@link sap.ui.model.ClientModel
7292
- * client model}.
7158
+ * This property is only supported if the `rows` aggregation is bound to a {@link sap.ui.model.ClientModel client model}.
7293
7159
  *
7294
7160
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
7295
7161
  *
@@ -7311,8 +7177,8 @@ declare module "sap/ui/table/Table" {
7311
7177
  * **Note**
7312
7178
  * - Fixed columns need a defined width for the feature to work.
7313
7179
  * - The aggregated width of all fixed columns must not exceed the table width. Otherwise the table ignores
7314
- * the value of the property and adapts the behavior in an appropriate way to ensure that the user is still
7315
- * able to scroll horizontally.
7180
+ * the value of the property and adapts the behavior in an appropriate way to ensure that the user is still
7181
+ * able to scroll horizontally.
7316
7182
  *
7317
7183
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
7318
7184
  *
@@ -7332,8 +7198,7 @@ declare module "sap/ui/table/Table" {
7332
7198
  * Number of rows that are fix on the top. When you use a vertical scrollbar, only the rows which are not
7333
7199
  * fixed, will scroll.
7334
7200
  *
7335
- * This property is only supported if the `rows` aggregation is bound to a {@link sap.ui.model.ClientModel
7336
- * client model}.
7201
+ * This property is only supported if the `rows` aggregation is bound to a {@link sap.ui.model.ClientModel client model}.
7337
7202
  *
7338
7203
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
7339
7204
  *
@@ -7359,7 +7224,7 @@ declare module "sap/ui/table/Table" {
7359
7224
  vFooter: Control | string
7360
7225
  ): this;
7361
7226
  /**
7362
- * @EXPERIMENTAL (since 1.28) - This feature has a limited functionality.
7227
+ * @experimental (since 1.28) - This feature has a limited functionality.
7363
7228
  *
7364
7229
  * Sets the associated {@link #getGroupBy groupBy}.
7365
7230
  *
@@ -7422,7 +7287,7 @@ declare module "sap/ui/table/Table" {
7422
7287
  vNoData: Control | string
7423
7288
  ): this;
7424
7289
  /**
7425
- * @SINCE 1.45.0
7290
+ * @since 1.45.0
7426
7291
  *
7427
7292
  * Sets a new value for property {@link #getRowActionCount rowActionCount}.
7428
7293
  *
@@ -7461,10 +7326,10 @@ declare module "sap/ui/table/Table" {
7461
7326
  * height based on the content density configuration. The actual height can increase based on the content.
7462
7327
  *
7463
7328
  * In the table's body, it defines the height of the row content. The actual row height is also influenced
7464
- * by other factors, such as the border width. If the `visibleRowCountMode` property is set to {@link sap.ui.table.VisibleRowCountMode
7465
- * Fixed} or {@link sap.ui.table.VisibleRowCountMode Interactive}, the value defines the minimum height,
7466
- * and the actual height can increase based on the content. If the mode is {@link sap.ui.table.VisibleRowCountMode
7467
- * Auto}, the value defines the actual height, and any content that doesn't fit is cut off.
7329
+ * by other factors, such as the border width. If the `visibleRowCountMode` property is set to {@link sap.ui.table.VisibleRowCountMode Fixed }
7330
+ * or {@link sap.ui.table.VisibleRowCountMode Interactive}, the value defines the minimum height, and the
7331
+ * actual height can increase based on the content. If the mode is {@link sap.ui.table.VisibleRowCountMode Auto},
7332
+ * the value defines the actual height, and any content that doesn't fit is cut off.
7468
7333
  *
7469
7334
  * If no value is set (includes 0), a default height is applied based on the content density configuration.
7470
7335
  * In any `visibleRowCountMode`, the actual height can increase based on the content.
@@ -7584,7 +7449,7 @@ declare module "sap/ui/table/Table" {
7584
7449
  bShowNoData?: boolean
7585
7450
  ): this;
7586
7451
  /**
7587
- * @SINCE 1.21.2
7452
+ * @since 1.21.2
7588
7453
  *
7589
7454
  * Sets a new value for property {@link #getShowOverlay showOverlay}.
7590
7455
  *
@@ -7676,7 +7541,7 @@ declare module "sap/ui/table/Table" {
7676
7541
  iVisibleRowCount?: int
7677
7542
  ): this;
7678
7543
  /**
7679
- * @SINCE 1.9.2
7544
+ * @since 1.9.2
7680
7545
  *
7681
7546
  * Sets a new value for property {@link #getVisibleRowCountMode visibleRowCountMode}.
7682
7547
  *
@@ -7690,7 +7555,7 @@ declare module "sap/ui/table/Table" {
7690
7555
  * be set manually. Restrictions:
7691
7556
  * - All rows need to have the same height.
7692
7557
  * - The table must be rendered without siblings in its parent DOM element. The only exception is if the
7693
- * parent element is a CSS flex container, and the table is a CSS flex item allowed to grow and shrink.
7558
+ * parent element is a CSS flex container, and the table is a CSS flex item allowed to grow and shrink.
7694
7559
  *
7695
7560
  *
7696
7561
  * In the `"Interactive"` mode, the table has as many rows as defined in the `visibleRowCount` property
@@ -7771,10 +7636,10 @@ declare module "sap/ui/table/Table" {
7771
7636
  * height based on the content density configuration. The actual height can increase based on the content.
7772
7637
  *
7773
7638
  * In the table's body, it defines the height of the row content. The actual row height is also influenced
7774
- * by other factors, such as the border width. If the `visibleRowCountMode` property is set to {@link sap.ui.table.VisibleRowCountMode
7775
- * Fixed} or {@link sap.ui.table.VisibleRowCountMode Interactive}, the value defines the minimum height,
7776
- * and the actual height can increase based on the content. If the mode is {@link sap.ui.table.VisibleRowCountMode
7777
- * Auto}, the value defines the actual height, and any content that doesn't fit is cut off.
7639
+ * by other factors, such as the border width. If the `visibleRowCountMode` property is set to {@link sap.ui.table.VisibleRowCountMode Fixed }
7640
+ * or {@link sap.ui.table.VisibleRowCountMode Interactive}, the value defines the minimum height, and the
7641
+ * actual height can increase based on the content. If the mode is {@link sap.ui.table.VisibleRowCountMode Auto},
7642
+ * the value defines the actual height, and any content that doesn't fit is cut off.
7778
7643
  *
7779
7644
  * If no value is set (includes 0), a default height is applied based on the content density configuration.
7780
7645
  * In any `visibleRowCountMode`, the actual height can increase based on the content.
@@ -7846,6 +7711,8 @@ declare module "sap/ui/table/Table" {
7846
7711
  selectedIndex?: int | PropertyBindingInfo | `{${string}}`;
7847
7712
 
7848
7713
  /**
7714
+ * @deprecated (since 1.115)
7715
+ *
7849
7716
  * Flag whether the controls of the Table are editable or not (currently this only controls the background
7850
7717
  * color in certain themes!)
7851
7718
  */
@@ -7884,16 +7751,16 @@ declare module "sap/ui/table/Table" {
7884
7751
  *
7885
7752
  * The following restrictions apply:
7886
7753
  * - Only client models are supported (e.g. {@link sap.ui.model.json.JSONModel}). Grouping does not work
7887
- * with OData models.
7754
+ * with OData models.
7888
7755
  * - The table can only be grouped by **one** column at a time. Grouping by another column will remove
7889
- * the current grouping.
7756
+ * the current grouping.
7890
7757
  * - For the grouping to work correctly, {@link sap.ui.table.Column#getSortProperty sortProperty} must
7891
- * be set for the grouped column.
7758
+ * be set for the grouped column.
7892
7759
  * - If grouping has been done, sorting and filtering is not possible. Any existing sorting and filtering
7893
- * rules do no longer apply. The UI is not updated accordingly (e.g. menu items, sort and filter icons).
7760
+ * rules do no longer apply. The UI is not updated accordingly (e.g. menu items, sort and filter icons).
7894
7761
  *
7895
7762
  * - The column, by which the table is grouped, is not visible. It will become visible again only if the
7896
- * table is grouped by another column or grouping is disabled.
7763
+ * table is grouped by another column or grouping is disabled.
7897
7764
  */
7898
7765
  enableGrouping?: boolean | PropertyBindingInfo | `{${string}}`;
7899
7766
 
@@ -7910,7 +7777,7 @@ declare module "sap/ui/table/Table" {
7910
7777
  showNoData?: boolean | PropertyBindingInfo | `{${string}}`;
7911
7778
 
7912
7779
  /**
7913
- * @SINCE 1.9.2
7780
+ * @since 1.9.2
7914
7781
  *
7915
7782
  * Defines how the table handles the visible rows in the table.
7916
7783
  *
@@ -7922,7 +7789,7 @@ declare module "sap/ui/table/Table" {
7922
7789
  * be set manually. Restrictions:
7923
7790
  * - All rows need to have the same height.
7924
7791
  * - The table must be rendered without siblings in its parent DOM element. The only exception is if the
7925
- * parent element is a CSS flex container, and the table is a CSS flex item allowed to grow and shrink.
7792
+ * parent element is a CSS flex container, and the table is a CSS flex item allowed to grow and shrink.
7926
7793
  *
7927
7794
  *
7928
7795
  * In the `"Interactive"` mode, the table has as many rows as defined in the `visibleRowCount` property
@@ -7945,8 +7812,8 @@ declare module "sap/ui/table/Table" {
7945
7812
  * **Note**
7946
7813
  * - Fixed columns need a defined width for the feature to work.
7947
7814
  * - The aggregated width of all fixed columns must not exceed the table width. Otherwise the table ignores
7948
- * the value of the property and adapts the behavior in an appropriate way to ensure that the user is still
7949
- * able to scroll horizontally.
7815
+ * the value of the property and adapts the behavior in an appropriate way to ensure that the user is still
7816
+ * able to scroll horizontally.
7950
7817
  */
7951
7818
  fixedColumnCount?: int | PropertyBindingInfo | `{${string}}`;
7952
7819
 
@@ -7954,38 +7821,36 @@ declare module "sap/ui/table/Table" {
7954
7821
  * Number of rows that are fix on the top. When you use a vertical scrollbar, only the rows which are not
7955
7822
  * fixed, will scroll.
7956
7823
  *
7957
- * This property is only supported if the `rows` aggregation is bound to a {@link sap.ui.model.ClientModel
7958
- * client model}.
7824
+ * This property is only supported if the `rows` aggregation is bound to a {@link sap.ui.model.ClientModel client model}.
7959
7825
  */
7960
7826
  fixedRowCount?: int | PropertyBindingInfo | `{${string}}`;
7961
7827
 
7962
7828
  /**
7963
- * @SINCE 1.18.7
7829
+ * @since 1.18.7
7964
7830
  *
7965
7831
  * Number of rows that are fix on the bottom. When you use a vertical scrollbar, only the rows which are
7966
7832
  * not fixed, will scroll.
7967
7833
  *
7968
- * This property is only supported if the `rows` aggregation is bound to a {@link sap.ui.model.ClientModel
7969
- * client model}.
7834
+ * This property is only supported if the `rows` aggregation is bound to a {@link sap.ui.model.ClientModel client model}.
7970
7835
  */
7971
7836
  fixedBottomRowCount?: int | PropertyBindingInfo | `{${string}}`;
7972
7837
 
7973
7838
  /**
7974
- * @SINCE 1.21.0
7839
+ * @since 1.21.0
7975
7840
  *
7976
7841
  * Flag whether to show or hide the column menu item to freeze or unfreeze a column.
7977
7842
  */
7978
7843
  enableColumnFreeze?: boolean | PropertyBindingInfo | `{${string}}`;
7979
7844
 
7980
7845
  /**
7981
- * @SINCE 1.21.0
7846
+ * @since 1.21.0
7982
7847
  *
7983
7848
  * Flag whether to enable or disable the context menu on cells to trigger a filtering with the cell value.
7984
7849
  */
7985
7850
  enableCellFilter?: boolean | PropertyBindingInfo | `{${string}}`;
7986
7851
 
7987
7852
  /**
7988
- * @SINCE 1.21.2
7853
+ * @since 1.21.2
7989
7854
  *
7990
7855
  * Setting this property to true will show an overlay on top of the Table content and users cannot click
7991
7856
  * anymore on the Table content.
@@ -7993,7 +7858,7 @@ declare module "sap/ui/table/Table" {
7993
7858
  showOverlay?: boolean | PropertyBindingInfo | `{${string}}`;
7994
7859
 
7995
7860
  /**
7996
- * @SINCE 1.23.0
7861
+ * @since 1.23.0
7997
7862
  *
7998
7863
  * Specifies if a select all button should be displayed in the top left corner. This button is only displayed
7999
7864
  * if the row selector is visible and the selection mode is set to any kind of multi selection.
@@ -8001,7 +7866,7 @@ declare module "sap/ui/table/Table" {
8001
7866
  enableSelectAll?: boolean | PropertyBindingInfo | `{${string}}`;
8002
7867
 
8003
7868
  /**
8004
- * @SINCE 1.23.0
7869
+ * @since 1.23.0
8005
7870
  *
8006
7871
  * Set this parameter to true to implement your own filter behaviour. Instead of the filter input box a
8007
7872
  * button will be rendered for which' press event (customFilter) you can register an event handler.
@@ -8009,7 +7874,7 @@ declare module "sap/ui/table/Table" {
8009
7874
  enableCustomFilter?: boolean | PropertyBindingInfo | `{${string}}`;
8010
7875
 
8011
7876
  /**
8012
- * @SINCE 1.27.0
7877
+ * @since 1.27.0
8013
7878
  *
8014
7879
  * If set to `true`, the table changes its busy state, resulting in showing or hiding the busy indicator.
8015
7880
  * The table will switch to busy as soon as data is retrieved to be displayed in the currently visible rows.
@@ -8020,7 +7885,7 @@ declare module "sap/ui/table/Table" {
8020
7885
  enableBusyIndicator?: boolean | PropertyBindingInfo | `{${string}}`;
8021
7886
 
8022
7887
  /**
8023
- * @SINCE 1.45.0
7888
+ * @since 1.45.0
8024
7889
  *
8025
7890
  * Number of row actions made visible which determines the width of the row action column. The values `0`,
8026
7891
  * `1` and `2` are possible.
@@ -8028,7 +7893,7 @@ declare module "sap/ui/table/Table" {
8028
7893
  rowActionCount?: int | PropertyBindingInfo | `{${string}}`;
8029
7894
 
8030
7895
  /**
8031
- * @SINCE 1.52
7896
+ * @since 1.52
8032
7897
  *
8033
7898
  * Enables alternating table row colors. Alternate row coloring is not available for the tree mode.
8034
7899
  */
@@ -8078,14 +7943,13 @@ declare module "sap/ui/table/Table" {
8078
7943
  * The cells of rows can be defined with the {@link sap.ui.table.Column#setTemplate template} aggregation
8079
7944
  * of the columns in the {@link sap.ui.table.Table#getColumns columns} aggregation of the table. The actions
8080
7945
  * of rows can be defined with the {@link sap.ui.table.Table#setRowActionTemplate rowActionTemplate} aggregation
8081
- * of the table. Furthermore, row-specific settings can be defined with the {@link sap.ui.table.Table#setRowSettingsTemplate
8082
- * rowSettingsTemplate} aggregation of the table.
7946
+ * of the table. Furthermore, row-specific settings can be defined with the {@link sap.ui.table.Table#setRowSettingsTemplate rowSettingsTemplate }
7947
+ * aggregation of the table.
8083
7948
  *
8084
7949
  * **Note:** During the binding of rows, the (exact) count needs to be available in the table and has to
8085
7950
  * be requested. If the count is not requested, this may lead to unexpected behavior in the table, such
8086
7951
  * as scrolling, accessibility, or keyboard issues. Please refer to the documentation of the used model
8087
- * for information on requesting the count, for example, {@link sap.ui.model.odata.v2.ODataModel} or {@link
8088
- * sap.ui.model.odata.v4.ODataModel}.
7952
+ * for information on requesting the count, for example, {@link sap.ui.model.odata.v2.ODataModel} or {@link sap.ui.model.odata.v4.ODataModel}.
8089
7953
  */
8090
7954
  rows?: Row[] | Row | AggregationBindingInfo | `{${string}}`;
8091
7955
 
@@ -8111,7 +7975,7 @@ declare module "sap/ui/table/Table" {
8111
7975
  rowSettingsTemplate?: RowSettings;
8112
7976
 
8113
7977
  /**
8114
- * @SINCE 1.54
7978
+ * @since 1.54
8115
7979
  *
8116
7980
  * Defines the context menu for the table.
8117
7981
  *
@@ -8125,13 +7989,13 @@ declare module "sap/ui/table/Table" {
8125
7989
  contextMenu?: IContextMenu;
8126
7990
 
8127
7991
  /**
8128
- * @SINCE 1.64
7992
+ * @since 1.64
8129
7993
  *
8130
7994
  * Plugin section of the table. Multiple plugins are possible, but always only **one** of a certain type.
8131
7995
  *
8132
7996
  * The following restrictions apply:
8133
7997
  * - If a selection plugin is applied to the table, the table's selection API must not be used. Instead,
8134
- * use the API of the plugin.
7998
+ * use the API of the plugin.
8135
7999
  * - Only one MultiSelectionPlugin can be applied. No other plugins can be applied.
8136
8000
  */
8137
8001
  plugins?:
@@ -8141,7 +8005,7 @@ declare module "sap/ui/table/Table" {
8141
8005
  | `{${string}}`;
8142
8006
 
8143
8007
  /**
8144
- * @EXPERIMENTAL (since 1.28) - This feature has a limited functionality.
8008
+ * @experimental (since 1.28) - This feature has a limited functionality.
8145
8009
  *
8146
8010
  * The column by which the table is grouped. Grouping will only be performed if `enableGrouping` is set
8147
8011
  * to `true`. Setting `groupBy` in the view does not work and throws an error. It can only be set if the
@@ -8160,111 +8024,123 @@ declare module "sap/ui/table/Table" {
8160
8024
  *
8161
8025
  * **Note:** If a selection plugin is applied to the table, this event won't be fired.
8162
8026
  */
8163
- rowSelectionChange?: (oEvent: Event) => void;
8027
+ rowSelectionChange?: (
8028
+ oEvent: Event<Table$RowSelectionChangeEventParameters>
8029
+ ) => void;
8164
8030
 
8165
8031
  /**
8166
8032
  * fired when a column of the table has been selected
8167
8033
  */
8168
- columnSelect?: (oEvent: Event) => void;
8034
+ columnSelect?: (oEvent: Event<Table$ColumnSelectEventParameters>) => void;
8169
8035
 
8170
8036
  /**
8171
8037
  * fired when a table column is resized.
8172
8038
  */
8173
- columnResize?: (oEvent: Event) => void;
8039
+ columnResize?: (oEvent: Event<Table$ColumnResizeEventParameters>) => void;
8174
8040
 
8175
8041
  /**
8176
8042
  * fired when a table column is moved.
8177
8043
  */
8178
- columnMove?: (oEvent: Event) => void;
8044
+ columnMove?: (oEvent: Event<Table$ColumnMoveEventParameters>) => void;
8179
8045
 
8180
8046
  /**
8181
- * This event is fired before a sort order is applied to a column, if the table is sorted via {@link sap.ui.table.Table#sort}
8047
+ * This event is fired before a sort order is applied to a column, if the table is sorted via {@link sap.ui.table.Table#sort }
8182
8048
  * call or user interaction with the column header.
8183
8049
  *
8184
8050
  * Sorters that are directly applied to the table binding will not fire this event.
8185
8051
  */
8186
- sort?: (oEvent: Event) => void;
8052
+ sort?: (oEvent: Event<Table$SortEventParameters>) => void;
8187
8053
 
8188
8054
  /**
8189
- * This event is fired before a filter is applied to a column, if the table is filtered via {@link sap.ui.table.Table#filter}
8055
+ * This event is fired before a filter is applied to a column, if the table is filtered via {@link sap.ui.table.Table#filter }
8190
8056
  * call or user interaction with the column header.
8191
8057
  *
8192
8058
  * Filters that are directly applied to the table binding will not fire this event.
8193
8059
  */
8194
- filter?: (oEvent: Event) => void;
8060
+ filter?: (oEvent: Event<Table$FilterEventParameters>) => void;
8195
8061
 
8196
8062
  /**
8197
8063
  * fired when the table is grouped (experimental!).
8198
8064
  */
8199
- group?: (oEvent: Event) => void;
8065
+ group?: (oEvent: Event<Table$GroupEventParameters>) => void;
8200
8066
 
8201
8067
  /**
8202
8068
  * fired when the visibility of a table column is changed.
8203
8069
  */
8204
- columnVisibility?: (oEvent: Event) => void;
8070
+ columnVisibility?: (
8071
+ oEvent: Event<Table$ColumnVisibilityEventParameters>
8072
+ ) => void;
8205
8073
 
8206
8074
  /**
8207
- * @SINCE 1.21.0
8075
+ * @since 1.21.0
8208
8076
  *
8209
8077
  * fired when the user clicks a cell of the table (experimental!).
8210
8078
  */
8211
- cellClick?: (oEvent: Event) => void;
8079
+ cellClick?: (oEvent: Event<Table$CellClickEventParameters>) => void;
8212
8080
 
8213
8081
  /**
8214
- * @SINCE 1.21.0
8082
+ * @since 1.21.0
8215
8083
  * @deprecated (since 1.54) - replaced by `beforeOpenContextMenu`.
8216
8084
  *
8217
8085
  * fired when the user clicks a cell of the table.
8218
8086
  */
8219
- cellContextmenu?: (oEvent: Event) => void;
8087
+ cellContextmenu?: (
8088
+ oEvent: Event<Table$CellContextmenuEventParameters>
8089
+ ) => void;
8220
8090
 
8221
8091
  /**
8222
- * @SINCE 1.54
8092
+ * @since 1.54
8223
8093
  *
8224
8094
  * Fired when the user requests the context menu for a table cell.
8225
8095
  */
8226
- beforeOpenContextMenu?: (oEvent: Event) => void;
8096
+ beforeOpenContextMenu?: (
8097
+ oEvent: Event<Table$BeforeOpenContextMenuEventParameters>
8098
+ ) => void;
8227
8099
 
8228
8100
  /**
8229
- * @SINCE 1.21.0
8101
+ * @since 1.21.0
8230
8102
  *
8231
8103
  * fired when a column of the table should be freezed
8232
8104
  */
8233
- columnFreeze?: (oEvent: Event) => void;
8105
+ columnFreeze?: (oEvent: Event<Table$ColumnFreezeEventParameters>) => void;
8234
8106
 
8235
8107
  /**
8236
- * @SINCE 1.23.0
8108
+ * @since 1.23.0
8237
8109
  *
8238
8110
  * This event is triggered when the custom filter item of the column menu is pressed. The column on which
8239
8111
  * the event was triggered is passed as parameter.
8240
8112
  */
8241
- customFilter?: (oEvent: Event) => void;
8113
+ customFilter?: (oEvent: Event<Table$CustomFilterEventParameters>) => void;
8242
8114
 
8243
8115
  /**
8244
- * @SINCE 1.37.0
8116
+ * @since 1.37.0
8245
8117
  *
8246
8118
  * This event gets fired when the first visible row is changed. It should only be used by composite controls.
8247
8119
  * The event even is fired when setFirstVisibleRow is called programmatically.
8248
8120
  */
8249
- firstVisibleRowChanged?: (oEvent: Event) => void;
8121
+ firstVisibleRowChanged?: (
8122
+ oEvent: Event<Table$FirstVisibleRowChangedEventParameters>
8123
+ ) => void;
8250
8124
 
8251
8125
  /**
8252
- * @SINCE 1.37.0
8126
+ * @since 1.37.0
8253
8127
  *
8254
8128
  * This event gets fired when the busy state of the table changes. It should only be used by composite controls.
8255
8129
  */
8256
- busyStateChanged?: (oEvent: Event) => void;
8130
+ busyStateChanged?: (
8131
+ oEvent: Event<Table$BusyStateChangedEventParameters>
8132
+ ) => void;
8257
8133
 
8258
8134
  /**
8259
- * @SINCE 1.60
8135
+ * @since 1.60
8260
8136
  *
8261
8137
  * This event gets fired when the user pastes content from the clipboard to the table. Pasting can be done
8262
8138
  * with the standard keyboard shortcut, if the focus is inside the table.
8263
8139
  */
8264
- paste?: (oEvent: Event) => void;
8140
+ paste?: (oEvent: Event<Table$PasteEventParameters>) => void;
8265
8141
 
8266
8142
  /**
8267
- * @SINCE 1.86
8143
+ * @since 1.86
8268
8144
  *
8269
8145
  * This event is fired after the table rows have been updated due to rendering, a model update, or a user
8270
8146
  * interaction, for example.
@@ -8273,6 +8149,375 @@ declare module "sap/ui/table/Table" {
8273
8149
  */
8274
8150
  rowsUpdated?: (oEvent: Event) => void;
8275
8151
  }
8152
+
8153
+ export interface Table$BeforeOpenContextMenuEventParameters {
8154
+ /**
8155
+ * Row index where the context menu opens.
8156
+ */
8157
+ rowIndex?: int;
8158
+
8159
+ /**
8160
+ * Column index where the context menu opens. This is the index of the column in the `columns` aggregation.
8161
+ */
8162
+ columnIndex?: int;
8163
+
8164
+ /**
8165
+ * Context menu
8166
+ */
8167
+ contextMenu?: IContextMenu;
8168
+ }
8169
+
8170
+ /**
8171
+ * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Table$BeforeOpenContextMenuEventParameters'
8172
+ * in 1.115.1 and any later releases.
8173
+ */
8174
+ export type $TableBeforeOpenContextMenuEventParameters = Table$BeforeOpenContextMenuEventParameters;
8175
+
8176
+ export type Table$BeforeOpenContextMenuEvent = Event<Table$BeforeOpenContextMenuEventParameters>;
8177
+
8178
+ export interface Table$BusyStateChangedEventParameters {
8179
+ /**
8180
+ * busy state
8181
+ */
8182
+ busy?: boolean;
8183
+ }
8184
+
8185
+ /**
8186
+ * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Table$BusyStateChangedEventParameters'
8187
+ * in 1.115.1 and any later releases.
8188
+ */
8189
+ export type $TableBusyStateChangedEventParameters = Table$BusyStateChangedEventParameters;
8190
+
8191
+ export type Table$BusyStateChangedEvent = Event<Table$BusyStateChangedEventParameters>;
8192
+
8193
+ export interface Table$CellClickEventParameters {
8194
+ /**
8195
+ * The control of the cell.
8196
+ */
8197
+ cellControl?: Control;
8198
+
8199
+ /**
8200
+ * DOM reference of the clicked cell. Can be used to position the context menu.
8201
+ */
8202
+ cellDomRef?: Object;
8203
+
8204
+ /**
8205
+ * Row index of the selected cell.
8206
+ */
8207
+ rowIndex?: int;
8208
+
8209
+ /**
8210
+ * Column index of the selected cell. This is the index of visible columns and might differ from the index
8211
+ * maintained in the column aggregation.
8212
+ */
8213
+ columnIndex?: int;
8214
+
8215
+ /**
8216
+ * Column ID of the selected cell.
8217
+ */
8218
+ columnId?: string;
8219
+
8220
+ /**
8221
+ * Row binding context of the selected cell.
8222
+ */
8223
+ rowBindingContext?: Context;
8224
+ }
8225
+
8226
+ /**
8227
+ * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Table$CellClickEventParameters'
8228
+ * in 1.115.1 and any later releases.
8229
+ */
8230
+ export type $TableCellClickEventParameters = Table$CellClickEventParameters;
8231
+
8232
+ export type Table$CellClickEvent = Event<Table$CellClickEventParameters>;
8233
+
8234
+ export interface Table$CellContextmenuEventParameters {
8235
+ /**
8236
+ * The control of the cell.
8237
+ */
8238
+ cellControl?: Control;
8239
+
8240
+ /**
8241
+ * DOM reference of the clicked cell. Can be used to position the context menu.
8242
+ */
8243
+ cellDomRef?: Object;
8244
+
8245
+ /**
8246
+ * Row index of the selected cell.
8247
+ */
8248
+ rowIndex?: int;
8249
+
8250
+ /**
8251
+ * Column index of the selected cell. This is the index of visible columns and might differ from the index
8252
+ * maintained in the column aggregation.
8253
+ */
8254
+ columnIndex?: int;
8255
+
8256
+ /**
8257
+ * Column ID of the selected cell.
8258
+ */
8259
+ columnId?: string;
8260
+
8261
+ /**
8262
+ * Row binding context of the selected cell.
8263
+ */
8264
+ rowBindingContext?: Context;
8265
+ }
8266
+
8267
+ /**
8268
+ * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Table$CellContextmenuEventParameters'
8269
+ * in 1.115.1 and any later releases.
8270
+ */
8271
+ export type $TableCellContextmenuEventParameters = Table$CellContextmenuEventParameters;
8272
+
8273
+ export type Table$CellContextmenuEvent = Event<Table$CellContextmenuEventParameters>;
8274
+
8275
+ export interface Table$ColumnFreezeEventParameters {
8276
+ /**
8277
+ * reference to the column to freeze
8278
+ */
8279
+ column?: Column;
8280
+ }
8281
+
8282
+ /**
8283
+ * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Table$ColumnFreezeEventParameters'
8284
+ * in 1.115.1 and any later releases.
8285
+ */
8286
+ export type $TableColumnFreezeEventParameters = Table$ColumnFreezeEventParameters;
8287
+
8288
+ export type Table$ColumnFreezeEvent = Event<Table$ColumnFreezeEventParameters>;
8289
+
8290
+ export interface Table$ColumnMoveEventParameters {
8291
+ /**
8292
+ * moved column.
8293
+ */
8294
+ column?: Column;
8295
+
8296
+ /**
8297
+ * new position of the column.
8298
+ */
8299
+ newPos?: int;
8300
+ }
8301
+
8302
+ /**
8303
+ * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Table$ColumnMoveEventParameters'
8304
+ * in 1.115.1 and any later releases.
8305
+ */
8306
+ export type $TableColumnMoveEventParameters = Table$ColumnMoveEventParameters;
8307
+
8308
+ export type Table$ColumnMoveEvent = Event<Table$ColumnMoveEventParameters>;
8309
+
8310
+ export interface Table$ColumnResizeEventParameters {
8311
+ /**
8312
+ * resized column.
8313
+ */
8314
+ column?: Column;
8315
+
8316
+ /**
8317
+ * new width of the table column as CSS Size definition.
8318
+ */
8319
+ width?: CSSSize;
8320
+ }
8321
+
8322
+ /**
8323
+ * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Table$ColumnResizeEventParameters'
8324
+ * in 1.115.1 and any later releases.
8325
+ */
8326
+ export type $TableColumnResizeEventParameters = Table$ColumnResizeEventParameters;
8327
+
8328
+ export type Table$ColumnResizeEvent = Event<Table$ColumnResizeEventParameters>;
8329
+
8330
+ export interface Table$ColumnSelectEventParameters {
8331
+ /**
8332
+ * reference to the selected column
8333
+ */
8334
+ column?: Column;
8335
+ }
8336
+
8337
+ /**
8338
+ * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Table$ColumnSelectEventParameters'
8339
+ * in 1.115.1 and any later releases.
8340
+ */
8341
+ export type $TableColumnSelectEventParameters = Table$ColumnSelectEventParameters;
8342
+
8343
+ export type Table$ColumnSelectEvent = Event<Table$ColumnSelectEventParameters>;
8344
+
8345
+ export interface Table$ColumnVisibilityEventParameters {
8346
+ /**
8347
+ * affected column.
8348
+ */
8349
+ column?: Column;
8350
+
8351
+ /**
8352
+ * new value of the visible property.
8353
+ */
8354
+ newVisible?: boolean;
8355
+ }
8356
+
8357
+ /**
8358
+ * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Table$ColumnVisibilityEventParameters'
8359
+ * in 1.115.1 and any later releases.
8360
+ */
8361
+ export type $TableColumnVisibilityEventParameters = Table$ColumnVisibilityEventParameters;
8362
+
8363
+ export type Table$ColumnVisibilityEvent = Event<Table$ColumnVisibilityEventParameters>;
8364
+
8365
+ export interface Table$CustomFilterEventParameters {
8366
+ /**
8367
+ * The column instance on which the custom filter button was pressed.
8368
+ */
8369
+ column?: Column;
8370
+
8371
+ /**
8372
+ * Filter value.
8373
+ */
8374
+ value?: string;
8375
+ }
8376
+
8377
+ /**
8378
+ * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Table$CustomFilterEventParameters'
8379
+ * in 1.115.1 and any later releases.
8380
+ */
8381
+ export type $TableCustomFilterEventParameters = Table$CustomFilterEventParameters;
8382
+
8383
+ export type Table$CustomFilterEvent = Event<Table$CustomFilterEventParameters>;
8384
+
8385
+ export interface Table$FilterEventParameters {
8386
+ /**
8387
+ * filtered column.
8388
+ */
8389
+ column?: Column;
8390
+
8391
+ /**
8392
+ * filter value.
8393
+ */
8394
+ value?: string;
8395
+ }
8396
+
8397
+ /**
8398
+ * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Table$FilterEventParameters'
8399
+ * in 1.115.1 and any later releases.
8400
+ */
8401
+ export type $TableFilterEventParameters = Table$FilterEventParameters;
8402
+
8403
+ export type Table$FilterEvent = Event<Table$FilterEventParameters>;
8404
+
8405
+ export interface Table$FirstVisibleRowChangedEventParameters {
8406
+ /**
8407
+ * First visible row
8408
+ */
8409
+ firstVisibleRow?: int;
8410
+ }
8411
+
8412
+ /**
8413
+ * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Table$FirstVisibleRowChangedEventParameters'
8414
+ * in 1.115.1 and any later releases.
8415
+ */
8416
+ export type $TableFirstVisibleRowChangedEventParameters = Table$FirstVisibleRowChangedEventParameters;
8417
+
8418
+ export type Table$FirstVisibleRowChangedEvent = Event<Table$FirstVisibleRowChangedEventParameters>;
8419
+
8420
+ export interface Table$GroupEventParameters {
8421
+ /**
8422
+ * grouped column.
8423
+ */
8424
+ column?: Column;
8425
+ }
8426
+
8427
+ /**
8428
+ * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Table$GroupEventParameters'
8429
+ * in 1.115.1 and any later releases.
8430
+ */
8431
+ export type $TableGroupEventParameters = Table$GroupEventParameters;
8432
+
8433
+ export type Table$GroupEvent = Event<Table$GroupEventParameters>;
8434
+
8435
+ export interface Table$PasteEventParameters {
8436
+ /**
8437
+ * 2D array of strings with data from the clipboard. The first dimension represents the rows, and the second
8438
+ * dimension represents the cells of the tabular data.
8439
+ */
8440
+ data?: string[][];
8441
+ }
8442
+
8443
+ /**
8444
+ * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Table$PasteEventParameters'
8445
+ * in 1.115.1 and any later releases.
8446
+ */
8447
+ export type $TablePasteEventParameters = Table$PasteEventParameters;
8448
+
8449
+ export type Table$PasteEvent = Event<Table$PasteEventParameters>;
8450
+
8451
+ export interface Table$RowSelectionChangeEventParameters {
8452
+ /**
8453
+ * row index which has been clicked so that the selection has been changed (either selected or deselected)
8454
+ */
8455
+ rowIndex?: int;
8456
+
8457
+ /**
8458
+ * binding context of the row which has been clicked so that selection has been changed
8459
+ */
8460
+ rowContext?: Context;
8461
+
8462
+ /**
8463
+ * array of row indices which selection has been changed (either selected or deselected)
8464
+ */
8465
+ rowIndices?: int[];
8466
+
8467
+ /**
8468
+ * indicator if "select all" function is used to select rows
8469
+ */
8470
+ selectAll?: boolean;
8471
+
8472
+ /**
8473
+ * indicates that the event was fired due to an explicit user interaction like clicking the row header or
8474
+ * using the keyboard (SPACE or ENTER) to select a row or a range of rows.
8475
+ */
8476
+ userInteraction?: boolean;
8477
+ }
8478
+
8479
+ /**
8480
+ * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Table$RowSelectionChangeEventParameters'
8481
+ * in 1.115.1 and any later releases.
8482
+ */
8483
+ export type $TableRowSelectionChangeEventParameters = Table$RowSelectionChangeEventParameters;
8484
+
8485
+ export type Table$RowSelectionChangeEvent = Event<Table$RowSelectionChangeEventParameters>;
8486
+
8487
+ export interface Table$RowsUpdatedEventParameters {}
8488
+
8489
+ /**
8490
+ * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Table$RowsUpdatedEventParameters'
8491
+ * in 1.115.1 and any later releases.
8492
+ */
8493
+ export type $TableRowsUpdatedEventParameters = Table$RowsUpdatedEventParameters;
8494
+
8495
+ export type Table$RowsUpdatedEvent = Event<Table$RowsUpdatedEventParameters>;
8496
+
8497
+ export interface Table$SortEventParameters {
8498
+ /**
8499
+ * sorted column.
8500
+ */
8501
+ column?: Column;
8502
+
8503
+ /**
8504
+ * Sort Order
8505
+ */
8506
+ sortOrder?: SortOrder | keyof typeof SortOrder;
8507
+
8508
+ /**
8509
+ * If column was added to sorter this is true. If new sort is started this is set to false
8510
+ */
8511
+ columnAdded?: boolean;
8512
+ }
8513
+
8514
+ /**
8515
+ * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Table$SortEventParameters'
8516
+ * in 1.115.1 and any later releases.
8517
+ */
8518
+ export type $TableSortEventParameters = Table$SortEventParameters;
8519
+
8520
+ export type Table$SortEvent = Event<Table$SortEventParameters>;
8276
8521
  }
8277
8522
 
8278
8523
  declare module "sap/ui/table/TablePersoController" {
@@ -8291,7 +8536,8 @@ declare module "sap/ui/table/TablePersoController" {
8291
8536
  import Table from "sap/ui/table/Table";
8292
8537
 
8293
8538
  /**
8294
- * @SINCE 1.21.1
8539
+ * @since 1.21.1
8540
+ * @deprecated (since 1.115) - Please use the {@link sap.m.p13n.Engine Engine} for personalization instead.
8295
8541
  *
8296
8542
  * The TablePersoController can be used to connect a table with a persistence service.
8297
8543
  */
@@ -8422,7 +8668,7 @@ declare module "sap/ui/table/TablePersoController" {
8422
8668
  */
8423
8669
  getTable(): ID;
8424
8670
  /**
8425
- * @EXPERIMENTAL (since 1.21.2) - API might change / feature requires the sap.m library!
8671
+ * @experimental (since 1.21.2) - API might change / feature requires the sap.m library!
8426
8672
  *
8427
8673
  * Opens the personalization dialog for the Table to modify the visibility and the order of the columns.
8428
8674
  *
@@ -8603,8 +8849,6 @@ declare module "sap/ui/table/TablePersoController" {
8603
8849
  declare module "sap/ui/table/TreeTable" {
8604
8850
  import { default as Table, $TableSettings } from "sap/ui/table/Table";
8605
8851
 
8606
- import Event from "sap/ui/base/Event";
8607
-
8608
8852
  import { ID } from "sap/ui/core/library";
8609
8853
 
8610
8854
  import ElementMetadata from "sap/ui/core/ElementMetadata";
@@ -8613,6 +8857,8 @@ declare module "sap/ui/table/TreeTable" {
8613
8857
 
8614
8858
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
8615
8859
 
8860
+ import Event from "sap/ui/base/Event";
8861
+
8616
8862
  /**
8617
8863
  * The TreeTable control provides a comprehensive set of features to display hierarchical data.
8618
8864
  */
@@ -8624,8 +8870,8 @@ declare module "sap/ui/table/TreeTable" {
8624
8870
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
8625
8871
  * of the syntax of the settings object.
8626
8872
  * See:
8627
- * {@link topic:08197fa68e4f479cbe30f639cc1cd22c sap.ui.table}
8628
- * {@link topic:148892ff9aea4a18b912829791e38f3e Tables: Which One Should I Choose?}
8873
+ * {@link https://ui5.sap.com/#/topic/08197fa68e4f479cbe30f639cc1cd22c sap.ui.table}
8874
+ * {@link https://ui5.sap.com/#/topic/148892ff9aea4a18b912829791e38f3e Tables: Which One Should I Choose?}
8629
8875
  * {@link fiori:/tree-table/ Tree Table}
8630
8876
  */
8631
8877
  constructor(
@@ -8641,8 +8887,8 @@ declare module "sap/ui/table/TreeTable" {
8641
8887
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
8642
8888
  * of the syntax of the settings object.
8643
8889
  * See:
8644
- * {@link topic:08197fa68e4f479cbe30f639cc1cd22c sap.ui.table}
8645
- * {@link topic:148892ff9aea4a18b912829791e38f3e Tables: Which One Should I Choose?}
8890
+ * {@link https://ui5.sap.com/#/topic/08197fa68e4f479cbe30f639cc1cd22c sap.ui.table}
8891
+ * {@link https://ui5.sap.com/#/topic/148892ff9aea4a18b912829791e38f3e Tables: Which One Should I Choose?}
8646
8892
  * {@link fiori:/tree-table/ Tree Table}
8647
8893
  */
8648
8894
  constructor(
@@ -8724,7 +8970,7 @@ declare module "sap/ui/table/TreeTable" {
8724
8970
  /**
8725
8971
  * The function to be called when the event occurs
8726
8972
  */
8727
- fnFunction: (p1: Event) => void,
8973
+ fnFunction: (p1: TreeTable$ToggleOpenStateEvent) => void,
8728
8974
  /**
8729
8975
  * Context object to call the event handler with. Defaults to this `sap.ui.table.TreeTable` itself
8730
8976
  */
@@ -8745,7 +8991,7 @@ declare module "sap/ui/table/TreeTable" {
8745
8991
  /**
8746
8992
  * The function to be called when the event occurs
8747
8993
  */
8748
- fnFunction: (p1: Event) => void,
8994
+ fnFunction: (p1: TreeTable$ToggleOpenStateEvent) => void,
8749
8995
  /**
8750
8996
  * Context object to call the event handler with. Defaults to this `sap.ui.table.TreeTable` itself
8751
8997
  */
@@ -8780,7 +9026,7 @@ declare module "sap/ui/table/TreeTable" {
8780
9026
  /**
8781
9027
  * The function to be called, when the event occurs
8782
9028
  */
8783
- fnFunction: (p1: Event) => void,
9029
+ fnFunction: (p1: TreeTable$ToggleOpenStateEvent) => void,
8784
9030
  /**
8785
9031
  * Context object on which the given function had to be called
8786
9032
  */
@@ -8814,7 +9060,7 @@ declare module "sap/ui/table/TreeTable" {
8814
9060
  iLevel: int
8815
9061
  ): this;
8816
9062
  /**
8817
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
9063
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
8818
9064
  *
8819
9065
  * Fires event {@link #event:toggleOpenState toggleOpenState} to attached listeners.
8820
9066
  *
@@ -8824,20 +9070,7 @@ declare module "sap/ui/table/TreeTable" {
8824
9070
  /**
8825
9071
  * Parameters to pass along with the event
8826
9072
  */
8827
- mParameters?: {
8828
- /**
8829
- * Index of the expanded/collapsed row
8830
- */
8831
- rowIndex?: int;
8832
- /**
8833
- * Binding context of the expanded/collapsed row
8834
- */
8835
- rowContext?: object;
8836
- /**
8837
- * Flag that indicates whether the row has been expanded or collapsed
8838
- */
8839
- expanded?: boolean;
8840
- }
9073
+ mParameters?: TreeTable$ToggleOpenStateEventParameters
8841
9074
  ): this;
8842
9075
  /**
8843
9076
  * @deprecated (since 1.76) - replaced by the `collapseRecursive` binding parameter. May not work with all
@@ -9188,7 +9421,7 @@ declare module "sap/ui/table/TreeTable" {
9188
9421
  iToIndex: int
9189
9422
  ): this;
9190
9423
  /**
9191
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
9424
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
9192
9425
  *
9193
9426
  * Allows to hide the tree structure (tree icons, indentation) in tree mode (property `useGroupMode` is
9194
9427
  * set to `false`).
@@ -9310,8 +9543,35 @@ declare module "sap/ui/table/TreeTable" {
9310
9543
  /**
9311
9544
  * Fired when a row has been expanded or collapsed by user interaction. Only available in hierarchical mode.
9312
9545
  */
9313
- toggleOpenState?: (oEvent: Event) => void;
9546
+ toggleOpenState?: (
9547
+ oEvent: Event<TreeTable$ToggleOpenStateEventParameters>
9548
+ ) => void;
9314
9549
  }
9550
+
9551
+ export interface TreeTable$ToggleOpenStateEventParameters {
9552
+ /**
9553
+ * Index of the expanded/collapsed row
9554
+ */
9555
+ rowIndex?: int;
9556
+
9557
+ /**
9558
+ * Binding context of the expanded/collapsed row
9559
+ */
9560
+ rowContext?: object;
9561
+
9562
+ /**
9563
+ * Flag that indicates whether the row has been expanded or collapsed
9564
+ */
9565
+ expanded?: boolean;
9566
+ }
9567
+
9568
+ /**
9569
+ * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'TreeTable$ToggleOpenStateEventParameters'
9570
+ * in 1.115.1 and any later releases.
9571
+ */
9572
+ export type $TreeTableToggleOpenStateEventParameters = TreeTable$ToggleOpenStateEventParameters;
9573
+
9574
+ export type TreeTable$ToggleOpenStateEvent = Event<TreeTable$ToggleOpenStateEventParameters>;
9315
9575
  }
9316
9576
 
9317
9577
  declare namespace sap {