@sapui5/ts-types 1.113.0 → 1.115.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/types/index.d.ts +0 -1
- package/types/sap.apf.d.ts +2 -2
- package/types/sap.ca.ui.d.ts +135 -67
- package/types/sap.chart.d.ts +154 -125
- package/types/sap.collaboration.d.ts +80 -78
- package/types/sap.esh.search.ui.d.ts +137 -1
- package/types/sap.f.d.ts +1357 -926
- package/types/sap.fe.core.d.ts +45 -155
- package/types/sap.fe.macros.d.ts +80 -9
- package/types/sap.fe.navigation.d.ts +34 -27
- package/types/sap.fe.templates.d.ts +8 -275
- package/types/sap.fe.test.d.ts +4 -10
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +1716 -1087
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.landvisz.d.ts +35 -9
- package/types/sap.m.d.ts +7689 -5451
- package/types/sap.makit.d.ts +17 -5
- package/types/sap.me.d.ts +122 -63
- package/types/sap.ndc.d.ts +99 -39
- package/types/sap.ovp.d.ts +1 -2
- package/types/sap.rules.ui.d.ts +43 -19
- package/types/sap.sac.df.d.ts +31 -579
- package/types/sap.suite.ui.commons.d.ts +2060 -1282
- package/types/sap.suite.ui.generic.template.d.ts +29 -40
- package/types/sap.suite.ui.microchart.d.ts +188 -136
- package/types/sap.tnt.d.ts +134 -54
- package/types/sap.ui.codeeditor.d.ts +51 -29
- package/types/sap.ui.commons.d.ts +1017 -599
- package/types/sap.ui.comp.d.ts +2755 -1772
- package/types/sap.ui.core.d.ts +5398 -3172
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +32 -29
- package/types/sap.ui.fl.d.ts +123 -82
- package/types/sap.ui.generic.app.d.ts +41 -40
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +344 -163
- package/types/sap.ui.layout.d.ts +312 -355
- package/types/sap.ui.mdc.d.ts +21839 -8
- package/types/sap.ui.richtexteditor.d.ts +61 -49
- package/types/sap.ui.rta.d.ts +1 -2
- package/types/sap.ui.suite.d.ts +9 -9
- package/types/sap.ui.support.d.ts +5 -7
- package/types/sap.ui.table.d.ts +713 -452
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +1077 -727
- package/types/sap.ui.ux3.d.ts +1038 -549
- package/types/sap.ui.vbm.d.ts +1262 -710
- package/types/sap.ui.vk.d.ts +3020 -1751
- package/types/sap.ui.vtm.d.ts +704 -457
- package/types/sap.ui.webc.common.d.ts +1 -1
- package/types/sap.ui.webc.fiori.d.ts +532 -301
- package/types/sap.ui.webc.main.d.ts +1222 -720
- package/types/sap.uiext.inbox.d.ts +47 -24
- package/types/sap.ushell.d.ts +360 -174
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +287 -199
- package/types/sap.viz.d.ts +678 -391
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +5 -5
- package/types/sap.zen.crosstab.d.ts +1 -1
- package/types/sap.zen.dsh.d.ts +147 -81
- package/types/sap.sac.grid.d.ts +0 -760
package/types/sap.ui.ux3.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.115.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -151,12 +151,16 @@ declare namespace sap {
|
|
|
151
151
|
*
|
|
152
152
|
* For ‘Update’, please refer to event ‘feedSubmit’
|
|
153
153
|
*/
|
|
154
|
-
actionSelected?: (
|
|
154
|
+
actionSelected?: (
|
|
155
|
+
oEvent: sap.ui.base.Event<sap.ui.ux3.$ActionBarActionSelectedEventParameters>
|
|
156
|
+
) => void;
|
|
155
157
|
|
|
156
158
|
/**
|
|
157
159
|
* Fired when a new feed entry is submitted.
|
|
158
160
|
*/
|
|
159
|
-
feedSubmit?: (
|
|
161
|
+
feedSubmit?: (
|
|
162
|
+
oEvent: sap.ui.base.Event<sap.ui.ux3.$ActionBarFeedSubmitEventParameters>
|
|
163
|
+
) => void;
|
|
160
164
|
}
|
|
161
165
|
|
|
162
166
|
interface $CollectionSettings extends sap.ui.core.$ElementSettings {
|
|
@@ -331,12 +335,16 @@ declare namespace sap {
|
|
|
331
335
|
/**
|
|
332
336
|
* selection Changed
|
|
333
337
|
*/
|
|
334
|
-
selectionChanged?: (
|
|
338
|
+
selectionChanged?: (
|
|
339
|
+
oEvent: sap.ui.base.Event<sap.ui.ux3.$DataSetSelectionChangedEventParameters>
|
|
340
|
+
) => void;
|
|
335
341
|
|
|
336
342
|
/**
|
|
337
343
|
* Event which is fired when the user triggers a search
|
|
338
344
|
*/
|
|
339
|
-
search?: (
|
|
345
|
+
search?: (
|
|
346
|
+
oEvent: sap.ui.base.Event<sap.ui.ux3.$DataSetSearchEventParameters>
|
|
347
|
+
) => void;
|
|
340
348
|
}
|
|
341
349
|
|
|
342
350
|
interface $DataSetItemSettings extends sap.ui.core.$ElementSettings {
|
|
@@ -369,7 +377,9 @@ declare namespace sap {
|
|
|
369
377
|
/**
|
|
370
378
|
* Event Fired when Datset item is selected.
|
|
371
379
|
*/
|
|
372
|
-
selected?: (
|
|
380
|
+
selected?: (
|
|
381
|
+
oEvent: sap.ui.base.Event<sap.ui.ux3.$DataSetItemSelectedEventParameters>
|
|
382
|
+
) => void;
|
|
373
383
|
}
|
|
374
384
|
|
|
375
385
|
interface $DataSetSimpleViewSettings
|
|
@@ -506,12 +516,16 @@ declare namespace sap {
|
|
|
506
516
|
/**
|
|
507
517
|
* Event is fired when the search button is clicked
|
|
508
518
|
*/
|
|
509
|
-
search?: (
|
|
519
|
+
search?: (
|
|
520
|
+
oEvent: sap.ui.base.Event<sap.ui.ux3.$ExactSearchEventParameters>
|
|
521
|
+
) => void;
|
|
510
522
|
|
|
511
523
|
/**
|
|
512
524
|
* Event which is fired when an attribute is selected or unselected.
|
|
513
525
|
*/
|
|
514
|
-
refineSearch?: (
|
|
526
|
+
refineSearch?: (
|
|
527
|
+
oEvent: sap.ui.base.Event<sap.ui.ux3.$ExactRefineSearchEventParameters>
|
|
528
|
+
) => void;
|
|
515
529
|
}
|
|
516
530
|
|
|
517
531
|
interface $ExactAreaSettings extends sap.ui.core.$ControlSettings {
|
|
@@ -631,7 +645,9 @@ declare namespace sap {
|
|
|
631
645
|
* the corresponding ExactAttribute is selected, it was already selected when a handler is attached or function
|
|
632
646
|
* getAttributes() is called.
|
|
633
647
|
*/
|
|
634
|
-
supplyAttributes?: (
|
|
648
|
+
supplyAttributes?: (
|
|
649
|
+
oEvent: sap.ui.base.Event<sap.ui.ux3.$ExactAttributeSupplyAttributesEventParameters>
|
|
650
|
+
) => void;
|
|
635
651
|
}
|
|
636
652
|
|
|
637
653
|
interface $ExactBrowserSettings extends sap.ui.core.$ControlSettings {
|
|
@@ -742,7 +758,9 @@ declare namespace sap {
|
|
|
742
758
|
/**
|
|
743
759
|
* Event is fired when an attribute is selected or unselected.
|
|
744
760
|
*/
|
|
745
|
-
attributeSelected?: (
|
|
761
|
+
attributeSelected?: (
|
|
762
|
+
oEvent: sap.ui.base.Event<sap.ui.ux3.$ExactBrowserAttributeSelectedEventParameters>
|
|
763
|
+
) => void;
|
|
746
764
|
|
|
747
765
|
/**
|
|
748
766
|
* Event is fired when an attribute is selected or unselected.
|
|
@@ -790,7 +808,9 @@ declare namespace sap {
|
|
|
790
808
|
/**
|
|
791
809
|
* Event which is fired when an attribute is selected/unselected
|
|
792
810
|
*/
|
|
793
|
-
attributeSelected?: (
|
|
811
|
+
attributeSelected?: (
|
|
812
|
+
oEvent: sap.ui.base.Event<sap.ui.ux3.$ExactListAttributeSelectedEventParameters>
|
|
813
|
+
) => void;
|
|
794
814
|
}
|
|
795
815
|
|
|
796
816
|
interface $FacetFilterSettings extends sap.ui.core.$ControlSettings {
|
|
@@ -866,7 +886,9 @@ declare namespace sap {
|
|
|
866
886
|
/**
|
|
867
887
|
* On Select event.
|
|
868
888
|
*/
|
|
869
|
-
select?: (
|
|
889
|
+
select?: (
|
|
890
|
+
oEvent: sap.ui.base.Event<sap.ui.ux3.$FacetFilterListSelectEventParameters>
|
|
891
|
+
) => void;
|
|
870
892
|
}
|
|
871
893
|
|
|
872
894
|
interface $FeedSettings extends sap.ui.core.$ControlSettings {
|
|
@@ -926,27 +948,37 @@ declare namespace sap {
|
|
|
926
948
|
/**
|
|
927
949
|
* Event is fired when the filter is changed
|
|
928
950
|
*/
|
|
929
|
-
filterChange?: (
|
|
951
|
+
filterChange?: (
|
|
952
|
+
oEvent: sap.ui.base.Event<sap.ui.ux3.$FeedFilterChangeEventParameters>
|
|
953
|
+
) => void;
|
|
930
954
|
|
|
931
955
|
/**
|
|
932
956
|
* Event is fired when the search function on SearchField is triggered
|
|
933
957
|
*/
|
|
934
|
-
search?: (
|
|
958
|
+
search?: (
|
|
959
|
+
oEvent: sap.ui.base.Event<sap.ui.ux3.$FeedSearchEventParameters>
|
|
960
|
+
) => void;
|
|
935
961
|
|
|
936
962
|
/**
|
|
937
963
|
* Event is fired when a new chunk is added
|
|
938
964
|
*/
|
|
939
|
-
chunkAdded?: (
|
|
965
|
+
chunkAdded?: (
|
|
966
|
+
oEvent: sap.ui.base.Event<sap.ui.ux3.$FeedChunkAddedEventParameters>
|
|
967
|
+
) => void;
|
|
940
968
|
|
|
941
969
|
/**
|
|
942
970
|
* Event is fired when an item from the tools MenuButton was selected
|
|
943
971
|
*/
|
|
944
|
-
toolsItemSelected?: (
|
|
972
|
+
toolsItemSelected?: (
|
|
973
|
+
oEvent: sap.ui.base.Event<sap.ui.ux3.$FeedToolsItemSelectedEventParameters>
|
|
974
|
+
) => void;
|
|
945
975
|
|
|
946
976
|
/**
|
|
947
977
|
* Event is fired when the live mode has changed
|
|
948
978
|
*/
|
|
949
|
-
toggleLive?: (
|
|
979
|
+
toggleLive?: (
|
|
980
|
+
oEvent: sap.ui.base.Event<sap.ui.ux3.$FeedToggleLiveEventParameters>
|
|
981
|
+
) => void;
|
|
950
982
|
}
|
|
951
983
|
|
|
952
984
|
interface $FeedChunkSettings extends sap.ui.core.$ControlSettings {
|
|
@@ -1101,12 +1133,16 @@ declare namespace sap {
|
|
|
1101
1133
|
/**
|
|
1102
1134
|
* Event is raised when a comment is added to the entry. This event is not supported for comment chunks.
|
|
1103
1135
|
*/
|
|
1104
|
-
commentAdded?: (
|
|
1136
|
+
commentAdded?: (
|
|
1137
|
+
oEvent: sap.ui.base.Event<sap.ui.ux3.$FeedChunkCommentAddedEventParameters>
|
|
1138
|
+
) => void;
|
|
1105
1139
|
|
|
1106
1140
|
/**
|
|
1107
1141
|
* Event is raised when the user clicks to flag the entry. This event is not supported for comment chunks.
|
|
1108
1142
|
*/
|
|
1109
|
-
toggleFlagged?: (
|
|
1143
|
+
toggleFlagged?: (
|
|
1144
|
+
oEvent: sap.ui.base.Event<sap.ui.ux3.$FeedChunkToggleFlaggedEventParameters>
|
|
1145
|
+
) => void;
|
|
1110
1146
|
|
|
1111
1147
|
/**
|
|
1112
1148
|
* Event is fired when the thumbnail or the name of the sender is clicked.
|
|
@@ -1116,13 +1152,17 @@ declare namespace sap {
|
|
|
1116
1152
|
/**
|
|
1117
1153
|
* Click on a @-reference
|
|
1118
1154
|
*/
|
|
1119
|
-
referenceClicked?: (
|
|
1155
|
+
referenceClicked?: (
|
|
1156
|
+
oEvent: sap.ui.base.Event<sap.ui.ux3.$FeedChunkReferenceClickedEventParameters>
|
|
1157
|
+
) => void;
|
|
1120
1158
|
|
|
1121
1159
|
/**
|
|
1122
1160
|
* Event is raised when the user clicks to set the entry as favorite. This event is not supported for comment
|
|
1123
1161
|
* chunks.
|
|
1124
1162
|
*/
|
|
1125
|
-
toggleFavorite?: (
|
|
1163
|
+
toggleFavorite?: (
|
|
1164
|
+
oEvent: sap.ui.base.Event<sap.ui.ux3.$FeedChunkToggleFavoriteEventParameters>
|
|
1165
|
+
) => void;
|
|
1126
1166
|
|
|
1127
1167
|
/**
|
|
1128
1168
|
* Event is fired when the inspect button was pressed
|
|
@@ -1132,12 +1172,16 @@ declare namespace sap {
|
|
|
1132
1172
|
/**
|
|
1133
1173
|
* Event is raised when the user clicks to share the entry. This event is not supported for comment chunks.
|
|
1134
1174
|
*/
|
|
1135
|
-
toggleShared?: (
|
|
1175
|
+
toggleShared?: (
|
|
1176
|
+
oEvent: sap.ui.base.Event<sap.ui.ux3.$FeedChunkToggleSharedEventParameters>
|
|
1177
|
+
) => void;
|
|
1136
1178
|
|
|
1137
1179
|
/**
|
|
1138
1180
|
* Event is fired when an item from the action menu button was selected.
|
|
1139
1181
|
*/
|
|
1140
|
-
actionItemSelected?: (
|
|
1182
|
+
actionItemSelected?: (
|
|
1183
|
+
oEvent: sap.ui.base.Event<sap.ui.ux3.$FeedChunkActionItemSelectedEventParameters>
|
|
1184
|
+
) => void;
|
|
1141
1185
|
}
|
|
1142
1186
|
|
|
1143
1187
|
interface $FeederSettings extends sap.ui.core.$ControlSettings {
|
|
@@ -1174,7 +1218,9 @@ declare namespace sap {
|
|
|
1174
1218
|
/**
|
|
1175
1219
|
* Event is fired when the entered text is submitted
|
|
1176
1220
|
*/
|
|
1177
|
-
submit?: (
|
|
1221
|
+
submit?: (
|
|
1222
|
+
oEvent: sap.ui.base.Event<sap.ui.ux3.$FeederSubmitEventParameters>
|
|
1223
|
+
) => void;
|
|
1178
1224
|
}
|
|
1179
1225
|
|
|
1180
1226
|
interface $NavigationBarSettings extends sap.ui.core.$ControlSettings {
|
|
@@ -1221,7 +1267,9 @@ declare namespace sap {
|
|
|
1221
1267
|
/**
|
|
1222
1268
|
* Event is fired when an item is selected by the user
|
|
1223
1269
|
*/
|
|
1224
|
-
select?: (
|
|
1270
|
+
select?: (
|
|
1271
|
+
oEvent: sap.ui.base.Event<sap.ui.ux3.$NavigationBarSelectEventParameters>
|
|
1272
|
+
) => void;
|
|
1225
1273
|
}
|
|
1226
1274
|
|
|
1227
1275
|
interface $NavigationItemSettings extends sap.ui.core.$ItemSettings {
|
|
@@ -1305,7 +1353,9 @@ declare namespace sap {
|
|
|
1305
1353
|
* Event is fired when the bar wants to be displayed depending on given flag. This allows the application
|
|
1306
1354
|
* to decide what to do.
|
|
1307
1355
|
*/
|
|
1308
|
-
display?: (
|
|
1356
|
+
display?: (
|
|
1357
|
+
oEvent: sap.ui.base.Event<sap.ui.ux3.$NotificationBarDisplayEventParameters>
|
|
1358
|
+
) => void;
|
|
1309
1359
|
|
|
1310
1360
|
/**
|
|
1311
1361
|
* @SINCE 1.12.2
|
|
@@ -1314,7 +1364,9 @@ declare namespace sap {
|
|
|
1314
1364
|
* The event itself can be used from SAPUI5-version 1.12.2 since there was a bug in the previous versions
|
|
1315
1365
|
* firing this event.
|
|
1316
1366
|
*/
|
|
1317
|
-
resize?: (
|
|
1367
|
+
resize?: (
|
|
1368
|
+
oEvent: sap.ui.base.Event<sap.ui.ux3.$NotificationBarResizeEventParameters>
|
|
1369
|
+
) => void;
|
|
1318
1370
|
}
|
|
1319
1371
|
|
|
1320
1372
|
interface $NotifierSettings extends sap.ui.core.$ElementSettings {
|
|
@@ -1343,7 +1395,9 @@ declare namespace sap {
|
|
|
1343
1395
|
/**
|
|
1344
1396
|
* Event is fired when a message of the notifiers was selected.
|
|
1345
1397
|
*/
|
|
1346
|
-
messageSelected?: (
|
|
1398
|
+
messageSelected?: (
|
|
1399
|
+
oEvent: sap.ui.base.Event<sap.ui.ux3.$NotifierMessageSelectedEventParameters>
|
|
1400
|
+
) => void;
|
|
1347
1401
|
}
|
|
1348
1402
|
|
|
1349
1403
|
interface $OverlaySettings extends sap.ui.core.$ControlSettings {
|
|
@@ -1366,22 +1420,30 @@ declare namespace sap {
|
|
|
1366
1420
|
/**
|
|
1367
1421
|
* Event is fired when the Overlay starts closing.
|
|
1368
1422
|
*/
|
|
1369
|
-
close?: (
|
|
1423
|
+
close?: (
|
|
1424
|
+
oEvent: sap.ui.base.Event<sap.ui.ux3.$OverlayCloseEventParameters>
|
|
1425
|
+
) => void;
|
|
1370
1426
|
|
|
1371
1427
|
/**
|
|
1372
1428
|
* Event is fired when the Overlay is closed.
|
|
1373
1429
|
*/
|
|
1374
|
-
closed?: (
|
|
1430
|
+
closed?: (
|
|
1431
|
+
oEvent: sap.ui.base.Event<sap.ui.ux3.$OverlayClosedEventParameters>
|
|
1432
|
+
) => void;
|
|
1375
1433
|
|
|
1376
1434
|
/**
|
|
1377
1435
|
* Event is fired when the 'Open' button of the Overlay is clicked.
|
|
1378
1436
|
*/
|
|
1379
|
-
openNew?: (
|
|
1437
|
+
openNew?: (
|
|
1438
|
+
oEvent: sap.ui.base.Event<sap.ui.ux3.$OverlayOpenNewEventParameters>
|
|
1439
|
+
) => void;
|
|
1380
1440
|
|
|
1381
1441
|
/**
|
|
1382
1442
|
* Event is fired when the Overlay is opened.
|
|
1383
1443
|
*/
|
|
1384
|
-
open?: (
|
|
1444
|
+
open?: (
|
|
1445
|
+
oEvent: sap.ui.base.Event<sap.ui.ux3.$OverlayOpenEventParameters>
|
|
1446
|
+
) => void;
|
|
1385
1447
|
}
|
|
1386
1448
|
|
|
1387
1449
|
interface $OverlayContainerSettings extends sap.ui.ux3.$OverlaySettings {
|
|
@@ -1562,18 +1624,24 @@ declare namespace sap {
|
|
|
1562
1624
|
/**
|
|
1563
1625
|
* Action is selected in Action Bar
|
|
1564
1626
|
*/
|
|
1565
|
-
actionSelected?: (
|
|
1627
|
+
actionSelected?: (
|
|
1628
|
+
oEvent: sap.ui.base.Event<sap.ui.ux3.$QuickViewActionSelectedEventParameters>
|
|
1629
|
+
) => void;
|
|
1566
1630
|
|
|
1567
1631
|
/**
|
|
1568
1632
|
* Fired when a new feed entry is submitted.
|
|
1569
1633
|
*/
|
|
1570
|
-
feedSubmit?: (
|
|
1634
|
+
feedSubmit?: (
|
|
1635
|
+
oEvent: sap.ui.base.Event<sap.ui.ux3.$QuickViewFeedSubmitEventParameters>
|
|
1636
|
+
) => void;
|
|
1571
1637
|
|
|
1572
1638
|
/**
|
|
1573
1639
|
* Event is fired when a user clicks on the firstTitle link. Call the preventDefault method of the event
|
|
1574
1640
|
* object to cancel browser navigation.
|
|
1575
1641
|
*/
|
|
1576
|
-
navigate?: (
|
|
1642
|
+
navigate?: (
|
|
1643
|
+
oEvent: sap.ui.base.Event<sap.ui.ux3.$QuickViewNavigateEventParameters>
|
|
1644
|
+
) => void;
|
|
1577
1645
|
}
|
|
1578
1646
|
|
|
1579
1647
|
interface $ShellSettings extends sap.ui.core.$ControlSettings {
|
|
@@ -1800,13 +1868,17 @@ declare namespace sap {
|
|
|
1800
1868
|
* is responsible for displaying the correct content for the selected one of the newly created sub-items.
|
|
1801
1869
|
* The Shell will currently always mark the first sub-item as selected.
|
|
1802
1870
|
*/
|
|
1803
|
-
worksetItemSelected?: (
|
|
1871
|
+
worksetItemSelected?: (
|
|
1872
|
+
oEvent: sap.ui.base.Event<sap.ui.ux3.$ShellWorksetItemSelectedEventParameters>
|
|
1873
|
+
) => void;
|
|
1804
1874
|
|
|
1805
1875
|
/**
|
|
1806
1876
|
* An item in the right-hand-side pane bar has been selected, the pane is now visible and can be filled
|
|
1807
1877
|
* with UI elements.
|
|
1808
1878
|
*/
|
|
1809
|
-
paneBarItemSelected?: (
|
|
1879
|
+
paneBarItemSelected?: (
|
|
1880
|
+
oEvent: sap.ui.base.Event<sap.ui.ux3.$ShellPaneBarItemSelectedEventParameters>
|
|
1881
|
+
) => void;
|
|
1810
1882
|
|
|
1811
1883
|
/**
|
|
1812
1884
|
* Fired when the user clicks the "Log-off" button
|
|
@@ -1829,7 +1901,9 @@ declare namespace sap {
|
|
|
1829
1901
|
* Fired after a side pane of the shell is closed. It is also fired, when an open pane is closed by calling
|
|
1830
1902
|
* setShowPane(false), if and only if the pane was opened before.
|
|
1831
1903
|
*/
|
|
1832
|
-
paneClosed?: (
|
|
1904
|
+
paneClosed?: (
|
|
1905
|
+
oEvent: sap.ui.base.Event<sap.ui.ux3.$ShellPaneClosedEventParameters>
|
|
1906
|
+
) => void;
|
|
1833
1907
|
}
|
|
1834
1908
|
|
|
1835
1909
|
interface $ThingActionSettings extends sap.ui.core.$ElementSettings {
|
|
@@ -1849,7 +1923,9 @@ declare namespace sap {
|
|
|
1849
1923
|
/**
|
|
1850
1924
|
* Event will be fired when the action was triggered.
|
|
1851
1925
|
*/
|
|
1852
|
-
select?: (
|
|
1926
|
+
select?: (
|
|
1927
|
+
oEvent: sap.ui.base.Event<sap.ui.ux3.$ThingActionSelectEventParameters>
|
|
1928
|
+
) => void;
|
|
1853
1929
|
}
|
|
1854
1930
|
|
|
1855
1931
|
interface $ThingGroupSettings extends sap.ui.core.$ElementSettings {
|
|
@@ -2024,18 +2100,24 @@ declare namespace sap {
|
|
|
2024
2100
|
/**
|
|
2025
2101
|
* Further thing related Action selected
|
|
2026
2102
|
*/
|
|
2027
|
-
actionSelected?: (
|
|
2103
|
+
actionSelected?: (
|
|
2104
|
+
oEvent: sap.ui.base.Event<sap.ui.ux3.$ThingInspectorActionSelectedEventParameters>
|
|
2105
|
+
) => void;
|
|
2028
2106
|
|
|
2029
2107
|
/**
|
|
2030
2108
|
* Event for facet selection. The application is responsible for displaying the correct content for the
|
|
2031
2109
|
* selected one. The ThingInspector will currently always mark the first facet as selected.
|
|
2032
2110
|
*/
|
|
2033
|
-
facetSelected?: (
|
|
2111
|
+
facetSelected?: (
|
|
2112
|
+
oEvent: sap.ui.base.Event<sap.ui.ux3.$ThingInspectorFacetSelectedEventParameters>
|
|
2113
|
+
) => void;
|
|
2034
2114
|
|
|
2035
2115
|
/**
|
|
2036
2116
|
* Fired when a new feed entry is submitted.
|
|
2037
2117
|
*/
|
|
2038
|
-
feedSubmit?: (
|
|
2118
|
+
feedSubmit?: (
|
|
2119
|
+
oEvent: sap.ui.base.Event<sap.ui.ux3.$ThingInspectorFeedSubmitEventParameters>
|
|
2120
|
+
) => void;
|
|
2039
2121
|
}
|
|
2040
2122
|
|
|
2041
2123
|
interface $ThingViewerSettings extends sap.ui.core.$ControlSettings {
|
|
@@ -2129,7 +2211,9 @@ declare namespace sap {
|
|
|
2129
2211
|
* Event for facet selection. The application is responsible for displaying the correct content for the
|
|
2130
2212
|
* selected one. The ThingInspector will currently always mark the first facet as selected.
|
|
2131
2213
|
*/
|
|
2132
|
-
facetSelected?: (
|
|
2214
|
+
facetSelected?: (
|
|
2215
|
+
oEvent: sap.ui.base.Event<sap.ui.ux3.$ThingViewerFacetSelectedEventParameters>
|
|
2216
|
+
) => void;
|
|
2133
2217
|
}
|
|
2134
2218
|
|
|
2135
2219
|
interface $ToolPopupSettings extends sap.ui.core.$ControlSettings {
|
|
@@ -2295,7 +2379,9 @@ declare namespace sap {
|
|
|
2295
2379
|
/**
|
|
2296
2380
|
* Event is fired whenever the user clicks the Enter or the Enter key inside the pop up
|
|
2297
2381
|
*/
|
|
2298
|
-
enter?: (
|
|
2382
|
+
enter?: (
|
|
2383
|
+
oEvent: sap.ui.base.Event<sap.ui.ux3.$ToolPopupEnterEventParameters>
|
|
2384
|
+
) => void;
|
|
2299
2385
|
|
|
2300
2386
|
/**
|
|
2301
2387
|
* Event is fired when one of the icon properties is modified (Note: The icon is not rendered by the ToolPopup).
|
|
@@ -2317,6 +2403,481 @@ declare namespace sap {
|
|
|
2317
2403
|
opened?: (oEvent: sap.ui.base.Event) => void;
|
|
2318
2404
|
}
|
|
2319
2405
|
|
|
2406
|
+
interface $ActionBarActionSelectedEventParameters {
|
|
2407
|
+
/**
|
|
2408
|
+
* Id of selected ThingAction
|
|
2409
|
+
*/
|
|
2410
|
+
id?: string;
|
|
2411
|
+
|
|
2412
|
+
/**
|
|
2413
|
+
* Selected ThingAction
|
|
2414
|
+
*/
|
|
2415
|
+
action?: sap.ui.ux3.ThingAction;
|
|
2416
|
+
|
|
2417
|
+
/**
|
|
2418
|
+
* New State of the selected action.Only filled if the respective action maintains a state property, for
|
|
2419
|
+
* example 'FollowUp' or 'Favorite'
|
|
2420
|
+
*/
|
|
2421
|
+
newState?: string;
|
|
2422
|
+
}
|
|
2423
|
+
|
|
2424
|
+
interface $ActionBarFeedSubmitEventParameters {
|
|
2425
|
+
/**
|
|
2426
|
+
* Feed text
|
|
2427
|
+
*/
|
|
2428
|
+
text?: string;
|
|
2429
|
+
}
|
|
2430
|
+
|
|
2431
|
+
interface $CollectionPropertyChangedEventParameters {}
|
|
2432
|
+
|
|
2433
|
+
interface $CollectionSelectionChangedEventParameters {}
|
|
2434
|
+
|
|
2435
|
+
interface $CollectionInspectorCollectionSelectedEventParameters {}
|
|
2436
|
+
|
|
2437
|
+
interface $CollectionInspectorEditCollectionEventParameters {}
|
|
2438
|
+
|
|
2439
|
+
interface $CollectionInspectorItemSelectionChangedEventParameters {}
|
|
2440
|
+
|
|
2441
|
+
interface $DataSetSearchEventParameters {
|
|
2442
|
+
/**
|
|
2443
|
+
* The search query
|
|
2444
|
+
*/
|
|
2445
|
+
query?: string;
|
|
2446
|
+
}
|
|
2447
|
+
|
|
2448
|
+
interface $DataSetSelectionChangedEventParameters {
|
|
2449
|
+
/**
|
|
2450
|
+
* Old lead selected index
|
|
2451
|
+
*/
|
|
2452
|
+
oldLeadSelectedIndex?: int;
|
|
2453
|
+
|
|
2454
|
+
/**
|
|
2455
|
+
* New lead selected index
|
|
2456
|
+
*/
|
|
2457
|
+
newLeadSelectedIndex?: int;
|
|
2458
|
+
}
|
|
2459
|
+
|
|
2460
|
+
interface $DataSetItemSelectedEventParameters {
|
|
2461
|
+
/**
|
|
2462
|
+
* Id of the selected Datset item
|
|
2463
|
+
*/
|
|
2464
|
+
itemId?: string;
|
|
2465
|
+
}
|
|
2466
|
+
|
|
2467
|
+
interface $ExactRefineSearchEventParameters {
|
|
2468
|
+
/**
|
|
2469
|
+
* The query string which was entered in the search field
|
|
2470
|
+
*/
|
|
2471
|
+
query?: string;
|
|
2472
|
+
|
|
2473
|
+
/**
|
|
2474
|
+
* The attribute which was selected or unselected recently
|
|
2475
|
+
*/
|
|
2476
|
+
changedAttribute?: sap.ui.ux3.ExactAttribute;
|
|
2477
|
+
|
|
2478
|
+
/**
|
|
2479
|
+
* Array of all selected ExcatAttribute.
|
|
2480
|
+
*/
|
|
2481
|
+
allSelectedAttributes?: object;
|
|
2482
|
+
}
|
|
2483
|
+
|
|
2484
|
+
interface $ExactSearchEventParameters {
|
|
2485
|
+
/**
|
|
2486
|
+
* The query string which was entered in the search field.
|
|
2487
|
+
*/
|
|
2488
|
+
query?: string;
|
|
2489
|
+
}
|
|
2490
|
+
|
|
2491
|
+
interface $ExactAttributeSupplyAttributesEventParameters {
|
|
2492
|
+
/**
|
|
2493
|
+
* The ExactAttribute
|
|
2494
|
+
*/
|
|
2495
|
+
attribute?: sap.ui.ux3.ExactAttribute;
|
|
2496
|
+
}
|
|
2497
|
+
|
|
2498
|
+
interface $ExactBrowserAttributeSelectedEventParameters {
|
|
2499
|
+
/**
|
|
2500
|
+
* The attribute which was selected or unselected recently
|
|
2501
|
+
*/
|
|
2502
|
+
attribute?: sap.ui.ux3.ExactAttribute;
|
|
2503
|
+
|
|
2504
|
+
/**
|
|
2505
|
+
* Array of all selected ExactAttributes
|
|
2506
|
+
*/
|
|
2507
|
+
allAttributes?: object;
|
|
2508
|
+
}
|
|
2509
|
+
|
|
2510
|
+
interface $ExactBrowserSaveEventParameters {}
|
|
2511
|
+
|
|
2512
|
+
interface $ExactListAttributeSelectedEventParameters {
|
|
2513
|
+
/**
|
|
2514
|
+
* The attribute which was selected/unselected recently
|
|
2515
|
+
*/
|
|
2516
|
+
attribute?: sap.ui.ux3.ExactAttribute;
|
|
2517
|
+
|
|
2518
|
+
/**
|
|
2519
|
+
* Array of all ExactAttributes
|
|
2520
|
+
*/
|
|
2521
|
+
allAttributes?: object;
|
|
2522
|
+
}
|
|
2523
|
+
|
|
2524
|
+
interface $FacetFilterListSelectEventParameters {
|
|
2525
|
+
/**
|
|
2526
|
+
* Id of the FacetFilterList taht fires the event.
|
|
2527
|
+
*/
|
|
2528
|
+
id?: string;
|
|
2529
|
+
|
|
2530
|
+
/**
|
|
2531
|
+
* Array of selected Indices.
|
|
2532
|
+
*/
|
|
2533
|
+
selectedIndices?: int[];
|
|
2534
|
+
|
|
2535
|
+
/**
|
|
2536
|
+
* Array of selected Items.
|
|
2537
|
+
*/
|
|
2538
|
+
selectedItems?: sap.ui.core.ListItem[];
|
|
2539
|
+
|
|
2540
|
+
/**
|
|
2541
|
+
* If it is true, then Item All is selected. That means all items in the list are selected - no filter is
|
|
2542
|
+
* set.
|
|
2543
|
+
*/
|
|
2544
|
+
all?: boolean;
|
|
2545
|
+
}
|
|
2546
|
+
|
|
2547
|
+
interface $FeedChunkAddedEventParameters {
|
|
2548
|
+
/**
|
|
2549
|
+
* New chunk
|
|
2550
|
+
*/
|
|
2551
|
+
chunk?: sap.ui.ux3.FeedChunk;
|
|
2552
|
+
}
|
|
2553
|
+
|
|
2554
|
+
interface $FeedFilterChangeEventParameters {
|
|
2555
|
+
/**
|
|
2556
|
+
* The new/changed value of the filter
|
|
2557
|
+
*/
|
|
2558
|
+
newValue?: string;
|
|
2559
|
+
}
|
|
2560
|
+
|
|
2561
|
+
interface $FeedSearchEventParameters {
|
|
2562
|
+
/**
|
|
2563
|
+
* The search query
|
|
2564
|
+
*/
|
|
2565
|
+
query?: string;
|
|
2566
|
+
}
|
|
2567
|
+
|
|
2568
|
+
interface $FeedToggleLiveEventParameters {
|
|
2569
|
+
/**
|
|
2570
|
+
* Current live indicator
|
|
2571
|
+
*/
|
|
2572
|
+
live?: boolean;
|
|
2573
|
+
}
|
|
2574
|
+
|
|
2575
|
+
interface $FeedToolsItemSelectedEventParameters {
|
|
2576
|
+
/**
|
|
2577
|
+
* The Id of the selected item
|
|
2578
|
+
*/
|
|
2579
|
+
itemId?: string;
|
|
2580
|
+
|
|
2581
|
+
/**
|
|
2582
|
+
* The selected item
|
|
2583
|
+
*/
|
|
2584
|
+
item?: sap.ui.unified.MenuItemBase;
|
|
2585
|
+
}
|
|
2586
|
+
|
|
2587
|
+
interface $FeedChunkActionItemSelectedEventParameters {
|
|
2588
|
+
/**
|
|
2589
|
+
* The Id of the selected item
|
|
2590
|
+
*/
|
|
2591
|
+
itemId?: string;
|
|
2592
|
+
|
|
2593
|
+
/**
|
|
2594
|
+
* The selected item
|
|
2595
|
+
*/
|
|
2596
|
+
item?: sap.ui.unified.MenuItemBase;
|
|
2597
|
+
}
|
|
2598
|
+
|
|
2599
|
+
interface $FeedChunkCommentAddedEventParameters {
|
|
2600
|
+
/**
|
|
2601
|
+
* New comment chunk
|
|
2602
|
+
*/
|
|
2603
|
+
comment?: sap.ui.ux3.FeedChunk;
|
|
2604
|
+
}
|
|
2605
|
+
|
|
2606
|
+
interface $FeedChunkDeletedEventParameters {}
|
|
2607
|
+
|
|
2608
|
+
interface $FeedChunkInspectEventParameters {}
|
|
2609
|
+
|
|
2610
|
+
interface $FeedChunkReferenceClickedEventParameters {
|
|
2611
|
+
/**
|
|
2612
|
+
* Text of the @-reference
|
|
2613
|
+
*/
|
|
2614
|
+
text?: string;
|
|
2615
|
+
}
|
|
2616
|
+
|
|
2617
|
+
interface $FeedChunkSenderClickedEventParameters {}
|
|
2618
|
+
|
|
2619
|
+
interface $FeedChunkToggleFavoriteEventParameters {
|
|
2620
|
+
/**
|
|
2621
|
+
* Current favorite state
|
|
2622
|
+
*/
|
|
2623
|
+
favorite?: boolean;
|
|
2624
|
+
}
|
|
2625
|
+
|
|
2626
|
+
interface $FeedChunkToggleFlaggedEventParameters {
|
|
2627
|
+
/**
|
|
2628
|
+
* Current flagged state
|
|
2629
|
+
*/
|
|
2630
|
+
flagged?: boolean;
|
|
2631
|
+
}
|
|
2632
|
+
|
|
2633
|
+
interface $FeedChunkToggleSharedEventParameters {
|
|
2634
|
+
/**
|
|
2635
|
+
* Current shared state
|
|
2636
|
+
*/
|
|
2637
|
+
shareed?: boolean;
|
|
2638
|
+
}
|
|
2639
|
+
|
|
2640
|
+
interface $FeederSubmitEventParameters {
|
|
2641
|
+
/**
|
|
2642
|
+
* The text that is submitted
|
|
2643
|
+
*/
|
|
2644
|
+
text?: string;
|
|
2645
|
+
}
|
|
2646
|
+
|
|
2647
|
+
interface $NavigationBarSelectEventParameters {
|
|
2648
|
+
/**
|
|
2649
|
+
* The ID of the newly selected NavigationItem.
|
|
2650
|
+
*/
|
|
2651
|
+
itemId?: string;
|
|
2652
|
+
|
|
2653
|
+
/**
|
|
2654
|
+
* The newly selected NavigationItem.
|
|
2655
|
+
*/
|
|
2656
|
+
item?: sap.ui.ux3.NavigationItem;
|
|
2657
|
+
}
|
|
2658
|
+
|
|
2659
|
+
interface $NotificationBarDisplayEventParameters {
|
|
2660
|
+
/**
|
|
2661
|
+
* Indicates if the bar wants to be shown or hidden
|
|
2662
|
+
*/
|
|
2663
|
+
show?: boolean;
|
|
2664
|
+
}
|
|
2665
|
+
|
|
2666
|
+
interface $NotificationBarResizeEventParameters {
|
|
2667
|
+
/**
|
|
2668
|
+
* The corresponding status to which the bar was resized. The corresponding heights can be taken for the
|
|
2669
|
+
* bar's CSS file.
|
|
2670
|
+
*/
|
|
2671
|
+
status?: sap.ui.ux3.NotificationBarStatus;
|
|
2672
|
+
}
|
|
2673
|
+
|
|
2674
|
+
interface $NotifierMessageSelectedEventParameters {
|
|
2675
|
+
/**
|
|
2676
|
+
* The message that was selected
|
|
2677
|
+
*/
|
|
2678
|
+
message?: sap.ui.core.Message;
|
|
2679
|
+
|
|
2680
|
+
/**
|
|
2681
|
+
* The notifier that contains the selected message
|
|
2682
|
+
*/
|
|
2683
|
+
notifier?: sap.ui.ux3.Notifier;
|
|
2684
|
+
}
|
|
2685
|
+
|
|
2686
|
+
interface $OverlayCloseEventParameters {
|
|
2687
|
+
/**
|
|
2688
|
+
* The ID of the Overlay instance.
|
|
2689
|
+
*/
|
|
2690
|
+
id?: string;
|
|
2691
|
+
}
|
|
2692
|
+
|
|
2693
|
+
interface $OverlayClosedEventParameters {
|
|
2694
|
+
/**
|
|
2695
|
+
* The ID of the Overlay instance.
|
|
2696
|
+
*/
|
|
2697
|
+
id?: string;
|
|
2698
|
+
}
|
|
2699
|
+
|
|
2700
|
+
interface $OverlayOpenEventParameters {
|
|
2701
|
+
/**
|
|
2702
|
+
* The ID of the Overlay instance
|
|
2703
|
+
*/
|
|
2704
|
+
id?: string;
|
|
2705
|
+
}
|
|
2706
|
+
|
|
2707
|
+
interface $OverlayOpenNewEventParameters {
|
|
2708
|
+
/**
|
|
2709
|
+
* The ID of the Overlay instance.
|
|
2710
|
+
*/
|
|
2711
|
+
id?: string;
|
|
2712
|
+
}
|
|
2713
|
+
|
|
2714
|
+
interface $QuickViewActionSelectedEventParameters {
|
|
2715
|
+
/**
|
|
2716
|
+
* Id of selected ThingAction
|
|
2717
|
+
*/
|
|
2718
|
+
id?: string;
|
|
2719
|
+
|
|
2720
|
+
/**
|
|
2721
|
+
* Selected ThingAction
|
|
2722
|
+
*/
|
|
2723
|
+
action?: sap.ui.ux3.ThingAction;
|
|
2724
|
+
|
|
2725
|
+
/**
|
|
2726
|
+
* New State of the selected action. Only filled if the respective action maintains a state property, for
|
|
2727
|
+
* example 'FollowUp' or 'Favorite'
|
|
2728
|
+
*/
|
|
2729
|
+
newState?: string;
|
|
2730
|
+
}
|
|
2731
|
+
|
|
2732
|
+
interface $QuickViewFeedSubmitEventParameters {
|
|
2733
|
+
/**
|
|
2734
|
+
* Feed text
|
|
2735
|
+
*/
|
|
2736
|
+
text?: string;
|
|
2737
|
+
}
|
|
2738
|
+
|
|
2739
|
+
interface $QuickViewNavigateEventParameters {
|
|
2740
|
+
/**
|
|
2741
|
+
* URI of the Thing Inspector application.
|
|
2742
|
+
*/
|
|
2743
|
+
href?: string;
|
|
2744
|
+
}
|
|
2745
|
+
|
|
2746
|
+
interface $ShellFeedSubmitEventParameters {}
|
|
2747
|
+
|
|
2748
|
+
interface $ShellLogoutEventParameters {}
|
|
2749
|
+
|
|
2750
|
+
interface $ShellPaneBarItemSelectedEventParameters {
|
|
2751
|
+
/**
|
|
2752
|
+
* The ID of the selected PaneBarItem.
|
|
2753
|
+
*/
|
|
2754
|
+
id?: string;
|
|
2755
|
+
|
|
2756
|
+
/**
|
|
2757
|
+
* The selected Item
|
|
2758
|
+
*/
|
|
2759
|
+
item?: sap.ui.core.Item;
|
|
2760
|
+
|
|
2761
|
+
/**
|
|
2762
|
+
* The key of the selected Item (or null if there is no key)
|
|
2763
|
+
*/
|
|
2764
|
+
key?: string;
|
|
2765
|
+
}
|
|
2766
|
+
|
|
2767
|
+
interface $ShellPaneClosedEventParameters {
|
|
2768
|
+
/**
|
|
2769
|
+
* The id of the PaneBarItem to which the closed pane belonged.
|
|
2770
|
+
*/
|
|
2771
|
+
id?: string;
|
|
2772
|
+
}
|
|
2773
|
+
|
|
2774
|
+
interface $ShellSearchEventParameters {}
|
|
2775
|
+
|
|
2776
|
+
interface $ShellWorksetItemSelectedEventParameters {
|
|
2777
|
+
/**
|
|
2778
|
+
* The id of the workset item that has been newly selected by the user. If a top-level item has been clicked
|
|
2779
|
+
* which has sub-items, the ID of the currently active sub-item (/leaf) is given.
|
|
2780
|
+
*/
|
|
2781
|
+
id?: string;
|
|
2782
|
+
|
|
2783
|
+
/**
|
|
2784
|
+
* The selected NavigationItem
|
|
2785
|
+
*/
|
|
2786
|
+
item?: sap.ui.ux3.NavigationItem;
|
|
2787
|
+
|
|
2788
|
+
/**
|
|
2789
|
+
* The key of the selected NavigationItem (or null if there is no key)
|
|
2790
|
+
*/
|
|
2791
|
+
key?: string;
|
|
2792
|
+
}
|
|
2793
|
+
|
|
2794
|
+
interface $ThingActionSelectEventParameters {
|
|
2795
|
+
/**
|
|
2796
|
+
* Id of selected action
|
|
2797
|
+
*/
|
|
2798
|
+
id?: string;
|
|
2799
|
+
|
|
2800
|
+
/**
|
|
2801
|
+
* Selected Thing Action
|
|
2802
|
+
*/
|
|
2803
|
+
action?: sap.ui.ux3.ThingAction;
|
|
2804
|
+
}
|
|
2805
|
+
|
|
2806
|
+
interface $ThingInspectorActionSelectedEventParameters {
|
|
2807
|
+
/**
|
|
2808
|
+
* Id of selected ThingAction
|
|
2809
|
+
*/
|
|
2810
|
+
id?: string;
|
|
2811
|
+
|
|
2812
|
+
/**
|
|
2813
|
+
* Selected ThingAction
|
|
2814
|
+
*/
|
|
2815
|
+
action?: sap.ui.ux3.ThingAction;
|
|
2816
|
+
}
|
|
2817
|
+
|
|
2818
|
+
interface $ThingInspectorFacetSelectedEventParameters {
|
|
2819
|
+
/**
|
|
2820
|
+
* Id of selected NavigationItem
|
|
2821
|
+
*/
|
|
2822
|
+
id?: string;
|
|
2823
|
+
|
|
2824
|
+
/**
|
|
2825
|
+
* The selected NavigationItem
|
|
2826
|
+
*/
|
|
2827
|
+
item?: sap.ui.ux3.NavigationItem;
|
|
2828
|
+
|
|
2829
|
+
/**
|
|
2830
|
+
* Key of selected NavigationItem
|
|
2831
|
+
*/
|
|
2832
|
+
key?: string;
|
|
2833
|
+
}
|
|
2834
|
+
|
|
2835
|
+
interface $ThingInspectorFeedSubmitEventParameters {
|
|
2836
|
+
/**
|
|
2837
|
+
* Feed text
|
|
2838
|
+
*/
|
|
2839
|
+
text?: string;
|
|
2840
|
+
}
|
|
2841
|
+
|
|
2842
|
+
interface $ThingViewerFacetSelectedEventParameters {
|
|
2843
|
+
/**
|
|
2844
|
+
* Id of selected NavigationItem
|
|
2845
|
+
*/
|
|
2846
|
+
id?: string;
|
|
2847
|
+
|
|
2848
|
+
/**
|
|
2849
|
+
* The selected NavigationItem
|
|
2850
|
+
*/
|
|
2851
|
+
item?: sap.ui.ux3.NavigationItem;
|
|
2852
|
+
|
|
2853
|
+
/**
|
|
2854
|
+
* Key of selected NavigationItem
|
|
2855
|
+
*/
|
|
2856
|
+
key?: string;
|
|
2857
|
+
}
|
|
2858
|
+
|
|
2859
|
+
interface $ToolPopupCloseEventParameters {}
|
|
2860
|
+
|
|
2861
|
+
interface $ToolPopupClosedEventParameters {}
|
|
2862
|
+
|
|
2863
|
+
interface $ToolPopupEnterEventParameters {
|
|
2864
|
+
/**
|
|
2865
|
+
* The onsapenter event, received by the pop up
|
|
2866
|
+
*/
|
|
2867
|
+
originalEvent?: object;
|
|
2868
|
+
|
|
2869
|
+
/**
|
|
2870
|
+
* The control that was focused when the user pressed the Enter key (may be null)
|
|
2871
|
+
*/
|
|
2872
|
+
originalSrcControl?: sap.ui.core.Control;
|
|
2873
|
+
}
|
|
2874
|
+
|
|
2875
|
+
interface $ToolPopupIconChangedEventParameters {}
|
|
2876
|
+
|
|
2877
|
+
interface $ToolPopupOpenEventParameters {}
|
|
2878
|
+
|
|
2879
|
+
interface $ToolPopupOpenedEventParameters {}
|
|
2880
|
+
|
|
2320
2881
|
/**
|
|
2321
2882
|
* @deprecated (since 1.38) - Instead, use the `sap.m.Toolbar` or `sap.m.OverflowToolbar` control.
|
|
2322
2883
|
*
|
|
@@ -2416,7 +2977,9 @@ declare namespace sap {
|
|
|
2416
2977
|
/**
|
|
2417
2978
|
* The function to be called when the event occurs
|
|
2418
2979
|
*/
|
|
2419
|
-
fnFunction: (
|
|
2980
|
+
fnFunction: (
|
|
2981
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$ActionBarActionSelectedEventParameters>
|
|
2982
|
+
) => void,
|
|
2420
2983
|
/**
|
|
2421
2984
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.ActionBar` itself
|
|
2422
2985
|
*/
|
|
@@ -2443,7 +3006,9 @@ declare namespace sap {
|
|
|
2443
3006
|
/**
|
|
2444
3007
|
* The function to be called when the event occurs
|
|
2445
3008
|
*/
|
|
2446
|
-
fnFunction: (
|
|
3009
|
+
fnFunction: (
|
|
3010
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$ActionBarActionSelectedEventParameters>
|
|
3011
|
+
) => void,
|
|
2447
3012
|
/**
|
|
2448
3013
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.ActionBar` itself
|
|
2449
3014
|
*/
|
|
@@ -2468,7 +3033,9 @@ declare namespace sap {
|
|
|
2468
3033
|
/**
|
|
2469
3034
|
* The function to be called when the event occurs
|
|
2470
3035
|
*/
|
|
2471
|
-
fnFunction: (
|
|
3036
|
+
fnFunction: (
|
|
3037
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$ActionBarFeedSubmitEventParameters>
|
|
3038
|
+
) => void,
|
|
2472
3039
|
/**
|
|
2473
3040
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.ActionBar` itself
|
|
2474
3041
|
*/
|
|
@@ -2488,7 +3055,9 @@ declare namespace sap {
|
|
|
2488
3055
|
/**
|
|
2489
3056
|
* The function to be called when the event occurs
|
|
2490
3057
|
*/
|
|
2491
|
-
fnFunction: (
|
|
3058
|
+
fnFunction: (
|
|
3059
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$ActionBarFeedSubmitEventParameters>
|
|
3060
|
+
) => void,
|
|
2492
3061
|
/**
|
|
2493
3062
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.ActionBar` itself
|
|
2494
3063
|
*/
|
|
@@ -2511,7 +3080,9 @@ declare namespace sap {
|
|
|
2511
3080
|
/**
|
|
2512
3081
|
* The function to be called, when the event occurs
|
|
2513
3082
|
*/
|
|
2514
|
-
fnFunction: (
|
|
3083
|
+
fnFunction: (
|
|
3084
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$ActionBarActionSelectedEventParameters>
|
|
3085
|
+
) => void,
|
|
2515
3086
|
/**
|
|
2516
3087
|
* Context object on which the given function had to be called
|
|
2517
3088
|
*/
|
|
@@ -2528,7 +3099,9 @@ declare namespace sap {
|
|
|
2528
3099
|
/**
|
|
2529
3100
|
* The function to be called, when the event occurs
|
|
2530
3101
|
*/
|
|
2531
|
-
fnFunction: (
|
|
3102
|
+
fnFunction: (
|
|
3103
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$ActionBarFeedSubmitEventParameters>
|
|
3104
|
+
) => void,
|
|
2532
3105
|
/**
|
|
2533
3106
|
* Context object on which the given function had to be called
|
|
2534
3107
|
*/
|
|
@@ -2545,21 +3118,7 @@ declare namespace sap {
|
|
|
2545
3118
|
/**
|
|
2546
3119
|
* Parameters to pass along with the event
|
|
2547
3120
|
*/
|
|
2548
|
-
mParameters?:
|
|
2549
|
-
/**
|
|
2550
|
-
* Id of selected ThingAction
|
|
2551
|
-
*/
|
|
2552
|
-
id?: string;
|
|
2553
|
-
/**
|
|
2554
|
-
* Selected ThingAction
|
|
2555
|
-
*/
|
|
2556
|
-
action?: sap.ui.ux3.ThingAction;
|
|
2557
|
-
/**
|
|
2558
|
-
* New State of the selected action.Only filled if the respective action maintains a state property, for
|
|
2559
|
-
* example 'FollowUp' or 'Favorite'
|
|
2560
|
-
*/
|
|
2561
|
-
newState?: string;
|
|
2562
|
-
}
|
|
3121
|
+
mParameters?: sap.ui.ux3.$ActionBarActionSelectedEventParameters
|
|
2563
3122
|
): this;
|
|
2564
3123
|
/**
|
|
2565
3124
|
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
@@ -2572,12 +3131,7 @@ declare namespace sap {
|
|
|
2572
3131
|
/**
|
|
2573
3132
|
* Parameters to pass along with the event
|
|
2574
3133
|
*/
|
|
2575
|
-
mParameters?:
|
|
2576
|
-
/**
|
|
2577
|
-
* Feed text
|
|
2578
|
-
*/
|
|
2579
|
-
text?: string;
|
|
2580
|
-
}
|
|
3134
|
+
mParameters?: sap.ui.ux3.$ActionBarFeedSubmitEventParameters
|
|
2581
3135
|
): this;
|
|
2582
3136
|
/**
|
|
2583
3137
|
* Gets current value of property {@link #getAlwaysShowMoreMenu alwaysShowMoreMenu}.
|
|
@@ -3195,8 +3749,7 @@ declare namespace sap {
|
|
|
3195
3749
|
*/
|
|
3196
3750
|
getMultiSelection(): boolean;
|
|
3197
3751
|
/**
|
|
3198
|
-
* Returns array of IDs of the elements which are the current targets of the association {@link #getSelectedItems
|
|
3199
|
-
* selectedItems}.
|
|
3752
|
+
* Returns array of IDs of the elements which are the current targets of the association {@link #getSelectedItems selectedItems}.
|
|
3200
3753
|
*/
|
|
3201
3754
|
getSelectedItems(): sap.ui.core.ID[];
|
|
3202
3755
|
/**
|
|
@@ -3603,7 +4156,7 @@ declare namespace sap {
|
|
|
3603
4156
|
oListener?: object
|
|
3604
4157
|
): this;
|
|
3605
4158
|
/**
|
|
3606
|
-
* Detaches event handler `fnFunction` from the {@link #event:itemSelectionChanged itemSelectionChanged}
|
|
4159
|
+
* Detaches event handler `fnFunction` from the {@link #event:itemSelectionChanged itemSelectionChanged }
|
|
3607
4160
|
* event of this `sap.ui.ux3.CollectionInspector`.
|
|
3608
4161
|
*
|
|
3609
4162
|
* The passed function and listener object must match the ones used for event registration.
|
|
@@ -3984,7 +4537,9 @@ declare namespace sap {
|
|
|
3984
4537
|
/**
|
|
3985
4538
|
* The function to be called when the event occurs
|
|
3986
4539
|
*/
|
|
3987
|
-
fnFunction: (
|
|
4540
|
+
fnFunction: (
|
|
4541
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$DataSetSearchEventParameters>
|
|
4542
|
+
) => void,
|
|
3988
4543
|
/**
|
|
3989
4544
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.DataSet` itself
|
|
3990
4545
|
*/
|
|
@@ -4004,7 +4559,9 @@ declare namespace sap {
|
|
|
4004
4559
|
/**
|
|
4005
4560
|
* The function to be called when the event occurs
|
|
4006
4561
|
*/
|
|
4007
|
-
fnFunction: (
|
|
4562
|
+
fnFunction: (
|
|
4563
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$DataSetSearchEventParameters>
|
|
4564
|
+
) => void,
|
|
4008
4565
|
/**
|
|
4009
4566
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.DataSet` itself
|
|
4010
4567
|
*/
|
|
@@ -4030,7 +4587,9 @@ declare namespace sap {
|
|
|
4030
4587
|
/**
|
|
4031
4588
|
* The function to be called when the event occurs
|
|
4032
4589
|
*/
|
|
4033
|
-
fnFunction: (
|
|
4590
|
+
fnFunction: (
|
|
4591
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$DataSetSelectionChangedEventParameters>
|
|
4592
|
+
) => void,
|
|
4034
4593
|
/**
|
|
4035
4594
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.DataSet` itself
|
|
4036
4595
|
*/
|
|
@@ -4051,7 +4610,9 @@ declare namespace sap {
|
|
|
4051
4610
|
/**
|
|
4052
4611
|
* The function to be called when the event occurs
|
|
4053
4612
|
*/
|
|
4054
|
-
fnFunction: (
|
|
4613
|
+
fnFunction: (
|
|
4614
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$DataSetSelectionChangedEventParameters>
|
|
4615
|
+
) => void,
|
|
4055
4616
|
/**
|
|
4056
4617
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.DataSet` itself
|
|
4057
4618
|
*/
|
|
@@ -4121,7 +4682,9 @@ declare namespace sap {
|
|
|
4121
4682
|
/**
|
|
4122
4683
|
* The function to be called, when the event occurs
|
|
4123
4684
|
*/
|
|
4124
|
-
fnFunction: (
|
|
4685
|
+
fnFunction: (
|
|
4686
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$DataSetSearchEventParameters>
|
|
4687
|
+
) => void,
|
|
4125
4688
|
/**
|
|
4126
4689
|
* Context object on which the given function had to be called
|
|
4127
4690
|
*/
|
|
@@ -4139,7 +4702,9 @@ declare namespace sap {
|
|
|
4139
4702
|
/**
|
|
4140
4703
|
* The function to be called, when the event occurs
|
|
4141
4704
|
*/
|
|
4142
|
-
fnFunction: (
|
|
4705
|
+
fnFunction: (
|
|
4706
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$DataSetSelectionChangedEventParameters>
|
|
4707
|
+
) => void,
|
|
4143
4708
|
/**
|
|
4144
4709
|
* Context object on which the given function had to be called
|
|
4145
4710
|
*/
|
|
@@ -4156,12 +4721,7 @@ declare namespace sap {
|
|
|
4156
4721
|
/**
|
|
4157
4722
|
* Parameters to pass along with the event
|
|
4158
4723
|
*/
|
|
4159
|
-
mParameters?:
|
|
4160
|
-
/**
|
|
4161
|
-
* The search query
|
|
4162
|
-
*/
|
|
4163
|
-
query?: string;
|
|
4164
|
-
}
|
|
4724
|
+
mParameters?: sap.ui.ux3.$DataSetSearchEventParameters
|
|
4165
4725
|
): this;
|
|
4166
4726
|
/**
|
|
4167
4727
|
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
@@ -4174,16 +4734,7 @@ declare namespace sap {
|
|
|
4174
4734
|
/**
|
|
4175
4735
|
* Parameters to pass along with the event
|
|
4176
4736
|
*/
|
|
4177
|
-
mParameters?:
|
|
4178
|
-
/**
|
|
4179
|
-
* Old lead selected index
|
|
4180
|
-
*/
|
|
4181
|
-
oldLeadSelectedIndex?: int;
|
|
4182
|
-
/**
|
|
4183
|
-
* New lead selected index
|
|
4184
|
-
*/
|
|
4185
|
-
newLeadSelectedIndex?: int;
|
|
4186
|
-
}
|
|
4737
|
+
mParameters?: sap.ui.ux3.$DataSetSelectionChangedEventParameters
|
|
4187
4738
|
): this;
|
|
4188
4739
|
/**
|
|
4189
4740
|
* Gets content of aggregation {@link #getFilter filter}.
|
|
@@ -4613,7 +5164,9 @@ declare namespace sap {
|
|
|
4613
5164
|
/**
|
|
4614
5165
|
* The function to be called when the event occurs
|
|
4615
5166
|
*/
|
|
4616
|
-
fnFunction: (
|
|
5167
|
+
fnFunction: (
|
|
5168
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$DataSetItemSelectedEventParameters>
|
|
5169
|
+
) => void,
|
|
4617
5170
|
/**
|
|
4618
5171
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.DataSetItem` itself
|
|
4619
5172
|
*/
|
|
@@ -4633,7 +5186,9 @@ declare namespace sap {
|
|
|
4633
5186
|
/**
|
|
4634
5187
|
* The function to be called when the event occurs
|
|
4635
5188
|
*/
|
|
4636
|
-
fnFunction: (
|
|
5189
|
+
fnFunction: (
|
|
5190
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$DataSetItemSelectedEventParameters>
|
|
5191
|
+
) => void,
|
|
4637
5192
|
/**
|
|
4638
5193
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.DataSetItem` itself
|
|
4639
5194
|
*/
|
|
@@ -4650,7 +5205,9 @@ declare namespace sap {
|
|
|
4650
5205
|
/**
|
|
4651
5206
|
* The function to be called, when the event occurs
|
|
4652
5207
|
*/
|
|
4653
|
-
fnFunction: (
|
|
5208
|
+
fnFunction: (
|
|
5209
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$DataSetItemSelectedEventParameters>
|
|
5210
|
+
) => void,
|
|
4654
5211
|
/**
|
|
4655
5212
|
* Context object on which the given function had to be called
|
|
4656
5213
|
*/
|
|
@@ -4667,12 +5224,7 @@ declare namespace sap {
|
|
|
4667
5224
|
/**
|
|
4668
5225
|
* Parameters to pass along with the event
|
|
4669
5226
|
*/
|
|
4670
|
-
mParameters?:
|
|
4671
|
-
/**
|
|
4672
|
-
* Id of the selected Datset item
|
|
4673
|
-
*/
|
|
4674
|
-
itemId?: string;
|
|
4675
|
-
}
|
|
5227
|
+
mParameters?: sap.ui.ux3.$DataSetItemSelectedEventParameters
|
|
4676
5228
|
): this;
|
|
4677
5229
|
/**
|
|
4678
5230
|
* Gets current value of property {@link #getCheckable checkable}.
|
|
@@ -5322,7 +5874,9 @@ declare namespace sap {
|
|
|
5322
5874
|
/**
|
|
5323
5875
|
* The function to be called when the event occurs
|
|
5324
5876
|
*/
|
|
5325
|
-
fnFunction: (
|
|
5877
|
+
fnFunction: (
|
|
5878
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$ExactRefineSearchEventParameters>
|
|
5879
|
+
) => void,
|
|
5326
5880
|
/**
|
|
5327
5881
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.Exact` itself
|
|
5328
5882
|
*/
|
|
@@ -5342,7 +5896,9 @@ declare namespace sap {
|
|
|
5342
5896
|
/**
|
|
5343
5897
|
* The function to be called when the event occurs
|
|
5344
5898
|
*/
|
|
5345
|
-
fnFunction: (
|
|
5899
|
+
fnFunction: (
|
|
5900
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$ExactRefineSearchEventParameters>
|
|
5901
|
+
) => void,
|
|
5346
5902
|
/**
|
|
5347
5903
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.Exact` itself
|
|
5348
5904
|
*/
|
|
@@ -5367,7 +5923,9 @@ declare namespace sap {
|
|
|
5367
5923
|
/**
|
|
5368
5924
|
* The function to be called when the event occurs
|
|
5369
5925
|
*/
|
|
5370
|
-
fnFunction: (
|
|
5926
|
+
fnFunction: (
|
|
5927
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$ExactSearchEventParameters>
|
|
5928
|
+
) => void,
|
|
5371
5929
|
/**
|
|
5372
5930
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.Exact` itself
|
|
5373
5931
|
*/
|
|
@@ -5387,7 +5945,9 @@ declare namespace sap {
|
|
|
5387
5945
|
/**
|
|
5388
5946
|
* The function to be called when the event occurs
|
|
5389
5947
|
*/
|
|
5390
|
-
fnFunction: (
|
|
5948
|
+
fnFunction: (
|
|
5949
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$ExactSearchEventParameters>
|
|
5950
|
+
) => void,
|
|
5391
5951
|
/**
|
|
5392
5952
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.Exact` itself
|
|
5393
5953
|
*/
|
|
@@ -5416,7 +5976,9 @@ declare namespace sap {
|
|
|
5416
5976
|
/**
|
|
5417
5977
|
* The function to be called, when the event occurs
|
|
5418
5978
|
*/
|
|
5419
|
-
fnFunction: (
|
|
5979
|
+
fnFunction: (
|
|
5980
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$ExactRefineSearchEventParameters>
|
|
5981
|
+
) => void,
|
|
5420
5982
|
/**
|
|
5421
5983
|
* Context object on which the given function had to be called
|
|
5422
5984
|
*/
|
|
@@ -5433,7 +5995,9 @@ declare namespace sap {
|
|
|
5433
5995
|
/**
|
|
5434
5996
|
* The function to be called, when the event occurs
|
|
5435
5997
|
*/
|
|
5436
|
-
fnFunction: (
|
|
5998
|
+
fnFunction: (
|
|
5999
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$ExactSearchEventParameters>
|
|
6000
|
+
) => void,
|
|
5437
6001
|
/**
|
|
5438
6002
|
* Context object on which the given function had to be called
|
|
5439
6003
|
*/
|
|
@@ -5450,20 +6014,7 @@ declare namespace sap {
|
|
|
5450
6014
|
/**
|
|
5451
6015
|
* Parameters to pass along with the event
|
|
5452
6016
|
*/
|
|
5453
|
-
mParameters?:
|
|
5454
|
-
/**
|
|
5455
|
-
* The query string which was entered in the search field
|
|
5456
|
-
*/
|
|
5457
|
-
query?: string;
|
|
5458
|
-
/**
|
|
5459
|
-
* The attribute which was selected or unselected recently
|
|
5460
|
-
*/
|
|
5461
|
-
changedAttribute?: sap.ui.ux3.ExactAttribute;
|
|
5462
|
-
/**
|
|
5463
|
-
* Array of all selected ExcatAttribute.
|
|
5464
|
-
*/
|
|
5465
|
-
allSelectedAttributes?: object;
|
|
5466
|
-
}
|
|
6017
|
+
mParameters?: sap.ui.ux3.$ExactRefineSearchEventParameters
|
|
5467
6018
|
): this;
|
|
5468
6019
|
/**
|
|
5469
6020
|
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
@@ -5476,12 +6027,7 @@ declare namespace sap {
|
|
|
5476
6027
|
/**
|
|
5477
6028
|
* Parameters to pass along with the event
|
|
5478
6029
|
*/
|
|
5479
|
-
mParameters?:
|
|
5480
|
-
/**
|
|
5481
|
-
* The query string which was entered in the search field.
|
|
5482
|
-
*/
|
|
5483
|
-
query?: string;
|
|
5484
|
-
}
|
|
6030
|
+
mParameters?: sap.ui.ux3.$ExactSearchEventParameters
|
|
5485
6031
|
): this;
|
|
5486
6032
|
/**
|
|
5487
6033
|
* Gets content of aggregation {@link #getAttributes attributes}.
|
|
@@ -5923,7 +6469,9 @@ declare namespace sap {
|
|
|
5923
6469
|
/**
|
|
5924
6470
|
* The function to be called when the event occurs
|
|
5925
6471
|
*/
|
|
5926
|
-
fnFunction: (
|
|
6472
|
+
fnFunction: (
|
|
6473
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$ExactAttributeSupplyAttributesEventParameters>
|
|
6474
|
+
) => void,
|
|
5927
6475
|
/**
|
|
5928
6476
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.ExactAttribute` itself
|
|
5929
6477
|
*/
|
|
@@ -5946,7 +6494,9 @@ declare namespace sap {
|
|
|
5946
6494
|
/**
|
|
5947
6495
|
* The function to be called when the event occurs
|
|
5948
6496
|
*/
|
|
5949
|
-
fnFunction: (
|
|
6497
|
+
fnFunction: (
|
|
6498
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$ExactAttributeSupplyAttributesEventParameters>
|
|
6499
|
+
) => void,
|
|
5950
6500
|
/**
|
|
5951
6501
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.ExactAttribute` itself
|
|
5952
6502
|
*/
|
|
@@ -5970,7 +6520,9 @@ declare namespace sap {
|
|
|
5970
6520
|
/**
|
|
5971
6521
|
* The function to be called, when the event occurs
|
|
5972
6522
|
*/
|
|
5973
|
-
fnFunction: (
|
|
6523
|
+
fnFunction: (
|
|
6524
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$ExactAttributeSupplyAttributesEventParameters>
|
|
6525
|
+
) => void,
|
|
5974
6526
|
/**
|
|
5975
6527
|
* Context object on which the given function had to be called
|
|
5976
6528
|
*/
|
|
@@ -5987,12 +6539,7 @@ declare namespace sap {
|
|
|
5987
6539
|
/**
|
|
5988
6540
|
* Parameters to pass along with the event
|
|
5989
6541
|
*/
|
|
5990
|
-
mParameters?:
|
|
5991
|
-
/**
|
|
5992
|
-
* The ExactAttribute
|
|
5993
|
-
*/
|
|
5994
|
-
attribute?: sap.ui.ux3.ExactAttribute;
|
|
5995
|
-
}
|
|
6542
|
+
mParameters?: sap.ui.ux3.$ExactAttributeSupplyAttributesEventParameters
|
|
5996
6543
|
): this;
|
|
5997
6544
|
/**
|
|
5998
6545
|
* Gets current value of property {@link #getAdditionalData additionalData}.
|
|
@@ -6416,7 +6963,9 @@ declare namespace sap {
|
|
|
6416
6963
|
/**
|
|
6417
6964
|
* The function to be called when the event occurs
|
|
6418
6965
|
*/
|
|
6419
|
-
fnFunction: (
|
|
6966
|
+
fnFunction: (
|
|
6967
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$ExactBrowserAttributeSelectedEventParameters>
|
|
6968
|
+
) => void,
|
|
6420
6969
|
/**
|
|
6421
6970
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.ExactBrowser` itself
|
|
6422
6971
|
*/
|
|
@@ -6437,7 +6986,9 @@ declare namespace sap {
|
|
|
6437
6986
|
/**
|
|
6438
6987
|
* The function to be called when the event occurs
|
|
6439
6988
|
*/
|
|
6440
|
-
fnFunction: (
|
|
6989
|
+
fnFunction: (
|
|
6990
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$ExactBrowserAttributeSelectedEventParameters>
|
|
6991
|
+
) => void,
|
|
6441
6992
|
/**
|
|
6442
6993
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.ExactBrowser` itself
|
|
6443
6994
|
*/
|
|
@@ -6512,7 +7063,9 @@ declare namespace sap {
|
|
|
6512
7063
|
/**
|
|
6513
7064
|
* The function to be called, when the event occurs
|
|
6514
7065
|
*/
|
|
6515
|
-
fnFunction: (
|
|
7066
|
+
fnFunction: (
|
|
7067
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$ExactBrowserAttributeSelectedEventParameters>
|
|
7068
|
+
) => void,
|
|
6516
7069
|
/**
|
|
6517
7070
|
* Context object on which the given function had to be called
|
|
6518
7071
|
*/
|
|
@@ -6546,16 +7099,7 @@ declare namespace sap {
|
|
|
6546
7099
|
/**
|
|
6547
7100
|
* Parameters to pass along with the event
|
|
6548
7101
|
*/
|
|
6549
|
-
mParameters?:
|
|
6550
|
-
/**
|
|
6551
|
-
* The attribute which was selected or unselected recently
|
|
6552
|
-
*/
|
|
6553
|
-
attribute?: sap.ui.ux3.ExactAttribute;
|
|
6554
|
-
/**
|
|
6555
|
-
* Array of all selected ExactAttributes
|
|
6556
|
-
*/
|
|
6557
|
-
allAttributes?: object;
|
|
6558
|
-
}
|
|
7102
|
+
mParameters?: sap.ui.ux3.$ExactBrowserAttributeSelectedEventParameters
|
|
6559
7103
|
): this;
|
|
6560
7104
|
/**
|
|
6561
7105
|
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
@@ -7043,7 +7587,9 @@ declare namespace sap {
|
|
|
7043
7587
|
/**
|
|
7044
7588
|
* The function to be called when the event occurs
|
|
7045
7589
|
*/
|
|
7046
|
-
fnFunction: (
|
|
7590
|
+
fnFunction: (
|
|
7591
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$ExactListAttributeSelectedEventParameters>
|
|
7592
|
+
) => void,
|
|
7047
7593
|
/**
|
|
7048
7594
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.ExactList` itself
|
|
7049
7595
|
*/
|
|
@@ -7064,7 +7610,9 @@ declare namespace sap {
|
|
|
7064
7610
|
/**
|
|
7065
7611
|
* The function to be called when the event occurs
|
|
7066
7612
|
*/
|
|
7067
|
-
fnFunction: (
|
|
7613
|
+
fnFunction: (
|
|
7614
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$ExactListAttributeSelectedEventParameters>
|
|
7615
|
+
) => void,
|
|
7068
7616
|
/**
|
|
7069
7617
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.ExactList` itself
|
|
7070
7618
|
*/
|
|
@@ -7088,7 +7636,9 @@ declare namespace sap {
|
|
|
7088
7636
|
/**
|
|
7089
7637
|
* The function to be called, when the event occurs
|
|
7090
7638
|
*/
|
|
7091
|
-
fnFunction: (
|
|
7639
|
+
fnFunction: (
|
|
7640
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$ExactListAttributeSelectedEventParameters>
|
|
7641
|
+
) => void,
|
|
7092
7642
|
/**
|
|
7093
7643
|
* Context object on which the given function had to be called
|
|
7094
7644
|
*/
|
|
@@ -7105,16 +7655,7 @@ declare namespace sap {
|
|
|
7105
7655
|
/**
|
|
7106
7656
|
* Parameters to pass along with the event
|
|
7107
7657
|
*/
|
|
7108
|
-
mParameters?:
|
|
7109
|
-
/**
|
|
7110
|
-
* The attribute which was selected/unselected recently
|
|
7111
|
-
*/
|
|
7112
|
-
attribute?: sap.ui.ux3.ExactAttribute;
|
|
7113
|
-
/**
|
|
7114
|
-
* Array of all ExactAttributes
|
|
7115
|
-
*/
|
|
7116
|
-
allAttributes?: object;
|
|
7117
|
-
}
|
|
7658
|
+
mParameters?: sap.ui.ux3.$ExactListAttributeSelectedEventParameters
|
|
7118
7659
|
): this;
|
|
7119
7660
|
/**
|
|
7120
7661
|
* ID of the element which is the current target of the association {@link #getData data}, or `null`.
|
|
@@ -7528,7 +8069,9 @@ declare namespace sap {
|
|
|
7528
8069
|
/**
|
|
7529
8070
|
* The function to be called when the event occurs
|
|
7530
8071
|
*/
|
|
7531
|
-
fnFunction: (
|
|
8072
|
+
fnFunction: (
|
|
8073
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$FacetFilterListSelectEventParameters>
|
|
8074
|
+
) => void,
|
|
7532
8075
|
/**
|
|
7533
8076
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.FacetFilterList` itself
|
|
7534
8077
|
*/
|
|
@@ -7548,7 +8091,9 @@ declare namespace sap {
|
|
|
7548
8091
|
/**
|
|
7549
8092
|
* The function to be called when the event occurs
|
|
7550
8093
|
*/
|
|
7551
|
-
fnFunction: (
|
|
8094
|
+
fnFunction: (
|
|
8095
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$FacetFilterListSelectEventParameters>
|
|
8096
|
+
) => void,
|
|
7552
8097
|
/**
|
|
7553
8098
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.FacetFilterList` itself
|
|
7554
8099
|
*/
|
|
@@ -7571,7 +8116,9 @@ declare namespace sap {
|
|
|
7571
8116
|
/**
|
|
7572
8117
|
* The function to be called, when the event occurs
|
|
7573
8118
|
*/
|
|
7574
|
-
fnFunction: (
|
|
8119
|
+
fnFunction: (
|
|
8120
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$FacetFilterListSelectEventParameters>
|
|
8121
|
+
) => void,
|
|
7575
8122
|
/**
|
|
7576
8123
|
* Context object on which the given function had to be called
|
|
7577
8124
|
*/
|
|
@@ -7588,25 +8135,7 @@ declare namespace sap {
|
|
|
7588
8135
|
/**
|
|
7589
8136
|
* Parameters to pass along with the event
|
|
7590
8137
|
*/
|
|
7591
|
-
mParameters?:
|
|
7592
|
-
/**
|
|
7593
|
-
* Id of the FacetFilterList taht fires the event.
|
|
7594
|
-
*/
|
|
7595
|
-
id?: string;
|
|
7596
|
-
/**
|
|
7597
|
-
* Array of selected Indices.
|
|
7598
|
-
*/
|
|
7599
|
-
selectedIndices?: int[];
|
|
7600
|
-
/**
|
|
7601
|
-
* Array of selected Items.
|
|
7602
|
-
*/
|
|
7603
|
-
selectedItems?: sap.ui.core.ListItem[];
|
|
7604
|
-
/**
|
|
7605
|
-
* If it is true, then Item All is selected. That means all items in the list are selected - no filter is
|
|
7606
|
-
* set.
|
|
7607
|
-
*/
|
|
7608
|
-
all?: boolean;
|
|
7609
|
-
}
|
|
8138
|
+
mParameters?: sap.ui.ux3.$FacetFilterListSelectEventParameters
|
|
7610
8139
|
): this;
|
|
7611
8140
|
/**
|
|
7612
8141
|
* @SINCE 1.9.0
|
|
@@ -7917,7 +8446,9 @@ declare namespace sap {
|
|
|
7917
8446
|
/**
|
|
7918
8447
|
* The function to be called when the event occurs
|
|
7919
8448
|
*/
|
|
7920
|
-
fnFunction: (
|
|
8449
|
+
fnFunction: (
|
|
8450
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$FeedChunkAddedEventParameters>
|
|
8451
|
+
) => void,
|
|
7921
8452
|
/**
|
|
7922
8453
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.Feed` itself
|
|
7923
8454
|
*/
|
|
@@ -7937,7 +8468,9 @@ declare namespace sap {
|
|
|
7937
8468
|
/**
|
|
7938
8469
|
* The function to be called when the event occurs
|
|
7939
8470
|
*/
|
|
7940
|
-
fnFunction: (
|
|
8471
|
+
fnFunction: (
|
|
8472
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$FeedChunkAddedEventParameters>
|
|
8473
|
+
) => void,
|
|
7941
8474
|
/**
|
|
7942
8475
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.Feed` itself
|
|
7943
8476
|
*/
|
|
@@ -7962,7 +8495,9 @@ declare namespace sap {
|
|
|
7962
8495
|
/**
|
|
7963
8496
|
* The function to be called when the event occurs
|
|
7964
8497
|
*/
|
|
7965
|
-
fnFunction: (
|
|
8498
|
+
fnFunction: (
|
|
8499
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$FeedFilterChangeEventParameters>
|
|
8500
|
+
) => void,
|
|
7966
8501
|
/**
|
|
7967
8502
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.Feed` itself
|
|
7968
8503
|
*/
|
|
@@ -7982,7 +8517,9 @@ declare namespace sap {
|
|
|
7982
8517
|
/**
|
|
7983
8518
|
* The function to be called when the event occurs
|
|
7984
8519
|
*/
|
|
7985
|
-
fnFunction: (
|
|
8520
|
+
fnFunction: (
|
|
8521
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$FeedFilterChangeEventParameters>
|
|
8522
|
+
) => void,
|
|
7986
8523
|
/**
|
|
7987
8524
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.Feed` itself
|
|
7988
8525
|
*/
|
|
@@ -8007,7 +8544,9 @@ declare namespace sap {
|
|
|
8007
8544
|
/**
|
|
8008
8545
|
* The function to be called when the event occurs
|
|
8009
8546
|
*/
|
|
8010
|
-
fnFunction: (
|
|
8547
|
+
fnFunction: (
|
|
8548
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$FeedSearchEventParameters>
|
|
8549
|
+
) => void,
|
|
8011
8550
|
/**
|
|
8012
8551
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.Feed` itself
|
|
8013
8552
|
*/
|
|
@@ -8027,7 +8566,9 @@ declare namespace sap {
|
|
|
8027
8566
|
/**
|
|
8028
8567
|
* The function to be called when the event occurs
|
|
8029
8568
|
*/
|
|
8030
|
-
fnFunction: (
|
|
8569
|
+
fnFunction: (
|
|
8570
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$FeedSearchEventParameters>
|
|
8571
|
+
) => void,
|
|
8031
8572
|
/**
|
|
8032
8573
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.Feed` itself
|
|
8033
8574
|
*/
|
|
@@ -8052,7 +8593,9 @@ declare namespace sap {
|
|
|
8052
8593
|
/**
|
|
8053
8594
|
* The function to be called when the event occurs
|
|
8054
8595
|
*/
|
|
8055
|
-
fnFunction: (
|
|
8596
|
+
fnFunction: (
|
|
8597
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$FeedToggleLiveEventParameters>
|
|
8598
|
+
) => void,
|
|
8056
8599
|
/**
|
|
8057
8600
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.Feed` itself
|
|
8058
8601
|
*/
|
|
@@ -8072,7 +8615,9 @@ declare namespace sap {
|
|
|
8072
8615
|
/**
|
|
8073
8616
|
* The function to be called when the event occurs
|
|
8074
8617
|
*/
|
|
8075
|
-
fnFunction: (
|
|
8618
|
+
fnFunction: (
|
|
8619
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$FeedToggleLiveEventParameters>
|
|
8620
|
+
) => void,
|
|
8076
8621
|
/**
|
|
8077
8622
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.Feed` itself
|
|
8078
8623
|
*/
|
|
@@ -8098,7 +8643,9 @@ declare namespace sap {
|
|
|
8098
8643
|
/**
|
|
8099
8644
|
* The function to be called when the event occurs
|
|
8100
8645
|
*/
|
|
8101
|
-
fnFunction: (
|
|
8646
|
+
fnFunction: (
|
|
8647
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$FeedToolsItemSelectedEventParameters>
|
|
8648
|
+
) => void,
|
|
8102
8649
|
/**
|
|
8103
8650
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.Feed` itself
|
|
8104
8651
|
*/
|
|
@@ -8119,7 +8666,9 @@ declare namespace sap {
|
|
|
8119
8666
|
/**
|
|
8120
8667
|
* The function to be called when the event occurs
|
|
8121
8668
|
*/
|
|
8122
|
-
fnFunction: (
|
|
8669
|
+
fnFunction: (
|
|
8670
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$FeedToolsItemSelectedEventParameters>
|
|
8671
|
+
) => void,
|
|
8123
8672
|
/**
|
|
8124
8673
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.Feed` itself
|
|
8125
8674
|
*/
|
|
@@ -8196,7 +8745,9 @@ declare namespace sap {
|
|
|
8196
8745
|
/**
|
|
8197
8746
|
* The function to be called, when the event occurs
|
|
8198
8747
|
*/
|
|
8199
|
-
fnFunction: (
|
|
8748
|
+
fnFunction: (
|
|
8749
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$FeedChunkAddedEventParameters>
|
|
8750
|
+
) => void,
|
|
8200
8751
|
/**
|
|
8201
8752
|
* Context object on which the given function had to be called
|
|
8202
8753
|
*/
|
|
@@ -8213,7 +8764,9 @@ declare namespace sap {
|
|
|
8213
8764
|
/**
|
|
8214
8765
|
* The function to be called, when the event occurs
|
|
8215
8766
|
*/
|
|
8216
|
-
fnFunction: (
|
|
8767
|
+
fnFunction: (
|
|
8768
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$FeedFilterChangeEventParameters>
|
|
8769
|
+
) => void,
|
|
8217
8770
|
/**
|
|
8218
8771
|
* Context object on which the given function had to be called
|
|
8219
8772
|
*/
|
|
@@ -8230,7 +8783,9 @@ declare namespace sap {
|
|
|
8230
8783
|
/**
|
|
8231
8784
|
* The function to be called, when the event occurs
|
|
8232
8785
|
*/
|
|
8233
|
-
fnFunction: (
|
|
8786
|
+
fnFunction: (
|
|
8787
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$FeedSearchEventParameters>
|
|
8788
|
+
) => void,
|
|
8234
8789
|
/**
|
|
8235
8790
|
* Context object on which the given function had to be called
|
|
8236
8791
|
*/
|
|
@@ -8247,7 +8802,9 @@ declare namespace sap {
|
|
|
8247
8802
|
/**
|
|
8248
8803
|
* The function to be called, when the event occurs
|
|
8249
8804
|
*/
|
|
8250
|
-
fnFunction: (
|
|
8805
|
+
fnFunction: (
|
|
8806
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$FeedToggleLiveEventParameters>
|
|
8807
|
+
) => void,
|
|
8251
8808
|
/**
|
|
8252
8809
|
* Context object on which the given function had to be called
|
|
8253
8810
|
*/
|
|
@@ -8265,7 +8822,9 @@ declare namespace sap {
|
|
|
8265
8822
|
/**
|
|
8266
8823
|
* The function to be called, when the event occurs
|
|
8267
8824
|
*/
|
|
8268
|
-
fnFunction: (
|
|
8825
|
+
fnFunction: (
|
|
8826
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$FeedToolsItemSelectedEventParameters>
|
|
8827
|
+
) => void,
|
|
8269
8828
|
/**
|
|
8270
8829
|
* Context object on which the given function had to be called
|
|
8271
8830
|
*/
|
|
@@ -8282,12 +8841,7 @@ declare namespace sap {
|
|
|
8282
8841
|
/**
|
|
8283
8842
|
* Parameters to pass along with the event
|
|
8284
8843
|
*/
|
|
8285
|
-
mParameters?:
|
|
8286
|
-
/**
|
|
8287
|
-
* New chunk
|
|
8288
|
-
*/
|
|
8289
|
-
chunk?: sap.ui.ux3.FeedChunk;
|
|
8290
|
-
}
|
|
8844
|
+
mParameters?: sap.ui.ux3.$FeedChunkAddedEventParameters
|
|
8291
8845
|
): this;
|
|
8292
8846
|
/**
|
|
8293
8847
|
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
@@ -8300,12 +8854,7 @@ declare namespace sap {
|
|
|
8300
8854
|
/**
|
|
8301
8855
|
* Parameters to pass along with the event
|
|
8302
8856
|
*/
|
|
8303
|
-
mParameters?:
|
|
8304
|
-
/**
|
|
8305
|
-
* The new/changed value of the filter
|
|
8306
|
-
*/
|
|
8307
|
-
newValue?: string;
|
|
8308
|
-
}
|
|
8857
|
+
mParameters?: sap.ui.ux3.$FeedFilterChangeEventParameters
|
|
8309
8858
|
): this;
|
|
8310
8859
|
/**
|
|
8311
8860
|
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
@@ -8318,12 +8867,7 @@ declare namespace sap {
|
|
|
8318
8867
|
/**
|
|
8319
8868
|
* Parameters to pass along with the event
|
|
8320
8869
|
*/
|
|
8321
|
-
mParameters?:
|
|
8322
|
-
/**
|
|
8323
|
-
* The search query
|
|
8324
|
-
*/
|
|
8325
|
-
query?: string;
|
|
8326
|
-
}
|
|
8870
|
+
mParameters?: sap.ui.ux3.$FeedSearchEventParameters
|
|
8327
8871
|
): this;
|
|
8328
8872
|
/**
|
|
8329
8873
|
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
@@ -8336,12 +8880,7 @@ declare namespace sap {
|
|
|
8336
8880
|
/**
|
|
8337
8881
|
* Parameters to pass along with the event
|
|
8338
8882
|
*/
|
|
8339
|
-
mParameters?:
|
|
8340
|
-
/**
|
|
8341
|
-
* Current live indicator
|
|
8342
|
-
*/
|
|
8343
|
-
live?: boolean;
|
|
8344
|
-
}
|
|
8883
|
+
mParameters?: sap.ui.ux3.$FeedToggleLiveEventParameters
|
|
8345
8884
|
): this;
|
|
8346
8885
|
/**
|
|
8347
8886
|
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
@@ -8354,16 +8893,7 @@ declare namespace sap {
|
|
|
8354
8893
|
/**
|
|
8355
8894
|
* Parameters to pass along with the event
|
|
8356
8895
|
*/
|
|
8357
|
-
mParameters?:
|
|
8358
|
-
/**
|
|
8359
|
-
* The Id of the selected item
|
|
8360
|
-
*/
|
|
8361
|
-
itemId?: string;
|
|
8362
|
-
/**
|
|
8363
|
-
* The selected item
|
|
8364
|
-
*/
|
|
8365
|
-
item?: sap.ui.unified.MenuItemBase;
|
|
8366
|
-
}
|
|
8896
|
+
mParameters?: sap.ui.ux3.$FeedToolsItemSelectedEventParameters
|
|
8367
8897
|
): this;
|
|
8368
8898
|
/**
|
|
8369
8899
|
* Gets content of aggregation {@link #getChunks chunks}.
|
|
@@ -8755,7 +9285,9 @@ declare namespace sap {
|
|
|
8755
9285
|
/**
|
|
8756
9286
|
* The function to be called when the event occurs
|
|
8757
9287
|
*/
|
|
8758
|
-
fnFunction: (
|
|
9288
|
+
fnFunction: (
|
|
9289
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$FeedChunkActionItemSelectedEventParameters>
|
|
9290
|
+
) => void,
|
|
8759
9291
|
/**
|
|
8760
9292
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.FeedChunk` itself
|
|
8761
9293
|
*/
|
|
@@ -8776,7 +9308,9 @@ declare namespace sap {
|
|
|
8776
9308
|
/**
|
|
8777
9309
|
* The function to be called when the event occurs
|
|
8778
9310
|
*/
|
|
8779
|
-
fnFunction: (
|
|
9311
|
+
fnFunction: (
|
|
9312
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$FeedChunkActionItemSelectedEventParameters>
|
|
9313
|
+
) => void,
|
|
8780
9314
|
/**
|
|
8781
9315
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.FeedChunk` itself
|
|
8782
9316
|
*/
|
|
@@ -8801,7 +9335,9 @@ declare namespace sap {
|
|
|
8801
9335
|
/**
|
|
8802
9336
|
* The function to be called when the event occurs
|
|
8803
9337
|
*/
|
|
8804
|
-
fnFunction: (
|
|
9338
|
+
fnFunction: (
|
|
9339
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$FeedChunkCommentAddedEventParameters>
|
|
9340
|
+
) => void,
|
|
8805
9341
|
/**
|
|
8806
9342
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.FeedChunk` itself
|
|
8807
9343
|
*/
|
|
@@ -8821,7 +9357,9 @@ declare namespace sap {
|
|
|
8821
9357
|
/**
|
|
8822
9358
|
* The function to be called when the event occurs
|
|
8823
9359
|
*/
|
|
8824
|
-
fnFunction: (
|
|
9360
|
+
fnFunction: (
|
|
9361
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$FeedChunkCommentAddedEventParameters>
|
|
9362
|
+
) => void,
|
|
8825
9363
|
/**
|
|
8826
9364
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.FeedChunk` itself
|
|
8827
9365
|
*/
|
|
@@ -8937,7 +9475,9 @@ declare namespace sap {
|
|
|
8937
9475
|
/**
|
|
8938
9476
|
* The function to be called when the event occurs
|
|
8939
9477
|
*/
|
|
8940
|
-
fnFunction: (
|
|
9478
|
+
fnFunction: (
|
|
9479
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$FeedChunkReferenceClickedEventParameters>
|
|
9480
|
+
) => void,
|
|
8941
9481
|
/**
|
|
8942
9482
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.FeedChunk` itself
|
|
8943
9483
|
*/
|
|
@@ -8958,7 +9498,9 @@ declare namespace sap {
|
|
|
8958
9498
|
/**
|
|
8959
9499
|
* The function to be called when the event occurs
|
|
8960
9500
|
*/
|
|
8961
|
-
fnFunction: (
|
|
9501
|
+
fnFunction: (
|
|
9502
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$FeedChunkReferenceClickedEventParameters>
|
|
9503
|
+
) => void,
|
|
8962
9504
|
/**
|
|
8963
9505
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.FeedChunk` itself
|
|
8964
9506
|
*/
|
|
@@ -9030,7 +9572,9 @@ declare namespace sap {
|
|
|
9030
9572
|
/**
|
|
9031
9573
|
* The function to be called when the event occurs
|
|
9032
9574
|
*/
|
|
9033
|
-
fnFunction: (
|
|
9575
|
+
fnFunction: (
|
|
9576
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$FeedChunkToggleFavoriteEventParameters>
|
|
9577
|
+
) => void,
|
|
9034
9578
|
/**
|
|
9035
9579
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.FeedChunk` itself
|
|
9036
9580
|
*/
|
|
@@ -9052,7 +9596,9 @@ declare namespace sap {
|
|
|
9052
9596
|
/**
|
|
9053
9597
|
* The function to be called when the event occurs
|
|
9054
9598
|
*/
|
|
9055
|
-
fnFunction: (
|
|
9599
|
+
fnFunction: (
|
|
9600
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$FeedChunkToggleFavoriteEventParameters>
|
|
9601
|
+
) => void,
|
|
9056
9602
|
/**
|
|
9057
9603
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.FeedChunk` itself
|
|
9058
9604
|
*/
|
|
@@ -9077,7 +9623,9 @@ declare namespace sap {
|
|
|
9077
9623
|
/**
|
|
9078
9624
|
* The function to be called when the event occurs
|
|
9079
9625
|
*/
|
|
9080
|
-
fnFunction: (
|
|
9626
|
+
fnFunction: (
|
|
9627
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$FeedChunkToggleFlaggedEventParameters>
|
|
9628
|
+
) => void,
|
|
9081
9629
|
/**
|
|
9082
9630
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.FeedChunk` itself
|
|
9083
9631
|
*/
|
|
@@ -9097,7 +9645,9 @@ declare namespace sap {
|
|
|
9097
9645
|
/**
|
|
9098
9646
|
* The function to be called when the event occurs
|
|
9099
9647
|
*/
|
|
9100
|
-
fnFunction: (
|
|
9648
|
+
fnFunction: (
|
|
9649
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$FeedChunkToggleFlaggedEventParameters>
|
|
9650
|
+
) => void,
|
|
9101
9651
|
/**
|
|
9102
9652
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.FeedChunk` itself
|
|
9103
9653
|
*/
|
|
@@ -9122,7 +9672,9 @@ declare namespace sap {
|
|
|
9122
9672
|
/**
|
|
9123
9673
|
* The function to be called when the event occurs
|
|
9124
9674
|
*/
|
|
9125
|
-
fnFunction: (
|
|
9675
|
+
fnFunction: (
|
|
9676
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$FeedChunkToggleSharedEventParameters>
|
|
9677
|
+
) => void,
|
|
9126
9678
|
/**
|
|
9127
9679
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.FeedChunk` itself
|
|
9128
9680
|
*/
|
|
@@ -9142,7 +9694,9 @@ declare namespace sap {
|
|
|
9142
9694
|
/**
|
|
9143
9695
|
* The function to be called when the event occurs
|
|
9144
9696
|
*/
|
|
9145
|
-
fnFunction: (
|
|
9697
|
+
fnFunction: (
|
|
9698
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$FeedChunkToggleSharedEventParameters>
|
|
9699
|
+
) => void,
|
|
9146
9700
|
/**
|
|
9147
9701
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.FeedChunk` itself
|
|
9148
9702
|
*/
|
|
@@ -9200,7 +9754,9 @@ declare namespace sap {
|
|
|
9200
9754
|
/**
|
|
9201
9755
|
* The function to be called, when the event occurs
|
|
9202
9756
|
*/
|
|
9203
|
-
fnFunction: (
|
|
9757
|
+
fnFunction: (
|
|
9758
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$FeedChunkActionItemSelectedEventParameters>
|
|
9759
|
+
) => void,
|
|
9204
9760
|
/**
|
|
9205
9761
|
* Context object on which the given function had to be called
|
|
9206
9762
|
*/
|
|
@@ -9217,7 +9773,9 @@ declare namespace sap {
|
|
|
9217
9773
|
/**
|
|
9218
9774
|
* The function to be called, when the event occurs
|
|
9219
9775
|
*/
|
|
9220
|
-
fnFunction: (
|
|
9776
|
+
fnFunction: (
|
|
9777
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$FeedChunkCommentAddedEventParameters>
|
|
9778
|
+
) => void,
|
|
9221
9779
|
/**
|
|
9222
9780
|
* Context object on which the given function had to be called
|
|
9223
9781
|
*/
|
|
@@ -9269,7 +9827,9 @@ declare namespace sap {
|
|
|
9269
9827
|
/**
|
|
9270
9828
|
* The function to be called, when the event occurs
|
|
9271
9829
|
*/
|
|
9272
|
-
fnFunction: (
|
|
9830
|
+
fnFunction: (
|
|
9831
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$FeedChunkReferenceClickedEventParameters>
|
|
9832
|
+
) => void,
|
|
9273
9833
|
/**
|
|
9274
9834
|
* Context object on which the given function had to be called
|
|
9275
9835
|
*/
|
|
@@ -9305,7 +9865,9 @@ declare namespace sap {
|
|
|
9305
9865
|
/**
|
|
9306
9866
|
* The function to be called, when the event occurs
|
|
9307
9867
|
*/
|
|
9308
|
-
fnFunction: (
|
|
9868
|
+
fnFunction: (
|
|
9869
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$FeedChunkToggleFavoriteEventParameters>
|
|
9870
|
+
) => void,
|
|
9309
9871
|
/**
|
|
9310
9872
|
* Context object on which the given function had to be called
|
|
9311
9873
|
*/
|
|
@@ -9323,7 +9885,9 @@ declare namespace sap {
|
|
|
9323
9885
|
/**
|
|
9324
9886
|
* The function to be called, when the event occurs
|
|
9325
9887
|
*/
|
|
9326
|
-
fnFunction: (
|
|
9888
|
+
fnFunction: (
|
|
9889
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$FeedChunkToggleFlaggedEventParameters>
|
|
9890
|
+
) => void,
|
|
9327
9891
|
/**
|
|
9328
9892
|
* Context object on which the given function had to be called
|
|
9329
9893
|
*/
|
|
@@ -9340,7 +9904,9 @@ declare namespace sap {
|
|
|
9340
9904
|
/**
|
|
9341
9905
|
* The function to be called, when the event occurs
|
|
9342
9906
|
*/
|
|
9343
|
-
fnFunction: (
|
|
9907
|
+
fnFunction: (
|
|
9908
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$FeedChunkToggleSharedEventParameters>
|
|
9909
|
+
) => void,
|
|
9344
9910
|
/**
|
|
9345
9911
|
* Context object on which the given function had to be called
|
|
9346
9912
|
*/
|
|
@@ -9357,16 +9923,7 @@ declare namespace sap {
|
|
|
9357
9923
|
/**
|
|
9358
9924
|
* Parameters to pass along with the event
|
|
9359
9925
|
*/
|
|
9360
|
-
mParameters?:
|
|
9361
|
-
/**
|
|
9362
|
-
* The Id of the selected item
|
|
9363
|
-
*/
|
|
9364
|
-
itemId?: string;
|
|
9365
|
-
/**
|
|
9366
|
-
* The selected item
|
|
9367
|
-
*/
|
|
9368
|
-
item?: sap.ui.unified.MenuItemBase;
|
|
9369
|
-
}
|
|
9926
|
+
mParameters?: sap.ui.ux3.$FeedChunkActionItemSelectedEventParameters
|
|
9370
9927
|
): this;
|
|
9371
9928
|
/**
|
|
9372
9929
|
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
@@ -9379,12 +9936,7 @@ declare namespace sap {
|
|
|
9379
9936
|
/**
|
|
9380
9937
|
* Parameters to pass along with the event
|
|
9381
9938
|
*/
|
|
9382
|
-
mParameters?:
|
|
9383
|
-
/**
|
|
9384
|
-
* New comment chunk
|
|
9385
|
-
*/
|
|
9386
|
-
comment?: sap.ui.ux3.FeedChunk;
|
|
9387
|
-
}
|
|
9939
|
+
mParameters?: sap.ui.ux3.$FeedChunkCommentAddedEventParameters
|
|
9388
9940
|
): this;
|
|
9389
9941
|
/**
|
|
9390
9942
|
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
@@ -9423,12 +9975,7 @@ declare namespace sap {
|
|
|
9423
9975
|
/**
|
|
9424
9976
|
* Parameters to pass along with the event
|
|
9425
9977
|
*/
|
|
9426
|
-
mParameters?:
|
|
9427
|
-
/**
|
|
9428
|
-
* Text of the @-reference
|
|
9429
|
-
*/
|
|
9430
|
-
text?: string;
|
|
9431
|
-
}
|
|
9978
|
+
mParameters?: sap.ui.ux3.$FeedChunkReferenceClickedEventParameters
|
|
9432
9979
|
): this;
|
|
9433
9980
|
/**
|
|
9434
9981
|
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
@@ -9454,12 +10001,7 @@ declare namespace sap {
|
|
|
9454
10001
|
/**
|
|
9455
10002
|
* Parameters to pass along with the event
|
|
9456
10003
|
*/
|
|
9457
|
-
mParameters?:
|
|
9458
|
-
/**
|
|
9459
|
-
* Current favorite state
|
|
9460
|
-
*/
|
|
9461
|
-
favorite?: boolean;
|
|
9462
|
-
}
|
|
10004
|
+
mParameters?: sap.ui.ux3.$FeedChunkToggleFavoriteEventParameters
|
|
9463
10005
|
): this;
|
|
9464
10006
|
/**
|
|
9465
10007
|
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
@@ -9472,12 +10014,7 @@ declare namespace sap {
|
|
|
9472
10014
|
/**
|
|
9473
10015
|
* Parameters to pass along with the event
|
|
9474
10016
|
*/
|
|
9475
|
-
mParameters?:
|
|
9476
|
-
/**
|
|
9477
|
-
* Current flagged state
|
|
9478
|
-
*/
|
|
9479
|
-
flagged?: boolean;
|
|
9480
|
-
}
|
|
10017
|
+
mParameters?: sap.ui.ux3.$FeedChunkToggleFlaggedEventParameters
|
|
9481
10018
|
): this;
|
|
9482
10019
|
/**
|
|
9483
10020
|
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
@@ -9490,12 +10027,7 @@ declare namespace sap {
|
|
|
9490
10027
|
/**
|
|
9491
10028
|
* Parameters to pass along with the event
|
|
9492
10029
|
*/
|
|
9493
|
-
mParameters?:
|
|
9494
|
-
/**
|
|
9495
|
-
* Current shared state
|
|
9496
|
-
*/
|
|
9497
|
-
shareed?: boolean;
|
|
9498
|
-
}
|
|
10030
|
+
mParameters?: sap.ui.ux3.$FeedChunkToggleSharedEventParameters
|
|
9499
10031
|
): this;
|
|
9500
10032
|
/**
|
|
9501
10033
|
* Gets content of aggregation {@link #getActionMenuItems actionMenuItems}.
|
|
@@ -10130,7 +10662,9 @@ declare namespace sap {
|
|
|
10130
10662
|
/**
|
|
10131
10663
|
* The function to be called when the event occurs
|
|
10132
10664
|
*/
|
|
10133
|
-
fnFunction: (
|
|
10665
|
+
fnFunction: (
|
|
10666
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$FeederSubmitEventParameters>
|
|
10667
|
+
) => void,
|
|
10134
10668
|
/**
|
|
10135
10669
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.Feeder` itself
|
|
10136
10670
|
*/
|
|
@@ -10150,7 +10684,9 @@ declare namespace sap {
|
|
|
10150
10684
|
/**
|
|
10151
10685
|
* The function to be called when the event occurs
|
|
10152
10686
|
*/
|
|
10153
|
-
fnFunction: (
|
|
10687
|
+
fnFunction: (
|
|
10688
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$FeederSubmitEventParameters>
|
|
10689
|
+
) => void,
|
|
10154
10690
|
/**
|
|
10155
10691
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.Feeder` itself
|
|
10156
10692
|
*/
|
|
@@ -10167,7 +10703,9 @@ declare namespace sap {
|
|
|
10167
10703
|
/**
|
|
10168
10704
|
* The function to be called, when the event occurs
|
|
10169
10705
|
*/
|
|
10170
|
-
fnFunction: (
|
|
10706
|
+
fnFunction: (
|
|
10707
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$FeederSubmitEventParameters>
|
|
10708
|
+
) => void,
|
|
10171
10709
|
/**
|
|
10172
10710
|
* Context object on which the given function had to be called
|
|
10173
10711
|
*/
|
|
@@ -10184,12 +10722,7 @@ declare namespace sap {
|
|
|
10184
10722
|
/**
|
|
10185
10723
|
* Parameters to pass along with the event
|
|
10186
10724
|
*/
|
|
10187
|
-
mParameters?:
|
|
10188
|
-
/**
|
|
10189
|
-
* The text that is submitted
|
|
10190
|
-
*/
|
|
10191
|
-
text?: string;
|
|
10192
|
-
}
|
|
10725
|
+
mParameters?: sap.ui.ux3.$FeederSubmitEventParameters
|
|
10193
10726
|
): this;
|
|
10194
10727
|
/**
|
|
10195
10728
|
* Gets current value of property {@link #getPlaceholderText placeholderText}.
|
|
@@ -10404,7 +10937,9 @@ declare namespace sap {
|
|
|
10404
10937
|
/**
|
|
10405
10938
|
* The function to be called when the event occurs
|
|
10406
10939
|
*/
|
|
10407
|
-
fnFunction: (
|
|
10940
|
+
fnFunction: (
|
|
10941
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$NavigationBarSelectEventParameters>
|
|
10942
|
+
) => void,
|
|
10408
10943
|
/**
|
|
10409
10944
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.NavigationBar` itself
|
|
10410
10945
|
*/
|
|
@@ -10424,7 +10959,9 @@ declare namespace sap {
|
|
|
10424
10959
|
/**
|
|
10425
10960
|
* The function to be called when the event occurs
|
|
10426
10961
|
*/
|
|
10427
|
-
fnFunction: (
|
|
10962
|
+
fnFunction: (
|
|
10963
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$NavigationBarSelectEventParameters>
|
|
10964
|
+
) => void,
|
|
10428
10965
|
/**
|
|
10429
10966
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.NavigationBar` itself
|
|
10430
10967
|
*/
|
|
@@ -10447,7 +10984,9 @@ declare namespace sap {
|
|
|
10447
10984
|
/**
|
|
10448
10985
|
* The function to be called, when the event occurs
|
|
10449
10986
|
*/
|
|
10450
|
-
fnFunction: (
|
|
10987
|
+
fnFunction: (
|
|
10988
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$NavigationBarSelectEventParameters>
|
|
10989
|
+
) => void,
|
|
10451
10990
|
/**
|
|
10452
10991
|
* Context object on which the given function had to be called
|
|
10453
10992
|
*/
|
|
@@ -10467,20 +11006,10 @@ declare namespace sap {
|
|
|
10467
11006
|
/**
|
|
10468
11007
|
* Parameters to pass along with the event
|
|
10469
11008
|
*/
|
|
10470
|
-
mParameters?:
|
|
10471
|
-
/**
|
|
10472
|
-
* The ID of the newly selected NavigationItem.
|
|
10473
|
-
*/
|
|
10474
|
-
itemId?: string;
|
|
10475
|
-
/**
|
|
10476
|
-
* The newly selected NavigationItem.
|
|
10477
|
-
*/
|
|
10478
|
-
item?: sap.ui.ux3.NavigationItem;
|
|
10479
|
-
}
|
|
11009
|
+
mParameters?: sap.ui.ux3.$NavigationBarSelectEventParameters
|
|
10480
11010
|
): boolean;
|
|
10481
11011
|
/**
|
|
10482
|
-
* Returns array of IDs of the elements which are the current targets of the association {@link #getAssociatedItems
|
|
10483
|
-
* associatedItems}.
|
|
11012
|
+
* Returns array of IDs of the elements which are the current targets of the association {@link #getAssociatedItems associatedItems}.
|
|
10484
11013
|
*/
|
|
10485
11014
|
getAssociatedItems(): sap.ui.core.ID[];
|
|
10486
11015
|
/**
|
|
@@ -10955,7 +11484,9 @@ declare namespace sap {
|
|
|
10955
11484
|
/**
|
|
10956
11485
|
* The function to be called when the event occurs
|
|
10957
11486
|
*/
|
|
10958
|
-
fnFunction: (
|
|
11487
|
+
fnFunction: (
|
|
11488
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$NotificationBarDisplayEventParameters>
|
|
11489
|
+
) => void,
|
|
10959
11490
|
/**
|
|
10960
11491
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.NotificationBar` itself
|
|
10961
11492
|
*/
|
|
@@ -10976,7 +11507,9 @@ declare namespace sap {
|
|
|
10976
11507
|
/**
|
|
10977
11508
|
* The function to be called when the event occurs
|
|
10978
11509
|
*/
|
|
10979
|
-
fnFunction: (
|
|
11510
|
+
fnFunction: (
|
|
11511
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$NotificationBarDisplayEventParameters>
|
|
11512
|
+
) => void,
|
|
10980
11513
|
/**
|
|
10981
11514
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.NotificationBar` itself
|
|
10982
11515
|
*/
|
|
@@ -11005,7 +11538,9 @@ declare namespace sap {
|
|
|
11005
11538
|
/**
|
|
11006
11539
|
* The function to be called when the event occurs
|
|
11007
11540
|
*/
|
|
11008
|
-
fnFunction: (
|
|
11541
|
+
fnFunction: (
|
|
11542
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$NotificationBarResizeEventParameters>
|
|
11543
|
+
) => void,
|
|
11009
11544
|
/**
|
|
11010
11545
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.NotificationBar` itself
|
|
11011
11546
|
*/
|
|
@@ -11029,7 +11564,9 @@ declare namespace sap {
|
|
|
11029
11564
|
/**
|
|
11030
11565
|
* The function to be called when the event occurs
|
|
11031
11566
|
*/
|
|
11032
|
-
fnFunction: (
|
|
11567
|
+
fnFunction: (
|
|
11568
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$NotificationBarResizeEventParameters>
|
|
11569
|
+
) => void,
|
|
11033
11570
|
/**
|
|
11034
11571
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.NotificationBar` itself
|
|
11035
11572
|
*/
|
|
@@ -11058,7 +11595,9 @@ declare namespace sap {
|
|
|
11058
11595
|
/**
|
|
11059
11596
|
* The function to be called, when the event occurs
|
|
11060
11597
|
*/
|
|
11061
|
-
fnFunction: (
|
|
11598
|
+
fnFunction: (
|
|
11599
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$NotificationBarDisplayEventParameters>
|
|
11600
|
+
) => void,
|
|
11062
11601
|
/**
|
|
11063
11602
|
* Context object on which the given function had to be called
|
|
11064
11603
|
*/
|
|
@@ -11077,7 +11616,9 @@ declare namespace sap {
|
|
|
11077
11616
|
/**
|
|
11078
11617
|
* The function to be called, when the event occurs
|
|
11079
11618
|
*/
|
|
11080
|
-
fnFunction: (
|
|
11619
|
+
fnFunction: (
|
|
11620
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$NotificationBarResizeEventParameters>
|
|
11621
|
+
) => void,
|
|
11081
11622
|
/**
|
|
11082
11623
|
* Context object on which the given function had to be called
|
|
11083
11624
|
*/
|
|
@@ -11094,12 +11635,7 @@ declare namespace sap {
|
|
|
11094
11635
|
/**
|
|
11095
11636
|
* Parameters to pass along with the event
|
|
11096
11637
|
*/
|
|
11097
|
-
mParameters?:
|
|
11098
|
-
/**
|
|
11099
|
-
* Indicates if the bar wants to be shown or hidden
|
|
11100
|
-
*/
|
|
11101
|
-
show?: boolean;
|
|
11102
|
-
}
|
|
11638
|
+
mParameters?: sap.ui.ux3.$NotificationBarDisplayEventParameters
|
|
11103
11639
|
): this;
|
|
11104
11640
|
/**
|
|
11105
11641
|
* @SINCE 1.12.2
|
|
@@ -11113,13 +11649,7 @@ declare namespace sap {
|
|
|
11113
11649
|
/**
|
|
11114
11650
|
* Parameters to pass along with the event
|
|
11115
11651
|
*/
|
|
11116
|
-
mParameters?:
|
|
11117
|
-
/**
|
|
11118
|
-
* The corresponding status to which the bar was resized. The corresponding heights can be taken for the
|
|
11119
|
-
* bar's CSS file.
|
|
11120
|
-
*/
|
|
11121
|
-
status?: sap.ui.ux3.NotificationBarStatus;
|
|
11122
|
-
}
|
|
11652
|
+
mParameters?: sap.ui.ux3.$NotificationBarResizeEventParameters
|
|
11123
11653
|
): this;
|
|
11124
11654
|
/**
|
|
11125
11655
|
* @SINCE 1.24.5
|
|
@@ -11370,7 +11900,9 @@ declare namespace sap {
|
|
|
11370
11900
|
/**
|
|
11371
11901
|
* The function to be called when the event occurs
|
|
11372
11902
|
*/
|
|
11373
|
-
fnFunction: (
|
|
11903
|
+
fnFunction: (
|
|
11904
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$NotifierMessageSelectedEventParameters>
|
|
11905
|
+
) => void,
|
|
11374
11906
|
/**
|
|
11375
11907
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.Notifier` itself
|
|
11376
11908
|
*/
|
|
@@ -11391,7 +11923,9 @@ declare namespace sap {
|
|
|
11391
11923
|
/**
|
|
11392
11924
|
* The function to be called when the event occurs
|
|
11393
11925
|
*/
|
|
11394
|
-
fnFunction: (
|
|
11926
|
+
fnFunction: (
|
|
11927
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$NotifierMessageSelectedEventParameters>
|
|
11928
|
+
) => void,
|
|
11395
11929
|
/**
|
|
11396
11930
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.Notifier` itself
|
|
11397
11931
|
*/
|
|
@@ -11415,7 +11949,9 @@ declare namespace sap {
|
|
|
11415
11949
|
/**
|
|
11416
11950
|
* The function to be called, when the event occurs
|
|
11417
11951
|
*/
|
|
11418
|
-
fnFunction: (
|
|
11952
|
+
fnFunction: (
|
|
11953
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$NotifierMessageSelectedEventParameters>
|
|
11954
|
+
) => void,
|
|
11419
11955
|
/**
|
|
11420
11956
|
* Context object on which the given function had to be called
|
|
11421
11957
|
*/
|
|
@@ -11432,16 +11968,7 @@ declare namespace sap {
|
|
|
11432
11968
|
/**
|
|
11433
11969
|
* Parameters to pass along with the event
|
|
11434
11970
|
*/
|
|
11435
|
-
mParameters?:
|
|
11436
|
-
/**
|
|
11437
|
-
* The message that was selected
|
|
11438
|
-
*/
|
|
11439
|
-
message?: sap.ui.core.Message;
|
|
11440
|
-
/**
|
|
11441
|
-
* The notifier that contains the selected message
|
|
11442
|
-
*/
|
|
11443
|
-
notifier?: sap.ui.ux3.Notifier;
|
|
11444
|
-
}
|
|
11971
|
+
mParameters?: sap.ui.ux3.$NotifierMessageSelectedEventParameters
|
|
11445
11972
|
): this;
|
|
11446
11973
|
/**
|
|
11447
11974
|
* Gets current value of property {@link #getIcon icon}.
|
|
@@ -11636,7 +12163,9 @@ declare namespace sap {
|
|
|
11636
12163
|
/**
|
|
11637
12164
|
* The function to be called when the event occurs
|
|
11638
12165
|
*/
|
|
11639
|
-
fnFunction: (
|
|
12166
|
+
fnFunction: (
|
|
12167
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$OverlayCloseEventParameters>
|
|
12168
|
+
) => void,
|
|
11640
12169
|
/**
|
|
11641
12170
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.Overlay` itself
|
|
11642
12171
|
*/
|
|
@@ -11656,7 +12185,9 @@ declare namespace sap {
|
|
|
11656
12185
|
/**
|
|
11657
12186
|
* The function to be called when the event occurs
|
|
11658
12187
|
*/
|
|
11659
|
-
fnFunction: (
|
|
12188
|
+
fnFunction: (
|
|
12189
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$OverlayCloseEventParameters>
|
|
12190
|
+
) => void,
|
|
11660
12191
|
/**
|
|
11661
12192
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.Overlay` itself
|
|
11662
12193
|
*/
|
|
@@ -11681,7 +12212,9 @@ declare namespace sap {
|
|
|
11681
12212
|
/**
|
|
11682
12213
|
* The function to be called when the event occurs
|
|
11683
12214
|
*/
|
|
11684
|
-
fnFunction: (
|
|
12215
|
+
fnFunction: (
|
|
12216
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$OverlayClosedEventParameters>
|
|
12217
|
+
) => void,
|
|
11685
12218
|
/**
|
|
11686
12219
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.Overlay` itself
|
|
11687
12220
|
*/
|
|
@@ -11701,7 +12234,9 @@ declare namespace sap {
|
|
|
11701
12234
|
/**
|
|
11702
12235
|
* The function to be called when the event occurs
|
|
11703
12236
|
*/
|
|
11704
|
-
fnFunction: (
|
|
12237
|
+
fnFunction: (
|
|
12238
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$OverlayClosedEventParameters>
|
|
12239
|
+
) => void,
|
|
11705
12240
|
/**
|
|
11706
12241
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.Overlay` itself
|
|
11707
12242
|
*/
|
|
@@ -11726,7 +12261,9 @@ declare namespace sap {
|
|
|
11726
12261
|
/**
|
|
11727
12262
|
* The function to be called when the event occurs
|
|
11728
12263
|
*/
|
|
11729
|
-
fnFunction: (
|
|
12264
|
+
fnFunction: (
|
|
12265
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$OverlayOpenEventParameters>
|
|
12266
|
+
) => void,
|
|
11730
12267
|
/**
|
|
11731
12268
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.Overlay` itself
|
|
11732
12269
|
*/
|
|
@@ -11746,7 +12283,9 @@ declare namespace sap {
|
|
|
11746
12283
|
/**
|
|
11747
12284
|
* The function to be called when the event occurs
|
|
11748
12285
|
*/
|
|
11749
|
-
fnFunction: (
|
|
12286
|
+
fnFunction: (
|
|
12287
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$OverlayOpenEventParameters>
|
|
12288
|
+
) => void,
|
|
11750
12289
|
/**
|
|
11751
12290
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.Overlay` itself
|
|
11752
12291
|
*/
|
|
@@ -11771,7 +12310,9 @@ declare namespace sap {
|
|
|
11771
12310
|
/**
|
|
11772
12311
|
* The function to be called when the event occurs
|
|
11773
12312
|
*/
|
|
11774
|
-
fnFunction: (
|
|
12313
|
+
fnFunction: (
|
|
12314
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$OverlayOpenNewEventParameters>
|
|
12315
|
+
) => void,
|
|
11775
12316
|
/**
|
|
11776
12317
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.Overlay` itself
|
|
11777
12318
|
*/
|
|
@@ -11791,7 +12332,9 @@ declare namespace sap {
|
|
|
11791
12332
|
/**
|
|
11792
12333
|
* The function to be called when the event occurs
|
|
11793
12334
|
*/
|
|
11794
|
-
fnFunction: (
|
|
12335
|
+
fnFunction: (
|
|
12336
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$OverlayOpenNewEventParameters>
|
|
12337
|
+
) => void,
|
|
11795
12338
|
/**
|
|
11796
12339
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.Overlay` itself
|
|
11797
12340
|
*/
|
|
@@ -11812,7 +12355,9 @@ declare namespace sap {
|
|
|
11812
12355
|
/**
|
|
11813
12356
|
* The function to be called, when the event occurs
|
|
11814
12357
|
*/
|
|
11815
|
-
fnFunction: (
|
|
12358
|
+
fnFunction: (
|
|
12359
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$OverlayCloseEventParameters>
|
|
12360
|
+
) => void,
|
|
11816
12361
|
/**
|
|
11817
12362
|
* Context object on which the given function had to be called
|
|
11818
12363
|
*/
|
|
@@ -11829,7 +12374,9 @@ declare namespace sap {
|
|
|
11829
12374
|
/**
|
|
11830
12375
|
* The function to be called, when the event occurs
|
|
11831
12376
|
*/
|
|
11832
|
-
fnFunction: (
|
|
12377
|
+
fnFunction: (
|
|
12378
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$OverlayClosedEventParameters>
|
|
12379
|
+
) => void,
|
|
11833
12380
|
/**
|
|
11834
12381
|
* Context object on which the given function had to be called
|
|
11835
12382
|
*/
|
|
@@ -11846,7 +12393,9 @@ declare namespace sap {
|
|
|
11846
12393
|
/**
|
|
11847
12394
|
* The function to be called, when the event occurs
|
|
11848
12395
|
*/
|
|
11849
|
-
fnFunction: (
|
|
12396
|
+
fnFunction: (
|
|
12397
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$OverlayOpenEventParameters>
|
|
12398
|
+
) => void,
|
|
11850
12399
|
/**
|
|
11851
12400
|
* Context object on which the given function had to be called
|
|
11852
12401
|
*/
|
|
@@ -11863,7 +12412,9 @@ declare namespace sap {
|
|
|
11863
12412
|
/**
|
|
11864
12413
|
* The function to be called, when the event occurs
|
|
11865
12414
|
*/
|
|
11866
|
-
fnFunction: (
|
|
12415
|
+
fnFunction: (
|
|
12416
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$OverlayOpenNewEventParameters>
|
|
12417
|
+
) => void,
|
|
11867
12418
|
/**
|
|
11868
12419
|
* Context object on which the given function had to be called
|
|
11869
12420
|
*/
|
|
@@ -11883,12 +12434,7 @@ declare namespace sap {
|
|
|
11883
12434
|
/**
|
|
11884
12435
|
* Parameters to pass along with the event
|
|
11885
12436
|
*/
|
|
11886
|
-
mParameters?:
|
|
11887
|
-
/**
|
|
11888
|
-
* The ID of the Overlay instance.
|
|
11889
|
-
*/
|
|
11890
|
-
id?: string;
|
|
11891
|
-
}
|
|
12437
|
+
mParameters?: sap.ui.ux3.$OverlayCloseEventParameters
|
|
11892
12438
|
): boolean;
|
|
11893
12439
|
/**
|
|
11894
12440
|
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
@@ -11904,12 +12450,7 @@ declare namespace sap {
|
|
|
11904
12450
|
/**
|
|
11905
12451
|
* Parameters to pass along with the event
|
|
11906
12452
|
*/
|
|
11907
|
-
mParameters?:
|
|
11908
|
-
/**
|
|
11909
|
-
* The ID of the Overlay instance.
|
|
11910
|
-
*/
|
|
11911
|
-
id?: string;
|
|
11912
|
-
}
|
|
12453
|
+
mParameters?: sap.ui.ux3.$OverlayClosedEventParameters
|
|
11913
12454
|
): boolean;
|
|
11914
12455
|
/**
|
|
11915
12456
|
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
@@ -11922,12 +12463,7 @@ declare namespace sap {
|
|
|
11922
12463
|
/**
|
|
11923
12464
|
* Parameters to pass along with the event
|
|
11924
12465
|
*/
|
|
11925
|
-
mParameters?:
|
|
11926
|
-
/**
|
|
11927
|
-
* The ID of the Overlay instance
|
|
11928
|
-
*/
|
|
11929
|
-
id?: string;
|
|
11930
|
-
}
|
|
12466
|
+
mParameters?: sap.ui.ux3.$OverlayOpenEventParameters
|
|
11931
12467
|
): this;
|
|
11932
12468
|
/**
|
|
11933
12469
|
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
@@ -11940,12 +12476,7 @@ declare namespace sap {
|
|
|
11940
12476
|
/**
|
|
11941
12477
|
* Parameters to pass along with the event
|
|
11942
12478
|
*/
|
|
11943
|
-
mParameters?:
|
|
11944
|
-
/**
|
|
11945
|
-
* The ID of the Overlay instance.
|
|
11946
|
-
*/
|
|
11947
|
-
id?: string;
|
|
11948
|
-
}
|
|
12479
|
+
mParameters?: sap.ui.ux3.$OverlayOpenNewEventParameters
|
|
11949
12480
|
): this;
|
|
11950
12481
|
/**
|
|
11951
12482
|
* Gets current value of property {@link #getCloseButtonVisible closeButtonVisible}.
|
|
@@ -12437,7 +12968,9 @@ declare namespace sap {
|
|
|
12437
12968
|
/**
|
|
12438
12969
|
* The function to be called when the event occurs
|
|
12439
12970
|
*/
|
|
12440
|
-
fnFunction: (
|
|
12971
|
+
fnFunction: (
|
|
12972
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$QuickViewActionSelectedEventParameters>
|
|
12973
|
+
) => void,
|
|
12441
12974
|
/**
|
|
12442
12975
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.QuickView` itself
|
|
12443
12976
|
*/
|
|
@@ -12458,7 +12991,9 @@ declare namespace sap {
|
|
|
12458
12991
|
/**
|
|
12459
12992
|
* The function to be called when the event occurs
|
|
12460
12993
|
*/
|
|
12461
|
-
fnFunction: (
|
|
12994
|
+
fnFunction: (
|
|
12995
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$QuickViewActionSelectedEventParameters>
|
|
12996
|
+
) => void,
|
|
12462
12997
|
/**
|
|
12463
12998
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.QuickView` itself
|
|
12464
12999
|
*/
|
|
@@ -12483,7 +13018,9 @@ declare namespace sap {
|
|
|
12483
13018
|
/**
|
|
12484
13019
|
* The function to be called when the event occurs
|
|
12485
13020
|
*/
|
|
12486
|
-
fnFunction: (
|
|
13021
|
+
fnFunction: (
|
|
13022
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$QuickViewFeedSubmitEventParameters>
|
|
13023
|
+
) => void,
|
|
12487
13024
|
/**
|
|
12488
13025
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.QuickView` itself
|
|
12489
13026
|
*/
|
|
@@ -12503,7 +13040,9 @@ declare namespace sap {
|
|
|
12503
13040
|
/**
|
|
12504
13041
|
* The function to be called when the event occurs
|
|
12505
13042
|
*/
|
|
12506
|
-
fnFunction: (
|
|
13043
|
+
fnFunction: (
|
|
13044
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$QuickViewFeedSubmitEventParameters>
|
|
13045
|
+
) => void,
|
|
12507
13046
|
/**
|
|
12508
13047
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.QuickView` itself
|
|
12509
13048
|
*/
|
|
@@ -12529,7 +13068,9 @@ declare namespace sap {
|
|
|
12529
13068
|
/**
|
|
12530
13069
|
* The function to be called when the event occurs
|
|
12531
13070
|
*/
|
|
12532
|
-
fnFunction: (
|
|
13071
|
+
fnFunction: (
|
|
13072
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$QuickViewNavigateEventParameters>
|
|
13073
|
+
) => void,
|
|
12533
13074
|
/**
|
|
12534
13075
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.QuickView` itself
|
|
12535
13076
|
*/
|
|
@@ -12550,7 +13091,9 @@ declare namespace sap {
|
|
|
12550
13091
|
/**
|
|
12551
13092
|
* The function to be called when the event occurs
|
|
12552
13093
|
*/
|
|
12553
|
-
fnFunction: (
|
|
13094
|
+
fnFunction: (
|
|
13095
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$QuickViewNavigateEventParameters>
|
|
13096
|
+
) => void,
|
|
12554
13097
|
/**
|
|
12555
13098
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.QuickView` itself
|
|
12556
13099
|
*/
|
|
@@ -12586,7 +13129,9 @@ declare namespace sap {
|
|
|
12586
13129
|
/**
|
|
12587
13130
|
* The function to be called, when the event occurs
|
|
12588
13131
|
*/
|
|
12589
|
-
fnFunction: (
|
|
13132
|
+
fnFunction: (
|
|
13133
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$QuickViewActionSelectedEventParameters>
|
|
13134
|
+
) => void,
|
|
12590
13135
|
/**
|
|
12591
13136
|
* Context object on which the given function had to be called
|
|
12592
13137
|
*/
|
|
@@ -12603,7 +13148,9 @@ declare namespace sap {
|
|
|
12603
13148
|
/**
|
|
12604
13149
|
* The function to be called, when the event occurs
|
|
12605
13150
|
*/
|
|
12606
|
-
fnFunction: (
|
|
13151
|
+
fnFunction: (
|
|
13152
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$QuickViewFeedSubmitEventParameters>
|
|
13153
|
+
) => void,
|
|
12607
13154
|
/**
|
|
12608
13155
|
* Context object on which the given function had to be called
|
|
12609
13156
|
*/
|
|
@@ -12620,7 +13167,9 @@ declare namespace sap {
|
|
|
12620
13167
|
/**
|
|
12621
13168
|
* The function to be called, when the event occurs
|
|
12622
13169
|
*/
|
|
12623
|
-
fnFunction: (
|
|
13170
|
+
fnFunction: (
|
|
13171
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$QuickViewNavigateEventParameters>
|
|
13172
|
+
) => void,
|
|
12624
13173
|
/**
|
|
12625
13174
|
* Context object on which the given function had to be called
|
|
12626
13175
|
*/
|
|
@@ -12637,21 +13186,7 @@ declare namespace sap {
|
|
|
12637
13186
|
/**
|
|
12638
13187
|
* Parameters to pass along with the event
|
|
12639
13188
|
*/
|
|
12640
|
-
mParameters?:
|
|
12641
|
-
/**
|
|
12642
|
-
* Id of selected ThingAction
|
|
12643
|
-
*/
|
|
12644
|
-
id?: string;
|
|
12645
|
-
/**
|
|
12646
|
-
* Selected ThingAction
|
|
12647
|
-
*/
|
|
12648
|
-
action?: sap.ui.ux3.ThingAction;
|
|
12649
|
-
/**
|
|
12650
|
-
* New State of the selected action. Only filled if the respective action maintains a state property, for
|
|
12651
|
-
* example 'FollowUp' or 'Favorite'
|
|
12652
|
-
*/
|
|
12653
|
-
newState?: string;
|
|
12654
|
-
}
|
|
13189
|
+
mParameters?: sap.ui.ux3.$QuickViewActionSelectedEventParameters
|
|
12655
13190
|
): this;
|
|
12656
13191
|
/**
|
|
12657
13192
|
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
@@ -12664,12 +13199,7 @@ declare namespace sap {
|
|
|
12664
13199
|
/**
|
|
12665
13200
|
* Parameters to pass along with the event
|
|
12666
13201
|
*/
|
|
12667
|
-
mParameters?:
|
|
12668
|
-
/**
|
|
12669
|
-
* Feed text
|
|
12670
|
-
*/
|
|
12671
|
-
text?: string;
|
|
12672
|
-
}
|
|
13202
|
+
mParameters?: sap.ui.ux3.$QuickViewFeedSubmitEventParameters
|
|
12673
13203
|
): this;
|
|
12674
13204
|
/**
|
|
12675
13205
|
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
@@ -12685,12 +13215,7 @@ declare namespace sap {
|
|
|
12685
13215
|
/**
|
|
12686
13216
|
* Parameters to pass along with the event
|
|
12687
13217
|
*/
|
|
12688
|
-
mParameters?:
|
|
12689
|
-
/**
|
|
12690
|
-
* URI of the Thing Inspector application.
|
|
12691
|
-
*/
|
|
12692
|
-
href?: string;
|
|
12693
|
-
}
|
|
13218
|
+
mParameters?: sap.ui.ux3.$QuickViewNavigateEventParameters
|
|
12694
13219
|
): boolean;
|
|
12695
13220
|
/**
|
|
12696
13221
|
* Gets content of aggregation {@link #getActionBar actionBar}.
|
|
@@ -13449,7 +13974,9 @@ declare namespace sap {
|
|
|
13449
13974
|
/**
|
|
13450
13975
|
* The function to be called when the event occurs
|
|
13451
13976
|
*/
|
|
13452
|
-
fnFunction: (
|
|
13977
|
+
fnFunction: (
|
|
13978
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$ShellPaneBarItemSelectedEventParameters>
|
|
13979
|
+
) => void,
|
|
13453
13980
|
/**
|
|
13454
13981
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.Shell` itself
|
|
13455
13982
|
*/
|
|
@@ -13471,7 +13998,9 @@ declare namespace sap {
|
|
|
13471
13998
|
/**
|
|
13472
13999
|
* The function to be called when the event occurs
|
|
13473
14000
|
*/
|
|
13474
|
-
fnFunction: (
|
|
14001
|
+
fnFunction: (
|
|
14002
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$ShellPaneBarItemSelectedEventParameters>
|
|
14003
|
+
) => void,
|
|
13475
14004
|
/**
|
|
13476
14005
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.Shell` itself
|
|
13477
14006
|
*/
|
|
@@ -13499,7 +14028,9 @@ declare namespace sap {
|
|
|
13499
14028
|
/**
|
|
13500
14029
|
* The function to be called when the event occurs
|
|
13501
14030
|
*/
|
|
13502
|
-
fnFunction: (
|
|
14031
|
+
fnFunction: (
|
|
14032
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$ShellPaneClosedEventParameters>
|
|
14033
|
+
) => void,
|
|
13503
14034
|
/**
|
|
13504
14035
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.Shell` itself
|
|
13505
14036
|
*/
|
|
@@ -13522,7 +14053,9 @@ declare namespace sap {
|
|
|
13522
14053
|
/**
|
|
13523
14054
|
* The function to be called when the event occurs
|
|
13524
14055
|
*/
|
|
13525
|
-
fnFunction: (
|
|
14056
|
+
fnFunction: (
|
|
14057
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$ShellPaneClosedEventParameters>
|
|
14058
|
+
) => void,
|
|
13526
14059
|
/**
|
|
13527
14060
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.Shell` itself
|
|
13528
14061
|
*/
|
|
@@ -13596,7 +14129,9 @@ declare namespace sap {
|
|
|
13596
14129
|
/**
|
|
13597
14130
|
* The function to be called when the event occurs
|
|
13598
14131
|
*/
|
|
13599
|
-
fnFunction: (
|
|
14132
|
+
fnFunction: (
|
|
14133
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$ShellWorksetItemSelectedEventParameters>
|
|
14134
|
+
) => void,
|
|
13600
14135
|
/**
|
|
13601
14136
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.Shell` itself
|
|
13602
14137
|
*/
|
|
@@ -13620,7 +14155,9 @@ declare namespace sap {
|
|
|
13620
14155
|
/**
|
|
13621
14156
|
* The function to be called when the event occurs
|
|
13622
14157
|
*/
|
|
13623
|
-
fnFunction: (
|
|
14158
|
+
fnFunction: (
|
|
14159
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$ShellWorksetItemSelectedEventParameters>
|
|
14160
|
+
) => void,
|
|
13624
14161
|
/**
|
|
13625
14162
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.Shell` itself
|
|
13626
14163
|
*/
|
|
@@ -13722,7 +14259,9 @@ declare namespace sap {
|
|
|
13722
14259
|
/**
|
|
13723
14260
|
* The function to be called, when the event occurs
|
|
13724
14261
|
*/
|
|
13725
|
-
fnFunction: (
|
|
14262
|
+
fnFunction: (
|
|
14263
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$ShellPaneBarItemSelectedEventParameters>
|
|
14264
|
+
) => void,
|
|
13726
14265
|
/**
|
|
13727
14266
|
* Context object on which the given function had to be called
|
|
13728
14267
|
*/
|
|
@@ -13741,7 +14280,9 @@ declare namespace sap {
|
|
|
13741
14280
|
/**
|
|
13742
14281
|
* The function to be called, when the event occurs
|
|
13743
14282
|
*/
|
|
13744
|
-
fnFunction: (
|
|
14283
|
+
fnFunction: (
|
|
14284
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$ShellPaneClosedEventParameters>
|
|
14285
|
+
) => void,
|
|
13745
14286
|
/**
|
|
13746
14287
|
* Context object on which the given function had to be called
|
|
13747
14288
|
*/
|
|
@@ -13776,7 +14317,9 @@ declare namespace sap {
|
|
|
13776
14317
|
/**
|
|
13777
14318
|
* The function to be called, when the event occurs
|
|
13778
14319
|
*/
|
|
13779
|
-
fnFunction: (
|
|
14320
|
+
fnFunction: (
|
|
14321
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$ShellWorksetItemSelectedEventParameters>
|
|
14322
|
+
) => void,
|
|
13780
14323
|
/**
|
|
13781
14324
|
* Context object on which the given function had to be called
|
|
13782
14325
|
*/
|
|
@@ -13819,20 +14362,7 @@ declare namespace sap {
|
|
|
13819
14362
|
/**
|
|
13820
14363
|
* Parameters to pass along with the event
|
|
13821
14364
|
*/
|
|
13822
|
-
mParameters?:
|
|
13823
|
-
/**
|
|
13824
|
-
* The ID of the selected PaneBarItem.
|
|
13825
|
-
*/
|
|
13826
|
-
id?: string;
|
|
13827
|
-
/**
|
|
13828
|
-
* The selected Item
|
|
13829
|
-
*/
|
|
13830
|
-
item?: sap.ui.core.Item;
|
|
13831
|
-
/**
|
|
13832
|
-
* The key of the selected Item (or null if there is no key)
|
|
13833
|
-
*/
|
|
13834
|
-
key?: string;
|
|
13835
|
-
}
|
|
14365
|
+
mParameters?: sap.ui.ux3.$ShellPaneBarItemSelectedEventParameters
|
|
13836
14366
|
): this;
|
|
13837
14367
|
/**
|
|
13838
14368
|
* @SINCE 1.12.0
|
|
@@ -13846,12 +14376,7 @@ declare namespace sap {
|
|
|
13846
14376
|
/**
|
|
13847
14377
|
* Parameters to pass along with the event
|
|
13848
14378
|
*/
|
|
13849
|
-
mParameters?:
|
|
13850
|
-
/**
|
|
13851
|
-
* The id of the PaneBarItem to which the closed pane belonged.
|
|
13852
|
-
*/
|
|
13853
|
-
id?: string;
|
|
13854
|
-
}
|
|
14379
|
+
mParameters?: sap.ui.ux3.$ShellPaneClosedEventParameters
|
|
13855
14380
|
): this;
|
|
13856
14381
|
/**
|
|
13857
14382
|
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
@@ -13880,21 +14405,7 @@ declare namespace sap {
|
|
|
13880
14405
|
/**
|
|
13881
14406
|
* Parameters to pass along with the event
|
|
13882
14407
|
*/
|
|
13883
|
-
mParameters?:
|
|
13884
|
-
/**
|
|
13885
|
-
* The id of the workset item that has been newly selected by the user. If a top-level item has been clicked
|
|
13886
|
-
* which has sub-items, the ID of the currently active sub-item (/leaf) is given.
|
|
13887
|
-
*/
|
|
13888
|
-
id?: string;
|
|
13889
|
-
/**
|
|
13890
|
-
* The selected NavigationItem
|
|
13891
|
-
*/
|
|
13892
|
-
item?: sap.ui.ux3.NavigationItem;
|
|
13893
|
-
/**
|
|
13894
|
-
* The key of the selected NavigationItem (or null if there is no key)
|
|
13895
|
-
*/
|
|
13896
|
-
key?: string;
|
|
13897
|
-
}
|
|
14408
|
+
mParameters?: sap.ui.ux3.$ShellWorksetItemSelectedEventParameters
|
|
13898
14409
|
): boolean;
|
|
13899
14410
|
/**
|
|
13900
14411
|
* @SINCE 1.14.0
|
|
@@ -14907,7 +15418,9 @@ declare namespace sap {
|
|
|
14907
15418
|
/**
|
|
14908
15419
|
* The function to be called when the event occurs
|
|
14909
15420
|
*/
|
|
14910
|
-
fnFunction: (
|
|
15421
|
+
fnFunction: (
|
|
15422
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$ThingActionSelectEventParameters>
|
|
15423
|
+
) => void,
|
|
14911
15424
|
/**
|
|
14912
15425
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.ThingAction` itself
|
|
14913
15426
|
*/
|
|
@@ -14927,7 +15440,9 @@ declare namespace sap {
|
|
|
14927
15440
|
/**
|
|
14928
15441
|
* The function to be called when the event occurs
|
|
14929
15442
|
*/
|
|
14930
|
-
fnFunction: (
|
|
15443
|
+
fnFunction: (
|
|
15444
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$ThingActionSelectEventParameters>
|
|
15445
|
+
) => void,
|
|
14931
15446
|
/**
|
|
14932
15447
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.ThingAction` itself
|
|
14933
15448
|
*/
|
|
@@ -14944,7 +15459,9 @@ declare namespace sap {
|
|
|
14944
15459
|
/**
|
|
14945
15460
|
* The function to be called, when the event occurs
|
|
14946
15461
|
*/
|
|
14947
|
-
fnFunction: (
|
|
15462
|
+
fnFunction: (
|
|
15463
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$ThingActionSelectEventParameters>
|
|
15464
|
+
) => void,
|
|
14948
15465
|
/**
|
|
14949
15466
|
* Context object on which the given function had to be called
|
|
14950
15467
|
*/
|
|
@@ -14961,16 +15478,7 @@ declare namespace sap {
|
|
|
14961
15478
|
/**
|
|
14962
15479
|
* Parameters to pass along with the event
|
|
14963
15480
|
*/
|
|
14964
|
-
mParameters?:
|
|
14965
|
-
/**
|
|
14966
|
-
* Id of selected action
|
|
14967
|
-
*/
|
|
14968
|
-
id?: string;
|
|
14969
|
-
/**
|
|
14970
|
-
* Selected Thing Action
|
|
14971
|
-
*/
|
|
14972
|
-
action?: sap.ui.ux3.ThingAction;
|
|
14973
|
-
}
|
|
15481
|
+
mParameters?: sap.ui.ux3.$ThingActionSelectEventParameters
|
|
14974
15482
|
): this;
|
|
14975
15483
|
/**
|
|
14976
15484
|
* Gets current value of property {@link #getEnabled enabled}.
|
|
@@ -15412,7 +15920,9 @@ declare namespace sap {
|
|
|
15412
15920
|
/**
|
|
15413
15921
|
* The function to be called when the event occurs
|
|
15414
15922
|
*/
|
|
15415
|
-
fnFunction: (
|
|
15923
|
+
fnFunction: (
|
|
15924
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$ThingInspectorActionSelectedEventParameters>
|
|
15925
|
+
) => void,
|
|
15416
15926
|
/**
|
|
15417
15927
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.ThingInspector` itself
|
|
15418
15928
|
*/
|
|
@@ -15433,7 +15943,9 @@ declare namespace sap {
|
|
|
15433
15943
|
/**
|
|
15434
15944
|
* The function to be called when the event occurs
|
|
15435
15945
|
*/
|
|
15436
|
-
fnFunction: (
|
|
15946
|
+
fnFunction: (
|
|
15947
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$ThingInspectorActionSelectedEventParameters>
|
|
15948
|
+
) => void,
|
|
15437
15949
|
/**
|
|
15438
15950
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.ThingInspector` itself
|
|
15439
15951
|
*/
|
|
@@ -15459,7 +15971,9 @@ declare namespace sap {
|
|
|
15459
15971
|
/**
|
|
15460
15972
|
* The function to be called when the event occurs
|
|
15461
15973
|
*/
|
|
15462
|
-
fnFunction: (
|
|
15974
|
+
fnFunction: (
|
|
15975
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$ThingInspectorFacetSelectedEventParameters>
|
|
15976
|
+
) => void,
|
|
15463
15977
|
/**
|
|
15464
15978
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.ThingInspector` itself
|
|
15465
15979
|
*/
|
|
@@ -15480,7 +15994,9 @@ declare namespace sap {
|
|
|
15480
15994
|
/**
|
|
15481
15995
|
* The function to be called when the event occurs
|
|
15482
15996
|
*/
|
|
15483
|
-
fnFunction: (
|
|
15997
|
+
fnFunction: (
|
|
15998
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$ThingInspectorFacetSelectedEventParameters>
|
|
15999
|
+
) => void,
|
|
15484
16000
|
/**
|
|
15485
16001
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.ThingInspector` itself
|
|
15486
16002
|
*/
|
|
@@ -15505,7 +16021,9 @@ declare namespace sap {
|
|
|
15505
16021
|
/**
|
|
15506
16022
|
* The function to be called when the event occurs
|
|
15507
16023
|
*/
|
|
15508
|
-
fnFunction: (
|
|
16024
|
+
fnFunction: (
|
|
16025
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$ThingInspectorFeedSubmitEventParameters>
|
|
16026
|
+
) => void,
|
|
15509
16027
|
/**
|
|
15510
16028
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.ThingInspector` itself
|
|
15511
16029
|
*/
|
|
@@ -15525,7 +16043,9 @@ declare namespace sap {
|
|
|
15525
16043
|
/**
|
|
15526
16044
|
* The function to be called when the event occurs
|
|
15527
16045
|
*/
|
|
15528
|
-
fnFunction: (
|
|
16046
|
+
fnFunction: (
|
|
16047
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$ThingInspectorFeedSubmitEventParameters>
|
|
16048
|
+
) => void,
|
|
15529
16049
|
/**
|
|
15530
16050
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.ThingInspector` itself
|
|
15531
16051
|
*/
|
|
@@ -15573,7 +16093,9 @@ declare namespace sap {
|
|
|
15573
16093
|
/**
|
|
15574
16094
|
* The function to be called, when the event occurs
|
|
15575
16095
|
*/
|
|
15576
|
-
fnFunction: (
|
|
16096
|
+
fnFunction: (
|
|
16097
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$ThingInspectorActionSelectedEventParameters>
|
|
16098
|
+
) => void,
|
|
15577
16099
|
/**
|
|
15578
16100
|
* Context object on which the given function had to be called
|
|
15579
16101
|
*/
|
|
@@ -15591,7 +16113,9 @@ declare namespace sap {
|
|
|
15591
16113
|
/**
|
|
15592
16114
|
* The function to be called, when the event occurs
|
|
15593
16115
|
*/
|
|
15594
|
-
fnFunction: (
|
|
16116
|
+
fnFunction: (
|
|
16117
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$ThingInspectorFacetSelectedEventParameters>
|
|
16118
|
+
) => void,
|
|
15595
16119
|
/**
|
|
15596
16120
|
* Context object on which the given function had to be called
|
|
15597
16121
|
*/
|
|
@@ -15608,7 +16132,9 @@ declare namespace sap {
|
|
|
15608
16132
|
/**
|
|
15609
16133
|
* The function to be called, when the event occurs
|
|
15610
16134
|
*/
|
|
15611
|
-
fnFunction: (
|
|
16135
|
+
fnFunction: (
|
|
16136
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$ThingInspectorFeedSubmitEventParameters>
|
|
16137
|
+
) => void,
|
|
15612
16138
|
/**
|
|
15613
16139
|
* Context object on which the given function had to be called
|
|
15614
16140
|
*/
|
|
@@ -15625,16 +16151,7 @@ declare namespace sap {
|
|
|
15625
16151
|
/**
|
|
15626
16152
|
* Parameters to pass along with the event
|
|
15627
16153
|
*/
|
|
15628
|
-
mParameters?:
|
|
15629
|
-
/**
|
|
15630
|
-
* Id of selected ThingAction
|
|
15631
|
-
*/
|
|
15632
|
-
id?: string;
|
|
15633
|
-
/**
|
|
15634
|
-
* Selected ThingAction
|
|
15635
|
-
*/
|
|
15636
|
-
action?: sap.ui.ux3.ThingAction;
|
|
15637
|
-
}
|
|
16154
|
+
mParameters?: sap.ui.ux3.$ThingInspectorActionSelectedEventParameters
|
|
15638
16155
|
): this;
|
|
15639
16156
|
/**
|
|
15640
16157
|
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
@@ -15650,20 +16167,7 @@ declare namespace sap {
|
|
|
15650
16167
|
/**
|
|
15651
16168
|
* Parameters to pass along with the event
|
|
15652
16169
|
*/
|
|
15653
|
-
mParameters?:
|
|
15654
|
-
/**
|
|
15655
|
-
* Id of selected NavigationItem
|
|
15656
|
-
*/
|
|
15657
|
-
id?: string;
|
|
15658
|
-
/**
|
|
15659
|
-
* The selected NavigationItem
|
|
15660
|
-
*/
|
|
15661
|
-
item?: sap.ui.ux3.NavigationItem;
|
|
15662
|
-
/**
|
|
15663
|
-
* Key of selected NavigationItem
|
|
15664
|
-
*/
|
|
15665
|
-
key?: string;
|
|
15666
|
-
}
|
|
16170
|
+
mParameters?: sap.ui.ux3.$ThingInspectorFacetSelectedEventParameters
|
|
15667
16171
|
): boolean;
|
|
15668
16172
|
/**
|
|
15669
16173
|
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
@@ -15676,12 +16180,7 @@ declare namespace sap {
|
|
|
15676
16180
|
/**
|
|
15677
16181
|
* Parameters to pass along with the event
|
|
15678
16182
|
*/
|
|
15679
|
-
mParameters?:
|
|
15680
|
-
/**
|
|
15681
|
-
* Feed text
|
|
15682
|
-
*/
|
|
15683
|
-
text?: string;
|
|
15684
|
-
}
|
|
16183
|
+
mParameters?: sap.ui.ux3.$ThingInspectorFeedSubmitEventParameters
|
|
15685
16184
|
): this;
|
|
15686
16185
|
/**
|
|
15687
16186
|
* Gets content of aggregation {@link #getActionBar actionBar}.
|
|
@@ -16372,7 +16871,9 @@ declare namespace sap {
|
|
|
16372
16871
|
/**
|
|
16373
16872
|
* The function to be called when the event occurs
|
|
16374
16873
|
*/
|
|
16375
|
-
fnFunction: (
|
|
16874
|
+
fnFunction: (
|
|
16875
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$ThingViewerFacetSelectedEventParameters>
|
|
16876
|
+
) => void,
|
|
16376
16877
|
/**
|
|
16377
16878
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.ThingViewer` itself
|
|
16378
16879
|
*/
|
|
@@ -16393,7 +16894,9 @@ declare namespace sap {
|
|
|
16393
16894
|
/**
|
|
16394
16895
|
* The function to be called when the event occurs
|
|
16395
16896
|
*/
|
|
16396
|
-
fnFunction: (
|
|
16897
|
+
fnFunction: (
|
|
16898
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$ThingViewerFacetSelectedEventParameters>
|
|
16899
|
+
) => void,
|
|
16397
16900
|
/**
|
|
16398
16901
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.ThingViewer` itself
|
|
16399
16902
|
*/
|
|
@@ -16435,7 +16938,9 @@ declare namespace sap {
|
|
|
16435
16938
|
/**
|
|
16436
16939
|
* The function to be called, when the event occurs
|
|
16437
16940
|
*/
|
|
16438
|
-
fnFunction: (
|
|
16941
|
+
fnFunction: (
|
|
16942
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$ThingViewerFacetSelectedEventParameters>
|
|
16943
|
+
) => void,
|
|
16439
16944
|
/**
|
|
16440
16945
|
* Context object on which the given function had to be called
|
|
16441
16946
|
*/
|
|
@@ -16455,20 +16960,7 @@ declare namespace sap {
|
|
|
16455
16960
|
/**
|
|
16456
16961
|
* Parameters to pass along with the event
|
|
16457
16962
|
*/
|
|
16458
|
-
mParameters?:
|
|
16459
|
-
/**
|
|
16460
|
-
* Id of selected NavigationItem
|
|
16461
|
-
*/
|
|
16462
|
-
id?: string;
|
|
16463
|
-
/**
|
|
16464
|
-
* The selected NavigationItem
|
|
16465
|
-
*/
|
|
16466
|
-
item?: sap.ui.ux3.NavigationItem;
|
|
16467
|
-
/**
|
|
16468
|
-
* Key of selected NavigationItem
|
|
16469
|
-
*/
|
|
16470
|
-
key?: string;
|
|
16471
|
-
}
|
|
16963
|
+
mParameters?: sap.ui.ux3.$ThingViewerFacetSelectedEventParameters
|
|
16472
16964
|
): boolean;
|
|
16473
16965
|
/**
|
|
16474
16966
|
* Gets content of aggregation {@link #getActionBar actionBar}.
|
|
@@ -17063,7 +17555,9 @@ declare namespace sap {
|
|
|
17063
17555
|
/**
|
|
17064
17556
|
* The function to be called when the event occurs
|
|
17065
17557
|
*/
|
|
17066
|
-
fnFunction: (
|
|
17558
|
+
fnFunction: (
|
|
17559
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$ToolPopupEnterEventParameters>
|
|
17560
|
+
) => void,
|
|
17067
17561
|
/**
|
|
17068
17562
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.ToolPopup` itself
|
|
17069
17563
|
*/
|
|
@@ -17083,7 +17577,9 @@ declare namespace sap {
|
|
|
17083
17577
|
/**
|
|
17084
17578
|
* The function to be called when the event occurs
|
|
17085
17579
|
*/
|
|
17086
|
-
fnFunction: (
|
|
17580
|
+
fnFunction: (
|
|
17581
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$ToolPopupEnterEventParameters>
|
|
17582
|
+
) => void,
|
|
17087
17583
|
/**
|
|
17088
17584
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.ToolPopup` itself
|
|
17089
17585
|
*/
|
|
@@ -17299,7 +17795,9 @@ declare namespace sap {
|
|
|
17299
17795
|
/**
|
|
17300
17796
|
* The function to be called, when the event occurs
|
|
17301
17797
|
*/
|
|
17302
|
-
fnFunction: (
|
|
17798
|
+
fnFunction: (
|
|
17799
|
+
p1: sap.ui.base.Event<sap.ui.ux3.$ToolPopupEnterEventParameters>
|
|
17800
|
+
) => void,
|
|
17303
17801
|
/**
|
|
17304
17802
|
* Context object on which the given function had to be called
|
|
17305
17803
|
*/
|
|
@@ -17398,16 +17896,7 @@ declare namespace sap {
|
|
|
17398
17896
|
/**
|
|
17399
17897
|
* Parameters to pass along with the event
|
|
17400
17898
|
*/
|
|
17401
|
-
mParameters?:
|
|
17402
|
-
/**
|
|
17403
|
-
* The onsapenter event, received by the pop up
|
|
17404
|
-
*/
|
|
17405
|
-
originalEvent?: object;
|
|
17406
|
-
/**
|
|
17407
|
-
* The control that was focused when the user pressed the Enter key (may be null)
|
|
17408
|
-
*/
|
|
17409
|
-
originalSrcControl?: sap.ui.core.Control;
|
|
17410
|
-
}
|
|
17899
|
+
mParameters?: sap.ui.ux3.$ToolPopupEnterEventParameters
|
|
17411
17900
|
): this;
|
|
17412
17901
|
/**
|
|
17413
17902
|
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|