@openui5/types 1.115.0 → 1.116.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -5
- package/package.json +1 -1
- package/types/index.d.ts +9 -3
- package/types/sap.f.d.ts +718 -786
- package/types/sap.m.d.ts +6504 -6706
- package/types/sap.tnt.d.ts +119 -86
- package/types/sap.ui.codeeditor.d.ts +28 -25
- package/types/sap.ui.commons.d.ts +691 -684
- package/types/sap.ui.core.d.ts +2434 -2444
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +55 -82
- package/types/sap.ui.integration.d.ts +401 -292
- package/types/sap.ui.layout.d.ts +369 -420
- package/types/sap.ui.mdc.d.ts +1557 -1344
- package/types/sap.ui.rta.d.ts +7 -7
- package/types/sap.ui.suite.d.ts +13 -11
- package/types/sap.ui.support.d.ts +12 -13
- package/types/sap.ui.table.d.ts +366 -368
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +961 -1007
- package/types/sap.ui.ux3.d.ts +663 -653
- package/types/sap.ui.webc.common.d.ts +7 -9
- package/types/sap.ui.webc.fiori.d.ts +1099 -509
- package/types/sap.ui.webc.main.d.ts +4937 -1323
- package/types/sap.uxap.d.ts +244 -277
package/types/sap.ui.table.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.116.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/table/library" {
|
|
4
4
|
import TreeAutoExpandMode1 from "sap/ui/model/TreeAutoExpandMode";
|
|
@@ -194,7 +194,7 @@ declare module "sap/ui/table/AnalyticalColumn" {
|
|
|
194
194
|
* This column adds additional properties to the table column which are needed for the analytical binding
|
|
195
195
|
* and table
|
|
196
196
|
*/
|
|
197
|
-
class AnalyticalColumn extends Column {
|
|
197
|
+
export default class AnalyticalColumn extends Column {
|
|
198
198
|
/**
|
|
199
199
|
* Constructor for a new AnalyticalColumn.
|
|
200
200
|
*
|
|
@@ -389,7 +389,6 @@ declare module "sap/ui/table/AnalyticalColumn" {
|
|
|
389
389
|
bSummed?: boolean
|
|
390
390
|
): this;
|
|
391
391
|
}
|
|
392
|
-
export default AnalyticalColumn;
|
|
393
392
|
|
|
394
393
|
export interface $AnalyticalColumnSettings extends $ColumnSettings {
|
|
395
394
|
/**
|
|
@@ -431,11 +430,11 @@ declare module "sap/ui/table/AnalyticalColumnMenu" {
|
|
|
431
430
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
432
431
|
|
|
433
432
|
/**
|
|
434
|
-
* @
|
|
433
|
+
* @experimental (since 1.21) - The AnalyticalColumnMenu will be productized soon.
|
|
435
434
|
*
|
|
436
435
|
* A column menu which is used by the analytical column
|
|
437
436
|
*/
|
|
438
|
-
class AnalyticalColumnMenu extends ColumnMenu {
|
|
437
|
+
export default class AnalyticalColumnMenu extends ColumnMenu {
|
|
439
438
|
/**
|
|
440
439
|
* Constructor for a new AnalyticalColumnMenu.
|
|
441
440
|
*
|
|
@@ -503,7 +502,6 @@ declare module "sap/ui/table/AnalyticalColumnMenu" {
|
|
|
503
502
|
*/
|
|
504
503
|
static getMetadata(): ElementMetadata;
|
|
505
504
|
}
|
|
506
|
-
export default AnalyticalColumnMenu;
|
|
507
505
|
|
|
508
506
|
export interface $AnalyticalColumnMenuSettings extends $ColumnMenuSettings {}
|
|
509
507
|
}
|
|
@@ -526,7 +524,7 @@ declare module "sap/ui/table/AnalyticalTable" {
|
|
|
526
524
|
* and correctly annotated OData services. Please check on the SAP Annotations for OData Version 2.0 documentation
|
|
527
525
|
* for further details.
|
|
528
526
|
*/
|
|
529
|
-
class AnalyticalTable extends Table {
|
|
527
|
+
export default class AnalyticalTable extends Table {
|
|
530
528
|
/**
|
|
531
529
|
* Constructor for a new AnalyticalTable.
|
|
532
530
|
*
|
|
@@ -645,7 +643,7 @@ declare module "sap/ui/table/AnalyticalTable" {
|
|
|
645
643
|
vRowIndex: int | int[]
|
|
646
644
|
): this;
|
|
647
645
|
/**
|
|
648
|
-
* @
|
|
646
|
+
* @since 1.70
|
|
649
647
|
*
|
|
650
648
|
* Expands all nodes. The current selection is removed, and the table scrolls back to the top. If this method
|
|
651
649
|
* is called, not all groups might be loaded. If the user then scrolls to the bottom of the table, additional
|
|
@@ -876,7 +874,7 @@ declare module "sap/ui/table/AnalyticalTable" {
|
|
|
876
874
|
iToIndex: int
|
|
877
875
|
): this;
|
|
878
876
|
/**
|
|
879
|
-
* @
|
|
877
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
880
878
|
*
|
|
881
879
|
* This function is used by some composite controls to force updating the AnalyticalInfo
|
|
882
880
|
*/
|
|
@@ -1124,7 +1122,7 @@ declare module "sap/ui/table/AnalyticalTable" {
|
|
|
1124
1122
|
bSumOnTop?: boolean
|
|
1125
1123
|
): this;
|
|
1126
1124
|
/**
|
|
1127
|
-
* @
|
|
1125
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
1128
1126
|
*
|
|
1129
1127
|
* This function is used by some composite controls to avoid updating the AnalyticalInfo when several column
|
|
1130
1128
|
* are added to the table. In order to finally update the AnalyticalInfo and request data, resumeUpdateAnalyticalInfo
|
|
@@ -1132,7 +1130,6 @@ declare module "sap/ui/table/AnalyticalTable" {
|
|
|
1132
1130
|
*/
|
|
1133
1131
|
suspendUpdateAnalyticalInfo(): void;
|
|
1134
1132
|
}
|
|
1135
|
-
export default AnalyticalTable;
|
|
1136
1133
|
|
|
1137
1134
|
export interface $AnalyticalTableSettings extends $TableSettings {
|
|
1138
1135
|
/**
|
|
@@ -1245,8 +1242,6 @@ declare module "sap/ui/table/Column" {
|
|
|
1245
1242
|
|
|
1246
1243
|
import Control from "sap/ui/core/Control";
|
|
1247
1244
|
|
|
1248
|
-
import Event from "sap/ui/base/Event";
|
|
1249
|
-
|
|
1250
1245
|
import {
|
|
1251
1246
|
HorizontalAlign,
|
|
1252
1247
|
ID,
|
|
@@ -1265,10 +1260,12 @@ declare module "sap/ui/table/Column" {
|
|
|
1265
1260
|
AggregationBindingInfo,
|
|
1266
1261
|
} from "sap/ui/base/ManagedObject";
|
|
1267
1262
|
|
|
1263
|
+
import Event from "sap/ui/base/Event";
|
|
1264
|
+
|
|
1268
1265
|
/**
|
|
1269
1266
|
* The column allows you to define column specific properties that will be applied when rendering the table.
|
|
1270
1267
|
*/
|
|
1271
|
-
class Column extends UI5Element {
|
|
1268
|
+
export default class Column extends UI5Element {
|
|
1272
1269
|
/**
|
|
1273
1270
|
* Constructor for a new Column.
|
|
1274
1271
|
*
|
|
@@ -1330,7 +1327,7 @@ declare module "sap/ui/table/Column" {
|
|
|
1330
1327
|
*/
|
|
1331
1328
|
static getMetadata(): ElementMetadata;
|
|
1332
1329
|
/**
|
|
1333
|
-
* @
|
|
1330
|
+
* @since 1.13.1
|
|
1334
1331
|
*
|
|
1335
1332
|
* Adds some multiLabel to the aggregation {@link #getMultiLabels multiLabels}.
|
|
1336
1333
|
*
|
|
@@ -1343,7 +1340,7 @@ declare module "sap/ui/table/Column" {
|
|
|
1343
1340
|
oMultiLabel: Control
|
|
1344
1341
|
): this;
|
|
1345
1342
|
/**
|
|
1346
|
-
* @
|
|
1343
|
+
* @since 1.33.0
|
|
1347
1344
|
*
|
|
1348
1345
|
* Attaches event handler `fnFunction` to the {@link #event:columnMenuOpen columnMenuOpen} event of this
|
|
1349
1346
|
* `sap.ui.table.Column`.
|
|
@@ -1364,14 +1361,14 @@ declare module "sap/ui/table/Column" {
|
|
|
1364
1361
|
/**
|
|
1365
1362
|
* The function to be called when the event occurs
|
|
1366
1363
|
*/
|
|
1367
|
-
fnFunction: (p1:
|
|
1364
|
+
fnFunction: (p1: Column$ColumnMenuOpenEvent) => void,
|
|
1368
1365
|
/**
|
|
1369
1366
|
* Context object to call the event handler with. Defaults to this `sap.ui.table.Column` itself
|
|
1370
1367
|
*/
|
|
1371
1368
|
oListener?: object
|
|
1372
1369
|
): this;
|
|
1373
1370
|
/**
|
|
1374
|
-
* @
|
|
1371
|
+
* @since 1.33.0
|
|
1375
1372
|
*
|
|
1376
1373
|
* Attaches event handler `fnFunction` to the {@link #event:columnMenuOpen columnMenuOpen} event of this
|
|
1377
1374
|
* `sap.ui.table.Column`.
|
|
@@ -1387,7 +1384,7 @@ declare module "sap/ui/table/Column" {
|
|
|
1387
1384
|
/**
|
|
1388
1385
|
* The function to be called when the event occurs
|
|
1389
1386
|
*/
|
|
1390
|
-
fnFunction: (p1:
|
|
1387
|
+
fnFunction: (p1: Column$ColumnMenuOpenEvent) => void,
|
|
1391
1388
|
/**
|
|
1392
1389
|
* Context object to call the event handler with. Defaults to this `sap.ui.table.Column` itself
|
|
1393
1390
|
*/
|
|
@@ -1406,7 +1403,7 @@ declare module "sap/ui/table/Column" {
|
|
|
1406
1403
|
*/
|
|
1407
1404
|
destroyMenu(): this;
|
|
1408
1405
|
/**
|
|
1409
|
-
* @
|
|
1406
|
+
* @since 1.13.1
|
|
1410
1407
|
*
|
|
1411
1408
|
* Destroys all the multiLabels in the aggregation {@link #getMultiLabels multiLabels}.
|
|
1412
1409
|
*
|
|
@@ -1420,7 +1417,7 @@ declare module "sap/ui/table/Column" {
|
|
|
1420
1417
|
*/
|
|
1421
1418
|
destroyTemplate(): this;
|
|
1422
1419
|
/**
|
|
1423
|
-
* @
|
|
1420
|
+
* @since 1.33.0
|
|
1424
1421
|
*
|
|
1425
1422
|
* Detaches event handler `fnFunction` from the {@link #event:columnMenuOpen columnMenuOpen} event of this
|
|
1426
1423
|
* `sap.ui.table.Column`.
|
|
@@ -1433,15 +1430,15 @@ declare module "sap/ui/table/Column" {
|
|
|
1433
1430
|
/**
|
|
1434
1431
|
* The function to be called, when the event occurs
|
|
1435
1432
|
*/
|
|
1436
|
-
fnFunction: (p1:
|
|
1433
|
+
fnFunction: (p1: Column$ColumnMenuOpenEvent) => void,
|
|
1437
1434
|
/**
|
|
1438
1435
|
* Context object on which the given function had to be called
|
|
1439
1436
|
*/
|
|
1440
1437
|
oListener?: object
|
|
1441
1438
|
): this;
|
|
1442
1439
|
/**
|
|
1443
|
-
* @
|
|
1444
|
-
* @
|
|
1440
|
+
* @since 1.33.0
|
|
1441
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
1445
1442
|
*
|
|
1446
1443
|
* Fires event {@link #event:columnMenuOpen columnMenuOpen} to attached listeners.
|
|
1447
1444
|
*
|
|
@@ -1454,10 +1451,10 @@ declare module "sap/ui/table/Column" {
|
|
|
1454
1451
|
/**
|
|
1455
1452
|
* Parameters to pass along with the event
|
|
1456
1453
|
*/
|
|
1457
|
-
mParameters?: $
|
|
1454
|
+
mParameters?: Column$ColumnMenuOpenEventParameters
|
|
1458
1455
|
): boolean;
|
|
1459
1456
|
/**
|
|
1460
|
-
* @
|
|
1457
|
+
* @since 1.21.1
|
|
1461
1458
|
*
|
|
1462
1459
|
* Gets current value of property {@link #getAutoResizable autoResizable}.
|
|
1463
1460
|
*
|
|
@@ -1515,7 +1512,7 @@ declare module "sap/ui/table/Column" {
|
|
|
1515
1512
|
*/
|
|
1516
1513
|
getFilterProperty(): string;
|
|
1517
1514
|
/**
|
|
1518
|
-
* @
|
|
1515
|
+
* @since 1.9.2
|
|
1519
1516
|
*
|
|
1520
1517
|
* Gets current value of property {@link #getFilterType filterType}.
|
|
1521
1518
|
*
|
|
@@ -1592,7 +1589,7 @@ declare module "sap/ui/table/Column" {
|
|
|
1592
1589
|
*/
|
|
1593
1590
|
getHAlign(): HorizontalAlign | keyof typeof HorizontalAlign;
|
|
1594
1591
|
/**
|
|
1595
|
-
* @
|
|
1592
|
+
* @since 1.110
|
|
1596
1593
|
*
|
|
1597
1594
|
* ID of the element which is the current target of the association {@link #getHeaderMenu headerMenu}, or
|
|
1598
1595
|
* `null`.
|
|
@@ -1632,7 +1629,7 @@ declare module "sap/ui/table/Column" {
|
|
|
1632
1629
|
*/
|
|
1633
1630
|
getMenu(): Menu;
|
|
1634
1631
|
/**
|
|
1635
|
-
* @
|
|
1632
|
+
* @since 1.44.1
|
|
1636
1633
|
*
|
|
1637
1634
|
* Gets current value of property {@link #getMinWidth minWidth}.
|
|
1638
1635
|
*
|
|
@@ -1647,7 +1644,7 @@ declare module "sap/ui/table/Column" {
|
|
|
1647
1644
|
*/
|
|
1648
1645
|
getMinWidth(): int;
|
|
1649
1646
|
/**
|
|
1650
|
-
* @
|
|
1647
|
+
* @since 1.13.1
|
|
1651
1648
|
*
|
|
1652
1649
|
* Gets content of aggregation {@link #getMultiLabels multiLabels}.
|
|
1653
1650
|
*
|
|
@@ -1656,7 +1653,7 @@ declare module "sap/ui/table/Column" {
|
|
|
1656
1653
|
*/
|
|
1657
1654
|
getMultiLabels(): Control[];
|
|
1658
1655
|
/**
|
|
1659
|
-
* @
|
|
1656
|
+
* @since 1.11.1
|
|
1660
1657
|
*
|
|
1661
1658
|
* Gets current value of property {@link #getName name}.
|
|
1662
1659
|
*
|
|
@@ -1679,7 +1676,7 @@ declare module "sap/ui/table/Column" {
|
|
|
1679
1676
|
*/
|
|
1680
1677
|
getResizable(): boolean;
|
|
1681
1678
|
/**
|
|
1682
|
-
* @
|
|
1679
|
+
* @since 1.13.0
|
|
1683
1680
|
*
|
|
1684
1681
|
* Gets current value of property {@link #getShowFilterMenuEntry showFilterMenuEntry}.
|
|
1685
1682
|
*
|
|
@@ -1691,7 +1688,7 @@ declare module "sap/ui/table/Column" {
|
|
|
1691
1688
|
*/
|
|
1692
1689
|
getShowFilterMenuEntry(): boolean;
|
|
1693
1690
|
/**
|
|
1694
|
-
* @
|
|
1691
|
+
* @since 1.13.0
|
|
1695
1692
|
*
|
|
1696
1693
|
* Gets current value of property {@link #getShowSortMenuEntry showSortMenuEntry}.
|
|
1697
1694
|
*
|
|
@@ -1752,7 +1749,7 @@ declare module "sap/ui/table/Column" {
|
|
|
1752
1749
|
*/
|
|
1753
1750
|
getTemplate(): Control | string;
|
|
1754
1751
|
/**
|
|
1755
|
-
* @
|
|
1752
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
1756
1753
|
*
|
|
1757
1754
|
* Returns a template clone. It either finds an unused clone or clones a new one from the template.
|
|
1758
1755
|
*
|
|
@@ -1787,7 +1784,7 @@ declare module "sap/ui/table/Column" {
|
|
|
1787
1784
|
*/
|
|
1788
1785
|
getWidth(): CSSSize;
|
|
1789
1786
|
/**
|
|
1790
|
-
* @
|
|
1787
|
+
* @since 1.13.1
|
|
1791
1788
|
*
|
|
1792
1789
|
* Checks for the provided `sap.ui.core.Control` in the aggregation {@link #getMultiLabels multiLabels}.
|
|
1793
1790
|
* and returns its index if found or -1 otherwise.
|
|
@@ -1801,7 +1798,7 @@ declare module "sap/ui/table/Column" {
|
|
|
1801
1798
|
oMultiLabel: Control
|
|
1802
1799
|
): int;
|
|
1803
1800
|
/**
|
|
1804
|
-
* @
|
|
1801
|
+
* @since 1.13.1
|
|
1805
1802
|
*
|
|
1806
1803
|
* Inserts a multiLabel into the aggregation {@link #getMultiLabels multiLabels}.
|
|
1807
1804
|
*
|
|
@@ -1820,7 +1817,7 @@ declare module "sap/ui/table/Column" {
|
|
|
1820
1817
|
iIndex: int
|
|
1821
1818
|
): this;
|
|
1822
1819
|
/**
|
|
1823
|
-
* @
|
|
1820
|
+
* @since 1.13.1
|
|
1824
1821
|
*
|
|
1825
1822
|
* Removes all the controls from the aggregation {@link #getMultiLabels multiLabels}.
|
|
1826
1823
|
*
|
|
@@ -1830,7 +1827,7 @@ declare module "sap/ui/table/Column" {
|
|
|
1830
1827
|
*/
|
|
1831
1828
|
removeAllMultiLabels(): Control[];
|
|
1832
1829
|
/**
|
|
1833
|
-
* @
|
|
1830
|
+
* @since 1.13.1
|
|
1834
1831
|
*
|
|
1835
1832
|
* Removes a multiLabel from the aggregation {@link #getMultiLabels multiLabels}.
|
|
1836
1833
|
*
|
|
@@ -1843,7 +1840,7 @@ declare module "sap/ui/table/Column" {
|
|
|
1843
1840
|
vMultiLabel: int | string | Control
|
|
1844
1841
|
): Control | null;
|
|
1845
1842
|
/**
|
|
1846
|
-
* @
|
|
1843
|
+
* @since 1.21.1
|
|
1847
1844
|
*
|
|
1848
1845
|
* Sets a new value for property {@link #getAutoResizable autoResizable}.
|
|
1849
1846
|
*
|
|
@@ -2038,7 +2035,7 @@ declare module "sap/ui/table/Column" {
|
|
|
2038
2035
|
sHAlign?: HorizontalAlign | keyof typeof HorizontalAlign
|
|
2039
2036
|
): this;
|
|
2040
2037
|
/**
|
|
2041
|
-
* @
|
|
2038
|
+
* @since 1.110
|
|
2042
2039
|
*
|
|
2043
2040
|
* Sets the associated {@link #getHeaderMenu headerMenu}.
|
|
2044
2041
|
*
|
|
@@ -2096,7 +2093,7 @@ declare module "sap/ui/table/Column" {
|
|
|
2096
2093
|
oMenu: Menu
|
|
2097
2094
|
): this;
|
|
2098
2095
|
/**
|
|
2099
|
-
* @
|
|
2096
|
+
* @since 1.44.1
|
|
2100
2097
|
*
|
|
2101
2098
|
* Sets a new value for property {@link #getMinWidth minWidth}.
|
|
2102
2099
|
*
|
|
@@ -2118,7 +2115,7 @@ declare module "sap/ui/table/Column" {
|
|
|
2118
2115
|
iMinWidth?: int
|
|
2119
2116
|
): this;
|
|
2120
2117
|
/**
|
|
2121
|
-
* @
|
|
2118
|
+
* @since 1.11.1
|
|
2122
2119
|
*
|
|
2123
2120
|
* Sets a new value for property {@link #getName name}.
|
|
2124
2121
|
*
|
|
@@ -2155,7 +2152,7 @@ declare module "sap/ui/table/Column" {
|
|
|
2155
2152
|
bResizable?: boolean
|
|
2156
2153
|
): this;
|
|
2157
2154
|
/**
|
|
2158
|
-
* @
|
|
2155
|
+
* @since 1.13.0
|
|
2159
2156
|
*
|
|
2160
2157
|
* Sets a new value for property {@link #getShowFilterMenuEntry showFilterMenuEntry}.
|
|
2161
2158
|
*
|
|
@@ -2174,7 +2171,7 @@ declare module "sap/ui/table/Column" {
|
|
|
2174
2171
|
bShowFilterMenuEntry?: boolean
|
|
2175
2172
|
): this;
|
|
2176
2173
|
/**
|
|
2177
|
-
* @
|
|
2174
|
+
* @since 1.13.0
|
|
2178
2175
|
*
|
|
2179
2176
|
* Sets a new value for property {@link #getShowSortMenuEntry showSortMenuEntry}.
|
|
2180
2177
|
*
|
|
@@ -2296,7 +2293,7 @@ declare module "sap/ui/table/Column" {
|
|
|
2296
2293
|
sWidth?: CSSSize
|
|
2297
2294
|
): this;
|
|
2298
2295
|
/**
|
|
2299
|
-
* @
|
|
2296
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
2300
2297
|
*
|
|
2301
2298
|
* Returns whether the column should be rendered.
|
|
2302
2299
|
*
|
|
@@ -2323,7 +2320,6 @@ declare module "sap/ui/table/Column" {
|
|
|
2323
2320
|
*/
|
|
2324
2321
|
toggleSort(): void;
|
|
2325
2322
|
}
|
|
2326
|
-
export default Column;
|
|
2327
2323
|
|
|
2328
2324
|
export interface $ColumnSettings extends $ElementSettings {
|
|
2329
2325
|
/**
|
|
@@ -2336,7 +2332,7 @@ declare module "sap/ui/table/Column" {
|
|
|
2336
2332
|
width?: CSSSize | PropertyBindingInfo | `{${string}}`;
|
|
2337
2333
|
|
|
2338
2334
|
/**
|
|
2339
|
-
* @
|
|
2335
|
+
* @since 1.44.1
|
|
2340
2336
|
*
|
|
2341
2337
|
* Defines the minimum width of a column in pixels. This property only has an effect if the given column
|
|
2342
2338
|
* width is flexible, for example with width `auto`. This property only influences the automatic behavior.
|
|
@@ -2445,7 +2441,7 @@ declare module "sap/ui/table/Column" {
|
|
|
2445
2441
|
defaultFilterOperator?: string | PropertyBindingInfo;
|
|
2446
2442
|
|
|
2447
2443
|
/**
|
|
2448
|
-
* @
|
|
2444
|
+
* @since 1.9.2
|
|
2449
2445
|
*
|
|
2450
2446
|
* Type of filter. It is used to transform the search term into the specified type and should be the same
|
|
2451
2447
|
* as defined in the binding for the column template. Default value is `sap.ui.model.type.String`. It can
|
|
@@ -2468,7 +2464,7 @@ declare module "sap/ui/table/Column" {
|
|
|
2468
2464
|
visible?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
2469
2465
|
|
|
2470
2466
|
/**
|
|
2471
|
-
* @
|
|
2467
|
+
* @since 1.11.1
|
|
2472
2468
|
*
|
|
2473
2469
|
* The name of the column which is used for the text representation of this column, for example, in menus.
|
|
2474
2470
|
* If not set, the text from the multiLabels aggregation or the label aggregation (in that order) is used
|
|
@@ -2477,14 +2473,14 @@ declare module "sap/ui/table/Column" {
|
|
|
2477
2473
|
name?: string | PropertyBindingInfo;
|
|
2478
2474
|
|
|
2479
2475
|
/**
|
|
2480
|
-
* @
|
|
2476
|
+
* @since 1.13.0
|
|
2481
2477
|
*
|
|
2482
2478
|
* Defines if the filter menu entry is displayed
|
|
2483
2479
|
*/
|
|
2484
2480
|
showFilterMenuEntry?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
2485
2481
|
|
|
2486
2482
|
/**
|
|
2487
|
-
* @
|
|
2483
|
+
* @since 1.13.0
|
|
2488
2484
|
*
|
|
2489
2485
|
* Defines if the sort menu entries are displayed
|
|
2490
2486
|
*/
|
|
@@ -2501,7 +2497,7 @@ declare module "sap/ui/table/Column" {
|
|
|
2501
2497
|
headerSpan?: any | PropertyBindingInfo | `{${string}}`;
|
|
2502
2498
|
|
|
2503
2499
|
/**
|
|
2504
|
-
* @
|
|
2500
|
+
* @since 1.21.1
|
|
2505
2501
|
*
|
|
2506
2502
|
* Enables auto-resizing of the column on double clicking the resize bar. The width is determined on the
|
|
2507
2503
|
* widest currently displayed content. It does not consider rows which are currently not scrolled into view.
|
|
@@ -2519,7 +2515,7 @@ declare module "sap/ui/table/Column" {
|
|
|
2519
2515
|
label?: string | Control | PropertyBindingInfo;
|
|
2520
2516
|
|
|
2521
2517
|
/**
|
|
2522
|
-
* @
|
|
2518
|
+
* @since 1.13.1
|
|
2523
2519
|
*
|
|
2524
2520
|
* Labels of the column which are displayed in the column header. Define a control for each header row in
|
|
2525
2521
|
* the table. Use this aggregation if you want to use multiple headers per column.
|
|
@@ -2549,28 +2545,28 @@ declare module "sap/ui/table/Column" {
|
|
|
2549
2545
|
menu?: Menu;
|
|
2550
2546
|
|
|
2551
2547
|
/**
|
|
2552
|
-
* @
|
|
2548
|
+
* @since 1.110
|
|
2553
2549
|
*
|
|
2554
2550
|
* The menu that can be opened by the header element of this column.
|
|
2555
2551
|
*/
|
|
2556
2552
|
headerMenu?: IColumnHeaderMenu | string;
|
|
2557
2553
|
|
|
2558
2554
|
/**
|
|
2559
|
-
* @
|
|
2555
|
+
* @since 1.33.0
|
|
2560
2556
|
*
|
|
2561
2557
|
* Fires before the column menu is opened.
|
|
2562
2558
|
*/
|
|
2563
|
-
columnMenuOpen?: (
|
|
2564
|
-
oEvent: Event<$ColumnColumnMenuOpenEventParameters>
|
|
2565
|
-
) => void;
|
|
2559
|
+
columnMenuOpen?: (oEvent: Column$ColumnMenuOpenEvent) => void;
|
|
2566
2560
|
}
|
|
2567
2561
|
|
|
2568
|
-
export interface $
|
|
2562
|
+
export interface Column$ColumnMenuOpenEventParameters {
|
|
2569
2563
|
/**
|
|
2570
2564
|
* Refence to the selected `menu` instance to be opened.
|
|
2571
2565
|
*/
|
|
2572
2566
|
menu?: Menu;
|
|
2573
2567
|
}
|
|
2568
|
+
|
|
2569
|
+
export type Column$ColumnMenuOpenEvent = Event<Column$ColumnMenuOpenEventParameters>;
|
|
2574
2570
|
}
|
|
2575
2571
|
|
|
2576
2572
|
declare module "sap/ui/table/ColumnMenu" {
|
|
@@ -2581,7 +2577,7 @@ declare module "sap/ui/table/ColumnMenu" {
|
|
|
2581
2577
|
/**
|
|
2582
2578
|
* The column menu provides all common actions that can be performed on a column.
|
|
2583
2579
|
*/
|
|
2584
|
-
class ColumnMenu extends Menu {
|
|
2580
|
+
export default class ColumnMenu extends Menu {
|
|
2585
2581
|
/**
|
|
2586
2582
|
* Constructor for a new ColumnMenu.
|
|
2587
2583
|
*
|
|
@@ -2657,7 +2653,6 @@ declare module "sap/ui/table/ColumnMenu" {
|
|
|
2657
2653
|
*/
|
|
2658
2654
|
static getMetadata(): ElementMetadata;
|
|
2659
2655
|
}
|
|
2660
|
-
export default ColumnMenu;
|
|
2661
2656
|
|
|
2662
2657
|
export interface $ColumnMenuSettings extends $MenuSettings {}
|
|
2663
2658
|
}
|
|
@@ -2666,19 +2661,19 @@ declare module "sap/ui/table/plugins/MultiSelectionPlugin" {
|
|
|
2666
2661
|
import {
|
|
2667
2662
|
default as SelectionPlugin,
|
|
2668
2663
|
$SelectionPluginSettings,
|
|
2669
|
-
$
|
|
2664
|
+
SelectionPlugin$SelectionChangeEventParameters,
|
|
2670
2665
|
} from "sap/ui/table/plugins/SelectionPlugin";
|
|
2671
2666
|
|
|
2672
|
-
import Event from "sap/ui/base/Event";
|
|
2673
|
-
|
|
2674
2667
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
2675
2668
|
|
|
2676
2669
|
import { SelectionMode } from "sap/ui/table/library";
|
|
2677
2670
|
|
|
2678
2671
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
2679
2672
|
|
|
2673
|
+
import Event from "sap/ui/base/Event";
|
|
2674
|
+
|
|
2680
2675
|
/**
|
|
2681
|
-
* @
|
|
2676
|
+
* @since 1.64
|
|
2682
2677
|
*
|
|
2683
2678
|
* Implements a plugin to enable a special multi-selection behavior:
|
|
2684
2679
|
* - No Select All checkbox, select all can only be done via range selection
|
|
@@ -2694,7 +2689,7 @@ declare module "sap/ui/table/plugins/MultiSelectionPlugin" {
|
|
|
2694
2689
|
* Select All, only work properly if the count is known. Make sure the model/binding is configured to request
|
|
2695
2690
|
* the count from the service. For ease of use, client-side models and single selection are also supported.
|
|
2696
2691
|
*/
|
|
2697
|
-
class MultiSelectionPlugin extends SelectionPlugin {
|
|
2692
|
+
export default class MultiSelectionPlugin extends SelectionPlugin {
|
|
2698
2693
|
/**
|
|
2699
2694
|
* Constructs an instance of sap.ui.table.plugins.MultiSelectionPlugin
|
|
2700
2695
|
*
|
|
@@ -2777,9 +2772,7 @@ declare module "sap/ui/table/plugins/MultiSelectionPlugin" {
|
|
|
2777
2772
|
/**
|
|
2778
2773
|
* The function to be called when the event occurs
|
|
2779
2774
|
*/
|
|
2780
|
-
fnFunction: (
|
|
2781
|
-
p1: Event<$MultiSelectionPluginSelectionChangeEventParameters>
|
|
2782
|
-
) => void,
|
|
2775
|
+
fnFunction: (p1: MultiSelectionPlugin$SelectionChangeEvent) => void,
|
|
2783
2776
|
/**
|
|
2784
2777
|
* Context object to call the event handler with. Defaults to this `sap.ui.table.plugins.MultiSelectionPlugin`
|
|
2785
2778
|
* itself
|
|
@@ -2801,9 +2794,7 @@ declare module "sap/ui/table/plugins/MultiSelectionPlugin" {
|
|
|
2801
2794
|
/**
|
|
2802
2795
|
* The function to be called when the event occurs
|
|
2803
2796
|
*/
|
|
2804
|
-
fnFunction: (
|
|
2805
|
-
p1: Event<$MultiSelectionPluginSelectionChangeEventParameters>
|
|
2806
|
-
) => void,
|
|
2797
|
+
fnFunction: (p1: MultiSelectionPlugin$SelectionChangeEvent) => void,
|
|
2807
2798
|
/**
|
|
2808
2799
|
* Context object to call the event handler with. Defaults to this `sap.ui.table.plugins.MultiSelectionPlugin`
|
|
2809
2800
|
* itself
|
|
@@ -2832,16 +2823,14 @@ declare module "sap/ui/table/plugins/MultiSelectionPlugin" {
|
|
|
2832
2823
|
/**
|
|
2833
2824
|
* The function to be called, when the event occurs
|
|
2834
2825
|
*/
|
|
2835
|
-
fnFunction: (
|
|
2836
|
-
p1: Event<$MultiSelectionPluginSelectionChangeEventParameters>
|
|
2837
|
-
) => void,
|
|
2826
|
+
fnFunction: (p1: MultiSelectionPlugin$SelectionChangeEvent) => void,
|
|
2838
2827
|
/**
|
|
2839
2828
|
* Context object on which the given function had to be called
|
|
2840
2829
|
*/
|
|
2841
2830
|
oListener?: object
|
|
2842
2831
|
): this;
|
|
2843
2832
|
/**
|
|
2844
|
-
* @
|
|
2833
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
2845
2834
|
*
|
|
2846
2835
|
* Fires event {@link #event:selectionChange selectionChange} to attached listeners.
|
|
2847
2836
|
*
|
|
@@ -2851,10 +2840,10 @@ declare module "sap/ui/table/plugins/MultiSelectionPlugin" {
|
|
|
2851
2840
|
/**
|
|
2852
2841
|
* Parameters to pass along with the event
|
|
2853
2842
|
*/
|
|
2854
|
-
mParameters?: $
|
|
2843
|
+
mParameters?: MultiSelectionPlugin$SelectionChangeEventParameters
|
|
2855
2844
|
): this;
|
|
2856
2845
|
/**
|
|
2857
|
-
* @
|
|
2846
|
+
* @since 1.71
|
|
2858
2847
|
*
|
|
2859
2848
|
* Gets current value of property {@link #getEnableNotification enableNotification}.
|
|
2860
2849
|
*
|
|
@@ -2957,7 +2946,7 @@ declare module "sap/ui/table/plugins/MultiSelectionPlugin" {
|
|
|
2957
2946
|
oEventPayload?: object
|
|
2958
2947
|
): Promise<any>;
|
|
2959
2948
|
/**
|
|
2960
|
-
* @
|
|
2949
|
+
* @since 1.71
|
|
2961
2950
|
*
|
|
2962
2951
|
* Sets a new value for property {@link #getEnableNotification enableNotification}.
|
|
2963
2952
|
*
|
|
@@ -3079,7 +3068,6 @@ declare module "sap/ui/table/plugins/MultiSelectionPlugin" {
|
|
|
3079
3068
|
bShowHeaderSelector?: boolean
|
|
3080
3069
|
): this;
|
|
3081
3070
|
}
|
|
3082
|
-
export default MultiSelectionPlugin;
|
|
3083
3071
|
|
|
3084
3072
|
export interface $MultiSelectionPluginSettings
|
|
3085
3073
|
extends $SelectionPluginSettings {
|
|
@@ -3099,7 +3087,7 @@ declare module "sap/ui/table/plugins/MultiSelectionPlugin" {
|
|
|
3099
3087
|
limit?: int | PropertyBindingInfo | `{${string}}`;
|
|
3100
3088
|
|
|
3101
3089
|
/**
|
|
3102
|
-
* @
|
|
3090
|
+
* @since 1.71
|
|
3103
3091
|
*
|
|
3104
3092
|
* Enables notifications that are displayed once a selection has been limited.
|
|
3105
3093
|
*/
|
|
@@ -3124,12 +3112,12 @@ declare module "sap/ui/table/plugins/MultiSelectionPlugin" {
|
|
|
3124
3112
|
* This event is fired when the selection is changed.
|
|
3125
3113
|
*/
|
|
3126
3114
|
selectionChange?: (
|
|
3127
|
-
oEvent:
|
|
3115
|
+
oEvent: MultiSelectionPlugin$SelectionChangeEvent
|
|
3128
3116
|
) => void;
|
|
3129
3117
|
}
|
|
3130
3118
|
|
|
3131
|
-
export interface $
|
|
3132
|
-
extends $
|
|
3119
|
+
export interface MultiSelectionPlugin$SelectionChangeEventParameters
|
|
3120
|
+
extends SelectionPlugin$SelectionChangeEventParameters {
|
|
3133
3121
|
/**
|
|
3134
3122
|
* Array of indices whose selection has been changed (either selected or deselected)
|
|
3135
3123
|
*/
|
|
@@ -3145,6 +3133,8 @@ declare module "sap/ui/table/plugins/MultiSelectionPlugin" {
|
|
|
3145
3133
|
*/
|
|
3146
3134
|
customPayload?: object;
|
|
3147
3135
|
}
|
|
3136
|
+
|
|
3137
|
+
export type MultiSelectionPlugin$SelectionChangeEvent = Event<MultiSelectionPlugin$SelectionChangeEventParameters>;
|
|
3148
3138
|
}
|
|
3149
3139
|
|
|
3150
3140
|
declare module "sap/ui/table/plugins/SelectionPlugin" {
|
|
@@ -3157,12 +3147,12 @@ declare module "sap/ui/table/plugins/SelectionPlugin" {
|
|
|
3157
3147
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
3158
3148
|
|
|
3159
3149
|
/**
|
|
3160
|
-
* @
|
|
3161
|
-
* @
|
|
3150
|
+
* @since 1.64
|
|
3151
|
+
* @experimental (since 1.64)
|
|
3162
3152
|
*
|
|
3163
3153
|
* Implements the selection methods for a table.
|
|
3164
3154
|
*/
|
|
3165
|
-
class SelectionPlugin extends UI5Element {
|
|
3155
|
+
export default class SelectionPlugin extends UI5Element {
|
|
3166
3156
|
/**
|
|
3167
3157
|
* Constructs an instance of sap.ui.table.plugins.SelectionPlugin
|
|
3168
3158
|
*
|
|
@@ -3272,7 +3262,7 @@ declare module "sap/ui/table/plugins/SelectionPlugin" {
|
|
|
3272
3262
|
oListener?: object
|
|
3273
3263
|
): this;
|
|
3274
3264
|
/**
|
|
3275
|
-
* @
|
|
3265
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
3276
3266
|
*
|
|
3277
3267
|
* Fires event {@link #event:selectionChange selectionChange} to attached listeners.
|
|
3278
3268
|
*
|
|
@@ -3312,7 +3302,6 @@ declare module "sap/ui/table/plugins/SelectionPlugin" {
|
|
|
3312
3302
|
bEnabled?: boolean
|
|
3313
3303
|
): this;
|
|
3314
3304
|
}
|
|
3315
|
-
export default SelectionPlugin;
|
|
3316
3305
|
|
|
3317
3306
|
export interface $SelectionPluginSettings extends $ElementSettings {
|
|
3318
3307
|
/**
|
|
@@ -3326,7 +3315,9 @@ declare module "sap/ui/table/plugins/SelectionPlugin" {
|
|
|
3326
3315
|
selectionChange?: (oEvent: Event) => void;
|
|
3327
3316
|
}
|
|
3328
3317
|
|
|
3329
|
-
export interface $
|
|
3318
|
+
export interface SelectionPlugin$SelectionChangeEventParameters {}
|
|
3319
|
+
|
|
3320
|
+
export type SelectionPlugin$SelectionChangeEvent = Event<SelectionPlugin$SelectionChangeEventParameters>;
|
|
3330
3321
|
}
|
|
3331
3322
|
|
|
3332
3323
|
declare module "sap/ui/table/Row" {
|
|
@@ -3341,7 +3332,7 @@ declare module "sap/ui/table/Row" {
|
|
|
3341
3332
|
/**
|
|
3342
3333
|
* The row.
|
|
3343
3334
|
*/
|
|
3344
|
-
class Row extends UI5Element {
|
|
3335
|
+
export default class Row extends UI5Element {
|
|
3345
3336
|
/**
|
|
3346
3337
|
* Constructor for a new Row.
|
|
3347
3338
|
*
|
|
@@ -3483,7 +3474,6 @@ declare module "sap/ui/table/Row" {
|
|
|
3483
3474
|
vCell: int | string | Control
|
|
3484
3475
|
): Control | null;
|
|
3485
3476
|
}
|
|
3486
|
-
export default Row;
|
|
3487
3477
|
|
|
3488
3478
|
export interface $RowSettings extends $ElementSettings {
|
|
3489
3479
|
/**
|
|
@@ -3508,13 +3498,13 @@ declare module "sap/ui/table/RowAction" {
|
|
|
3508
3498
|
} from "sap/ui/base/ManagedObject";
|
|
3509
3499
|
|
|
3510
3500
|
/**
|
|
3511
|
-
* @
|
|
3501
|
+
* @since 1.45
|
|
3512
3502
|
*
|
|
3513
3503
|
* The `RowAction` control allows to display multiple action items which can be selected by the user. If
|
|
3514
3504
|
* more action items are available as the available space allows to display an overflow mechanism is provided.
|
|
3515
3505
|
* This control must only be used in the context of the `sap.ui.table.Table` control to define row actions.
|
|
3516
3506
|
*/
|
|
3517
|
-
class RowAction extends Control {
|
|
3507
|
+
export default class RowAction extends Control {
|
|
3518
3508
|
/**
|
|
3519
3509
|
* Constructor for a new RowAction.
|
|
3520
3510
|
*
|
|
@@ -3674,7 +3664,6 @@ declare module "sap/ui/table/RowAction" {
|
|
|
3674
3664
|
bVisible?: boolean
|
|
3675
3665
|
): this;
|
|
3676
3666
|
}
|
|
3677
|
-
export default RowAction;
|
|
3678
3667
|
|
|
3679
3668
|
export interface $RowActionSettings extends $ControlSettings {
|
|
3680
3669
|
/**
|
|
@@ -3696,8 +3685,6 @@ declare module "sap/ui/table/RowAction" {
|
|
|
3696
3685
|
declare module "sap/ui/table/RowActionItem" {
|
|
3697
3686
|
import { default as UI5Element, $ElementSettings } from "sap/ui/core/Element";
|
|
3698
3687
|
|
|
3699
|
-
import Event from "sap/ui/base/Event";
|
|
3700
|
-
|
|
3701
3688
|
import { URI } from "sap/ui/core/library";
|
|
3702
3689
|
|
|
3703
3690
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
@@ -3708,13 +3695,15 @@ declare module "sap/ui/table/RowActionItem" {
|
|
|
3708
3695
|
|
|
3709
3696
|
import Row from "sap/ui/table/Row";
|
|
3710
3697
|
|
|
3698
|
+
import Event from "sap/ui/base/Event";
|
|
3699
|
+
|
|
3711
3700
|
/**
|
|
3712
|
-
* @
|
|
3701
|
+
* @since 1.45
|
|
3713
3702
|
*
|
|
3714
3703
|
* An action items to be displayed in a `RowAction` control. This element must only be used in the context
|
|
3715
3704
|
* of the `sap.ui.table.Table` control to define row actions.
|
|
3716
3705
|
*/
|
|
3717
|
-
class RowActionItem extends UI5Element {
|
|
3706
|
+
export default class RowActionItem extends UI5Element {
|
|
3718
3707
|
/**
|
|
3719
3708
|
* Constructor for a new RowActionItem.
|
|
3720
3709
|
*
|
|
@@ -3794,7 +3783,7 @@ declare module "sap/ui/table/RowActionItem" {
|
|
|
3794
3783
|
/**
|
|
3795
3784
|
* The function to be called when the event occurs
|
|
3796
3785
|
*/
|
|
3797
|
-
fnFunction: (p1:
|
|
3786
|
+
fnFunction: (p1: RowActionItem$PressEvent) => void,
|
|
3798
3787
|
/**
|
|
3799
3788
|
* Context object to call the event handler with. Defaults to this `sap.ui.table.RowActionItem` itself
|
|
3800
3789
|
*/
|
|
@@ -3814,7 +3803,7 @@ declare module "sap/ui/table/RowActionItem" {
|
|
|
3814
3803
|
/**
|
|
3815
3804
|
* The function to be called when the event occurs
|
|
3816
3805
|
*/
|
|
3817
|
-
fnFunction: (p1:
|
|
3806
|
+
fnFunction: (p1: RowActionItem$PressEvent) => void,
|
|
3818
3807
|
/**
|
|
3819
3808
|
* Context object to call the event handler with. Defaults to this `sap.ui.table.RowActionItem` itself
|
|
3820
3809
|
*/
|
|
@@ -3831,14 +3820,14 @@ declare module "sap/ui/table/RowActionItem" {
|
|
|
3831
3820
|
/**
|
|
3832
3821
|
* The function to be called, when the event occurs
|
|
3833
3822
|
*/
|
|
3834
|
-
fnFunction: (p1:
|
|
3823
|
+
fnFunction: (p1: RowActionItem$PressEvent) => void,
|
|
3835
3824
|
/**
|
|
3836
3825
|
* Context object on which the given function had to be called
|
|
3837
3826
|
*/
|
|
3838
3827
|
oListener?: object
|
|
3839
3828
|
): this;
|
|
3840
3829
|
/**
|
|
3841
|
-
* @
|
|
3830
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
3842
3831
|
*
|
|
3843
3832
|
* Fires event {@link #event:press press} to attached listeners.
|
|
3844
3833
|
*
|
|
@@ -3848,7 +3837,7 @@ declare module "sap/ui/table/RowActionItem" {
|
|
|
3848
3837
|
/**
|
|
3849
3838
|
* Parameters to pass along with the event
|
|
3850
3839
|
*/
|
|
3851
|
-
mParameters?: $
|
|
3840
|
+
mParameters?: RowActionItem$PressEventParameters
|
|
3852
3841
|
): this;
|
|
3853
3842
|
/**
|
|
3854
3843
|
* Gets current value of property {@link #getIcon icon}.
|
|
@@ -3957,7 +3946,6 @@ declare module "sap/ui/table/RowActionItem" {
|
|
|
3957
3946
|
bVisible?: boolean
|
|
3958
3947
|
): this;
|
|
3959
3948
|
}
|
|
3960
|
-
export default RowActionItem;
|
|
3961
3949
|
|
|
3962
3950
|
export interface $RowActionItemSettings extends $ElementSettings {
|
|
3963
3951
|
/**
|
|
@@ -3987,10 +3975,10 @@ declare module "sap/ui/table/RowActionItem" {
|
|
|
3987
3975
|
/**
|
|
3988
3976
|
* The `press` is fired when the user triggers the corresponding action.
|
|
3989
3977
|
*/
|
|
3990
|
-
press?: (oEvent:
|
|
3978
|
+
press?: (oEvent: RowActionItem$PressEvent) => void;
|
|
3991
3979
|
}
|
|
3992
3980
|
|
|
3993
|
-
export interface $
|
|
3981
|
+
export interface RowActionItem$PressEventParameters {
|
|
3994
3982
|
/**
|
|
3995
3983
|
* The item which was pressed.
|
|
3996
3984
|
*/
|
|
@@ -4001,6 +3989,8 @@ declare module "sap/ui/table/RowActionItem" {
|
|
|
4001
3989
|
*/
|
|
4002
3990
|
row?: Row;
|
|
4003
3991
|
}
|
|
3992
|
+
|
|
3993
|
+
export type RowActionItem$PressEvent = Event<RowActionItem$PressEventParameters>;
|
|
4004
3994
|
}
|
|
4005
3995
|
|
|
4006
3996
|
declare module "sap/ui/table/RowSettings" {
|
|
@@ -4011,12 +4001,12 @@ declare module "sap/ui/table/RowSettings" {
|
|
|
4011
4001
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
4012
4002
|
|
|
4013
4003
|
/**
|
|
4014
|
-
* @
|
|
4004
|
+
* @since 1.48.0
|
|
4015
4005
|
*
|
|
4016
4006
|
* The `RowSettings` control allows you to configure a row. You can only use this control in the context
|
|
4017
4007
|
* of the `sap.ui.table.Table` control to define row settings.
|
|
4018
4008
|
*/
|
|
4019
|
-
class RowSettings extends UI5Element {
|
|
4009
|
+
export default class RowSettings extends UI5Element {
|
|
4020
4010
|
/**
|
|
4021
4011
|
* Constructor for new RowSettings.
|
|
4022
4012
|
*
|
|
@@ -4078,7 +4068,7 @@ declare module "sap/ui/table/RowSettings" {
|
|
|
4078
4068
|
*/
|
|
4079
4069
|
static getMetadata(): ElementMetadata;
|
|
4080
4070
|
/**
|
|
4081
|
-
* @
|
|
4071
|
+
* @since 1.48.0
|
|
4082
4072
|
*
|
|
4083
4073
|
* Gets current value of property {@link #getHighlight highlight}.
|
|
4084
4074
|
*
|
|
@@ -4099,7 +4089,7 @@ declare module "sap/ui/table/RowSettings" {
|
|
|
4099
4089
|
*/
|
|
4100
4090
|
getHighlight(): string;
|
|
4101
4091
|
/**
|
|
4102
|
-
* @
|
|
4092
|
+
* @since 1.62
|
|
4103
4093
|
*
|
|
4104
4094
|
* Gets current value of property {@link #getHighlightText highlightText}.
|
|
4105
4095
|
*
|
|
@@ -4113,7 +4103,7 @@ declare module "sap/ui/table/RowSettings" {
|
|
|
4113
4103
|
*/
|
|
4114
4104
|
getHighlightText(): string;
|
|
4115
4105
|
/**
|
|
4116
|
-
* @
|
|
4106
|
+
* @since 1.72
|
|
4117
4107
|
*
|
|
4118
4108
|
* Gets current value of property {@link #getNavigated navigated}.
|
|
4119
4109
|
*
|
|
@@ -4128,7 +4118,7 @@ declare module "sap/ui/table/RowSettings" {
|
|
|
4128
4118
|
*/
|
|
4129
4119
|
getNavigated(): boolean;
|
|
4130
4120
|
/**
|
|
4131
|
-
* @
|
|
4121
|
+
* @since 1.48.0
|
|
4132
4122
|
*
|
|
4133
4123
|
* Sets a new value for property {@link #getHighlight highlight}.
|
|
4134
4124
|
*
|
|
@@ -4156,7 +4146,7 @@ declare module "sap/ui/table/RowSettings" {
|
|
|
4156
4146
|
sHighlight?: string
|
|
4157
4147
|
): this;
|
|
4158
4148
|
/**
|
|
4159
|
-
* @
|
|
4149
|
+
* @since 1.62
|
|
4160
4150
|
*
|
|
4161
4151
|
* Sets a new value for property {@link #getHighlightText highlightText}.
|
|
4162
4152
|
*
|
|
@@ -4177,7 +4167,7 @@ declare module "sap/ui/table/RowSettings" {
|
|
|
4177
4167
|
sHighlightText?: string
|
|
4178
4168
|
): this;
|
|
4179
4169
|
/**
|
|
4180
|
-
* @
|
|
4170
|
+
* @since 1.72
|
|
4181
4171
|
*
|
|
4182
4172
|
* Sets a new value for property {@link #getNavigated navigated}.
|
|
4183
4173
|
*
|
|
@@ -4199,11 +4189,10 @@ declare module "sap/ui/table/RowSettings" {
|
|
|
4199
4189
|
bNavigated?: boolean
|
|
4200
4190
|
): this;
|
|
4201
4191
|
}
|
|
4202
|
-
export default RowSettings;
|
|
4203
4192
|
|
|
4204
4193
|
export interface $RowSettingsSettings extends $ElementSettings {
|
|
4205
4194
|
/**
|
|
4206
|
-
* @
|
|
4195
|
+
* @since 1.48.0
|
|
4207
4196
|
*
|
|
4208
4197
|
* The highlight state of the rows.
|
|
4209
4198
|
*
|
|
@@ -4219,7 +4208,7 @@ declare module "sap/ui/table/RowSettings" {
|
|
|
4219
4208
|
highlight?: string | PropertyBindingInfo;
|
|
4220
4209
|
|
|
4221
4210
|
/**
|
|
4222
|
-
* @
|
|
4211
|
+
* @since 1.62
|
|
4223
4212
|
*
|
|
4224
4213
|
* Defines the semantics of the {@link sap.ui.table.RowSettings#setHighlight highlight} property for accessibility
|
|
4225
4214
|
* purposes. It is only used as an invisible text for screen reader support and does not add a tooltip to
|
|
@@ -4228,7 +4217,7 @@ declare module "sap/ui/table/RowSettings" {
|
|
|
4228
4217
|
highlightText?: string | PropertyBindingInfo;
|
|
4229
4218
|
|
|
4230
4219
|
/**
|
|
4231
|
-
* @
|
|
4220
|
+
* @since 1.72
|
|
4232
4221
|
*
|
|
4233
4222
|
* The navigated state of a row.
|
|
4234
4223
|
*
|
|
@@ -4293,7 +4282,7 @@ declare module "sap/ui/table/Table" {
|
|
|
4293
4282
|
* The Table control relies completely on data binding, and its supported feature set is tightly
|
|
4294
4283
|
* coupled to the data model and binding being used.
|
|
4295
4284
|
*/
|
|
4296
|
-
class Table extends Control {
|
|
4285
|
+
export default class Table extends Control {
|
|
4297
4286
|
/**
|
|
4298
4287
|
* Constructor for a new Table.
|
|
4299
4288
|
*
|
|
@@ -4396,7 +4385,7 @@ declare module "sap/ui/table/Table" {
|
|
|
4396
4385
|
oExtension: Control
|
|
4397
4386
|
): this;
|
|
4398
4387
|
/**
|
|
4399
|
-
* @
|
|
4388
|
+
* @since 1.64
|
|
4400
4389
|
*
|
|
4401
4390
|
* Adds some plugin to the aggregation {@link #getPlugins plugins}.
|
|
4402
4391
|
*
|
|
@@ -4436,7 +4425,7 @@ declare module "sap/ui/table/Table" {
|
|
|
4436
4425
|
iIndexTo: int
|
|
4437
4426
|
): this;
|
|
4438
4427
|
/**
|
|
4439
|
-
* @
|
|
4428
|
+
* @since 1.54
|
|
4440
4429
|
*
|
|
4441
4430
|
* Attaches event handler `fnFunction` to the {@link #event:beforeOpenContextMenu beforeOpenContextMenu }
|
|
4442
4431
|
* event of this `sap.ui.table.Table`.
|
|
@@ -4457,16 +4446,14 @@ declare module "sap/ui/table/Table" {
|
|
|
4457
4446
|
/**
|
|
4458
4447
|
* The function to be called when the event occurs
|
|
4459
4448
|
*/
|
|
4460
|
-
fnFunction: (
|
|
4461
|
-
p1: Event<$TableBeforeOpenContextMenuEventParameters>
|
|
4462
|
-
) => void,
|
|
4449
|
+
fnFunction: (p1: Table$BeforeOpenContextMenuEvent) => void,
|
|
4463
4450
|
/**
|
|
4464
4451
|
* Context object to call the event handler with. Defaults to this `sap.ui.table.Table` itself
|
|
4465
4452
|
*/
|
|
4466
4453
|
oListener?: object
|
|
4467
4454
|
): this;
|
|
4468
4455
|
/**
|
|
4469
|
-
* @
|
|
4456
|
+
* @since 1.54
|
|
4470
4457
|
*
|
|
4471
4458
|
* Attaches event handler `fnFunction` to the {@link #event:beforeOpenContextMenu beforeOpenContextMenu }
|
|
4472
4459
|
* event of this `sap.ui.table.Table`.
|
|
@@ -4482,16 +4469,14 @@ declare module "sap/ui/table/Table" {
|
|
|
4482
4469
|
/**
|
|
4483
4470
|
* The function to be called when the event occurs
|
|
4484
4471
|
*/
|
|
4485
|
-
fnFunction: (
|
|
4486
|
-
p1: Event<$TableBeforeOpenContextMenuEventParameters>
|
|
4487
|
-
) => void,
|
|
4472
|
+
fnFunction: (p1: Table$BeforeOpenContextMenuEvent) => void,
|
|
4488
4473
|
/**
|
|
4489
4474
|
* Context object to call the event handler with. Defaults to this `sap.ui.table.Table` itself
|
|
4490
4475
|
*/
|
|
4491
4476
|
oListener?: object
|
|
4492
4477
|
): this;
|
|
4493
4478
|
/**
|
|
4494
|
-
* @
|
|
4479
|
+
* @since 1.37.0
|
|
4495
4480
|
*
|
|
4496
4481
|
* Attaches event handler `fnFunction` to the {@link #event:busyStateChanged busyStateChanged} event of
|
|
4497
4482
|
* this `sap.ui.table.Table`.
|
|
@@ -4512,14 +4497,14 @@ declare module "sap/ui/table/Table" {
|
|
|
4512
4497
|
/**
|
|
4513
4498
|
* The function to be called when the event occurs
|
|
4514
4499
|
*/
|
|
4515
|
-
fnFunction: (p1:
|
|
4500
|
+
fnFunction: (p1: Table$BusyStateChangedEvent) => void,
|
|
4516
4501
|
/**
|
|
4517
4502
|
* Context object to call the event handler with. Defaults to this `sap.ui.table.Table` itself
|
|
4518
4503
|
*/
|
|
4519
4504
|
oListener?: object
|
|
4520
4505
|
): this;
|
|
4521
4506
|
/**
|
|
4522
|
-
* @
|
|
4507
|
+
* @since 1.37.0
|
|
4523
4508
|
*
|
|
4524
4509
|
* Attaches event handler `fnFunction` to the {@link #event:busyStateChanged busyStateChanged} event of
|
|
4525
4510
|
* this `sap.ui.table.Table`.
|
|
@@ -4535,14 +4520,14 @@ declare module "sap/ui/table/Table" {
|
|
|
4535
4520
|
/**
|
|
4536
4521
|
* The function to be called when the event occurs
|
|
4537
4522
|
*/
|
|
4538
|
-
fnFunction: (p1:
|
|
4523
|
+
fnFunction: (p1: Table$BusyStateChangedEvent) => void,
|
|
4539
4524
|
/**
|
|
4540
4525
|
* Context object to call the event handler with. Defaults to this `sap.ui.table.Table` itself
|
|
4541
4526
|
*/
|
|
4542
4527
|
oListener?: object
|
|
4543
4528
|
): this;
|
|
4544
4529
|
/**
|
|
4545
|
-
* @
|
|
4530
|
+
* @since 1.21.0
|
|
4546
4531
|
*
|
|
4547
4532
|
* Attaches event handler `fnFunction` to the {@link #event:cellClick cellClick} event of this `sap.ui.table.Table`.
|
|
4548
4533
|
*
|
|
@@ -4562,14 +4547,14 @@ declare module "sap/ui/table/Table" {
|
|
|
4562
4547
|
/**
|
|
4563
4548
|
* The function to be called when the event occurs
|
|
4564
4549
|
*/
|
|
4565
|
-
fnFunction: (p1:
|
|
4550
|
+
fnFunction: (p1: Table$CellClickEvent) => void,
|
|
4566
4551
|
/**
|
|
4567
4552
|
* Context object to call the event handler with. Defaults to this `sap.ui.table.Table` itself
|
|
4568
4553
|
*/
|
|
4569
4554
|
oListener?: object
|
|
4570
4555
|
): this;
|
|
4571
4556
|
/**
|
|
4572
|
-
* @
|
|
4557
|
+
* @since 1.21.0
|
|
4573
4558
|
*
|
|
4574
4559
|
* Attaches event handler `fnFunction` to the {@link #event:cellClick cellClick} event of this `sap.ui.table.Table`.
|
|
4575
4560
|
*
|
|
@@ -4584,14 +4569,14 @@ declare module "sap/ui/table/Table" {
|
|
|
4584
4569
|
/**
|
|
4585
4570
|
* The function to be called when the event occurs
|
|
4586
4571
|
*/
|
|
4587
|
-
fnFunction: (p1:
|
|
4572
|
+
fnFunction: (p1: Table$CellClickEvent) => void,
|
|
4588
4573
|
/**
|
|
4589
4574
|
* Context object to call the event handler with. Defaults to this `sap.ui.table.Table` itself
|
|
4590
4575
|
*/
|
|
4591
4576
|
oListener?: object
|
|
4592
4577
|
): this;
|
|
4593
4578
|
/**
|
|
4594
|
-
* @
|
|
4579
|
+
* @since 1.21.0
|
|
4595
4580
|
* @deprecated (since 1.54) - replaced by `beforeOpenContextMenu`.
|
|
4596
4581
|
*
|
|
4597
4582
|
* Attaches event handler `fnFunction` to the {@link #event:cellContextmenu cellContextmenu} event of this
|
|
@@ -4613,14 +4598,14 @@ declare module "sap/ui/table/Table" {
|
|
|
4613
4598
|
/**
|
|
4614
4599
|
* The function to be called when the event occurs
|
|
4615
4600
|
*/
|
|
4616
|
-
fnFunction: (p1:
|
|
4601
|
+
fnFunction: (p1: Table$CellContextmenuEvent) => void,
|
|
4617
4602
|
/**
|
|
4618
4603
|
* Context object to call the event handler with. Defaults to this `sap.ui.table.Table` itself
|
|
4619
4604
|
*/
|
|
4620
4605
|
oListener?: object
|
|
4621
4606
|
): this;
|
|
4622
4607
|
/**
|
|
4623
|
-
* @
|
|
4608
|
+
* @since 1.21.0
|
|
4624
4609
|
* @deprecated (since 1.54) - replaced by `beforeOpenContextMenu`.
|
|
4625
4610
|
*
|
|
4626
4611
|
* Attaches event handler `fnFunction` to the {@link #event:cellContextmenu cellContextmenu} event of this
|
|
@@ -4637,14 +4622,14 @@ declare module "sap/ui/table/Table" {
|
|
|
4637
4622
|
/**
|
|
4638
4623
|
* The function to be called when the event occurs
|
|
4639
4624
|
*/
|
|
4640
|
-
fnFunction: (p1:
|
|
4625
|
+
fnFunction: (p1: Table$CellContextmenuEvent) => void,
|
|
4641
4626
|
/**
|
|
4642
4627
|
* Context object to call the event handler with. Defaults to this `sap.ui.table.Table` itself
|
|
4643
4628
|
*/
|
|
4644
4629
|
oListener?: object
|
|
4645
4630
|
): this;
|
|
4646
4631
|
/**
|
|
4647
|
-
* @
|
|
4632
|
+
* @since 1.21.0
|
|
4648
4633
|
*
|
|
4649
4634
|
* Attaches event handler `fnFunction` to the {@link #event:columnFreeze columnFreeze} event of this `sap.ui.table.Table`.
|
|
4650
4635
|
*
|
|
@@ -4664,14 +4649,14 @@ declare module "sap/ui/table/Table" {
|
|
|
4664
4649
|
/**
|
|
4665
4650
|
* The function to be called when the event occurs
|
|
4666
4651
|
*/
|
|
4667
|
-
fnFunction: (p1:
|
|
4652
|
+
fnFunction: (p1: Table$ColumnFreezeEvent) => void,
|
|
4668
4653
|
/**
|
|
4669
4654
|
* Context object to call the event handler with. Defaults to this `sap.ui.table.Table` itself
|
|
4670
4655
|
*/
|
|
4671
4656
|
oListener?: object
|
|
4672
4657
|
): this;
|
|
4673
4658
|
/**
|
|
4674
|
-
* @
|
|
4659
|
+
* @since 1.21.0
|
|
4675
4660
|
*
|
|
4676
4661
|
* Attaches event handler `fnFunction` to the {@link #event:columnFreeze columnFreeze} event of this `sap.ui.table.Table`.
|
|
4677
4662
|
*
|
|
@@ -4686,7 +4671,7 @@ declare module "sap/ui/table/Table" {
|
|
|
4686
4671
|
/**
|
|
4687
4672
|
* The function to be called when the event occurs
|
|
4688
4673
|
*/
|
|
4689
|
-
fnFunction: (p1:
|
|
4674
|
+
fnFunction: (p1: Table$ColumnFreezeEvent) => void,
|
|
4690
4675
|
/**
|
|
4691
4676
|
* Context object to call the event handler with. Defaults to this `sap.ui.table.Table` itself
|
|
4692
4677
|
*/
|
|
@@ -4711,7 +4696,7 @@ declare module "sap/ui/table/Table" {
|
|
|
4711
4696
|
/**
|
|
4712
4697
|
* The function to be called when the event occurs
|
|
4713
4698
|
*/
|
|
4714
|
-
fnFunction: (p1:
|
|
4699
|
+
fnFunction: (p1: Table$ColumnMoveEvent) => void,
|
|
4715
4700
|
/**
|
|
4716
4701
|
* Context object to call the event handler with. Defaults to this `sap.ui.table.Table` itself
|
|
4717
4702
|
*/
|
|
@@ -4731,7 +4716,7 @@ declare module "sap/ui/table/Table" {
|
|
|
4731
4716
|
/**
|
|
4732
4717
|
* The function to be called when the event occurs
|
|
4733
4718
|
*/
|
|
4734
|
-
fnFunction: (p1:
|
|
4719
|
+
fnFunction: (p1: Table$ColumnMoveEvent) => void,
|
|
4735
4720
|
/**
|
|
4736
4721
|
* Context object to call the event handler with. Defaults to this `sap.ui.table.Table` itself
|
|
4737
4722
|
*/
|
|
@@ -4756,7 +4741,7 @@ declare module "sap/ui/table/Table" {
|
|
|
4756
4741
|
/**
|
|
4757
4742
|
* The function to be called when the event occurs
|
|
4758
4743
|
*/
|
|
4759
|
-
fnFunction: (p1:
|
|
4744
|
+
fnFunction: (p1: Table$ColumnResizeEvent) => void,
|
|
4760
4745
|
/**
|
|
4761
4746
|
* Context object to call the event handler with. Defaults to this `sap.ui.table.Table` itself
|
|
4762
4747
|
*/
|
|
@@ -4776,7 +4761,7 @@ declare module "sap/ui/table/Table" {
|
|
|
4776
4761
|
/**
|
|
4777
4762
|
* The function to be called when the event occurs
|
|
4778
4763
|
*/
|
|
4779
|
-
fnFunction: (p1:
|
|
4764
|
+
fnFunction: (p1: Table$ColumnResizeEvent) => void,
|
|
4780
4765
|
/**
|
|
4781
4766
|
* Context object to call the event handler with. Defaults to this `sap.ui.table.Table` itself
|
|
4782
4767
|
*/
|
|
@@ -4801,7 +4786,7 @@ declare module "sap/ui/table/Table" {
|
|
|
4801
4786
|
/**
|
|
4802
4787
|
* The function to be called when the event occurs
|
|
4803
4788
|
*/
|
|
4804
|
-
fnFunction: (p1:
|
|
4789
|
+
fnFunction: (p1: Table$ColumnSelectEvent) => void,
|
|
4805
4790
|
/**
|
|
4806
4791
|
* Context object to call the event handler with. Defaults to this `sap.ui.table.Table` itself
|
|
4807
4792
|
*/
|
|
@@ -4821,7 +4806,7 @@ declare module "sap/ui/table/Table" {
|
|
|
4821
4806
|
/**
|
|
4822
4807
|
* The function to be called when the event occurs
|
|
4823
4808
|
*/
|
|
4824
|
-
fnFunction: (p1:
|
|
4809
|
+
fnFunction: (p1: Table$ColumnSelectEvent) => void,
|
|
4825
4810
|
/**
|
|
4826
4811
|
* Context object to call the event handler with. Defaults to this `sap.ui.table.Table` itself
|
|
4827
4812
|
*/
|
|
@@ -4847,7 +4832,7 @@ declare module "sap/ui/table/Table" {
|
|
|
4847
4832
|
/**
|
|
4848
4833
|
* The function to be called when the event occurs
|
|
4849
4834
|
*/
|
|
4850
|
-
fnFunction: (p1:
|
|
4835
|
+
fnFunction: (p1: Table$ColumnVisibilityEvent) => void,
|
|
4851
4836
|
/**
|
|
4852
4837
|
* Context object to call the event handler with. Defaults to this `sap.ui.table.Table` itself
|
|
4853
4838
|
*/
|
|
@@ -4868,14 +4853,14 @@ declare module "sap/ui/table/Table" {
|
|
|
4868
4853
|
/**
|
|
4869
4854
|
* The function to be called when the event occurs
|
|
4870
4855
|
*/
|
|
4871
|
-
fnFunction: (p1:
|
|
4856
|
+
fnFunction: (p1: Table$ColumnVisibilityEvent) => void,
|
|
4872
4857
|
/**
|
|
4873
4858
|
* Context object to call the event handler with. Defaults to this `sap.ui.table.Table` itself
|
|
4874
4859
|
*/
|
|
4875
4860
|
oListener?: object
|
|
4876
4861
|
): this;
|
|
4877
4862
|
/**
|
|
4878
|
-
* @
|
|
4863
|
+
* @since 1.23.0
|
|
4879
4864
|
*
|
|
4880
4865
|
* Attaches event handler `fnFunction` to the {@link #event:customFilter customFilter} event of this `sap.ui.table.Table`.
|
|
4881
4866
|
*
|
|
@@ -4896,14 +4881,14 @@ declare module "sap/ui/table/Table" {
|
|
|
4896
4881
|
/**
|
|
4897
4882
|
* The function to be called when the event occurs
|
|
4898
4883
|
*/
|
|
4899
|
-
fnFunction: (p1:
|
|
4884
|
+
fnFunction: (p1: Table$CustomFilterEvent) => void,
|
|
4900
4885
|
/**
|
|
4901
4886
|
* Context object to call the event handler with. Defaults to this `sap.ui.table.Table` itself
|
|
4902
4887
|
*/
|
|
4903
4888
|
oListener?: object
|
|
4904
4889
|
): this;
|
|
4905
4890
|
/**
|
|
4906
|
-
* @
|
|
4891
|
+
* @since 1.23.0
|
|
4907
4892
|
*
|
|
4908
4893
|
* Attaches event handler `fnFunction` to the {@link #event:customFilter customFilter} event of this `sap.ui.table.Table`.
|
|
4909
4894
|
*
|
|
@@ -4919,7 +4904,7 @@ declare module "sap/ui/table/Table" {
|
|
|
4919
4904
|
/**
|
|
4920
4905
|
* The function to be called when the event occurs
|
|
4921
4906
|
*/
|
|
4922
|
-
fnFunction: (p1:
|
|
4907
|
+
fnFunction: (p1: Table$CustomFilterEvent) => void,
|
|
4923
4908
|
/**
|
|
4924
4909
|
* Context object to call the event handler with. Defaults to this `sap.ui.table.Table` itself
|
|
4925
4910
|
*/
|
|
@@ -4947,7 +4932,7 @@ declare module "sap/ui/table/Table" {
|
|
|
4947
4932
|
/**
|
|
4948
4933
|
* The function to be called when the event occurs
|
|
4949
4934
|
*/
|
|
4950
|
-
fnFunction: (p1:
|
|
4935
|
+
fnFunction: (p1: Table$FilterEvent) => void,
|
|
4951
4936
|
/**
|
|
4952
4937
|
* Context object to call the event handler with. Defaults to this `sap.ui.table.Table` itself
|
|
4953
4938
|
*/
|
|
@@ -4970,14 +4955,14 @@ declare module "sap/ui/table/Table" {
|
|
|
4970
4955
|
/**
|
|
4971
4956
|
* The function to be called when the event occurs
|
|
4972
4957
|
*/
|
|
4973
|
-
fnFunction: (p1:
|
|
4958
|
+
fnFunction: (p1: Table$FilterEvent) => void,
|
|
4974
4959
|
/**
|
|
4975
4960
|
* Context object to call the event handler with. Defaults to this `sap.ui.table.Table` itself
|
|
4976
4961
|
*/
|
|
4977
4962
|
oListener?: object
|
|
4978
4963
|
): this;
|
|
4979
4964
|
/**
|
|
4980
|
-
* @
|
|
4965
|
+
* @since 1.37.0
|
|
4981
4966
|
*
|
|
4982
4967
|
* Attaches event handler `fnFunction` to the {@link #event:firstVisibleRowChanged firstVisibleRowChanged }
|
|
4983
4968
|
* event of this `sap.ui.table.Table`.
|
|
@@ -4999,16 +4984,14 @@ declare module "sap/ui/table/Table" {
|
|
|
4999
4984
|
/**
|
|
5000
4985
|
* The function to be called when the event occurs
|
|
5001
4986
|
*/
|
|
5002
|
-
fnFunction: (
|
|
5003
|
-
p1: Event<$TableFirstVisibleRowChangedEventParameters>
|
|
5004
|
-
) => void,
|
|
4987
|
+
fnFunction: (p1: Table$FirstVisibleRowChangedEvent) => void,
|
|
5005
4988
|
/**
|
|
5006
4989
|
* Context object to call the event handler with. Defaults to this `sap.ui.table.Table` itself
|
|
5007
4990
|
*/
|
|
5008
4991
|
oListener?: object
|
|
5009
4992
|
): this;
|
|
5010
4993
|
/**
|
|
5011
|
-
* @
|
|
4994
|
+
* @since 1.37.0
|
|
5012
4995
|
*
|
|
5013
4996
|
* Attaches event handler `fnFunction` to the {@link #event:firstVisibleRowChanged firstVisibleRowChanged }
|
|
5014
4997
|
* event of this `sap.ui.table.Table`.
|
|
@@ -5025,9 +5008,7 @@ declare module "sap/ui/table/Table" {
|
|
|
5025
5008
|
/**
|
|
5026
5009
|
* The function to be called when the event occurs
|
|
5027
5010
|
*/
|
|
5028
|
-
fnFunction: (
|
|
5029
|
-
p1: Event<$TableFirstVisibleRowChangedEventParameters>
|
|
5030
|
-
) => void,
|
|
5011
|
+
fnFunction: (p1: Table$FirstVisibleRowChangedEvent) => void,
|
|
5031
5012
|
/**
|
|
5032
5013
|
* Context object to call the event handler with. Defaults to this `sap.ui.table.Table` itself
|
|
5033
5014
|
*/
|
|
@@ -5052,7 +5033,7 @@ declare module "sap/ui/table/Table" {
|
|
|
5052
5033
|
/**
|
|
5053
5034
|
* The function to be called when the event occurs
|
|
5054
5035
|
*/
|
|
5055
|
-
fnFunction: (p1:
|
|
5036
|
+
fnFunction: (p1: Table$GroupEvent) => void,
|
|
5056
5037
|
/**
|
|
5057
5038
|
* Context object to call the event handler with. Defaults to this `sap.ui.table.Table` itself
|
|
5058
5039
|
*/
|
|
@@ -5072,14 +5053,14 @@ declare module "sap/ui/table/Table" {
|
|
|
5072
5053
|
/**
|
|
5073
5054
|
* The function to be called when the event occurs
|
|
5074
5055
|
*/
|
|
5075
|
-
fnFunction: (p1:
|
|
5056
|
+
fnFunction: (p1: Table$GroupEvent) => void,
|
|
5076
5057
|
/**
|
|
5077
5058
|
* Context object to call the event handler with. Defaults to this `sap.ui.table.Table` itself
|
|
5078
5059
|
*/
|
|
5079
5060
|
oListener?: object
|
|
5080
5061
|
): this;
|
|
5081
5062
|
/**
|
|
5082
|
-
* @
|
|
5063
|
+
* @since 1.60
|
|
5083
5064
|
*
|
|
5084
5065
|
* Attaches event handler `fnFunction` to the {@link #event:paste paste} event of this `sap.ui.table.Table`.
|
|
5085
5066
|
*
|
|
@@ -5100,14 +5081,14 @@ declare module "sap/ui/table/Table" {
|
|
|
5100
5081
|
/**
|
|
5101
5082
|
* The function to be called when the event occurs
|
|
5102
5083
|
*/
|
|
5103
|
-
fnFunction: (p1:
|
|
5084
|
+
fnFunction: (p1: Table$PasteEvent) => void,
|
|
5104
5085
|
/**
|
|
5105
5086
|
* Context object to call the event handler with. Defaults to this `sap.ui.table.Table` itself
|
|
5106
5087
|
*/
|
|
5107
5088
|
oListener?: object
|
|
5108
5089
|
): this;
|
|
5109
5090
|
/**
|
|
5110
|
-
* @
|
|
5091
|
+
* @since 1.60
|
|
5111
5092
|
*
|
|
5112
5093
|
* Attaches event handler `fnFunction` to the {@link #event:paste paste} event of this `sap.ui.table.Table`.
|
|
5113
5094
|
*
|
|
@@ -5123,7 +5104,7 @@ declare module "sap/ui/table/Table" {
|
|
|
5123
5104
|
/**
|
|
5124
5105
|
* The function to be called when the event occurs
|
|
5125
5106
|
*/
|
|
5126
|
-
fnFunction: (p1:
|
|
5107
|
+
fnFunction: (p1: Table$PasteEvent) => void,
|
|
5127
5108
|
/**
|
|
5128
5109
|
* Context object to call the event handler with. Defaults to this `sap.ui.table.Table` itself
|
|
5129
5110
|
*/
|
|
@@ -5152,7 +5133,7 @@ declare module "sap/ui/table/Table" {
|
|
|
5152
5133
|
/**
|
|
5153
5134
|
* The function to be called when the event occurs
|
|
5154
5135
|
*/
|
|
5155
|
-
fnFunction: (p1:
|
|
5136
|
+
fnFunction: (p1: Table$RowSelectionChangeEvent) => void,
|
|
5156
5137
|
/**
|
|
5157
5138
|
* Context object to call the event handler with. Defaults to this `sap.ui.table.Table` itself
|
|
5158
5139
|
*/
|
|
@@ -5176,14 +5157,14 @@ declare module "sap/ui/table/Table" {
|
|
|
5176
5157
|
/**
|
|
5177
5158
|
* The function to be called when the event occurs
|
|
5178
5159
|
*/
|
|
5179
|
-
fnFunction: (p1:
|
|
5160
|
+
fnFunction: (p1: Table$RowSelectionChangeEvent) => void,
|
|
5180
5161
|
/**
|
|
5181
5162
|
* Context object to call the event handler with. Defaults to this `sap.ui.table.Table` itself
|
|
5182
5163
|
*/
|
|
5183
5164
|
oListener?: object
|
|
5184
5165
|
): this;
|
|
5185
5166
|
/**
|
|
5186
|
-
* @
|
|
5167
|
+
* @since 1.86
|
|
5187
5168
|
*
|
|
5188
5169
|
* Attaches event handler `fnFunction` to the {@link #event:rowsUpdated rowsUpdated} event of this `sap.ui.table.Table`.
|
|
5189
5170
|
*
|
|
@@ -5213,7 +5194,7 @@ declare module "sap/ui/table/Table" {
|
|
|
5213
5194
|
oListener?: object
|
|
5214
5195
|
): this;
|
|
5215
5196
|
/**
|
|
5216
|
-
* @
|
|
5197
|
+
* @since 1.86
|
|
5217
5198
|
*
|
|
5218
5199
|
* Attaches event handler `fnFunction` to the {@link #event:rowsUpdated rowsUpdated} event of this `sap.ui.table.Table`.
|
|
5219
5200
|
*
|
|
@@ -5259,7 +5240,7 @@ declare module "sap/ui/table/Table" {
|
|
|
5259
5240
|
/**
|
|
5260
5241
|
* The function to be called when the event occurs
|
|
5261
5242
|
*/
|
|
5262
|
-
fnFunction: (p1:
|
|
5243
|
+
fnFunction: (p1: Table$SortEvent) => void,
|
|
5263
5244
|
/**
|
|
5264
5245
|
* Context object to call the event handler with. Defaults to this `sap.ui.table.Table` itself
|
|
5265
5246
|
*/
|
|
@@ -5282,14 +5263,14 @@ declare module "sap/ui/table/Table" {
|
|
|
5282
5263
|
/**
|
|
5283
5264
|
* The function to be called when the event occurs
|
|
5284
5265
|
*/
|
|
5285
|
-
fnFunction: (p1:
|
|
5266
|
+
fnFunction: (p1: Table$SortEvent) => void,
|
|
5286
5267
|
/**
|
|
5287
5268
|
* Context object to call the event handler with. Defaults to this `sap.ui.table.Table` itself
|
|
5288
5269
|
*/
|
|
5289
5270
|
oListener?: object
|
|
5290
5271
|
): this;
|
|
5291
5272
|
/**
|
|
5292
|
-
* @
|
|
5273
|
+
* @experimental - Experimental! Presently implemented to only work with a very limited set of controls
|
|
5293
5274
|
* (e.g. sap.m.Text).
|
|
5294
5275
|
*
|
|
5295
5276
|
* Triggers automatic resizing of a column to the widest content.
|
|
@@ -5341,7 +5322,7 @@ declare module "sap/ui/table/Table" {
|
|
|
5341
5322
|
*/
|
|
5342
5323
|
destroyColumns(): this;
|
|
5343
5324
|
/**
|
|
5344
|
-
* @
|
|
5325
|
+
* @since 1.54
|
|
5345
5326
|
*
|
|
5346
5327
|
* Destroys the contextMenu in the aggregation {@link #getContextMenu contextMenu}.
|
|
5347
5328
|
*
|
|
@@ -5367,7 +5348,7 @@ declare module "sap/ui/table/Table" {
|
|
|
5367
5348
|
*/
|
|
5368
5349
|
destroyNoData(): this;
|
|
5369
5350
|
/**
|
|
5370
|
-
* @
|
|
5351
|
+
* @since 1.64
|
|
5371
5352
|
*
|
|
5372
5353
|
* Destroys all the plugins in the aggregation {@link #getPlugins plugins}.
|
|
5373
5354
|
*
|
|
@@ -5409,7 +5390,7 @@ declare module "sap/ui/table/Table" {
|
|
|
5409
5390
|
*/
|
|
5410
5391
|
destroyToolbar(): this;
|
|
5411
5392
|
/**
|
|
5412
|
-
* @
|
|
5393
|
+
* @since 1.54
|
|
5413
5394
|
*
|
|
5414
5395
|
* Detaches event handler `fnFunction` from the {@link #event:beforeOpenContextMenu beforeOpenContextMenu }
|
|
5415
5396
|
* event of this `sap.ui.table.Table`.
|
|
@@ -5422,16 +5403,14 @@ declare module "sap/ui/table/Table" {
|
|
|
5422
5403
|
/**
|
|
5423
5404
|
* The function to be called, when the event occurs
|
|
5424
5405
|
*/
|
|
5425
|
-
fnFunction: (
|
|
5426
|
-
p1: Event<$TableBeforeOpenContextMenuEventParameters>
|
|
5427
|
-
) => void,
|
|
5406
|
+
fnFunction: (p1: Table$BeforeOpenContextMenuEvent) => void,
|
|
5428
5407
|
/**
|
|
5429
5408
|
* Context object on which the given function had to be called
|
|
5430
5409
|
*/
|
|
5431
5410
|
oListener?: object
|
|
5432
5411
|
): this;
|
|
5433
5412
|
/**
|
|
5434
|
-
* @
|
|
5413
|
+
* @since 1.37.0
|
|
5435
5414
|
*
|
|
5436
5415
|
* Detaches event handler `fnFunction` from the {@link #event:busyStateChanged busyStateChanged} event of
|
|
5437
5416
|
* this `sap.ui.table.Table`.
|
|
@@ -5444,14 +5423,14 @@ declare module "sap/ui/table/Table" {
|
|
|
5444
5423
|
/**
|
|
5445
5424
|
* The function to be called, when the event occurs
|
|
5446
5425
|
*/
|
|
5447
|
-
fnFunction: (p1:
|
|
5426
|
+
fnFunction: (p1: Table$BusyStateChangedEvent) => void,
|
|
5448
5427
|
/**
|
|
5449
5428
|
* Context object on which the given function had to be called
|
|
5450
5429
|
*/
|
|
5451
5430
|
oListener?: object
|
|
5452
5431
|
): this;
|
|
5453
5432
|
/**
|
|
5454
|
-
* @
|
|
5433
|
+
* @since 1.21.0
|
|
5455
5434
|
*
|
|
5456
5435
|
* Detaches event handler `fnFunction` from the {@link #event:cellClick cellClick} event of this `sap.ui.table.Table`.
|
|
5457
5436
|
*
|
|
@@ -5463,14 +5442,14 @@ declare module "sap/ui/table/Table" {
|
|
|
5463
5442
|
/**
|
|
5464
5443
|
* The function to be called, when the event occurs
|
|
5465
5444
|
*/
|
|
5466
|
-
fnFunction: (p1:
|
|
5445
|
+
fnFunction: (p1: Table$CellClickEvent) => void,
|
|
5467
5446
|
/**
|
|
5468
5447
|
* Context object on which the given function had to be called
|
|
5469
5448
|
*/
|
|
5470
5449
|
oListener?: object
|
|
5471
5450
|
): this;
|
|
5472
5451
|
/**
|
|
5473
|
-
* @
|
|
5452
|
+
* @since 1.21.0
|
|
5474
5453
|
* @deprecated (since 1.54) - replaced by `beforeOpenContextMenu`.
|
|
5475
5454
|
*
|
|
5476
5455
|
* Detaches event handler `fnFunction` from the {@link #event:cellContextmenu cellContextmenu} event of
|
|
@@ -5484,14 +5463,14 @@ declare module "sap/ui/table/Table" {
|
|
|
5484
5463
|
/**
|
|
5485
5464
|
* The function to be called, when the event occurs
|
|
5486
5465
|
*/
|
|
5487
|
-
fnFunction: (p1:
|
|
5466
|
+
fnFunction: (p1: Table$CellContextmenuEvent) => void,
|
|
5488
5467
|
/**
|
|
5489
5468
|
* Context object on which the given function had to be called
|
|
5490
5469
|
*/
|
|
5491
5470
|
oListener?: object
|
|
5492
5471
|
): this;
|
|
5493
5472
|
/**
|
|
5494
|
-
* @
|
|
5473
|
+
* @since 1.21.0
|
|
5495
5474
|
*
|
|
5496
5475
|
* Detaches event handler `fnFunction` from the {@link #event:columnFreeze columnFreeze} event of this `sap.ui.table.Table`.
|
|
5497
5476
|
*
|
|
@@ -5503,7 +5482,7 @@ declare module "sap/ui/table/Table" {
|
|
|
5503
5482
|
/**
|
|
5504
5483
|
* The function to be called, when the event occurs
|
|
5505
5484
|
*/
|
|
5506
|
-
fnFunction: (p1:
|
|
5485
|
+
fnFunction: (p1: Table$ColumnFreezeEvent) => void,
|
|
5507
5486
|
/**
|
|
5508
5487
|
* Context object on which the given function had to be called
|
|
5509
5488
|
*/
|
|
@@ -5520,7 +5499,7 @@ declare module "sap/ui/table/Table" {
|
|
|
5520
5499
|
/**
|
|
5521
5500
|
* The function to be called, when the event occurs
|
|
5522
5501
|
*/
|
|
5523
|
-
fnFunction: (p1:
|
|
5502
|
+
fnFunction: (p1: Table$ColumnMoveEvent) => void,
|
|
5524
5503
|
/**
|
|
5525
5504
|
* Context object on which the given function had to be called
|
|
5526
5505
|
*/
|
|
@@ -5537,7 +5516,7 @@ declare module "sap/ui/table/Table" {
|
|
|
5537
5516
|
/**
|
|
5538
5517
|
* The function to be called, when the event occurs
|
|
5539
5518
|
*/
|
|
5540
|
-
fnFunction: (p1:
|
|
5519
|
+
fnFunction: (p1: Table$ColumnResizeEvent) => void,
|
|
5541
5520
|
/**
|
|
5542
5521
|
* Context object on which the given function had to be called
|
|
5543
5522
|
*/
|
|
@@ -5554,7 +5533,7 @@ declare module "sap/ui/table/Table" {
|
|
|
5554
5533
|
/**
|
|
5555
5534
|
* The function to be called, when the event occurs
|
|
5556
5535
|
*/
|
|
5557
|
-
fnFunction: (p1:
|
|
5536
|
+
fnFunction: (p1: Table$ColumnSelectEvent) => void,
|
|
5558
5537
|
/**
|
|
5559
5538
|
* Context object on which the given function had to be called
|
|
5560
5539
|
*/
|
|
@@ -5572,14 +5551,14 @@ declare module "sap/ui/table/Table" {
|
|
|
5572
5551
|
/**
|
|
5573
5552
|
* The function to be called, when the event occurs
|
|
5574
5553
|
*/
|
|
5575
|
-
fnFunction: (p1:
|
|
5554
|
+
fnFunction: (p1: Table$ColumnVisibilityEvent) => void,
|
|
5576
5555
|
/**
|
|
5577
5556
|
* Context object on which the given function had to be called
|
|
5578
5557
|
*/
|
|
5579
5558
|
oListener?: object
|
|
5580
5559
|
): this;
|
|
5581
5560
|
/**
|
|
5582
|
-
* @
|
|
5561
|
+
* @since 1.23.0
|
|
5583
5562
|
*
|
|
5584
5563
|
* Detaches event handler `fnFunction` from the {@link #event:customFilter customFilter} event of this `sap.ui.table.Table`.
|
|
5585
5564
|
*
|
|
@@ -5591,7 +5570,7 @@ declare module "sap/ui/table/Table" {
|
|
|
5591
5570
|
/**
|
|
5592
5571
|
* The function to be called, when the event occurs
|
|
5593
5572
|
*/
|
|
5594
|
-
fnFunction: (p1:
|
|
5573
|
+
fnFunction: (p1: Table$CustomFilterEvent) => void,
|
|
5595
5574
|
/**
|
|
5596
5575
|
* Context object on which the given function had to be called
|
|
5597
5576
|
*/
|
|
@@ -5608,14 +5587,14 @@ declare module "sap/ui/table/Table" {
|
|
|
5608
5587
|
/**
|
|
5609
5588
|
* The function to be called, when the event occurs
|
|
5610
5589
|
*/
|
|
5611
|
-
fnFunction: (p1:
|
|
5590
|
+
fnFunction: (p1: Table$FilterEvent) => void,
|
|
5612
5591
|
/**
|
|
5613
5592
|
* Context object on which the given function had to be called
|
|
5614
5593
|
*/
|
|
5615
5594
|
oListener?: object
|
|
5616
5595
|
): this;
|
|
5617
5596
|
/**
|
|
5618
|
-
* @
|
|
5597
|
+
* @since 1.37.0
|
|
5619
5598
|
*
|
|
5620
5599
|
* Detaches event handler `fnFunction` from the {@link #event:firstVisibleRowChanged firstVisibleRowChanged }
|
|
5621
5600
|
* event of this `sap.ui.table.Table`.
|
|
@@ -5628,9 +5607,7 @@ declare module "sap/ui/table/Table" {
|
|
|
5628
5607
|
/**
|
|
5629
5608
|
* The function to be called, when the event occurs
|
|
5630
5609
|
*/
|
|
5631
|
-
fnFunction: (
|
|
5632
|
-
p1: Event<$TableFirstVisibleRowChangedEventParameters>
|
|
5633
|
-
) => void,
|
|
5610
|
+
fnFunction: (p1: Table$FirstVisibleRowChangedEvent) => void,
|
|
5634
5611
|
/**
|
|
5635
5612
|
* Context object on which the given function had to be called
|
|
5636
5613
|
*/
|
|
@@ -5647,14 +5624,14 @@ declare module "sap/ui/table/Table" {
|
|
|
5647
5624
|
/**
|
|
5648
5625
|
* The function to be called, when the event occurs
|
|
5649
5626
|
*/
|
|
5650
|
-
fnFunction: (p1:
|
|
5627
|
+
fnFunction: (p1: Table$GroupEvent) => void,
|
|
5651
5628
|
/**
|
|
5652
5629
|
* Context object on which the given function had to be called
|
|
5653
5630
|
*/
|
|
5654
5631
|
oListener?: object
|
|
5655
5632
|
): this;
|
|
5656
5633
|
/**
|
|
5657
|
-
* @
|
|
5634
|
+
* @since 1.60
|
|
5658
5635
|
*
|
|
5659
5636
|
* Detaches event handler `fnFunction` from the {@link #event:paste paste} event of this `sap.ui.table.Table`.
|
|
5660
5637
|
*
|
|
@@ -5666,7 +5643,7 @@ declare module "sap/ui/table/Table" {
|
|
|
5666
5643
|
/**
|
|
5667
5644
|
* The function to be called, when the event occurs
|
|
5668
5645
|
*/
|
|
5669
|
-
fnFunction: (p1:
|
|
5646
|
+
fnFunction: (p1: Table$PasteEvent) => void,
|
|
5670
5647
|
/**
|
|
5671
5648
|
* Context object on which the given function had to be called
|
|
5672
5649
|
*/
|
|
@@ -5684,14 +5661,14 @@ declare module "sap/ui/table/Table" {
|
|
|
5684
5661
|
/**
|
|
5685
5662
|
* The function to be called, when the event occurs
|
|
5686
5663
|
*/
|
|
5687
|
-
fnFunction: (p1:
|
|
5664
|
+
fnFunction: (p1: Table$RowSelectionChangeEvent) => void,
|
|
5688
5665
|
/**
|
|
5689
5666
|
* Context object on which the given function had to be called
|
|
5690
5667
|
*/
|
|
5691
5668
|
oListener?: object
|
|
5692
5669
|
): this;
|
|
5693
5670
|
/**
|
|
5694
|
-
* @
|
|
5671
|
+
* @since 1.86
|
|
5695
5672
|
*
|
|
5696
5673
|
* Detaches event handler `fnFunction` from the {@link #event:rowsUpdated rowsUpdated} event of this `sap.ui.table.Table`.
|
|
5697
5674
|
*
|
|
@@ -5720,7 +5697,7 @@ declare module "sap/ui/table/Table" {
|
|
|
5720
5697
|
/**
|
|
5721
5698
|
* The function to be called, when the event occurs
|
|
5722
5699
|
*/
|
|
5723
|
-
fnFunction: (p1:
|
|
5700
|
+
fnFunction: (p1: Table$SortEvent) => void,
|
|
5724
5701
|
/**
|
|
5725
5702
|
* Context object on which the given function had to be called
|
|
5726
5703
|
*/
|
|
@@ -5728,7 +5705,7 @@ declare module "sap/ui/table/Table" {
|
|
|
5728
5705
|
): this;
|
|
5729
5706
|
/**
|
|
5730
5707
|
* @deprecated (since 1.56) - replaced by the `sap.ui.export` library.
|
|
5731
|
-
* @
|
|
5708
|
+
* @experimental - Experimental because the property for the column/cell definitions (sortProperty) could
|
|
5732
5709
|
* change in future.
|
|
5733
5710
|
*
|
|
5734
5711
|
* Creates a new {@link sap.ui.core.util.Export} object and fills row/column information from the table
|
|
@@ -5760,8 +5737,8 @@ declare module "sap/ui/table/Table" {
|
|
|
5760
5737
|
sValue?: string
|
|
5761
5738
|
): void;
|
|
5762
5739
|
/**
|
|
5763
|
-
* @
|
|
5764
|
-
* @
|
|
5740
|
+
* @since 1.54
|
|
5741
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
5765
5742
|
*
|
|
5766
5743
|
* Fires event {@link #event:beforeOpenContextMenu beforeOpenContextMenu} to attached listeners.
|
|
5767
5744
|
*
|
|
@@ -5774,11 +5751,11 @@ declare module "sap/ui/table/Table" {
|
|
|
5774
5751
|
/**
|
|
5775
5752
|
* Parameters to pass along with the event
|
|
5776
5753
|
*/
|
|
5777
|
-
mParameters?: $
|
|
5754
|
+
mParameters?: Table$BeforeOpenContextMenuEventParameters
|
|
5778
5755
|
): boolean;
|
|
5779
5756
|
/**
|
|
5780
|
-
* @
|
|
5781
|
-
* @
|
|
5757
|
+
* @since 1.37.0
|
|
5758
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
5782
5759
|
*
|
|
5783
5760
|
* Fires event {@link #event:busyStateChanged busyStateChanged} to attached listeners.
|
|
5784
5761
|
*
|
|
@@ -5788,11 +5765,11 @@ declare module "sap/ui/table/Table" {
|
|
|
5788
5765
|
/**
|
|
5789
5766
|
* Parameters to pass along with the event
|
|
5790
5767
|
*/
|
|
5791
|
-
mParameters?: $
|
|
5768
|
+
mParameters?: Table$BusyStateChangedEventParameters
|
|
5792
5769
|
): this;
|
|
5793
5770
|
/**
|
|
5794
|
-
* @
|
|
5795
|
-
* @
|
|
5771
|
+
* @since 1.21.0
|
|
5772
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
5796
5773
|
*
|
|
5797
5774
|
* Fires event {@link #event:cellClick cellClick} to attached listeners.
|
|
5798
5775
|
*
|
|
@@ -5805,12 +5782,12 @@ declare module "sap/ui/table/Table" {
|
|
|
5805
5782
|
/**
|
|
5806
5783
|
* Parameters to pass along with the event
|
|
5807
5784
|
*/
|
|
5808
|
-
mParameters?: $
|
|
5785
|
+
mParameters?: Table$CellClickEventParameters
|
|
5809
5786
|
): boolean;
|
|
5810
5787
|
/**
|
|
5811
|
-
* @
|
|
5788
|
+
* @since 1.21.0
|
|
5812
5789
|
* @deprecated (since 1.54) - replaced by `beforeOpenContextMenu`.
|
|
5813
|
-
* @
|
|
5790
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
5814
5791
|
*
|
|
5815
5792
|
* Fires event {@link #event:cellContextmenu cellContextmenu} to attached listeners.
|
|
5816
5793
|
*
|
|
@@ -5823,11 +5800,11 @@ declare module "sap/ui/table/Table" {
|
|
|
5823
5800
|
/**
|
|
5824
5801
|
* Parameters to pass along with the event
|
|
5825
5802
|
*/
|
|
5826
|
-
mParameters?: $
|
|
5803
|
+
mParameters?: Table$CellContextmenuEventParameters
|
|
5827
5804
|
): boolean;
|
|
5828
5805
|
/**
|
|
5829
|
-
* @
|
|
5830
|
-
* @
|
|
5806
|
+
* @since 1.21.0
|
|
5807
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
5831
5808
|
*
|
|
5832
5809
|
* Fires event {@link #event:columnFreeze columnFreeze} to attached listeners.
|
|
5833
5810
|
*
|
|
@@ -5840,10 +5817,10 @@ declare module "sap/ui/table/Table" {
|
|
|
5840
5817
|
/**
|
|
5841
5818
|
* Parameters to pass along with the event
|
|
5842
5819
|
*/
|
|
5843
|
-
mParameters?: $
|
|
5820
|
+
mParameters?: Table$ColumnFreezeEventParameters
|
|
5844
5821
|
): boolean;
|
|
5845
5822
|
/**
|
|
5846
|
-
* @
|
|
5823
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
5847
5824
|
*
|
|
5848
5825
|
* Fires event {@link #event:columnMove columnMove} to attached listeners.
|
|
5849
5826
|
*
|
|
@@ -5856,10 +5833,10 @@ declare module "sap/ui/table/Table" {
|
|
|
5856
5833
|
/**
|
|
5857
5834
|
* Parameters to pass along with the event
|
|
5858
5835
|
*/
|
|
5859
|
-
mParameters?: $
|
|
5836
|
+
mParameters?: Table$ColumnMoveEventParameters
|
|
5860
5837
|
): boolean;
|
|
5861
5838
|
/**
|
|
5862
|
-
* @
|
|
5839
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
5863
5840
|
*
|
|
5864
5841
|
* Fires event {@link #event:columnResize columnResize} to attached listeners.
|
|
5865
5842
|
*
|
|
@@ -5872,10 +5849,10 @@ declare module "sap/ui/table/Table" {
|
|
|
5872
5849
|
/**
|
|
5873
5850
|
* Parameters to pass along with the event
|
|
5874
5851
|
*/
|
|
5875
|
-
mParameters?: $
|
|
5852
|
+
mParameters?: Table$ColumnResizeEventParameters
|
|
5876
5853
|
): boolean;
|
|
5877
5854
|
/**
|
|
5878
|
-
* @
|
|
5855
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
5879
5856
|
*
|
|
5880
5857
|
* Fires event {@link #event:columnSelect columnSelect} to attached listeners.
|
|
5881
5858
|
*
|
|
@@ -5888,10 +5865,10 @@ declare module "sap/ui/table/Table" {
|
|
|
5888
5865
|
/**
|
|
5889
5866
|
* Parameters to pass along with the event
|
|
5890
5867
|
*/
|
|
5891
|
-
mParameters?: $
|
|
5868
|
+
mParameters?: Table$ColumnSelectEventParameters
|
|
5892
5869
|
): boolean;
|
|
5893
5870
|
/**
|
|
5894
|
-
* @
|
|
5871
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
5895
5872
|
*
|
|
5896
5873
|
* Fires event {@link #event:columnVisibility columnVisibility} to attached listeners.
|
|
5897
5874
|
*
|
|
@@ -5904,11 +5881,11 @@ declare module "sap/ui/table/Table" {
|
|
|
5904
5881
|
/**
|
|
5905
5882
|
* Parameters to pass along with the event
|
|
5906
5883
|
*/
|
|
5907
|
-
mParameters?: $
|
|
5884
|
+
mParameters?: Table$ColumnVisibilityEventParameters
|
|
5908
5885
|
): boolean;
|
|
5909
5886
|
/**
|
|
5910
|
-
* @
|
|
5911
|
-
* @
|
|
5887
|
+
* @since 1.23.0
|
|
5888
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
5912
5889
|
*
|
|
5913
5890
|
* Fires event {@link #event:customFilter customFilter} to attached listeners.
|
|
5914
5891
|
*
|
|
@@ -5918,10 +5895,10 @@ declare module "sap/ui/table/Table" {
|
|
|
5918
5895
|
/**
|
|
5919
5896
|
* Parameters to pass along with the event
|
|
5920
5897
|
*/
|
|
5921
|
-
mParameters?: $
|
|
5898
|
+
mParameters?: Table$CustomFilterEventParameters
|
|
5922
5899
|
): this;
|
|
5923
5900
|
/**
|
|
5924
|
-
* @
|
|
5901
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
5925
5902
|
*
|
|
5926
5903
|
* Fires event {@link #event:filter filter} to attached listeners.
|
|
5927
5904
|
*
|
|
@@ -5934,11 +5911,11 @@ declare module "sap/ui/table/Table" {
|
|
|
5934
5911
|
/**
|
|
5935
5912
|
* Parameters to pass along with the event
|
|
5936
5913
|
*/
|
|
5937
|
-
mParameters?: $
|
|
5914
|
+
mParameters?: Table$FilterEventParameters
|
|
5938
5915
|
): boolean;
|
|
5939
5916
|
/**
|
|
5940
|
-
* @
|
|
5941
|
-
* @
|
|
5917
|
+
* @since 1.37.0
|
|
5918
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
5942
5919
|
*
|
|
5943
5920
|
* Fires event {@link #event:firstVisibleRowChanged firstVisibleRowChanged} to attached listeners.
|
|
5944
5921
|
*
|
|
@@ -5948,10 +5925,10 @@ declare module "sap/ui/table/Table" {
|
|
|
5948
5925
|
/**
|
|
5949
5926
|
* Parameters to pass along with the event
|
|
5950
5927
|
*/
|
|
5951
|
-
mParameters?: $
|
|
5928
|
+
mParameters?: Table$FirstVisibleRowChangedEventParameters
|
|
5952
5929
|
): this;
|
|
5953
5930
|
/**
|
|
5954
|
-
* @
|
|
5931
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
5955
5932
|
*
|
|
5956
5933
|
* Fires event {@link #event:group group} to attached listeners.
|
|
5957
5934
|
*
|
|
@@ -5964,11 +5941,11 @@ declare module "sap/ui/table/Table" {
|
|
|
5964
5941
|
/**
|
|
5965
5942
|
* Parameters to pass along with the event
|
|
5966
5943
|
*/
|
|
5967
|
-
mParameters?: $
|
|
5944
|
+
mParameters?: Table$GroupEventParameters
|
|
5968
5945
|
): boolean;
|
|
5969
5946
|
/**
|
|
5970
|
-
* @
|
|
5971
|
-
* @
|
|
5947
|
+
* @since 1.60
|
|
5948
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
5972
5949
|
*
|
|
5973
5950
|
* Fires event {@link #event:paste paste} to attached listeners.
|
|
5974
5951
|
*
|
|
@@ -5981,10 +5958,10 @@ declare module "sap/ui/table/Table" {
|
|
|
5981
5958
|
/**
|
|
5982
5959
|
* Parameters to pass along with the event
|
|
5983
5960
|
*/
|
|
5984
|
-
mParameters?: $
|
|
5961
|
+
mParameters?: Table$PasteEventParameters
|
|
5985
5962
|
): boolean;
|
|
5986
5963
|
/**
|
|
5987
|
-
* @
|
|
5964
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
5988
5965
|
*
|
|
5989
5966
|
* Fires event {@link #event:rowSelectionChange rowSelectionChange} to attached listeners.
|
|
5990
5967
|
*
|
|
@@ -5994,11 +5971,11 @@ declare module "sap/ui/table/Table" {
|
|
|
5994
5971
|
/**
|
|
5995
5972
|
* Parameters to pass along with the event
|
|
5996
5973
|
*/
|
|
5997
|
-
mParameters?: $
|
|
5974
|
+
mParameters?: Table$RowSelectionChangeEventParameters
|
|
5998
5975
|
): this;
|
|
5999
5976
|
/**
|
|
6000
|
-
* @
|
|
6001
|
-
* @
|
|
5977
|
+
* @since 1.86
|
|
5978
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
6002
5979
|
*
|
|
6003
5980
|
* Fires event {@link #event:rowsUpdated rowsUpdated} to attached listeners.
|
|
6004
5981
|
*
|
|
@@ -6011,7 +5988,7 @@ declare module "sap/ui/table/Table" {
|
|
|
6011
5988
|
mParameters?: object
|
|
6012
5989
|
): this;
|
|
6013
5990
|
/**
|
|
6014
|
-
* @
|
|
5991
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
6015
5992
|
*
|
|
6016
5993
|
* Fires event {@link #event:sort sort} to attached listeners.
|
|
6017
5994
|
*
|
|
@@ -6024,7 +6001,7 @@ declare module "sap/ui/table/Table" {
|
|
|
6024
6001
|
/**
|
|
6025
6002
|
* Parameters to pass along with the event
|
|
6026
6003
|
*/
|
|
6027
|
-
mParameters?: $
|
|
6004
|
+
mParameters?: Table$SortEventParameters
|
|
6028
6005
|
): boolean;
|
|
6029
6006
|
/**
|
|
6030
6007
|
* Sets the focus to the stored focus DOM reference.
|
|
@@ -6049,7 +6026,7 @@ declare module "sap/ui/table/Table" {
|
|
|
6049
6026
|
}
|
|
6050
6027
|
): void;
|
|
6051
6028
|
/**
|
|
6052
|
-
* @
|
|
6029
|
+
* @since 1.52
|
|
6053
6030
|
*
|
|
6054
6031
|
* Gets current value of property {@link #getAlternateRowColors alternateRowColors}.
|
|
6055
6032
|
*
|
|
@@ -6126,7 +6103,7 @@ declare module "sap/ui/table/Table" {
|
|
|
6126
6103
|
iIndex: int
|
|
6127
6104
|
): Context | null;
|
|
6128
6105
|
/**
|
|
6129
|
-
* @
|
|
6106
|
+
* @since 1.54
|
|
6130
6107
|
*
|
|
6131
6108
|
* Gets content of aggregation {@link #getContextMenu contextMenu}.
|
|
6132
6109
|
*
|
|
@@ -6141,7 +6118,7 @@ declare module "sap/ui/table/Table" {
|
|
|
6141
6118
|
*/
|
|
6142
6119
|
getContextMenu(): IContextMenu;
|
|
6143
6120
|
/**
|
|
6144
|
-
* @
|
|
6121
|
+
* @since 1.52
|
|
6145
6122
|
*
|
|
6146
6123
|
* Gets content of aggregation `dragDropConfig` which defines the drag-and-drop configuration.
|
|
6147
6124
|
*
|
|
@@ -6173,7 +6150,7 @@ declare module "sap/ui/table/Table" {
|
|
|
6173
6150
|
*/
|
|
6174
6151
|
getEditable(): boolean;
|
|
6175
6152
|
/**
|
|
6176
|
-
* @
|
|
6153
|
+
* @since 1.27.0
|
|
6177
6154
|
*
|
|
6178
6155
|
* Gets current value of property {@link #getEnableBusyIndicator enableBusyIndicator}.
|
|
6179
6156
|
*
|
|
@@ -6189,7 +6166,7 @@ declare module "sap/ui/table/Table" {
|
|
|
6189
6166
|
*/
|
|
6190
6167
|
getEnableBusyIndicator(): boolean;
|
|
6191
6168
|
/**
|
|
6192
|
-
* @
|
|
6169
|
+
* @since 1.21.0
|
|
6193
6170
|
*
|
|
6194
6171
|
* Gets current value of property {@link #getEnableCellFilter enableCellFilter}.
|
|
6195
6172
|
*
|
|
@@ -6201,7 +6178,7 @@ declare module "sap/ui/table/Table" {
|
|
|
6201
6178
|
*/
|
|
6202
6179
|
getEnableCellFilter(): boolean;
|
|
6203
6180
|
/**
|
|
6204
|
-
* @
|
|
6181
|
+
* @since 1.21.0
|
|
6205
6182
|
*
|
|
6206
6183
|
* Gets current value of property {@link #getEnableColumnFreeze enableColumnFreeze}.
|
|
6207
6184
|
*
|
|
@@ -6223,7 +6200,7 @@ declare module "sap/ui/table/Table" {
|
|
|
6223
6200
|
*/
|
|
6224
6201
|
getEnableColumnReordering(): boolean;
|
|
6225
6202
|
/**
|
|
6226
|
-
* @
|
|
6203
|
+
* @since 1.23.0
|
|
6227
6204
|
*
|
|
6228
6205
|
* Gets current value of property {@link #getEnableCustomFilter enableCustomFilter}.
|
|
6229
6206
|
*
|
|
@@ -6262,7 +6239,7 @@ declare module "sap/ui/table/Table" {
|
|
|
6262
6239
|
*/
|
|
6263
6240
|
getEnableGrouping(): boolean;
|
|
6264
6241
|
/**
|
|
6265
|
-
* @
|
|
6242
|
+
* @since 1.23.0
|
|
6266
6243
|
*
|
|
6267
6244
|
* Gets current value of property {@link #getEnableSelectAll enableSelectAll}.
|
|
6268
6245
|
*
|
|
@@ -6292,7 +6269,7 @@ declare module "sap/ui/table/Table" {
|
|
|
6292
6269
|
*/
|
|
6293
6270
|
getFirstVisibleRow(): int;
|
|
6294
6271
|
/**
|
|
6295
|
-
* @
|
|
6272
|
+
* @since 1.18.7
|
|
6296
6273
|
*
|
|
6297
6274
|
* Gets current value of property {@link #getFixedBottomRowCount fixedBottomRowCount}.
|
|
6298
6275
|
*
|
|
@@ -6342,7 +6319,7 @@ declare module "sap/ui/table/Table" {
|
|
|
6342
6319
|
*/
|
|
6343
6320
|
getFooter(): Control | string;
|
|
6344
6321
|
/**
|
|
6345
|
-
* @
|
|
6322
|
+
* @experimental (since 1.28) - This feature has a limited functionality.
|
|
6346
6323
|
*
|
|
6347
6324
|
* ID of the element which is the current target of the association {@link #getGroupBy groupBy}, or `null`.
|
|
6348
6325
|
*/
|
|
@@ -6380,7 +6357,7 @@ declare module "sap/ui/table/Table" {
|
|
|
6380
6357
|
*/
|
|
6381
6358
|
getNoData(): Control | string;
|
|
6382
6359
|
/**
|
|
6383
|
-
* @
|
|
6360
|
+
* @since 1.64
|
|
6384
6361
|
*
|
|
6385
6362
|
* Gets content of aggregation {@link #getPlugins plugins}.
|
|
6386
6363
|
*
|
|
@@ -6393,7 +6370,7 @@ declare module "sap/ui/table/Table" {
|
|
|
6393
6370
|
*/
|
|
6394
6371
|
getPlugins(): SelectionPlugin[];
|
|
6395
6372
|
/**
|
|
6396
|
-
* @
|
|
6373
|
+
* @since 1.45.0
|
|
6397
6374
|
*
|
|
6398
6375
|
* Gets current value of property {@link #getRowActionCount rowActionCount}.
|
|
6399
6376
|
*
|
|
@@ -6530,7 +6507,7 @@ declare module "sap/ui/table/Table" {
|
|
|
6530
6507
|
*/
|
|
6531
6508
|
getShowNoData(): boolean;
|
|
6532
6509
|
/**
|
|
6533
|
-
* @
|
|
6510
|
+
* @since 1.21.2
|
|
6534
6511
|
*
|
|
6535
6512
|
* Gets current value of property {@link #getShowOverlay showOverlay}.
|
|
6536
6513
|
*
|
|
@@ -6594,7 +6571,7 @@ declare module "sap/ui/table/Table" {
|
|
|
6594
6571
|
*/
|
|
6595
6572
|
getVisibleRowCount(): int;
|
|
6596
6573
|
/**
|
|
6597
|
-
* @
|
|
6574
|
+
* @since 1.9.2
|
|
6598
6575
|
*
|
|
6599
6576
|
* Gets current value of property {@link #getVisibleRowCountMode visibleRowCountMode}.
|
|
6600
6577
|
*
|
|
@@ -6656,7 +6633,7 @@ declare module "sap/ui/table/Table" {
|
|
|
6656
6633
|
oExtension: Control
|
|
6657
6634
|
): int;
|
|
6658
6635
|
/**
|
|
6659
|
-
* @
|
|
6636
|
+
* @since 1.64
|
|
6660
6637
|
*
|
|
6661
6638
|
* Checks for the provided `sap.ui.table.plugins.SelectionPlugin` in the aggregation {@link #getPlugins plugins}.
|
|
6662
6639
|
* and returns its index if found or -1 otherwise.
|
|
@@ -6716,7 +6693,7 @@ declare module "sap/ui/table/Table" {
|
|
|
6716
6693
|
iIndex: int
|
|
6717
6694
|
): this;
|
|
6718
6695
|
/**
|
|
6719
|
-
* @
|
|
6696
|
+
* @since 1.64
|
|
6720
6697
|
*
|
|
6721
6698
|
* Inserts a plugin into the aggregation {@link #getPlugins plugins}.
|
|
6722
6699
|
*
|
|
@@ -6785,7 +6762,7 @@ declare module "sap/ui/table/Table" {
|
|
|
6785
6762
|
*/
|
|
6786
6763
|
removeAllExtension(): Control[];
|
|
6787
6764
|
/**
|
|
6788
|
-
* @
|
|
6765
|
+
* @since 1.64
|
|
6789
6766
|
*
|
|
6790
6767
|
* Removes all the controls from the aggregation {@link #getPlugins plugins}.
|
|
6791
6768
|
*
|
|
@@ -6836,7 +6813,7 @@ declare module "sap/ui/table/Table" {
|
|
|
6836
6813
|
vExtension: int | string | Control
|
|
6837
6814
|
): Control | null;
|
|
6838
6815
|
/**
|
|
6839
|
-
* @
|
|
6816
|
+
* @since 1.64
|
|
6840
6817
|
*
|
|
6841
6818
|
* Removes a plugin from the aggregation {@link #getPlugins plugins}.
|
|
6842
6819
|
*
|
|
@@ -6884,7 +6861,7 @@ declare module "sap/ui/table/Table" {
|
|
|
6884
6861
|
*/
|
|
6885
6862
|
selectAll(): this;
|
|
6886
6863
|
/**
|
|
6887
|
-
* @
|
|
6864
|
+
* @since 1.52
|
|
6888
6865
|
*
|
|
6889
6866
|
* Sets a new value for property {@link #getAlternateRowColors alternateRowColors}.
|
|
6890
6867
|
*
|
|
@@ -6944,7 +6921,7 @@ declare module "sap/ui/table/Table" {
|
|
|
6944
6921
|
bColumnHeaderVisible?: boolean
|
|
6945
6922
|
): this;
|
|
6946
6923
|
/**
|
|
6947
|
-
* @
|
|
6924
|
+
* @since 1.54
|
|
6948
6925
|
*
|
|
6949
6926
|
* Sets the aggregated {@link #getContextMenu contextMenu}.
|
|
6950
6927
|
*
|
|
@@ -6977,7 +6954,7 @@ declare module "sap/ui/table/Table" {
|
|
|
6977
6954
|
bEditable?: boolean
|
|
6978
6955
|
): this;
|
|
6979
6956
|
/**
|
|
6980
|
-
* @
|
|
6957
|
+
* @since 1.27.0
|
|
6981
6958
|
*
|
|
6982
6959
|
* Sets a new value for property {@link #getEnableBusyIndicator enableBusyIndicator}.
|
|
6983
6960
|
*
|
|
@@ -7000,7 +6977,7 @@ declare module "sap/ui/table/Table" {
|
|
|
7000
6977
|
bEnableBusyIndicator?: boolean
|
|
7001
6978
|
): this;
|
|
7002
6979
|
/**
|
|
7003
|
-
* @
|
|
6980
|
+
* @since 1.21.0
|
|
7004
6981
|
*
|
|
7005
6982
|
* Sets a new value for property {@link #getEnableCellFilter enableCellFilter}.
|
|
7006
6983
|
*
|
|
@@ -7019,7 +6996,7 @@ declare module "sap/ui/table/Table" {
|
|
|
7019
6996
|
bEnableCellFilter?: boolean
|
|
7020
6997
|
): this;
|
|
7021
6998
|
/**
|
|
7022
|
-
* @
|
|
6999
|
+
* @since 1.21.0
|
|
7023
7000
|
*
|
|
7024
7001
|
* Sets a new value for property {@link #getEnableColumnFreeze enableColumnFreeze}.
|
|
7025
7002
|
*
|
|
@@ -7055,7 +7032,7 @@ declare module "sap/ui/table/Table" {
|
|
|
7055
7032
|
bEnableColumnReordering?: boolean
|
|
7056
7033
|
): this;
|
|
7057
7034
|
/**
|
|
7058
|
-
* @
|
|
7035
|
+
* @since 1.23.0
|
|
7059
7036
|
*
|
|
7060
7037
|
* Sets a new value for property {@link #getEnableCustomFilter enableCustomFilter}.
|
|
7061
7038
|
*
|
|
@@ -7108,7 +7085,7 @@ declare module "sap/ui/table/Table" {
|
|
|
7108
7085
|
bEnableGrouping?: boolean
|
|
7109
7086
|
): this;
|
|
7110
7087
|
/**
|
|
7111
|
-
* @
|
|
7088
|
+
* @since 1.23.0
|
|
7112
7089
|
*
|
|
7113
7090
|
* Sets a new value for property {@link #getEnableSelectAll enableSelectAll}.
|
|
7114
7091
|
*
|
|
@@ -7145,7 +7122,7 @@ declare module "sap/ui/table/Table" {
|
|
|
7145
7122
|
iFirstVisibleRow?: int
|
|
7146
7123
|
): this;
|
|
7147
7124
|
/**
|
|
7148
|
-
* @
|
|
7125
|
+
* @since 1.18.7
|
|
7149
7126
|
*
|
|
7150
7127
|
* Sets a new value for property {@link #getFixedBottomRowCount fixedBottomRowCount}.
|
|
7151
7128
|
*
|
|
@@ -7221,7 +7198,7 @@ declare module "sap/ui/table/Table" {
|
|
|
7221
7198
|
vFooter: Control | string
|
|
7222
7199
|
): this;
|
|
7223
7200
|
/**
|
|
7224
|
-
* @
|
|
7201
|
+
* @experimental (since 1.28) - This feature has a limited functionality.
|
|
7225
7202
|
*
|
|
7226
7203
|
* Sets the associated {@link #getGroupBy groupBy}.
|
|
7227
7204
|
*
|
|
@@ -7284,7 +7261,7 @@ declare module "sap/ui/table/Table" {
|
|
|
7284
7261
|
vNoData: Control | string
|
|
7285
7262
|
): this;
|
|
7286
7263
|
/**
|
|
7287
|
-
* @
|
|
7264
|
+
* @since 1.45.0
|
|
7288
7265
|
*
|
|
7289
7266
|
* Sets a new value for property {@link #getRowActionCount rowActionCount}.
|
|
7290
7267
|
*
|
|
@@ -7446,7 +7423,7 @@ declare module "sap/ui/table/Table" {
|
|
|
7446
7423
|
bShowNoData?: boolean
|
|
7447
7424
|
): this;
|
|
7448
7425
|
/**
|
|
7449
|
-
* @
|
|
7426
|
+
* @since 1.21.2
|
|
7450
7427
|
*
|
|
7451
7428
|
* Sets a new value for property {@link #getShowOverlay showOverlay}.
|
|
7452
7429
|
*
|
|
@@ -7538,7 +7515,7 @@ declare module "sap/ui/table/Table" {
|
|
|
7538
7515
|
iVisibleRowCount?: int
|
|
7539
7516
|
): this;
|
|
7540
7517
|
/**
|
|
7541
|
-
* @
|
|
7518
|
+
* @since 1.9.2
|
|
7542
7519
|
*
|
|
7543
7520
|
* Sets a new value for property {@link #getVisibleRowCountMode visibleRowCountMode}.
|
|
7544
7521
|
*
|
|
@@ -7619,7 +7596,6 @@ declare module "sap/ui/table/Table" {
|
|
|
7619
7596
|
*/
|
|
7620
7597
|
unbindRows(): this;
|
|
7621
7598
|
}
|
|
7622
|
-
export default Table;
|
|
7623
7599
|
|
|
7624
7600
|
export interface $TableSettings extends $ControlSettings {
|
|
7625
7601
|
/**
|
|
@@ -7775,7 +7751,7 @@ declare module "sap/ui/table/Table" {
|
|
|
7775
7751
|
showNoData?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
7776
7752
|
|
|
7777
7753
|
/**
|
|
7778
|
-
* @
|
|
7754
|
+
* @since 1.9.2
|
|
7779
7755
|
*
|
|
7780
7756
|
* Defines how the table handles the visible rows in the table.
|
|
7781
7757
|
*
|
|
@@ -7824,7 +7800,7 @@ declare module "sap/ui/table/Table" {
|
|
|
7824
7800
|
fixedRowCount?: int | PropertyBindingInfo | `{${string}}`;
|
|
7825
7801
|
|
|
7826
7802
|
/**
|
|
7827
|
-
* @
|
|
7803
|
+
* @since 1.18.7
|
|
7828
7804
|
*
|
|
7829
7805
|
* Number of rows that are fix on the bottom. When you use a vertical scrollbar, only the rows which are
|
|
7830
7806
|
* not fixed, will scroll.
|
|
@@ -7834,21 +7810,21 @@ declare module "sap/ui/table/Table" {
|
|
|
7834
7810
|
fixedBottomRowCount?: int | PropertyBindingInfo | `{${string}}`;
|
|
7835
7811
|
|
|
7836
7812
|
/**
|
|
7837
|
-
* @
|
|
7813
|
+
* @since 1.21.0
|
|
7838
7814
|
*
|
|
7839
7815
|
* Flag whether to show or hide the column menu item to freeze or unfreeze a column.
|
|
7840
7816
|
*/
|
|
7841
7817
|
enableColumnFreeze?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
7842
7818
|
|
|
7843
7819
|
/**
|
|
7844
|
-
* @
|
|
7820
|
+
* @since 1.21.0
|
|
7845
7821
|
*
|
|
7846
7822
|
* Flag whether to enable or disable the context menu on cells to trigger a filtering with the cell value.
|
|
7847
7823
|
*/
|
|
7848
7824
|
enableCellFilter?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
7849
7825
|
|
|
7850
7826
|
/**
|
|
7851
|
-
* @
|
|
7827
|
+
* @since 1.21.2
|
|
7852
7828
|
*
|
|
7853
7829
|
* Setting this property to true will show an overlay on top of the Table content and users cannot click
|
|
7854
7830
|
* anymore on the Table content.
|
|
@@ -7856,7 +7832,7 @@ declare module "sap/ui/table/Table" {
|
|
|
7856
7832
|
showOverlay?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
7857
7833
|
|
|
7858
7834
|
/**
|
|
7859
|
-
* @
|
|
7835
|
+
* @since 1.23.0
|
|
7860
7836
|
*
|
|
7861
7837
|
* Specifies if a select all button should be displayed in the top left corner. This button is only displayed
|
|
7862
7838
|
* if the row selector is visible and the selection mode is set to any kind of multi selection.
|
|
@@ -7864,7 +7840,7 @@ declare module "sap/ui/table/Table" {
|
|
|
7864
7840
|
enableSelectAll?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
7865
7841
|
|
|
7866
7842
|
/**
|
|
7867
|
-
* @
|
|
7843
|
+
* @since 1.23.0
|
|
7868
7844
|
*
|
|
7869
7845
|
* Set this parameter to true to implement your own filter behaviour. Instead of the filter input box a
|
|
7870
7846
|
* button will be rendered for which' press event (customFilter) you can register an event handler.
|
|
@@ -7872,7 +7848,7 @@ declare module "sap/ui/table/Table" {
|
|
|
7872
7848
|
enableCustomFilter?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
7873
7849
|
|
|
7874
7850
|
/**
|
|
7875
|
-
* @
|
|
7851
|
+
* @since 1.27.0
|
|
7876
7852
|
*
|
|
7877
7853
|
* If set to `true`, the table changes its busy state, resulting in showing or hiding the busy indicator.
|
|
7878
7854
|
* The table will switch to busy as soon as data is retrieved to be displayed in the currently visible rows.
|
|
@@ -7883,7 +7859,7 @@ declare module "sap/ui/table/Table" {
|
|
|
7883
7859
|
enableBusyIndicator?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
7884
7860
|
|
|
7885
7861
|
/**
|
|
7886
|
-
* @
|
|
7862
|
+
* @since 1.45.0
|
|
7887
7863
|
*
|
|
7888
7864
|
* Number of row actions made visible which determines the width of the row action column. The values `0`,
|
|
7889
7865
|
* `1` and `2` are possible.
|
|
@@ -7891,7 +7867,7 @@ declare module "sap/ui/table/Table" {
|
|
|
7891
7867
|
rowActionCount?: int | PropertyBindingInfo | `{${string}}`;
|
|
7892
7868
|
|
|
7893
7869
|
/**
|
|
7894
|
-
* @
|
|
7870
|
+
* @since 1.52
|
|
7895
7871
|
*
|
|
7896
7872
|
* Enables alternating table row colors. Alternate row coloring is not available for the tree mode.
|
|
7897
7873
|
*/
|
|
@@ -7973,7 +7949,7 @@ declare module "sap/ui/table/Table" {
|
|
|
7973
7949
|
rowSettingsTemplate?: RowSettings;
|
|
7974
7950
|
|
|
7975
7951
|
/**
|
|
7976
|
-
* @
|
|
7952
|
+
* @since 1.54
|
|
7977
7953
|
*
|
|
7978
7954
|
* Defines the context menu for the table.
|
|
7979
7955
|
*
|
|
@@ -7987,7 +7963,7 @@ declare module "sap/ui/table/Table" {
|
|
|
7987
7963
|
contextMenu?: IContextMenu;
|
|
7988
7964
|
|
|
7989
7965
|
/**
|
|
7990
|
-
* @
|
|
7966
|
+
* @since 1.64
|
|
7991
7967
|
*
|
|
7992
7968
|
* Plugin section of the table. Multiple plugins are possible, but always only **one** of a certain type.
|
|
7993
7969
|
*
|
|
@@ -8003,7 +7979,7 @@ declare module "sap/ui/table/Table" {
|
|
|
8003
7979
|
| `{${string}}`;
|
|
8004
7980
|
|
|
8005
7981
|
/**
|
|
8006
|
-
* @
|
|
7982
|
+
* @experimental (since 1.28) - This feature has a limited functionality.
|
|
8007
7983
|
*
|
|
8008
7984
|
* The column by which the table is grouped. Grouping will only be performed if `enableGrouping` is set
|
|
8009
7985
|
* to `true`. Setting `groupBy` in the view does not work and throws an error. It can only be set if the
|
|
@@ -8022,24 +7998,22 @@ declare module "sap/ui/table/Table" {
|
|
|
8022
7998
|
*
|
|
8023
7999
|
* **Note:** If a selection plugin is applied to the table, this event won't be fired.
|
|
8024
8000
|
*/
|
|
8025
|
-
rowSelectionChange?: (
|
|
8026
|
-
oEvent: Event<$TableRowSelectionChangeEventParameters>
|
|
8027
|
-
) => void;
|
|
8001
|
+
rowSelectionChange?: (oEvent: Table$RowSelectionChangeEvent) => void;
|
|
8028
8002
|
|
|
8029
8003
|
/**
|
|
8030
8004
|
* fired when a column of the table has been selected
|
|
8031
8005
|
*/
|
|
8032
|
-
columnSelect?: (oEvent:
|
|
8006
|
+
columnSelect?: (oEvent: Table$ColumnSelectEvent) => void;
|
|
8033
8007
|
|
|
8034
8008
|
/**
|
|
8035
8009
|
* fired when a table column is resized.
|
|
8036
8010
|
*/
|
|
8037
|
-
columnResize?: (oEvent:
|
|
8011
|
+
columnResize?: (oEvent: Table$ColumnResizeEvent) => void;
|
|
8038
8012
|
|
|
8039
8013
|
/**
|
|
8040
8014
|
* fired when a table column is moved.
|
|
8041
8015
|
*/
|
|
8042
|
-
columnMove?: (oEvent:
|
|
8016
|
+
columnMove?: (oEvent: Table$ColumnMoveEvent) => void;
|
|
8043
8017
|
|
|
8044
8018
|
/**
|
|
8045
8019
|
* 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,7 +8021,7 @@ declare module "sap/ui/table/Table" {
|
|
|
8047
8021
|
*
|
|
8048
8022
|
* Sorters that are directly applied to the table binding will not fire this event.
|
|
8049
8023
|
*/
|
|
8050
|
-
sort?: (oEvent:
|
|
8024
|
+
sort?: (oEvent: Table$SortEvent) => void;
|
|
8051
8025
|
|
|
8052
8026
|
/**
|
|
8053
8027
|
* 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,90 +8029,82 @@ declare module "sap/ui/table/Table" {
|
|
|
8055
8029
|
*
|
|
8056
8030
|
* Filters that are directly applied to the table binding will not fire this event.
|
|
8057
8031
|
*/
|
|
8058
|
-
filter?: (oEvent:
|
|
8032
|
+
filter?: (oEvent: Table$FilterEvent) => void;
|
|
8059
8033
|
|
|
8060
8034
|
/**
|
|
8061
8035
|
* fired when the table is grouped (experimental!).
|
|
8062
8036
|
*/
|
|
8063
|
-
group?: (oEvent:
|
|
8037
|
+
group?: (oEvent: Table$GroupEvent) => void;
|
|
8064
8038
|
|
|
8065
8039
|
/**
|
|
8066
8040
|
* fired when the visibility of a table column is changed.
|
|
8067
8041
|
*/
|
|
8068
|
-
columnVisibility?: (
|
|
8069
|
-
oEvent: Event<$TableColumnVisibilityEventParameters>
|
|
8070
|
-
) => void;
|
|
8042
|
+
columnVisibility?: (oEvent: Table$ColumnVisibilityEvent) => void;
|
|
8071
8043
|
|
|
8072
8044
|
/**
|
|
8073
|
-
* @
|
|
8045
|
+
* @since 1.21.0
|
|
8074
8046
|
*
|
|
8075
8047
|
* fired when the user clicks a cell of the table (experimental!).
|
|
8076
8048
|
*/
|
|
8077
|
-
cellClick?: (oEvent:
|
|
8049
|
+
cellClick?: (oEvent: Table$CellClickEvent) => void;
|
|
8078
8050
|
|
|
8079
8051
|
/**
|
|
8080
|
-
* @
|
|
8052
|
+
* @since 1.21.0
|
|
8081
8053
|
* @deprecated (since 1.54) - replaced by `beforeOpenContextMenu`.
|
|
8082
8054
|
*
|
|
8083
8055
|
* fired when the user clicks a cell of the table.
|
|
8084
8056
|
*/
|
|
8085
|
-
cellContextmenu?: (
|
|
8086
|
-
oEvent: Event<$TableCellContextmenuEventParameters>
|
|
8087
|
-
) => void;
|
|
8057
|
+
cellContextmenu?: (oEvent: Table$CellContextmenuEvent) => void;
|
|
8088
8058
|
|
|
8089
8059
|
/**
|
|
8090
|
-
* @
|
|
8060
|
+
* @since 1.54
|
|
8091
8061
|
*
|
|
8092
8062
|
* Fired when the user requests the context menu for a table cell.
|
|
8093
8063
|
*/
|
|
8094
|
-
beforeOpenContextMenu?: (
|
|
8095
|
-
oEvent: Event<$TableBeforeOpenContextMenuEventParameters>
|
|
8096
|
-
) => void;
|
|
8064
|
+
beforeOpenContextMenu?: (oEvent: Table$BeforeOpenContextMenuEvent) => void;
|
|
8097
8065
|
|
|
8098
8066
|
/**
|
|
8099
|
-
* @
|
|
8067
|
+
* @since 1.21.0
|
|
8100
8068
|
*
|
|
8101
8069
|
* fired when a column of the table should be freezed
|
|
8102
8070
|
*/
|
|
8103
|
-
columnFreeze?: (oEvent:
|
|
8071
|
+
columnFreeze?: (oEvent: Table$ColumnFreezeEvent) => void;
|
|
8104
8072
|
|
|
8105
8073
|
/**
|
|
8106
|
-
* @
|
|
8074
|
+
* @since 1.23.0
|
|
8107
8075
|
*
|
|
8108
8076
|
* This event is triggered when the custom filter item of the column menu is pressed. The column on which
|
|
8109
8077
|
* the event was triggered is passed as parameter.
|
|
8110
8078
|
*/
|
|
8111
|
-
customFilter?: (oEvent:
|
|
8079
|
+
customFilter?: (oEvent: Table$CustomFilterEvent) => void;
|
|
8112
8080
|
|
|
8113
8081
|
/**
|
|
8114
|
-
* @
|
|
8082
|
+
* @since 1.37.0
|
|
8115
8083
|
*
|
|
8116
8084
|
* This event gets fired when the first visible row is changed. It should only be used by composite controls.
|
|
8117
8085
|
* The event even is fired when setFirstVisibleRow is called programmatically.
|
|
8118
8086
|
*/
|
|
8119
8087
|
firstVisibleRowChanged?: (
|
|
8120
|
-
oEvent:
|
|
8088
|
+
oEvent: Table$FirstVisibleRowChangedEvent
|
|
8121
8089
|
) => void;
|
|
8122
8090
|
|
|
8123
8091
|
/**
|
|
8124
|
-
* @
|
|
8092
|
+
* @since 1.37.0
|
|
8125
8093
|
*
|
|
8126
8094
|
* This event gets fired when the busy state of the table changes. It should only be used by composite controls.
|
|
8127
8095
|
*/
|
|
8128
|
-
busyStateChanged?: (
|
|
8129
|
-
oEvent: Event<$TableBusyStateChangedEventParameters>
|
|
8130
|
-
) => void;
|
|
8096
|
+
busyStateChanged?: (oEvent: Table$BusyStateChangedEvent) => void;
|
|
8131
8097
|
|
|
8132
8098
|
/**
|
|
8133
|
-
* @
|
|
8099
|
+
* @since 1.60
|
|
8134
8100
|
*
|
|
8135
8101
|
* This event gets fired when the user pastes content from the clipboard to the table. Pasting can be done
|
|
8136
8102
|
* with the standard keyboard shortcut, if the focus is inside the table.
|
|
8137
8103
|
*/
|
|
8138
|
-
paste?: (oEvent:
|
|
8104
|
+
paste?: (oEvent: Table$PasteEvent) => void;
|
|
8139
8105
|
|
|
8140
8106
|
/**
|
|
8141
|
-
* @
|
|
8107
|
+
* @since 1.86
|
|
8142
8108
|
*
|
|
8143
8109
|
* This event is fired after the table rows have been updated due to rendering, a model update, or a user
|
|
8144
8110
|
* interaction, for example.
|
|
@@ -8148,7 +8114,7 @@ declare module "sap/ui/table/Table" {
|
|
|
8148
8114
|
rowsUpdated?: (oEvent: Event) => void;
|
|
8149
8115
|
}
|
|
8150
8116
|
|
|
8151
|
-
export interface $
|
|
8117
|
+
export interface Table$BeforeOpenContextMenuEventParameters {
|
|
8152
8118
|
/**
|
|
8153
8119
|
* Row index where the context menu opens.
|
|
8154
8120
|
*/
|
|
@@ -8165,14 +8131,18 @@ declare module "sap/ui/table/Table" {
|
|
|
8165
8131
|
contextMenu?: IContextMenu;
|
|
8166
8132
|
}
|
|
8167
8133
|
|
|
8168
|
-
export
|
|
8134
|
+
export type Table$BeforeOpenContextMenuEvent = Event<Table$BeforeOpenContextMenuEventParameters>;
|
|
8135
|
+
|
|
8136
|
+
export interface Table$BusyStateChangedEventParameters {
|
|
8169
8137
|
/**
|
|
8170
8138
|
* busy state
|
|
8171
8139
|
*/
|
|
8172
8140
|
busy?: boolean;
|
|
8173
8141
|
}
|
|
8174
8142
|
|
|
8175
|
-
export
|
|
8143
|
+
export type Table$BusyStateChangedEvent = Event<Table$BusyStateChangedEventParameters>;
|
|
8144
|
+
|
|
8145
|
+
export interface Table$CellClickEventParameters {
|
|
8176
8146
|
/**
|
|
8177
8147
|
* The control of the cell.
|
|
8178
8148
|
*/
|
|
@@ -8205,7 +8175,9 @@ declare module "sap/ui/table/Table" {
|
|
|
8205
8175
|
rowBindingContext?: Context;
|
|
8206
8176
|
}
|
|
8207
8177
|
|
|
8208
|
-
export
|
|
8178
|
+
export type Table$CellClickEvent = Event<Table$CellClickEventParameters>;
|
|
8179
|
+
|
|
8180
|
+
export interface Table$CellContextmenuEventParameters {
|
|
8209
8181
|
/**
|
|
8210
8182
|
* The control of the cell.
|
|
8211
8183
|
*/
|
|
@@ -8238,14 +8210,18 @@ declare module "sap/ui/table/Table" {
|
|
|
8238
8210
|
rowBindingContext?: Context;
|
|
8239
8211
|
}
|
|
8240
8212
|
|
|
8241
|
-
export
|
|
8213
|
+
export type Table$CellContextmenuEvent = Event<Table$CellContextmenuEventParameters>;
|
|
8214
|
+
|
|
8215
|
+
export interface Table$ColumnFreezeEventParameters {
|
|
8242
8216
|
/**
|
|
8243
8217
|
* reference to the column to freeze
|
|
8244
8218
|
*/
|
|
8245
8219
|
column?: Column;
|
|
8246
8220
|
}
|
|
8247
8221
|
|
|
8248
|
-
export
|
|
8222
|
+
export type Table$ColumnFreezeEvent = Event<Table$ColumnFreezeEventParameters>;
|
|
8223
|
+
|
|
8224
|
+
export interface Table$ColumnMoveEventParameters {
|
|
8249
8225
|
/**
|
|
8250
8226
|
* moved column.
|
|
8251
8227
|
*/
|
|
@@ -8257,7 +8233,9 @@ declare module "sap/ui/table/Table" {
|
|
|
8257
8233
|
newPos?: int;
|
|
8258
8234
|
}
|
|
8259
8235
|
|
|
8260
|
-
export
|
|
8236
|
+
export type Table$ColumnMoveEvent = Event<Table$ColumnMoveEventParameters>;
|
|
8237
|
+
|
|
8238
|
+
export interface Table$ColumnResizeEventParameters {
|
|
8261
8239
|
/**
|
|
8262
8240
|
* resized column.
|
|
8263
8241
|
*/
|
|
@@ -8269,14 +8247,18 @@ declare module "sap/ui/table/Table" {
|
|
|
8269
8247
|
width?: CSSSize;
|
|
8270
8248
|
}
|
|
8271
8249
|
|
|
8272
|
-
export
|
|
8250
|
+
export type Table$ColumnResizeEvent = Event<Table$ColumnResizeEventParameters>;
|
|
8251
|
+
|
|
8252
|
+
export interface Table$ColumnSelectEventParameters {
|
|
8273
8253
|
/**
|
|
8274
8254
|
* reference to the selected column
|
|
8275
8255
|
*/
|
|
8276
8256
|
column?: Column;
|
|
8277
8257
|
}
|
|
8278
8258
|
|
|
8279
|
-
export
|
|
8259
|
+
export type Table$ColumnSelectEvent = Event<Table$ColumnSelectEventParameters>;
|
|
8260
|
+
|
|
8261
|
+
export interface Table$ColumnVisibilityEventParameters {
|
|
8280
8262
|
/**
|
|
8281
8263
|
* affected column.
|
|
8282
8264
|
*/
|
|
@@ -8288,7 +8270,9 @@ declare module "sap/ui/table/Table" {
|
|
|
8288
8270
|
newVisible?: boolean;
|
|
8289
8271
|
}
|
|
8290
8272
|
|
|
8291
|
-
export
|
|
8273
|
+
export type Table$ColumnVisibilityEvent = Event<Table$ColumnVisibilityEventParameters>;
|
|
8274
|
+
|
|
8275
|
+
export interface Table$CustomFilterEventParameters {
|
|
8292
8276
|
/**
|
|
8293
8277
|
* The column instance on which the custom filter button was pressed.
|
|
8294
8278
|
*/
|
|
@@ -8300,7 +8284,9 @@ declare module "sap/ui/table/Table" {
|
|
|
8300
8284
|
value?: string;
|
|
8301
8285
|
}
|
|
8302
8286
|
|
|
8303
|
-
export
|
|
8287
|
+
export type Table$CustomFilterEvent = Event<Table$CustomFilterEventParameters>;
|
|
8288
|
+
|
|
8289
|
+
export interface Table$FilterEventParameters {
|
|
8304
8290
|
/**
|
|
8305
8291
|
* filtered column.
|
|
8306
8292
|
*/
|
|
@@ -8312,21 +8298,27 @@ declare module "sap/ui/table/Table" {
|
|
|
8312
8298
|
value?: string;
|
|
8313
8299
|
}
|
|
8314
8300
|
|
|
8315
|
-
export
|
|
8301
|
+
export type Table$FilterEvent = Event<Table$FilterEventParameters>;
|
|
8302
|
+
|
|
8303
|
+
export interface Table$FirstVisibleRowChangedEventParameters {
|
|
8316
8304
|
/**
|
|
8317
8305
|
* First visible row
|
|
8318
8306
|
*/
|
|
8319
8307
|
firstVisibleRow?: int;
|
|
8320
8308
|
}
|
|
8321
8309
|
|
|
8322
|
-
export
|
|
8310
|
+
export type Table$FirstVisibleRowChangedEvent = Event<Table$FirstVisibleRowChangedEventParameters>;
|
|
8311
|
+
|
|
8312
|
+
export interface Table$GroupEventParameters {
|
|
8323
8313
|
/**
|
|
8324
8314
|
* grouped column.
|
|
8325
8315
|
*/
|
|
8326
8316
|
column?: Column;
|
|
8327
8317
|
}
|
|
8328
8318
|
|
|
8329
|
-
export
|
|
8319
|
+
export type Table$GroupEvent = Event<Table$GroupEventParameters>;
|
|
8320
|
+
|
|
8321
|
+
export interface Table$PasteEventParameters {
|
|
8330
8322
|
/**
|
|
8331
8323
|
* 2D array of strings with data from the clipboard. The first dimension represents the rows, and the second
|
|
8332
8324
|
* dimension represents the cells of the tabular data.
|
|
@@ -8334,7 +8326,9 @@ declare module "sap/ui/table/Table" {
|
|
|
8334
8326
|
data?: string[][];
|
|
8335
8327
|
}
|
|
8336
8328
|
|
|
8337
|
-
export
|
|
8329
|
+
export type Table$PasteEvent = Event<Table$PasteEventParameters>;
|
|
8330
|
+
|
|
8331
|
+
export interface Table$RowSelectionChangeEventParameters {
|
|
8338
8332
|
/**
|
|
8339
8333
|
* row index which has been clicked so that the selection has been changed (either selected or deselected)
|
|
8340
8334
|
*/
|
|
@@ -8362,9 +8356,13 @@ declare module "sap/ui/table/Table" {
|
|
|
8362
8356
|
userInteraction?: boolean;
|
|
8363
8357
|
}
|
|
8364
8358
|
|
|
8365
|
-
export
|
|
8359
|
+
export type Table$RowSelectionChangeEvent = Event<Table$RowSelectionChangeEventParameters>;
|
|
8360
|
+
|
|
8361
|
+
export interface Table$RowsUpdatedEventParameters {}
|
|
8366
8362
|
|
|
8367
|
-
export
|
|
8363
|
+
export type Table$RowsUpdatedEvent = Event<Table$RowsUpdatedEventParameters>;
|
|
8364
|
+
|
|
8365
|
+
export interface Table$SortEventParameters {
|
|
8368
8366
|
/**
|
|
8369
8367
|
* sorted column.
|
|
8370
8368
|
*/
|
|
@@ -8380,6 +8378,8 @@ declare module "sap/ui/table/Table" {
|
|
|
8380
8378
|
*/
|
|
8381
8379
|
columnAdded?: boolean;
|
|
8382
8380
|
}
|
|
8381
|
+
|
|
8382
|
+
export type Table$SortEvent = Event<Table$SortEventParameters>;
|
|
8383
8383
|
}
|
|
8384
8384
|
|
|
8385
8385
|
declare module "sap/ui/table/TablePersoController" {
|
|
@@ -8398,12 +8398,12 @@ declare module "sap/ui/table/TablePersoController" {
|
|
|
8398
8398
|
import Table from "sap/ui/table/Table";
|
|
8399
8399
|
|
|
8400
8400
|
/**
|
|
8401
|
-
* @
|
|
8401
|
+
* @since 1.21.1
|
|
8402
8402
|
* @deprecated (since 1.115) - Please use the {@link sap.m.p13n.Engine Engine} for personalization instead.
|
|
8403
8403
|
*
|
|
8404
8404
|
* The TablePersoController can be used to connect a table with a persistence service.
|
|
8405
8405
|
*/
|
|
8406
|
-
class TablePersoController extends ManagedObject {
|
|
8406
|
+
export default class TablePersoController extends ManagedObject {
|
|
8407
8407
|
/**
|
|
8408
8408
|
* Constructor for a new TablePersoController.
|
|
8409
8409
|
*
|
|
@@ -8530,7 +8530,7 @@ declare module "sap/ui/table/TablePersoController" {
|
|
|
8530
8530
|
*/
|
|
8531
8531
|
getTable(): ID;
|
|
8532
8532
|
/**
|
|
8533
|
-
* @
|
|
8533
|
+
* @experimental (since 1.21.2) - API might change / feature requires the sap.m library!
|
|
8534
8534
|
*
|
|
8535
8535
|
* Opens the personalization dialog for the Table to modify the visibility and the order of the columns.
|
|
8536
8536
|
*
|
|
@@ -8659,7 +8659,6 @@ declare module "sap/ui/table/TablePersoController" {
|
|
|
8659
8659
|
oTable: ID | Table
|
|
8660
8660
|
): this;
|
|
8661
8661
|
}
|
|
8662
|
-
export default TablePersoController;
|
|
8663
8662
|
|
|
8664
8663
|
export interface $TablePersoControllerSettings
|
|
8665
8664
|
extends $ManagedObjectSettings {
|
|
@@ -8712,8 +8711,6 @@ declare module "sap/ui/table/TablePersoController" {
|
|
|
8712
8711
|
declare module "sap/ui/table/TreeTable" {
|
|
8713
8712
|
import { default as Table, $TableSettings } from "sap/ui/table/Table";
|
|
8714
8713
|
|
|
8715
|
-
import Event from "sap/ui/base/Event";
|
|
8716
|
-
|
|
8717
8714
|
import { ID } from "sap/ui/core/library";
|
|
8718
8715
|
|
|
8719
8716
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
@@ -8722,10 +8719,12 @@ declare module "sap/ui/table/TreeTable" {
|
|
|
8722
8719
|
|
|
8723
8720
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
8724
8721
|
|
|
8722
|
+
import Event from "sap/ui/base/Event";
|
|
8723
|
+
|
|
8725
8724
|
/**
|
|
8726
8725
|
* The TreeTable control provides a comprehensive set of features to display hierarchical data.
|
|
8727
8726
|
*/
|
|
8728
|
-
class TreeTable extends Table {
|
|
8727
|
+
export default class TreeTable extends Table {
|
|
8729
8728
|
/**
|
|
8730
8729
|
* Constructor for a new TreeTable.
|
|
8731
8730
|
*
|
|
@@ -8833,7 +8832,7 @@ declare module "sap/ui/table/TreeTable" {
|
|
|
8833
8832
|
/**
|
|
8834
8833
|
* The function to be called when the event occurs
|
|
8835
8834
|
*/
|
|
8836
|
-
fnFunction: (p1:
|
|
8835
|
+
fnFunction: (p1: TreeTable$ToggleOpenStateEvent) => void,
|
|
8837
8836
|
/**
|
|
8838
8837
|
* Context object to call the event handler with. Defaults to this `sap.ui.table.TreeTable` itself
|
|
8839
8838
|
*/
|
|
@@ -8854,7 +8853,7 @@ declare module "sap/ui/table/TreeTable" {
|
|
|
8854
8853
|
/**
|
|
8855
8854
|
* The function to be called when the event occurs
|
|
8856
8855
|
*/
|
|
8857
|
-
fnFunction: (p1:
|
|
8856
|
+
fnFunction: (p1: TreeTable$ToggleOpenStateEvent) => void,
|
|
8858
8857
|
/**
|
|
8859
8858
|
* Context object to call the event handler with. Defaults to this `sap.ui.table.TreeTable` itself
|
|
8860
8859
|
*/
|
|
@@ -8889,7 +8888,7 @@ declare module "sap/ui/table/TreeTable" {
|
|
|
8889
8888
|
/**
|
|
8890
8889
|
* The function to be called, when the event occurs
|
|
8891
8890
|
*/
|
|
8892
|
-
fnFunction: (p1:
|
|
8891
|
+
fnFunction: (p1: TreeTable$ToggleOpenStateEvent) => void,
|
|
8893
8892
|
/**
|
|
8894
8893
|
* Context object on which the given function had to be called
|
|
8895
8894
|
*/
|
|
@@ -8923,7 +8922,7 @@ declare module "sap/ui/table/TreeTable" {
|
|
|
8923
8922
|
iLevel: int
|
|
8924
8923
|
): this;
|
|
8925
8924
|
/**
|
|
8926
|
-
* @
|
|
8925
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
8927
8926
|
*
|
|
8928
8927
|
* Fires event {@link #event:toggleOpenState toggleOpenState} to attached listeners.
|
|
8929
8928
|
*
|
|
@@ -8933,7 +8932,7 @@ declare module "sap/ui/table/TreeTable" {
|
|
|
8933
8932
|
/**
|
|
8934
8933
|
* Parameters to pass along with the event
|
|
8935
8934
|
*/
|
|
8936
|
-
mParameters?: $
|
|
8935
|
+
mParameters?: TreeTable$ToggleOpenStateEventParameters
|
|
8937
8936
|
): this;
|
|
8938
8937
|
/**
|
|
8939
8938
|
* @deprecated (since 1.76) - replaced by the `collapseRecursive` binding parameter. May not work with all
|
|
@@ -9284,7 +9283,7 @@ declare module "sap/ui/table/TreeTable" {
|
|
|
9284
9283
|
iToIndex: int
|
|
9285
9284
|
): this;
|
|
9286
9285
|
/**
|
|
9287
|
-
* @
|
|
9286
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
9288
9287
|
*
|
|
9289
9288
|
* Allows to hide the tree structure (tree icons, indentation) in tree mode (property `useGroupMode` is
|
|
9290
9289
|
* set to `false`).
|
|
@@ -9323,7 +9322,6 @@ declare module "sap/ui/table/TreeTable" {
|
|
|
9323
9322
|
bUseGroupMode?: boolean
|
|
9324
9323
|
): this;
|
|
9325
9324
|
}
|
|
9326
|
-
export default TreeTable;
|
|
9327
9325
|
|
|
9328
9326
|
export interface $TreeTableSettings extends $TableSettings {
|
|
9329
9327
|
/**
|
|
@@ -9407,12 +9405,10 @@ declare module "sap/ui/table/TreeTable" {
|
|
|
9407
9405
|
/**
|
|
9408
9406
|
* Fired when a row has been expanded or collapsed by user interaction. Only available in hierarchical mode.
|
|
9409
9407
|
*/
|
|
9410
|
-
toggleOpenState?: (
|
|
9411
|
-
oEvent: Event<$TreeTableToggleOpenStateEventParameters>
|
|
9412
|
-
) => void;
|
|
9408
|
+
toggleOpenState?: (oEvent: TreeTable$ToggleOpenStateEvent) => void;
|
|
9413
9409
|
}
|
|
9414
9410
|
|
|
9415
|
-
export interface $
|
|
9411
|
+
export interface TreeTable$ToggleOpenStateEventParameters {
|
|
9416
9412
|
/**
|
|
9417
9413
|
* Index of the expanded/collapsed row
|
|
9418
9414
|
*/
|
|
@@ -9428,6 +9424,8 @@ declare module "sap/ui/table/TreeTable" {
|
|
|
9428
9424
|
*/
|
|
9429
9425
|
expanded?: boolean;
|
|
9430
9426
|
}
|
|
9427
|
+
|
|
9428
|
+
export type TreeTable$ToggleOpenStateEvent = Event<TreeTable$ToggleOpenStateEventParameters>;
|
|
9431
9429
|
}
|
|
9432
9430
|
|
|
9433
9431
|
declare namespace sap {
|