@openui5/ts-types 1.115.0 → 1.116.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -14
- package/package.json +1 -1
- package/types/index.d.ts +9 -3
- package/types/sap.f.d.ts +637 -726
- package/types/sap.m.d.ts +6012 -6875
- package/types/sap.tnt.d.ts +108 -87
- package/types/sap.ui.codeeditor.d.ts +26 -38
- package/types/sap.ui.commons.d.ts +541 -751
- package/types/sap.ui.core.d.ts +2094 -2062
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +48 -100
- package/types/sap.ui.integration.d.ts +391 -319
- package/types/sap.ui.layout.d.ts +317 -341
- package/types/sap.ui.mdc.d.ts +1505 -1386
- package/types/sap.ui.rta.d.ts +7 -7
- package/types/sap.ui.suite.d.ts +12 -8
- package/types/sap.ui.support.d.ts +11 -11
- package/types/sap.ui.table.d.ts +344 -454
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +875 -953
- package/types/sap.ui.ux3.d.ts +598 -816
- package/types/sap.ui.webc.common.d.ts +9 -9
- package/types/sap.ui.webc.fiori.d.ts +1036 -480
- package/types/sap.ui.webc.main.d.ts +4920 -1500
- package/types/sap.uxap.d.ts +220 -252
package/types/sap.ui.ux3.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.116.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
5
5
|
/**
|
|
6
|
-
* @
|
|
6
|
+
* @since 0.13
|
|
7
7
|
* @deprecated (since 1.38)
|
|
8
8
|
*
|
|
9
9
|
* Controls that implement the SAP User Experience (UX) Guidelines 3.0
|
|
@@ -11,7 +11,7 @@ declare namespace sap {
|
|
|
11
11
|
namespace ux3 {
|
|
12
12
|
/**
|
|
13
13
|
* @deprecated (since 1.36) - This class was never released for productive use and will never be.
|
|
14
|
-
* @
|
|
14
|
+
* @experimental (since 1.0) - The Shell-features Personalization, Color Picker and “Inspect”-Tool are only
|
|
15
15
|
* experimental work and might change or disappear in future versions.
|
|
16
16
|
*
|
|
17
17
|
* Experimental implementation of visual Ux3 Shell personalization / branding.
|
|
@@ -151,16 +151,12 @@ declare namespace sap {
|
|
|
151
151
|
*
|
|
152
152
|
* For ‘Update’, please refer to event ‘feedSubmit’
|
|
153
153
|
*/
|
|
154
|
-
actionSelected?: (
|
|
155
|
-
oEvent: sap.ui.base.Event<sap.ui.ux3.$ActionBarActionSelectedEventParameters>
|
|
156
|
-
) => void;
|
|
154
|
+
actionSelected?: (oEvent: ActionBar$ActionSelectedEvent) => void;
|
|
157
155
|
|
|
158
156
|
/**
|
|
159
157
|
* Fired when a new feed entry is submitted.
|
|
160
158
|
*/
|
|
161
|
-
feedSubmit?: (
|
|
162
|
-
oEvent: sap.ui.base.Event<sap.ui.ux3.$ActionBarFeedSubmitEventParameters>
|
|
163
|
-
) => void;
|
|
159
|
+
feedSubmit?: (oEvent: ActionBar$FeedSubmitEvent) => void;
|
|
164
160
|
}
|
|
165
161
|
|
|
166
162
|
interface $CollectionSettings extends sap.ui.core.$ElementSettings {
|
|
@@ -335,16 +331,12 @@ declare namespace sap {
|
|
|
335
331
|
/**
|
|
336
332
|
* selection Changed
|
|
337
333
|
*/
|
|
338
|
-
selectionChanged?: (
|
|
339
|
-
oEvent: sap.ui.base.Event<sap.ui.ux3.$DataSetSelectionChangedEventParameters>
|
|
340
|
-
) => void;
|
|
334
|
+
selectionChanged?: (oEvent: DataSet$SelectionChangedEvent) => void;
|
|
341
335
|
|
|
342
336
|
/**
|
|
343
337
|
* Event which is fired when the user triggers a search
|
|
344
338
|
*/
|
|
345
|
-
search?: (
|
|
346
|
-
oEvent: sap.ui.base.Event<sap.ui.ux3.$DataSetSearchEventParameters>
|
|
347
|
-
) => void;
|
|
339
|
+
search?: (oEvent: DataSet$SearchEvent) => void;
|
|
348
340
|
}
|
|
349
341
|
|
|
350
342
|
interface $DataSetItemSettings extends sap.ui.core.$ElementSettings {
|
|
@@ -377,9 +369,7 @@ declare namespace sap {
|
|
|
377
369
|
/**
|
|
378
370
|
* Event Fired when Datset item is selected.
|
|
379
371
|
*/
|
|
380
|
-
selected?: (
|
|
381
|
-
oEvent: sap.ui.base.Event<sap.ui.ux3.$DataSetItemSelectedEventParameters>
|
|
382
|
-
) => void;
|
|
372
|
+
selected?: (oEvent: DataSetItem$SelectedEvent) => void;
|
|
383
373
|
}
|
|
384
374
|
|
|
385
375
|
interface $DataSetSimpleViewSettings
|
|
@@ -423,7 +413,7 @@ declare namespace sap {
|
|
|
423
413
|
| `{${string}}`;
|
|
424
414
|
|
|
425
415
|
/**
|
|
426
|
-
* @
|
|
416
|
+
* @since 1.9.2
|
|
427
417
|
*
|
|
428
418
|
* When true and the property floating is true the DatSet items are floating containers filling the whole
|
|
429
419
|
* space of a row.
|
|
@@ -434,7 +424,7 @@ declare namespace sap {
|
|
|
434
424
|
| `{${string}}`;
|
|
435
425
|
|
|
436
426
|
/**
|
|
437
|
-
* @
|
|
427
|
+
* @since 1.9.2
|
|
438
428
|
*
|
|
439
429
|
* When itemMinWidth>0 and the property floating is true the given minimum width in pixels is set to DatSet
|
|
440
430
|
* items. A minimum width must be given when the property responsive is set.
|
|
@@ -445,7 +435,7 @@ declare namespace sap {
|
|
|
445
435
|
| `{${string}}`;
|
|
446
436
|
|
|
447
437
|
/**
|
|
448
|
-
* @
|
|
438
|
+
* @since 1.13.0
|
|
449
439
|
*
|
|
450
440
|
* If this value is greater zero only this amount of items is loaded in the first place. New items are loaded
|
|
451
441
|
* automatically when the user scrolls down. The number of items which are reloaded can be defined with
|
|
@@ -457,7 +447,7 @@ declare namespace sap {
|
|
|
457
447
|
| `{${string}}`;
|
|
458
448
|
|
|
459
449
|
/**
|
|
460
|
-
* @
|
|
450
|
+
* @since 1.13.0
|
|
461
451
|
*
|
|
462
452
|
* This number defines the item count which is reloaded on scroll if initialItemCount is enabled.
|
|
463
453
|
*/
|
|
@@ -467,7 +457,7 @@ declare namespace sap {
|
|
|
467
457
|
| `{${string}}`;
|
|
468
458
|
|
|
469
459
|
/**
|
|
470
|
-
* @
|
|
460
|
+
* @since 1.13.0
|
|
471
461
|
*
|
|
472
462
|
* ID of the DOM Element or jQuery reference to the dom which holds the scrollbar for the dataset
|
|
473
463
|
*/
|
|
@@ -477,7 +467,7 @@ declare namespace sap {
|
|
|
477
467
|
| `{${string}}`;
|
|
478
468
|
|
|
479
469
|
/**
|
|
480
|
-
* @
|
|
470
|
+
* @since 1.13.0
|
|
481
471
|
*
|
|
482
472
|
* If the pagination feature is used without specifying a scroll area, a height for the dataset must be
|
|
483
473
|
* defined.
|
|
@@ -516,16 +506,12 @@ declare namespace sap {
|
|
|
516
506
|
/**
|
|
517
507
|
* Event is fired when the search button is clicked
|
|
518
508
|
*/
|
|
519
|
-
search?: (
|
|
520
|
-
oEvent: sap.ui.base.Event<sap.ui.ux3.$ExactSearchEventParameters>
|
|
521
|
-
) => void;
|
|
509
|
+
search?: (oEvent: Exact$SearchEvent) => void;
|
|
522
510
|
|
|
523
511
|
/**
|
|
524
512
|
* Event which is fired when an attribute is selected or unselected.
|
|
525
513
|
*/
|
|
526
|
-
refineSearch?: (
|
|
527
|
-
oEvent: sap.ui.base.Event<sap.ui.ux3.$ExactRefineSearchEventParameters>
|
|
528
|
-
) => void;
|
|
514
|
+
refineSearch?: (oEvent: Exact$RefineSearchEvent) => void;
|
|
529
515
|
}
|
|
530
516
|
|
|
531
517
|
interface $ExactAreaSettings extends sap.ui.core.$ControlSettings {
|
|
@@ -571,7 +557,7 @@ declare namespace sap {
|
|
|
571
557
|
| `{${string}}`;
|
|
572
558
|
|
|
573
559
|
/**
|
|
574
|
-
* @
|
|
560
|
+
* @since 1.7.0
|
|
575
561
|
*
|
|
576
562
|
* Specifies the width of the corresponding list in pixels. The value must be between 70 and 500.
|
|
577
563
|
*/
|
|
@@ -581,7 +567,7 @@ declare namespace sap {
|
|
|
581
567
|
| `{${string}}`;
|
|
582
568
|
|
|
583
569
|
/**
|
|
584
|
-
* @
|
|
570
|
+
* @since 1.7.1
|
|
585
571
|
*
|
|
586
572
|
* The order how the sublists of this attribute should be displayed.
|
|
587
573
|
*/
|
|
@@ -646,7 +632,7 @@ declare namespace sap {
|
|
|
646
632
|
* getAttributes() is called.
|
|
647
633
|
*/
|
|
648
634
|
supplyAttributes?: (
|
|
649
|
-
oEvent:
|
|
635
|
+
oEvent: ExactAttribute$SupplyAttributesEvent
|
|
650
636
|
) => void;
|
|
651
637
|
}
|
|
652
638
|
|
|
@@ -663,7 +649,7 @@ declare namespace sap {
|
|
|
663
649
|
headerTitle?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
664
650
|
|
|
665
651
|
/**
|
|
666
|
-
* @
|
|
652
|
+
* @since 1.7.1
|
|
667
653
|
*
|
|
668
654
|
* The order how the sublists of the top level list should be displayed.
|
|
669
655
|
*/
|
|
@@ -697,7 +683,7 @@ declare namespace sap {
|
|
|
697
683
|
| `{${string}}`;
|
|
698
684
|
|
|
699
685
|
/**
|
|
700
|
-
* @
|
|
686
|
+
* @since 1.7.0
|
|
701
687
|
*
|
|
702
688
|
* Whether the top list of the ExactBrowser should be shown. When the property is set to false the application
|
|
703
689
|
* must ensure to select top level attributes appropriately.
|
|
@@ -716,7 +702,7 @@ declare namespace sap {
|
|
|
716
702
|
| `{${string}}`;
|
|
717
703
|
|
|
718
704
|
/**
|
|
719
|
-
* @
|
|
705
|
+
* @since 1.9.2
|
|
720
706
|
*
|
|
721
707
|
* Whether the save button should be available in the header area.
|
|
722
708
|
*/
|
|
@@ -726,7 +712,7 @@ declare namespace sap {
|
|
|
726
712
|
| `{${string}}`;
|
|
727
713
|
|
|
728
714
|
/**
|
|
729
|
-
* @
|
|
715
|
+
* @since 1.7.0
|
|
730
716
|
*
|
|
731
717
|
* Specifies the width of the top list in pixels. The value must be between 70 and 500.
|
|
732
718
|
*/
|
|
@@ -759,7 +745,7 @@ declare namespace sap {
|
|
|
759
745
|
* Event is fired when an attribute is selected or unselected.
|
|
760
746
|
*/
|
|
761
747
|
attributeSelected?: (
|
|
762
|
-
oEvent:
|
|
748
|
+
oEvent: ExactBrowser$AttributeSelectedEvent
|
|
763
749
|
) => void;
|
|
764
750
|
|
|
765
751
|
/**
|
|
@@ -808,9 +794,7 @@ declare namespace sap {
|
|
|
808
794
|
/**
|
|
809
795
|
* Event which is fired when an attribute is selected/unselected
|
|
810
796
|
*/
|
|
811
|
-
attributeSelected?: (
|
|
812
|
-
oEvent: sap.ui.base.Event<sap.ui.ux3.$ExactListAttributeSelectedEventParameters>
|
|
813
|
-
) => void;
|
|
797
|
+
attributeSelected?: (oEvent: ExactList$AttributeSelectedEvent) => void;
|
|
814
798
|
}
|
|
815
799
|
|
|
816
800
|
interface $FacetFilterSettings extends sap.ui.core.$ControlSettings {
|
|
@@ -848,7 +832,7 @@ declare namespace sap {
|
|
|
848
832
|
| `{${string}}`;
|
|
849
833
|
|
|
850
834
|
/**
|
|
851
|
-
* @
|
|
835
|
+
* @since 1.9.0
|
|
852
836
|
*
|
|
853
837
|
* Specifies whether the text values from the additionalText property (see sap.ui.core.ListItems) shall
|
|
854
838
|
* be displayed.
|
|
@@ -886,9 +870,7 @@ declare namespace sap {
|
|
|
886
870
|
/**
|
|
887
871
|
* On Select event.
|
|
888
872
|
*/
|
|
889
|
-
select?: (
|
|
890
|
-
oEvent: sap.ui.base.Event<sap.ui.ux3.$FacetFilterListSelectEventParameters>
|
|
891
|
-
) => void;
|
|
873
|
+
select?: (oEvent: FacetFilterList$SelectEvent) => void;
|
|
892
874
|
}
|
|
893
875
|
|
|
894
876
|
interface $FeedSettings extends sap.ui.core.$ControlSettings {
|
|
@@ -948,37 +930,27 @@ declare namespace sap {
|
|
|
948
930
|
/**
|
|
949
931
|
* Event is fired when the filter is changed
|
|
950
932
|
*/
|
|
951
|
-
filterChange?: (
|
|
952
|
-
oEvent: sap.ui.base.Event<sap.ui.ux3.$FeedFilterChangeEventParameters>
|
|
953
|
-
) => void;
|
|
933
|
+
filterChange?: (oEvent: Feed$FilterChangeEvent) => void;
|
|
954
934
|
|
|
955
935
|
/**
|
|
956
936
|
* Event is fired when the search function on SearchField is triggered
|
|
957
937
|
*/
|
|
958
|
-
search?: (
|
|
959
|
-
oEvent: sap.ui.base.Event<sap.ui.ux3.$FeedSearchEventParameters>
|
|
960
|
-
) => void;
|
|
938
|
+
search?: (oEvent: Feed$SearchEvent) => void;
|
|
961
939
|
|
|
962
940
|
/**
|
|
963
941
|
* Event is fired when a new chunk is added
|
|
964
942
|
*/
|
|
965
|
-
chunkAdded?: (
|
|
966
|
-
oEvent: sap.ui.base.Event<sap.ui.ux3.$FeedChunkAddedEventParameters>
|
|
967
|
-
) => void;
|
|
943
|
+
chunkAdded?: (oEvent: Feed$ChunkAddedEvent) => void;
|
|
968
944
|
|
|
969
945
|
/**
|
|
970
946
|
* Event is fired when an item from the tools MenuButton was selected
|
|
971
947
|
*/
|
|
972
|
-
toolsItemSelected?: (
|
|
973
|
-
oEvent: sap.ui.base.Event<sap.ui.ux3.$FeedToolsItemSelectedEventParameters>
|
|
974
|
-
) => void;
|
|
948
|
+
toolsItemSelected?: (oEvent: Feed$ToolsItemSelectedEvent) => void;
|
|
975
949
|
|
|
976
950
|
/**
|
|
977
951
|
* Event is fired when the live mode has changed
|
|
978
952
|
*/
|
|
979
|
-
toggleLive?: (
|
|
980
|
-
oEvent: sap.ui.base.Event<sap.ui.ux3.$FeedToggleLiveEventParameters>
|
|
981
|
-
) => void;
|
|
953
|
+
toggleLive?: (oEvent: Feed$ToggleLiveEvent) => void;
|
|
982
954
|
}
|
|
983
955
|
|
|
984
956
|
interface $FeedChunkSettings extends sap.ui.core.$ControlSettings {
|
|
@@ -1133,16 +1105,12 @@ declare namespace sap {
|
|
|
1133
1105
|
/**
|
|
1134
1106
|
* Event is raised when a comment is added to the entry. This event is not supported for comment chunks.
|
|
1135
1107
|
*/
|
|
1136
|
-
commentAdded?: (
|
|
1137
|
-
oEvent: sap.ui.base.Event<sap.ui.ux3.$FeedChunkCommentAddedEventParameters>
|
|
1138
|
-
) => void;
|
|
1108
|
+
commentAdded?: (oEvent: FeedChunk$CommentAddedEvent) => void;
|
|
1139
1109
|
|
|
1140
1110
|
/**
|
|
1141
1111
|
* Event is raised when the user clicks to flag the entry. This event is not supported for comment chunks.
|
|
1142
1112
|
*/
|
|
1143
|
-
toggleFlagged?: (
|
|
1144
|
-
oEvent: sap.ui.base.Event<sap.ui.ux3.$FeedChunkToggleFlaggedEventParameters>
|
|
1145
|
-
) => void;
|
|
1113
|
+
toggleFlagged?: (oEvent: FeedChunk$ToggleFlaggedEvent) => void;
|
|
1146
1114
|
|
|
1147
1115
|
/**
|
|
1148
1116
|
* Event is fired when the thumbnail or the name of the sender is clicked.
|
|
@@ -1152,17 +1120,13 @@ declare namespace sap {
|
|
|
1152
1120
|
/**
|
|
1153
1121
|
* Click on a @-reference
|
|
1154
1122
|
*/
|
|
1155
|
-
referenceClicked?: (
|
|
1156
|
-
oEvent: sap.ui.base.Event<sap.ui.ux3.$FeedChunkReferenceClickedEventParameters>
|
|
1157
|
-
) => void;
|
|
1123
|
+
referenceClicked?: (oEvent: FeedChunk$ReferenceClickedEvent) => void;
|
|
1158
1124
|
|
|
1159
1125
|
/**
|
|
1160
1126
|
* Event is raised when the user clicks to set the entry as favorite. This event is not supported for comment
|
|
1161
1127
|
* chunks.
|
|
1162
1128
|
*/
|
|
1163
|
-
toggleFavorite?: (
|
|
1164
|
-
oEvent: sap.ui.base.Event<sap.ui.ux3.$FeedChunkToggleFavoriteEventParameters>
|
|
1165
|
-
) => void;
|
|
1129
|
+
toggleFavorite?: (oEvent: FeedChunk$ToggleFavoriteEvent) => void;
|
|
1166
1130
|
|
|
1167
1131
|
/**
|
|
1168
1132
|
* Event is fired when the inspect button was pressed
|
|
@@ -1172,15 +1136,13 @@ declare namespace sap {
|
|
|
1172
1136
|
/**
|
|
1173
1137
|
* Event is raised when the user clicks to share the entry. This event is not supported for comment chunks.
|
|
1174
1138
|
*/
|
|
1175
|
-
toggleShared?: (
|
|
1176
|
-
oEvent: sap.ui.base.Event<sap.ui.ux3.$FeedChunkToggleSharedEventParameters>
|
|
1177
|
-
) => void;
|
|
1139
|
+
toggleShared?: (oEvent: FeedChunk$ToggleSharedEvent) => void;
|
|
1178
1140
|
|
|
1179
1141
|
/**
|
|
1180
1142
|
* Event is fired when an item from the action menu button was selected.
|
|
1181
1143
|
*/
|
|
1182
1144
|
actionItemSelected?: (
|
|
1183
|
-
oEvent:
|
|
1145
|
+
oEvent: FeedChunk$ActionItemSelectedEvent
|
|
1184
1146
|
) => void;
|
|
1185
1147
|
}
|
|
1186
1148
|
|
|
@@ -1218,9 +1180,7 @@ declare namespace sap {
|
|
|
1218
1180
|
/**
|
|
1219
1181
|
* Event is fired when the entered text is submitted
|
|
1220
1182
|
*/
|
|
1221
|
-
submit?: (
|
|
1222
|
-
oEvent: sap.ui.base.Event<sap.ui.ux3.$FeederSubmitEventParameters>
|
|
1223
|
-
) => void;
|
|
1183
|
+
submit?: (oEvent: Feeder$SubmitEvent) => void;
|
|
1224
1184
|
}
|
|
1225
1185
|
|
|
1226
1186
|
interface $NavigationBarSettings extends sap.ui.core.$ControlSettings {
|
|
@@ -1233,7 +1193,7 @@ declare namespace sap {
|
|
|
1233
1193
|
| `{${string}}`;
|
|
1234
1194
|
|
|
1235
1195
|
/**
|
|
1236
|
-
* @
|
|
1196
|
+
* @since 1.36
|
|
1237
1197
|
*
|
|
1238
1198
|
* Sets the appearance of the menu items in the overflow menu to uppercase
|
|
1239
1199
|
*/
|
|
@@ -1267,14 +1227,12 @@ declare namespace sap {
|
|
|
1267
1227
|
/**
|
|
1268
1228
|
* Event is fired when an item is selected by the user
|
|
1269
1229
|
*/
|
|
1270
|
-
select?: (
|
|
1271
|
-
oEvent: sap.ui.base.Event<sap.ui.ux3.$NavigationBarSelectEventParameters>
|
|
1272
|
-
) => void;
|
|
1230
|
+
select?: (oEvent: NavigationBar$SelectEvent) => void;
|
|
1273
1231
|
}
|
|
1274
1232
|
|
|
1275
1233
|
interface $NavigationItemSettings extends sap.ui.core.$ItemSettings {
|
|
1276
1234
|
/**
|
|
1277
|
-
* @
|
|
1235
|
+
* @since 1.9.0
|
|
1278
1236
|
*
|
|
1279
1237
|
* Whether the NavigationItem is currently visible. When making NavigationItems invisible at runtime it
|
|
1280
1238
|
* is the application's responsibility to make sure it is not the currently selected one - or to select
|
|
@@ -1326,7 +1284,7 @@ declare namespace sap {
|
|
|
1326
1284
|
| `{${string}}`;
|
|
1327
1285
|
|
|
1328
1286
|
/**
|
|
1329
|
-
* @
|
|
1287
|
+
* @since 1.24.5
|
|
1330
1288
|
*
|
|
1331
1289
|
* This property defines if the toggler should be displayed the whole time when the NotificationBar is shown.
|
|
1332
1290
|
*/
|
|
@@ -1353,20 +1311,16 @@ declare namespace sap {
|
|
|
1353
1311
|
* Event is fired when the bar wants to be displayed depending on given flag. This allows the application
|
|
1354
1312
|
* to decide what to do.
|
|
1355
1313
|
*/
|
|
1356
|
-
display?: (
|
|
1357
|
-
oEvent: sap.ui.base.Event<sap.ui.ux3.$NotificationBarDisplayEventParameters>
|
|
1358
|
-
) => void;
|
|
1314
|
+
display?: (oEvent: NotificationBar$DisplayEvent) => void;
|
|
1359
1315
|
|
|
1360
1316
|
/**
|
|
1361
|
-
* @
|
|
1317
|
+
* @since 1.12.2
|
|
1362
1318
|
*
|
|
1363
1319
|
* This event is thrown when the bar was resized (to the different valid states: Min, Max, Default, None).
|
|
1364
1320
|
* The event itself can be used from SAPUI5-version 1.12.2 since there was a bug in the previous versions
|
|
1365
1321
|
* firing this event.
|
|
1366
1322
|
*/
|
|
1367
|
-
resize?: (
|
|
1368
|
-
oEvent: sap.ui.base.Event<sap.ui.ux3.$NotificationBarResizeEventParameters>
|
|
1369
|
-
) => void;
|
|
1323
|
+
resize?: (oEvent: NotificationBar$ResizeEvent) => void;
|
|
1370
1324
|
}
|
|
1371
1325
|
|
|
1372
1326
|
interface $NotifierSettings extends sap.ui.core.$ElementSettings {
|
|
@@ -1395,9 +1349,7 @@ declare namespace sap {
|
|
|
1395
1349
|
/**
|
|
1396
1350
|
* Event is fired when a message of the notifiers was selected.
|
|
1397
1351
|
*/
|
|
1398
|
-
messageSelected?: (
|
|
1399
|
-
oEvent: sap.ui.base.Event<sap.ui.ux3.$NotifierMessageSelectedEventParameters>
|
|
1400
|
-
) => void;
|
|
1352
|
+
messageSelected?: (oEvent: Notifier$MessageSelectedEvent) => void;
|
|
1401
1353
|
}
|
|
1402
1354
|
|
|
1403
1355
|
interface $OverlaySettings extends sap.ui.core.$ControlSettings {
|
|
@@ -1420,30 +1372,22 @@ declare namespace sap {
|
|
|
1420
1372
|
/**
|
|
1421
1373
|
* Event is fired when the Overlay starts closing.
|
|
1422
1374
|
*/
|
|
1423
|
-
close?: (
|
|
1424
|
-
oEvent: sap.ui.base.Event<sap.ui.ux3.$OverlayCloseEventParameters>
|
|
1425
|
-
) => void;
|
|
1375
|
+
close?: (oEvent: Overlay$CloseEvent) => void;
|
|
1426
1376
|
|
|
1427
1377
|
/**
|
|
1428
1378
|
* Event is fired when the Overlay is closed.
|
|
1429
1379
|
*/
|
|
1430
|
-
closed?: (
|
|
1431
|
-
oEvent: sap.ui.base.Event<sap.ui.ux3.$OverlayClosedEventParameters>
|
|
1432
|
-
) => void;
|
|
1380
|
+
closed?: (oEvent: Overlay$ClosedEvent) => void;
|
|
1433
1381
|
|
|
1434
1382
|
/**
|
|
1435
1383
|
* Event is fired when the 'Open' button of the Overlay is clicked.
|
|
1436
1384
|
*/
|
|
1437
|
-
openNew?: (
|
|
1438
|
-
oEvent: sap.ui.base.Event<sap.ui.ux3.$OverlayOpenNewEventParameters>
|
|
1439
|
-
) => void;
|
|
1385
|
+
openNew?: (oEvent: Overlay$OpenNewEvent) => void;
|
|
1440
1386
|
|
|
1441
1387
|
/**
|
|
1442
1388
|
* Event is fired when the Overlay is opened.
|
|
1443
1389
|
*/
|
|
1444
|
-
open?: (
|
|
1445
|
-
oEvent: sap.ui.base.Event<sap.ui.ux3.$OverlayOpenEventParameters>
|
|
1446
|
-
) => void;
|
|
1390
|
+
open?: (oEvent: Overlay$OpenEvent) => void;
|
|
1447
1391
|
}
|
|
1448
1392
|
|
|
1449
1393
|
interface $OverlayContainerSettings extends sap.ui.ux3.$OverlaySettings {
|
|
@@ -1624,24 +1568,18 @@ declare namespace sap {
|
|
|
1624
1568
|
/**
|
|
1625
1569
|
* Action is selected in Action Bar
|
|
1626
1570
|
*/
|
|
1627
|
-
actionSelected?: (
|
|
1628
|
-
oEvent: sap.ui.base.Event<sap.ui.ux3.$QuickViewActionSelectedEventParameters>
|
|
1629
|
-
) => void;
|
|
1571
|
+
actionSelected?: (oEvent: QuickView$ActionSelectedEvent) => void;
|
|
1630
1572
|
|
|
1631
1573
|
/**
|
|
1632
1574
|
* Fired when a new feed entry is submitted.
|
|
1633
1575
|
*/
|
|
1634
|
-
feedSubmit?: (
|
|
1635
|
-
oEvent: sap.ui.base.Event<sap.ui.ux3.$QuickViewFeedSubmitEventParameters>
|
|
1636
|
-
) => void;
|
|
1576
|
+
feedSubmit?: (oEvent: QuickView$FeedSubmitEvent) => void;
|
|
1637
1577
|
|
|
1638
1578
|
/**
|
|
1639
1579
|
* Event is fired when a user clicks on the firstTitle link. Call the preventDefault method of the event
|
|
1640
1580
|
* object to cancel browser navigation.
|
|
1641
1581
|
*/
|
|
1642
|
-
navigate?: (
|
|
1643
|
-
oEvent: sap.ui.base.Event<sap.ui.ux3.$QuickViewNavigateEventParameters>
|
|
1644
|
-
) => void;
|
|
1582
|
+
navigate?: (oEvent: QuickView$NavigateEvent) => void;
|
|
1645
1583
|
}
|
|
1646
1584
|
|
|
1647
1585
|
interface $ShellSettings extends sap.ui.core.$ControlSettings {
|
|
@@ -1676,7 +1614,7 @@ declare namespace sap {
|
|
|
1676
1614
|
| `{${string}}`;
|
|
1677
1615
|
|
|
1678
1616
|
/**
|
|
1679
|
-
* @
|
|
1617
|
+
* @since 1.9.0
|
|
1680
1618
|
*
|
|
1681
1619
|
* The tooltip to be displayed for the Logout Button of the Shell. If not set, a text meaning "Logout" in
|
|
1682
1620
|
* the current language will be displayed.
|
|
@@ -1739,7 +1677,7 @@ declare namespace sap {
|
|
|
1739
1677
|
| `{${string}}`;
|
|
1740
1678
|
|
|
1741
1679
|
/**
|
|
1742
|
-
* @
|
|
1680
|
+
* @since 1.12.0
|
|
1743
1681
|
*
|
|
1744
1682
|
* Defines which design type is to be used.
|
|
1745
1683
|
*/
|
|
@@ -1758,7 +1696,7 @@ declare namespace sap {
|
|
|
1758
1696
|
| `{${string}}`;
|
|
1759
1697
|
|
|
1760
1698
|
/**
|
|
1761
|
-
* @
|
|
1699
|
+
* @since 1.9.0
|
|
1762
1700
|
*
|
|
1763
1701
|
* Whether the Shell content area should have a theme-dependent padding or not.
|
|
1764
1702
|
*/
|
|
@@ -1768,7 +1706,7 @@ declare namespace sap {
|
|
|
1768
1706
|
| `{${string}}`;
|
|
1769
1707
|
|
|
1770
1708
|
/**
|
|
1771
|
-
* @
|
|
1709
|
+
* @since 1.9.0
|
|
1772
1710
|
*
|
|
1773
1711
|
* If set to true, the content area has a defined height. This means that any content put inside can use
|
|
1774
1712
|
* "100%" height in CSS and will then consume all available space. However, if content is larger, scrollbars
|
|
@@ -1780,7 +1718,7 @@ declare namespace sap {
|
|
|
1780
1718
|
| `{${string}}`;
|
|
1781
1719
|
|
|
1782
1720
|
/**
|
|
1783
|
-
* @
|
|
1721
|
+
* @since 1.14.0
|
|
1784
1722
|
*
|
|
1785
1723
|
* Whether the Shell header (Title Area + Header Items) can be accessed when an Overlay, OverlayContainer
|
|
1786
1724
|
* or ThingInspector is open.
|
|
@@ -1847,7 +1785,7 @@ declare namespace sap {
|
|
|
1847
1785
|
| `{${string}}`;
|
|
1848
1786
|
|
|
1849
1787
|
/**
|
|
1850
|
-
* @
|
|
1788
|
+
* @since 1.7.0
|
|
1851
1789
|
*
|
|
1852
1790
|
* The NotificationBar which should be integrated into the Shell.
|
|
1853
1791
|
*/
|
|
@@ -1868,17 +1806,13 @@ declare namespace sap {
|
|
|
1868
1806
|
* is responsible for displaying the correct content for the selected one of the newly created sub-items.
|
|
1869
1807
|
* The Shell will currently always mark the first sub-item as selected.
|
|
1870
1808
|
*/
|
|
1871
|
-
worksetItemSelected?: (
|
|
1872
|
-
oEvent: sap.ui.base.Event<sap.ui.ux3.$ShellWorksetItemSelectedEventParameters>
|
|
1873
|
-
) => void;
|
|
1809
|
+
worksetItemSelected?: (oEvent: Shell$WorksetItemSelectedEvent) => void;
|
|
1874
1810
|
|
|
1875
1811
|
/**
|
|
1876
1812
|
* An item in the right-hand-side pane bar has been selected, the pane is now visible and can be filled
|
|
1877
1813
|
* with UI elements.
|
|
1878
1814
|
*/
|
|
1879
|
-
paneBarItemSelected?: (
|
|
1880
|
-
oEvent: sap.ui.base.Event<sap.ui.ux3.$ShellPaneBarItemSelectedEventParameters>
|
|
1881
|
-
) => void;
|
|
1815
|
+
paneBarItemSelected?: (oEvent: Shell$PaneBarItemSelectedEvent) => void;
|
|
1882
1816
|
|
|
1883
1817
|
/**
|
|
1884
1818
|
* Fired when the user clicks the "Log-off" button
|
|
@@ -1896,14 +1830,12 @@ declare namespace sap {
|
|
|
1896
1830
|
feedSubmit?: (oEvent: sap.ui.base.Event) => void;
|
|
1897
1831
|
|
|
1898
1832
|
/**
|
|
1899
|
-
* @
|
|
1833
|
+
* @since 1.12.0
|
|
1900
1834
|
*
|
|
1901
1835
|
* Fired after a side pane of the shell is closed. It is also fired, when an open pane is closed by calling
|
|
1902
1836
|
* setShowPane(false), if and only if the pane was opened before.
|
|
1903
1837
|
*/
|
|
1904
|
-
paneClosed?: (
|
|
1905
|
-
oEvent: sap.ui.base.Event<sap.ui.ux3.$ShellPaneClosedEventParameters>
|
|
1906
|
-
) => void;
|
|
1838
|
+
paneClosed?: (oEvent: Shell$PaneClosedEvent) => void;
|
|
1907
1839
|
}
|
|
1908
1840
|
|
|
1909
1841
|
interface $ThingActionSettings extends sap.ui.core.$ElementSettings {
|
|
@@ -1923,9 +1855,7 @@ declare namespace sap {
|
|
|
1923
1855
|
/**
|
|
1924
1856
|
* Event will be fired when the action was triggered.
|
|
1925
1857
|
*/
|
|
1926
|
-
select?: (
|
|
1927
|
-
oEvent: sap.ui.base.Event<sap.ui.ux3.$ThingActionSelectEventParameters>
|
|
1928
|
-
) => void;
|
|
1858
|
+
select?: (oEvent: ThingAction$SelectEvent) => void;
|
|
1929
1859
|
}
|
|
1930
1860
|
|
|
1931
1861
|
interface $ThingGroupSettings extends sap.ui.core.$ElementSettings {
|
|
@@ -2042,7 +1972,7 @@ declare namespace sap {
|
|
|
2042
1972
|
| `{${string}}`;
|
|
2043
1973
|
|
|
2044
1974
|
/**
|
|
2045
|
-
* @
|
|
1975
|
+
* @since 1.16.3
|
|
2046
1976
|
*
|
|
2047
1977
|
* Defines which header type should be used.
|
|
2048
1978
|
*/
|
|
@@ -2100,24 +2030,18 @@ declare namespace sap {
|
|
|
2100
2030
|
/**
|
|
2101
2031
|
* Further thing related Action selected
|
|
2102
2032
|
*/
|
|
2103
|
-
actionSelected?: (
|
|
2104
|
-
oEvent: sap.ui.base.Event<sap.ui.ux3.$ThingInspectorActionSelectedEventParameters>
|
|
2105
|
-
) => void;
|
|
2033
|
+
actionSelected?: (oEvent: ThingInspector$ActionSelectedEvent) => void;
|
|
2106
2034
|
|
|
2107
2035
|
/**
|
|
2108
2036
|
* Event for facet selection. The application is responsible for displaying the correct content for the
|
|
2109
2037
|
* selected one. The ThingInspector will currently always mark the first facet as selected.
|
|
2110
2038
|
*/
|
|
2111
|
-
facetSelected?: (
|
|
2112
|
-
oEvent: sap.ui.base.Event<sap.ui.ux3.$ThingInspectorFacetSelectedEventParameters>
|
|
2113
|
-
) => void;
|
|
2039
|
+
facetSelected?: (oEvent: ThingInspector$FacetSelectedEvent) => void;
|
|
2114
2040
|
|
|
2115
2041
|
/**
|
|
2116
2042
|
* Fired when a new feed entry is submitted.
|
|
2117
2043
|
*/
|
|
2118
|
-
feedSubmit?: (
|
|
2119
|
-
oEvent: sap.ui.base.Event<sap.ui.ux3.$ThingInspectorFeedSubmitEventParameters>
|
|
2120
|
-
) => void;
|
|
2044
|
+
feedSubmit?: (oEvent: ThingInspector$FeedSubmitEvent) => void;
|
|
2121
2045
|
}
|
|
2122
2046
|
|
|
2123
2047
|
interface $ThingViewerSettings extends sap.ui.core.$ControlSettings {
|
|
@@ -2161,7 +2085,7 @@ declare namespace sap {
|
|
|
2161
2085
|
| `{${string}}`;
|
|
2162
2086
|
|
|
2163
2087
|
/**
|
|
2164
|
-
* @
|
|
2088
|
+
* @since 1.16.3
|
|
2165
2089
|
*
|
|
2166
2090
|
* Defines which header type should be used.
|
|
2167
2091
|
*/
|
|
@@ -2211,9 +2135,7 @@ declare namespace sap {
|
|
|
2211
2135
|
* Event for facet selection. The application is responsible for displaying the correct content for the
|
|
2212
2136
|
* selected one. The ThingInspector will currently always mark the first facet as selected.
|
|
2213
2137
|
*/
|
|
2214
|
-
facetSelected?: (
|
|
2215
|
-
oEvent: sap.ui.base.Event<sap.ui.ux3.$ThingViewerFacetSelectedEventParameters>
|
|
2216
|
-
) => void;
|
|
2138
|
+
facetSelected?: (oEvent: ThingViewer$FacetSelectedEvent) => void;
|
|
2217
2139
|
}
|
|
2218
2140
|
|
|
2219
2141
|
interface $ToolPopupSettings extends sap.ui.core.$ControlSettings {
|
|
@@ -2262,7 +2184,7 @@ declare namespace sap {
|
|
|
2262
2184
|
| `{${string}}`;
|
|
2263
2185
|
|
|
2264
2186
|
/**
|
|
2265
|
-
* @
|
|
2187
|
+
* @since 1.11.1
|
|
2266
2188
|
*
|
|
2267
2189
|
* Specifies whether the ToolPopup has a dark or bright background. If set to true the background and borders
|
|
2268
2190
|
* will be dark. If false they will be bright. This property only has an effect for the GoldReflection-theme.
|
|
@@ -2273,7 +2195,7 @@ declare namespace sap {
|
|
|
2273
2195
|
| `{${string}}`;
|
|
2274
2196
|
|
|
2275
2197
|
/**
|
|
2276
|
-
* @
|
|
2198
|
+
* @since 1.13.2
|
|
2277
2199
|
*
|
|
2278
2200
|
* Determines whether the ToolPopup will auto close when it loses focus. If the user e.g. clicks outside
|
|
2279
2201
|
* of the ToolPopup it will be closed. Please don't use "modal" and "autoclose" at the same time. In this
|
|
@@ -2285,7 +2207,7 @@ declare namespace sap {
|
|
|
2285
2207
|
| `{${string}}`;
|
|
2286
2208
|
|
|
2287
2209
|
/**
|
|
2288
|
-
* @
|
|
2210
|
+
* @since 1.13.2
|
|
2289
2211
|
*
|
|
2290
2212
|
* Forces a maximum height of the ToolPopup in pixels. If the ToolPopup content is higher than the ToolPopup,
|
|
2291
2213
|
* the content will be scrollable.
|
|
@@ -2296,7 +2218,7 @@ declare namespace sap {
|
|
|
2296
2218
|
| `{${string}}`;
|
|
2297
2219
|
|
|
2298
2220
|
/**
|
|
2299
|
-
* @
|
|
2221
|
+
* @since 1.15.0
|
|
2300
2222
|
*
|
|
2301
2223
|
* Forces a maximum width of the ToolPopup in pixels.
|
|
2302
2224
|
*/
|
|
@@ -2306,7 +2228,7 @@ declare namespace sap {
|
|
|
2306
2228
|
| `{${string}}`;
|
|
2307
2229
|
|
|
2308
2230
|
/**
|
|
2309
|
-
* @
|
|
2231
|
+
* @since 1.19.0
|
|
2310
2232
|
*
|
|
2311
2233
|
* Time in milliseconds for the open animation.
|
|
2312
2234
|
*/
|
|
@@ -2316,7 +2238,7 @@ declare namespace sap {
|
|
|
2316
2238
|
| `{${string}}`;
|
|
2317
2239
|
|
|
2318
2240
|
/**
|
|
2319
|
-
* @
|
|
2241
|
+
* @since 1.19.0
|
|
2320
2242
|
*
|
|
2321
2243
|
* Time in milliseconds for the close animation.
|
|
2322
2244
|
*/
|
|
@@ -2356,7 +2278,7 @@ declare namespace sap {
|
|
|
2356
2278
|
opener?: sap.ui.core.Control | string;
|
|
2357
2279
|
|
|
2358
2280
|
/**
|
|
2359
|
-
* @
|
|
2281
|
+
* @since 1.20.1
|
|
2360
2282
|
*
|
|
2361
2283
|
* Defines one of the buttons that have been provided via button aggregation to be the default button. This
|
|
2362
2284
|
* default button is initially selected, if no control is set via the initialFocus association explicitly.
|
|
@@ -2379,9 +2301,7 @@ declare namespace sap {
|
|
|
2379
2301
|
/**
|
|
2380
2302
|
* Event is fired whenever the user clicks the Enter or the Enter key inside the pop up
|
|
2381
2303
|
*/
|
|
2382
|
-
enter?: (
|
|
2383
|
-
oEvent: sap.ui.base.Event<sap.ui.ux3.$ToolPopupEnterEventParameters>
|
|
2384
|
-
) => void;
|
|
2304
|
+
enter?: (oEvent: ToolPopup$EnterEvent) => void;
|
|
2385
2305
|
|
|
2386
2306
|
/**
|
|
2387
2307
|
* Event is fired when one of the icon properties is modified (Note: The icon is not rendered by the ToolPopup).
|
|
@@ -2396,14 +2316,14 @@ declare namespace sap {
|
|
|
2396
2316
|
closed?: (oEvent: sap.ui.base.Event) => void;
|
|
2397
2317
|
|
|
2398
2318
|
/**
|
|
2399
|
-
* @
|
|
2319
|
+
* @since 1.19.0
|
|
2400
2320
|
*
|
|
2401
2321
|
* Event is being fired after the ToolPopup has been opened.
|
|
2402
2322
|
*/
|
|
2403
2323
|
opened?: (oEvent: sap.ui.base.Event) => void;
|
|
2404
2324
|
}
|
|
2405
2325
|
|
|
2406
|
-
interface $
|
|
2326
|
+
interface ActionBar$ActionSelectedEventParameters {
|
|
2407
2327
|
/**
|
|
2408
2328
|
* Id of selected ThingAction
|
|
2409
2329
|
*/
|
|
@@ -2421,31 +2341,31 @@ declare namespace sap {
|
|
|
2421
2341
|
newState?: string;
|
|
2422
2342
|
}
|
|
2423
2343
|
|
|
2424
|
-
interface $
|
|
2344
|
+
interface ActionBar$FeedSubmitEventParameters {
|
|
2425
2345
|
/**
|
|
2426
2346
|
* Feed text
|
|
2427
2347
|
*/
|
|
2428
2348
|
text?: string;
|
|
2429
2349
|
}
|
|
2430
2350
|
|
|
2431
|
-
interface $
|
|
2351
|
+
interface Collection$PropertyChangedEventParameters {}
|
|
2432
2352
|
|
|
2433
|
-
interface $
|
|
2353
|
+
interface Collection$SelectionChangedEventParameters {}
|
|
2434
2354
|
|
|
2435
|
-
interface $
|
|
2355
|
+
interface CollectionInspector$CollectionSelectedEventParameters {}
|
|
2436
2356
|
|
|
2437
|
-
interface $
|
|
2357
|
+
interface CollectionInspector$EditCollectionEventParameters {}
|
|
2438
2358
|
|
|
2439
|
-
interface $
|
|
2359
|
+
interface CollectionInspector$ItemSelectionChangedEventParameters {}
|
|
2440
2360
|
|
|
2441
|
-
interface $
|
|
2361
|
+
interface DataSet$SearchEventParameters {
|
|
2442
2362
|
/**
|
|
2443
2363
|
* The search query
|
|
2444
2364
|
*/
|
|
2445
2365
|
query?: string;
|
|
2446
2366
|
}
|
|
2447
2367
|
|
|
2448
|
-
interface $
|
|
2368
|
+
interface DataSet$SelectionChangedEventParameters {
|
|
2449
2369
|
/**
|
|
2450
2370
|
* Old lead selected index
|
|
2451
2371
|
*/
|
|
@@ -2457,14 +2377,14 @@ declare namespace sap {
|
|
|
2457
2377
|
newLeadSelectedIndex?: int;
|
|
2458
2378
|
}
|
|
2459
2379
|
|
|
2460
|
-
interface $
|
|
2380
|
+
interface DataSetItem$SelectedEventParameters {
|
|
2461
2381
|
/**
|
|
2462
2382
|
* Id of the selected Datset item
|
|
2463
2383
|
*/
|
|
2464
2384
|
itemId?: string;
|
|
2465
2385
|
}
|
|
2466
2386
|
|
|
2467
|
-
interface $
|
|
2387
|
+
interface Exact$RefineSearchEventParameters {
|
|
2468
2388
|
/**
|
|
2469
2389
|
* The query string which was entered in the search field
|
|
2470
2390
|
*/
|
|
@@ -2481,21 +2401,21 @@ declare namespace sap {
|
|
|
2481
2401
|
allSelectedAttributes?: object;
|
|
2482
2402
|
}
|
|
2483
2403
|
|
|
2484
|
-
interface $
|
|
2404
|
+
interface Exact$SearchEventParameters {
|
|
2485
2405
|
/**
|
|
2486
2406
|
* The query string which was entered in the search field.
|
|
2487
2407
|
*/
|
|
2488
2408
|
query?: string;
|
|
2489
2409
|
}
|
|
2490
2410
|
|
|
2491
|
-
interface $
|
|
2411
|
+
interface ExactAttribute$SupplyAttributesEventParameters {
|
|
2492
2412
|
/**
|
|
2493
2413
|
* The ExactAttribute
|
|
2494
2414
|
*/
|
|
2495
2415
|
attribute?: sap.ui.ux3.ExactAttribute;
|
|
2496
2416
|
}
|
|
2497
2417
|
|
|
2498
|
-
interface $
|
|
2418
|
+
interface ExactBrowser$AttributeSelectedEventParameters {
|
|
2499
2419
|
/**
|
|
2500
2420
|
* The attribute which was selected or unselected recently
|
|
2501
2421
|
*/
|
|
@@ -2507,9 +2427,9 @@ declare namespace sap {
|
|
|
2507
2427
|
allAttributes?: object;
|
|
2508
2428
|
}
|
|
2509
2429
|
|
|
2510
|
-
interface $
|
|
2430
|
+
interface ExactBrowser$SaveEventParameters {}
|
|
2511
2431
|
|
|
2512
|
-
interface $
|
|
2432
|
+
interface ExactList$AttributeSelectedEventParameters {
|
|
2513
2433
|
/**
|
|
2514
2434
|
* The attribute which was selected/unselected recently
|
|
2515
2435
|
*/
|
|
@@ -2521,7 +2441,7 @@ declare namespace sap {
|
|
|
2521
2441
|
allAttributes?: object;
|
|
2522
2442
|
}
|
|
2523
2443
|
|
|
2524
|
-
interface $
|
|
2444
|
+
interface FacetFilterList$SelectEventParameters {
|
|
2525
2445
|
/**
|
|
2526
2446
|
* Id of the FacetFilterList taht fires the event.
|
|
2527
2447
|
*/
|
|
@@ -2544,35 +2464,35 @@ declare namespace sap {
|
|
|
2544
2464
|
all?: boolean;
|
|
2545
2465
|
}
|
|
2546
2466
|
|
|
2547
|
-
interface $
|
|
2467
|
+
interface Feed$ChunkAddedEventParameters {
|
|
2548
2468
|
/**
|
|
2549
2469
|
* New chunk
|
|
2550
2470
|
*/
|
|
2551
2471
|
chunk?: sap.ui.ux3.FeedChunk;
|
|
2552
2472
|
}
|
|
2553
2473
|
|
|
2554
|
-
interface $
|
|
2474
|
+
interface Feed$FilterChangeEventParameters {
|
|
2555
2475
|
/**
|
|
2556
2476
|
* The new/changed value of the filter
|
|
2557
2477
|
*/
|
|
2558
2478
|
newValue?: string;
|
|
2559
2479
|
}
|
|
2560
2480
|
|
|
2561
|
-
interface $
|
|
2481
|
+
interface Feed$SearchEventParameters {
|
|
2562
2482
|
/**
|
|
2563
2483
|
* The search query
|
|
2564
2484
|
*/
|
|
2565
2485
|
query?: string;
|
|
2566
2486
|
}
|
|
2567
2487
|
|
|
2568
|
-
interface $
|
|
2488
|
+
interface Feed$ToggleLiveEventParameters {
|
|
2569
2489
|
/**
|
|
2570
2490
|
* Current live indicator
|
|
2571
2491
|
*/
|
|
2572
2492
|
live?: boolean;
|
|
2573
2493
|
}
|
|
2574
2494
|
|
|
2575
|
-
interface $
|
|
2495
|
+
interface Feed$ToolsItemSelectedEventParameters {
|
|
2576
2496
|
/**
|
|
2577
2497
|
* The Id of the selected item
|
|
2578
2498
|
*/
|
|
@@ -2584,7 +2504,7 @@ declare namespace sap {
|
|
|
2584
2504
|
item?: sap.ui.unified.MenuItemBase;
|
|
2585
2505
|
}
|
|
2586
2506
|
|
|
2587
|
-
interface $
|
|
2507
|
+
interface FeedChunk$ActionItemSelectedEventParameters {
|
|
2588
2508
|
/**
|
|
2589
2509
|
* The Id of the selected item
|
|
2590
2510
|
*/
|
|
@@ -2596,55 +2516,55 @@ declare namespace sap {
|
|
|
2596
2516
|
item?: sap.ui.unified.MenuItemBase;
|
|
2597
2517
|
}
|
|
2598
2518
|
|
|
2599
|
-
interface $
|
|
2519
|
+
interface FeedChunk$CommentAddedEventParameters {
|
|
2600
2520
|
/**
|
|
2601
2521
|
* New comment chunk
|
|
2602
2522
|
*/
|
|
2603
2523
|
comment?: sap.ui.ux3.FeedChunk;
|
|
2604
2524
|
}
|
|
2605
2525
|
|
|
2606
|
-
interface $
|
|
2526
|
+
interface FeedChunk$DeletedEventParameters {}
|
|
2607
2527
|
|
|
2608
|
-
interface $
|
|
2528
|
+
interface FeedChunk$InspectEventParameters {}
|
|
2609
2529
|
|
|
2610
|
-
interface $
|
|
2530
|
+
interface FeedChunk$ReferenceClickedEventParameters {
|
|
2611
2531
|
/**
|
|
2612
2532
|
* Text of the @-reference
|
|
2613
2533
|
*/
|
|
2614
2534
|
text?: string;
|
|
2615
2535
|
}
|
|
2616
2536
|
|
|
2617
|
-
interface $
|
|
2537
|
+
interface FeedChunk$SenderClickedEventParameters {}
|
|
2618
2538
|
|
|
2619
|
-
interface $
|
|
2539
|
+
interface FeedChunk$ToggleFavoriteEventParameters {
|
|
2620
2540
|
/**
|
|
2621
2541
|
* Current favorite state
|
|
2622
2542
|
*/
|
|
2623
2543
|
favorite?: boolean;
|
|
2624
2544
|
}
|
|
2625
2545
|
|
|
2626
|
-
interface $
|
|
2546
|
+
interface FeedChunk$ToggleFlaggedEventParameters {
|
|
2627
2547
|
/**
|
|
2628
2548
|
* Current flagged state
|
|
2629
2549
|
*/
|
|
2630
2550
|
flagged?: boolean;
|
|
2631
2551
|
}
|
|
2632
2552
|
|
|
2633
|
-
interface $
|
|
2553
|
+
interface FeedChunk$ToggleSharedEventParameters {
|
|
2634
2554
|
/**
|
|
2635
2555
|
* Current shared state
|
|
2636
2556
|
*/
|
|
2637
2557
|
shareed?: boolean;
|
|
2638
2558
|
}
|
|
2639
2559
|
|
|
2640
|
-
interface $
|
|
2560
|
+
interface Feeder$SubmitEventParameters {
|
|
2641
2561
|
/**
|
|
2642
2562
|
* The text that is submitted
|
|
2643
2563
|
*/
|
|
2644
2564
|
text?: string;
|
|
2645
2565
|
}
|
|
2646
2566
|
|
|
2647
|
-
interface $
|
|
2567
|
+
interface NavigationBar$SelectEventParameters {
|
|
2648
2568
|
/**
|
|
2649
2569
|
* The ID of the newly selected NavigationItem.
|
|
2650
2570
|
*/
|
|
@@ -2656,14 +2576,14 @@ declare namespace sap {
|
|
|
2656
2576
|
item?: sap.ui.ux3.NavigationItem;
|
|
2657
2577
|
}
|
|
2658
2578
|
|
|
2659
|
-
interface $
|
|
2579
|
+
interface NotificationBar$DisplayEventParameters {
|
|
2660
2580
|
/**
|
|
2661
2581
|
* Indicates if the bar wants to be shown or hidden
|
|
2662
2582
|
*/
|
|
2663
2583
|
show?: boolean;
|
|
2664
2584
|
}
|
|
2665
2585
|
|
|
2666
|
-
interface $
|
|
2586
|
+
interface NotificationBar$ResizeEventParameters {
|
|
2667
2587
|
/**
|
|
2668
2588
|
* The corresponding status to which the bar was resized. The corresponding heights can be taken for the
|
|
2669
2589
|
* bar's CSS file.
|
|
@@ -2671,7 +2591,7 @@ declare namespace sap {
|
|
|
2671
2591
|
status?: sap.ui.ux3.NotificationBarStatus;
|
|
2672
2592
|
}
|
|
2673
2593
|
|
|
2674
|
-
interface $
|
|
2594
|
+
interface Notifier$MessageSelectedEventParameters {
|
|
2675
2595
|
/**
|
|
2676
2596
|
* The message that was selected
|
|
2677
2597
|
*/
|
|
@@ -2683,35 +2603,35 @@ declare namespace sap {
|
|
|
2683
2603
|
notifier?: sap.ui.ux3.Notifier;
|
|
2684
2604
|
}
|
|
2685
2605
|
|
|
2686
|
-
interface $
|
|
2606
|
+
interface Overlay$CloseEventParameters {
|
|
2687
2607
|
/**
|
|
2688
2608
|
* The ID of the Overlay instance.
|
|
2689
2609
|
*/
|
|
2690
2610
|
id?: string;
|
|
2691
2611
|
}
|
|
2692
2612
|
|
|
2693
|
-
interface $
|
|
2613
|
+
interface Overlay$ClosedEventParameters {
|
|
2694
2614
|
/**
|
|
2695
2615
|
* The ID of the Overlay instance.
|
|
2696
2616
|
*/
|
|
2697
2617
|
id?: string;
|
|
2698
2618
|
}
|
|
2699
2619
|
|
|
2700
|
-
interface $
|
|
2620
|
+
interface Overlay$OpenEventParameters {
|
|
2701
2621
|
/**
|
|
2702
2622
|
* The ID of the Overlay instance
|
|
2703
2623
|
*/
|
|
2704
2624
|
id?: string;
|
|
2705
2625
|
}
|
|
2706
2626
|
|
|
2707
|
-
interface $
|
|
2627
|
+
interface Overlay$OpenNewEventParameters {
|
|
2708
2628
|
/**
|
|
2709
2629
|
* The ID of the Overlay instance.
|
|
2710
2630
|
*/
|
|
2711
2631
|
id?: string;
|
|
2712
2632
|
}
|
|
2713
2633
|
|
|
2714
|
-
interface $
|
|
2634
|
+
interface QuickView$ActionSelectedEventParameters {
|
|
2715
2635
|
/**
|
|
2716
2636
|
* Id of selected ThingAction
|
|
2717
2637
|
*/
|
|
@@ -2729,25 +2649,25 @@ declare namespace sap {
|
|
|
2729
2649
|
newState?: string;
|
|
2730
2650
|
}
|
|
2731
2651
|
|
|
2732
|
-
interface $
|
|
2652
|
+
interface QuickView$FeedSubmitEventParameters {
|
|
2733
2653
|
/**
|
|
2734
2654
|
* Feed text
|
|
2735
2655
|
*/
|
|
2736
2656
|
text?: string;
|
|
2737
2657
|
}
|
|
2738
2658
|
|
|
2739
|
-
interface $
|
|
2659
|
+
interface QuickView$NavigateEventParameters {
|
|
2740
2660
|
/**
|
|
2741
2661
|
* URI of the Thing Inspector application.
|
|
2742
2662
|
*/
|
|
2743
2663
|
href?: string;
|
|
2744
2664
|
}
|
|
2745
2665
|
|
|
2746
|
-
interface $
|
|
2666
|
+
interface Shell$FeedSubmitEventParameters {}
|
|
2747
2667
|
|
|
2748
|
-
interface $
|
|
2668
|
+
interface Shell$LogoutEventParameters {}
|
|
2749
2669
|
|
|
2750
|
-
interface $
|
|
2670
|
+
interface Shell$PaneBarItemSelectedEventParameters {
|
|
2751
2671
|
/**
|
|
2752
2672
|
* The ID of the selected PaneBarItem.
|
|
2753
2673
|
*/
|
|
@@ -2764,16 +2684,16 @@ declare namespace sap {
|
|
|
2764
2684
|
key?: string;
|
|
2765
2685
|
}
|
|
2766
2686
|
|
|
2767
|
-
interface $
|
|
2687
|
+
interface Shell$PaneClosedEventParameters {
|
|
2768
2688
|
/**
|
|
2769
2689
|
* The id of the PaneBarItem to which the closed pane belonged.
|
|
2770
2690
|
*/
|
|
2771
2691
|
id?: string;
|
|
2772
2692
|
}
|
|
2773
2693
|
|
|
2774
|
-
interface $
|
|
2694
|
+
interface Shell$SearchEventParameters {}
|
|
2775
2695
|
|
|
2776
|
-
interface $
|
|
2696
|
+
interface Shell$WorksetItemSelectedEventParameters {
|
|
2777
2697
|
/**
|
|
2778
2698
|
* The id of the workset item that has been newly selected by the user. If a top-level item has been clicked
|
|
2779
2699
|
* which has sub-items, the ID of the currently active sub-item (/leaf) is given.
|
|
@@ -2791,7 +2711,7 @@ declare namespace sap {
|
|
|
2791
2711
|
key?: string;
|
|
2792
2712
|
}
|
|
2793
2713
|
|
|
2794
|
-
interface $
|
|
2714
|
+
interface ThingAction$SelectEventParameters {
|
|
2795
2715
|
/**
|
|
2796
2716
|
* Id of selected action
|
|
2797
2717
|
*/
|
|
@@ -2803,7 +2723,7 @@ declare namespace sap {
|
|
|
2803
2723
|
action?: sap.ui.ux3.ThingAction;
|
|
2804
2724
|
}
|
|
2805
2725
|
|
|
2806
|
-
interface $
|
|
2726
|
+
interface ThingInspector$ActionSelectedEventParameters {
|
|
2807
2727
|
/**
|
|
2808
2728
|
* Id of selected ThingAction
|
|
2809
2729
|
*/
|
|
@@ -2815,7 +2735,7 @@ declare namespace sap {
|
|
|
2815
2735
|
action?: sap.ui.ux3.ThingAction;
|
|
2816
2736
|
}
|
|
2817
2737
|
|
|
2818
|
-
interface $
|
|
2738
|
+
interface ThingInspector$FacetSelectedEventParameters {
|
|
2819
2739
|
/**
|
|
2820
2740
|
* Id of selected NavigationItem
|
|
2821
2741
|
*/
|
|
@@ -2832,14 +2752,14 @@ declare namespace sap {
|
|
|
2832
2752
|
key?: string;
|
|
2833
2753
|
}
|
|
2834
2754
|
|
|
2835
|
-
interface $
|
|
2755
|
+
interface ThingInspector$FeedSubmitEventParameters {
|
|
2836
2756
|
/**
|
|
2837
2757
|
* Feed text
|
|
2838
2758
|
*/
|
|
2839
2759
|
text?: string;
|
|
2840
2760
|
}
|
|
2841
2761
|
|
|
2842
|
-
interface $
|
|
2762
|
+
interface ThingViewer$FacetSelectedEventParameters {
|
|
2843
2763
|
/**
|
|
2844
2764
|
* Id of selected NavigationItem
|
|
2845
2765
|
*/
|
|
@@ -2856,11 +2776,11 @@ declare namespace sap {
|
|
|
2856
2776
|
key?: string;
|
|
2857
2777
|
}
|
|
2858
2778
|
|
|
2859
|
-
interface $
|
|
2779
|
+
interface ToolPopup$CloseEventParameters {}
|
|
2860
2780
|
|
|
2861
|
-
interface $
|
|
2781
|
+
interface ToolPopup$ClosedEventParameters {}
|
|
2862
2782
|
|
|
2863
|
-
interface $
|
|
2783
|
+
interface ToolPopup$EnterEventParameters {
|
|
2864
2784
|
/**
|
|
2865
2785
|
* The onsapenter event, received by the pop up
|
|
2866
2786
|
*/
|
|
@@ -2872,11 +2792,11 @@ declare namespace sap {
|
|
|
2872
2792
|
originalSrcControl?: sap.ui.core.Control;
|
|
2873
2793
|
}
|
|
2874
2794
|
|
|
2875
|
-
interface $
|
|
2795
|
+
interface ToolPopup$IconChangedEventParameters {}
|
|
2876
2796
|
|
|
2877
|
-
interface $
|
|
2797
|
+
interface ToolPopup$OpenEventParameters {}
|
|
2878
2798
|
|
|
2879
|
-
interface $
|
|
2799
|
+
interface ToolPopup$OpenedEventParameters {}
|
|
2880
2800
|
|
|
2881
2801
|
/**
|
|
2882
2802
|
* @deprecated (since 1.38) - Instead, use the `sap.m.Toolbar` or `sap.m.OverflowToolbar` control.
|
|
@@ -2977,9 +2897,7 @@ declare namespace sap {
|
|
|
2977
2897
|
/**
|
|
2978
2898
|
* The function to be called when the event occurs
|
|
2979
2899
|
*/
|
|
2980
|
-
fnFunction: (
|
|
2981
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$ActionBarActionSelectedEventParameters>
|
|
2982
|
-
) => void,
|
|
2900
|
+
fnFunction: (p1: ActionBar$ActionSelectedEvent) => void,
|
|
2983
2901
|
/**
|
|
2984
2902
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.ActionBar` itself
|
|
2985
2903
|
*/
|
|
@@ -3006,9 +2924,7 @@ declare namespace sap {
|
|
|
3006
2924
|
/**
|
|
3007
2925
|
* The function to be called when the event occurs
|
|
3008
2926
|
*/
|
|
3009
|
-
fnFunction: (
|
|
3010
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$ActionBarActionSelectedEventParameters>
|
|
3011
|
-
) => void,
|
|
2927
|
+
fnFunction: (p1: ActionBar$ActionSelectedEvent) => void,
|
|
3012
2928
|
/**
|
|
3013
2929
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.ActionBar` itself
|
|
3014
2930
|
*/
|
|
@@ -3033,9 +2949,7 @@ declare namespace sap {
|
|
|
3033
2949
|
/**
|
|
3034
2950
|
* The function to be called when the event occurs
|
|
3035
2951
|
*/
|
|
3036
|
-
fnFunction: (
|
|
3037
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$ActionBarFeedSubmitEventParameters>
|
|
3038
|
-
) => void,
|
|
2952
|
+
fnFunction: (p1: ActionBar$FeedSubmitEvent) => void,
|
|
3039
2953
|
/**
|
|
3040
2954
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.ActionBar` itself
|
|
3041
2955
|
*/
|
|
@@ -3055,9 +2969,7 @@ declare namespace sap {
|
|
|
3055
2969
|
/**
|
|
3056
2970
|
* The function to be called when the event occurs
|
|
3057
2971
|
*/
|
|
3058
|
-
fnFunction: (
|
|
3059
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$ActionBarFeedSubmitEventParameters>
|
|
3060
|
-
) => void,
|
|
2972
|
+
fnFunction: (p1: ActionBar$FeedSubmitEvent) => void,
|
|
3061
2973
|
/**
|
|
3062
2974
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.ActionBar` itself
|
|
3063
2975
|
*/
|
|
@@ -3080,9 +2992,7 @@ declare namespace sap {
|
|
|
3080
2992
|
/**
|
|
3081
2993
|
* The function to be called, when the event occurs
|
|
3082
2994
|
*/
|
|
3083
|
-
fnFunction: (
|
|
3084
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$ActionBarActionSelectedEventParameters>
|
|
3085
|
-
) => void,
|
|
2995
|
+
fnFunction: (p1: ActionBar$ActionSelectedEvent) => void,
|
|
3086
2996
|
/**
|
|
3087
2997
|
* Context object on which the given function had to be called
|
|
3088
2998
|
*/
|
|
@@ -3099,16 +3009,14 @@ declare namespace sap {
|
|
|
3099
3009
|
/**
|
|
3100
3010
|
* The function to be called, when the event occurs
|
|
3101
3011
|
*/
|
|
3102
|
-
fnFunction: (
|
|
3103
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$ActionBarFeedSubmitEventParameters>
|
|
3104
|
-
) => void,
|
|
3012
|
+
fnFunction: (p1: ActionBar$FeedSubmitEvent) => void,
|
|
3105
3013
|
/**
|
|
3106
3014
|
* Context object on which the given function had to be called
|
|
3107
3015
|
*/
|
|
3108
3016
|
oListener?: object
|
|
3109
3017
|
): this;
|
|
3110
3018
|
/**
|
|
3111
|
-
* @
|
|
3019
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
3112
3020
|
*
|
|
3113
3021
|
* Fires event {@link #event:actionSelected actionSelected} to attached listeners.
|
|
3114
3022
|
*
|
|
@@ -3118,10 +3026,10 @@ declare namespace sap {
|
|
|
3118
3026
|
/**
|
|
3119
3027
|
* Parameters to pass along with the event
|
|
3120
3028
|
*/
|
|
3121
|
-
mParameters?: sap.ui.ux3
|
|
3029
|
+
mParameters?: sap.ui.ux3.ActionBar$ActionSelectedEventParameters
|
|
3122
3030
|
): this;
|
|
3123
3031
|
/**
|
|
3124
|
-
* @
|
|
3032
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
3125
3033
|
*
|
|
3126
3034
|
* Fires event {@link #event:feedSubmit feedSubmit} to attached listeners.
|
|
3127
3035
|
*
|
|
@@ -3131,7 +3039,7 @@ declare namespace sap {
|
|
|
3131
3039
|
/**
|
|
3132
3040
|
* Parameters to pass along with the event
|
|
3133
3041
|
*/
|
|
3134
|
-
mParameters?: sap.ui.ux3
|
|
3042
|
+
mParameters?: sap.ui.ux3.ActionBar$FeedSubmitEventParameters
|
|
3135
3043
|
): this;
|
|
3136
3044
|
/**
|
|
3137
3045
|
* Gets current value of property {@link #getAlwaysShowMoreMenu alwaysShowMoreMenu}.
|
|
@@ -3265,7 +3173,7 @@ declare namespace sap {
|
|
|
3265
3173
|
oBusinessAction: sap.ui.ux3.ThingAction
|
|
3266
3174
|
): int;
|
|
3267
3175
|
/**
|
|
3268
|
-
* @
|
|
3176
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
3269
3177
|
*
|
|
3270
3178
|
* Checks whether the control is still valid (is in the DOM). ActionBar instance is rendered if and only
|
|
3271
3179
|
* if 'isActive' returns 'true'. This check is called implicitely by the rendere, MUST not be removed.
|
|
@@ -3472,7 +3380,7 @@ declare namespace sap {
|
|
|
3472
3380
|
): this;
|
|
3473
3381
|
}
|
|
3474
3382
|
/**
|
|
3475
|
-
* @
|
|
3383
|
+
* @since 1.9.0
|
|
3476
3384
|
* @deprecated (since 1.38)
|
|
3477
3385
|
*
|
|
3478
3386
|
* Collection
|
|
@@ -3697,7 +3605,7 @@ declare namespace sap {
|
|
|
3697
3605
|
oListener?: object
|
|
3698
3606
|
): this;
|
|
3699
3607
|
/**
|
|
3700
|
-
* @
|
|
3608
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
3701
3609
|
*
|
|
3702
3610
|
* Fires event {@link #event:propertyChanged propertyChanged} to attached listeners.
|
|
3703
3611
|
*
|
|
@@ -3710,7 +3618,7 @@ declare namespace sap {
|
|
|
3710
3618
|
mParameters?: object
|
|
3711
3619
|
): this;
|
|
3712
3620
|
/**
|
|
3713
|
-
* @
|
|
3621
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
3714
3622
|
*
|
|
3715
3623
|
* Fires event {@link #event:selectionChanged selectionChanged} to attached listeners.
|
|
3716
3624
|
*
|
|
@@ -3874,7 +3782,7 @@ declare namespace sap {
|
|
|
3874
3782
|
): this;
|
|
3875
3783
|
}
|
|
3876
3784
|
/**
|
|
3877
|
-
* @
|
|
3785
|
+
* @since 1.9.0
|
|
3878
3786
|
* @deprecated (since 1.38)
|
|
3879
3787
|
*
|
|
3880
3788
|
* CollectionInspector
|
|
@@ -4174,7 +4082,7 @@ declare namespace sap {
|
|
|
4174
4082
|
oListener?: object
|
|
4175
4083
|
): this;
|
|
4176
4084
|
/**
|
|
4177
|
-
* @
|
|
4085
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
4178
4086
|
*
|
|
4179
4087
|
* Fires event {@link #event:collectionSelected collectionSelected} to attached listeners.
|
|
4180
4088
|
*
|
|
@@ -4187,7 +4095,7 @@ declare namespace sap {
|
|
|
4187
4095
|
mParameters?: object
|
|
4188
4096
|
): this;
|
|
4189
4097
|
/**
|
|
4190
|
-
* @
|
|
4098
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
4191
4099
|
*
|
|
4192
4100
|
* Fires event {@link #event:editCollection editCollection} to attached listeners.
|
|
4193
4101
|
*
|
|
@@ -4200,7 +4108,7 @@ declare namespace sap {
|
|
|
4200
4108
|
mParameters?: object
|
|
4201
4109
|
): this;
|
|
4202
4110
|
/**
|
|
4203
|
-
* @
|
|
4111
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
4204
4112
|
*
|
|
4205
4113
|
* Fires event {@link #event:itemSelectionChanged itemSelectionChanged} to attached listeners.
|
|
4206
4114
|
*
|
|
@@ -4465,13 +4373,13 @@ declare namespace sap {
|
|
|
4465
4373
|
*/
|
|
4466
4374
|
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
4467
4375
|
/**
|
|
4468
|
-
* @
|
|
4376
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
4469
4377
|
*
|
|
4470
4378
|
* Rerendering of the FilterArea
|
|
4471
4379
|
*/
|
|
4472
4380
|
_rerenderFilter(): void;
|
|
4473
4381
|
/**
|
|
4474
|
-
* @
|
|
4382
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
4475
4383
|
*
|
|
4476
4384
|
* Rerendering of the Toolbar
|
|
4477
4385
|
*/
|
|
@@ -4537,9 +4445,7 @@ declare namespace sap {
|
|
|
4537
4445
|
/**
|
|
4538
4446
|
* The function to be called when the event occurs
|
|
4539
4447
|
*/
|
|
4540
|
-
fnFunction: (
|
|
4541
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$DataSetSearchEventParameters>
|
|
4542
|
-
) => void,
|
|
4448
|
+
fnFunction: (p1: DataSet$SearchEvent) => void,
|
|
4543
4449
|
/**
|
|
4544
4450
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.DataSet` itself
|
|
4545
4451
|
*/
|
|
@@ -4559,9 +4465,7 @@ declare namespace sap {
|
|
|
4559
4465
|
/**
|
|
4560
4466
|
* The function to be called when the event occurs
|
|
4561
4467
|
*/
|
|
4562
|
-
fnFunction: (
|
|
4563
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$DataSetSearchEventParameters>
|
|
4564
|
-
) => void,
|
|
4468
|
+
fnFunction: (p1: DataSet$SearchEvent) => void,
|
|
4565
4469
|
/**
|
|
4566
4470
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.DataSet` itself
|
|
4567
4471
|
*/
|
|
@@ -4587,9 +4491,7 @@ declare namespace sap {
|
|
|
4587
4491
|
/**
|
|
4588
4492
|
* The function to be called when the event occurs
|
|
4589
4493
|
*/
|
|
4590
|
-
fnFunction: (
|
|
4591
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$DataSetSelectionChangedEventParameters>
|
|
4592
|
-
) => void,
|
|
4494
|
+
fnFunction: (p1: DataSet$SelectionChangedEvent) => void,
|
|
4593
4495
|
/**
|
|
4594
4496
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.DataSet` itself
|
|
4595
4497
|
*/
|
|
@@ -4610,9 +4512,7 @@ declare namespace sap {
|
|
|
4610
4512
|
/**
|
|
4611
4513
|
* The function to be called when the event occurs
|
|
4612
4514
|
*/
|
|
4613
|
-
fnFunction: (
|
|
4614
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$DataSetSelectionChangedEventParameters>
|
|
4615
|
-
) => void,
|
|
4515
|
+
fnFunction: (p1: DataSet$SelectionChangedEvent) => void,
|
|
4616
4516
|
/**
|
|
4617
4517
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.DataSet` itself
|
|
4618
4518
|
*/
|
|
@@ -4637,7 +4537,7 @@ declare namespace sap {
|
|
|
4637
4537
|
*/
|
|
4638
4538
|
clearSelection(): void;
|
|
4639
4539
|
/**
|
|
4640
|
-
* @
|
|
4540
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
4641
4541
|
*
|
|
4642
4542
|
* Creates a view switch button
|
|
4643
4543
|
*
|
|
@@ -4682,9 +4582,7 @@ declare namespace sap {
|
|
|
4682
4582
|
/**
|
|
4683
4583
|
* The function to be called, when the event occurs
|
|
4684
4584
|
*/
|
|
4685
|
-
fnFunction: (
|
|
4686
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$DataSetSearchEventParameters>
|
|
4687
|
-
) => void,
|
|
4585
|
+
fnFunction: (p1: DataSet$SearchEvent) => void,
|
|
4688
4586
|
/**
|
|
4689
4587
|
* Context object on which the given function had to be called
|
|
4690
4588
|
*/
|
|
@@ -4702,16 +4600,14 @@ declare namespace sap {
|
|
|
4702
4600
|
/**
|
|
4703
4601
|
* The function to be called, when the event occurs
|
|
4704
4602
|
*/
|
|
4705
|
-
fnFunction: (
|
|
4706
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$DataSetSelectionChangedEventParameters>
|
|
4707
|
-
) => void,
|
|
4603
|
+
fnFunction: (p1: DataSet$SelectionChangedEvent) => void,
|
|
4708
4604
|
/**
|
|
4709
4605
|
* Context object on which the given function had to be called
|
|
4710
4606
|
*/
|
|
4711
4607
|
oListener?: object
|
|
4712
4608
|
): this;
|
|
4713
4609
|
/**
|
|
4714
|
-
* @
|
|
4610
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
4715
4611
|
*
|
|
4716
4612
|
* Fires event {@link #event:search search} to attached listeners.
|
|
4717
4613
|
*
|
|
@@ -4721,10 +4617,10 @@ declare namespace sap {
|
|
|
4721
4617
|
/**
|
|
4722
4618
|
* Parameters to pass along with the event
|
|
4723
4619
|
*/
|
|
4724
|
-
mParameters?: sap.ui.ux3
|
|
4620
|
+
mParameters?: sap.ui.ux3.DataSet$SearchEventParameters
|
|
4725
4621
|
): this;
|
|
4726
4622
|
/**
|
|
4727
|
-
* @
|
|
4623
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
4728
4624
|
*
|
|
4729
4625
|
* Fires event {@link #event:selectionChanged selectionChanged} to attached listeners.
|
|
4730
4626
|
*
|
|
@@ -4734,7 +4630,7 @@ declare namespace sap {
|
|
|
4734
4630
|
/**
|
|
4735
4631
|
* Parameters to pass along with the event
|
|
4736
4632
|
*/
|
|
4737
|
-
mParameters?: sap.ui.ux3
|
|
4633
|
+
mParameters?: sap.ui.ux3.DataSet$SelectionChangedEventParameters
|
|
4738
4634
|
): this;
|
|
4739
4635
|
/**
|
|
4740
4636
|
* Gets content of aggregation {@link #getFilter filter}.
|
|
@@ -4749,7 +4645,7 @@ declare namespace sap {
|
|
|
4749
4645
|
*/
|
|
4750
4646
|
getItems(): sap.ui.ux3.DataSetItem[];
|
|
4751
4647
|
/**
|
|
4752
|
-
* @
|
|
4648
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
4753
4649
|
*
|
|
4754
4650
|
* Returns the LeadSelection index
|
|
4755
4651
|
*
|
|
@@ -4775,7 +4671,7 @@ declare namespace sap {
|
|
|
4775
4671
|
*/
|
|
4776
4672
|
getSelectedIndices(): void;
|
|
4777
4673
|
/**
|
|
4778
|
-
* @
|
|
4674
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
4779
4675
|
*
|
|
4780
4676
|
* Returns id of selected Item from given index
|
|
4781
4677
|
*
|
|
@@ -4916,7 +4812,7 @@ declare namespace sap {
|
|
|
4916
4812
|
iIndex: int
|
|
4917
4813
|
): this;
|
|
4918
4814
|
/**
|
|
4919
|
-
* @
|
|
4815
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
4920
4816
|
*
|
|
4921
4817
|
* Returns true if iIndex is selected
|
|
4922
4818
|
*
|
|
@@ -4990,7 +4886,7 @@ declare namespace sap {
|
|
|
4990
4886
|
vView: int | string | sap.ui.ux3.DataSetView
|
|
4991
4887
|
): sap.ui.ux3.DataSetView | null;
|
|
4992
4888
|
/**
|
|
4993
|
-
* @
|
|
4889
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
4994
4890
|
*
|
|
4995
4891
|
* Set the LeadSelection index
|
|
4996
4892
|
*/
|
|
@@ -5164,9 +5060,7 @@ declare namespace sap {
|
|
|
5164
5060
|
/**
|
|
5165
5061
|
* The function to be called when the event occurs
|
|
5166
5062
|
*/
|
|
5167
|
-
fnFunction: (
|
|
5168
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$DataSetItemSelectedEventParameters>
|
|
5169
|
-
) => void,
|
|
5063
|
+
fnFunction: (p1: DataSetItem$SelectedEvent) => void,
|
|
5170
5064
|
/**
|
|
5171
5065
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.DataSetItem` itself
|
|
5172
5066
|
*/
|
|
@@ -5186,9 +5080,7 @@ declare namespace sap {
|
|
|
5186
5080
|
/**
|
|
5187
5081
|
* The function to be called when the event occurs
|
|
5188
5082
|
*/
|
|
5189
|
-
fnFunction: (
|
|
5190
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$DataSetItemSelectedEventParameters>
|
|
5191
|
-
) => void,
|
|
5083
|
+
fnFunction: (p1: DataSetItem$SelectedEvent) => void,
|
|
5192
5084
|
/**
|
|
5193
5085
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.DataSetItem` itself
|
|
5194
5086
|
*/
|
|
@@ -5205,16 +5097,14 @@ declare namespace sap {
|
|
|
5205
5097
|
/**
|
|
5206
5098
|
* The function to be called, when the event occurs
|
|
5207
5099
|
*/
|
|
5208
|
-
fnFunction: (
|
|
5209
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$DataSetItemSelectedEventParameters>
|
|
5210
|
-
) => void,
|
|
5100
|
+
fnFunction: (p1: DataSetItem$SelectedEvent) => void,
|
|
5211
5101
|
/**
|
|
5212
5102
|
* Context object on which the given function had to be called
|
|
5213
5103
|
*/
|
|
5214
5104
|
oListener?: object
|
|
5215
5105
|
): this;
|
|
5216
5106
|
/**
|
|
5217
|
-
* @
|
|
5107
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
5218
5108
|
*
|
|
5219
5109
|
* Fires event {@link #event:selected selected} to attached listeners.
|
|
5220
5110
|
*
|
|
@@ -5224,7 +5114,7 @@ declare namespace sap {
|
|
|
5224
5114
|
/**
|
|
5225
5115
|
* Parameters to pass along with the event
|
|
5226
5116
|
*/
|
|
5227
|
-
mParameters?: sap.ui.ux3
|
|
5117
|
+
mParameters?: sap.ui.ux3.DataSetItem$SelectedEventParameters
|
|
5228
5118
|
): this;
|
|
5229
5119
|
/**
|
|
5230
5120
|
* Gets current value of property {@link #getCheckable checkable}.
|
|
@@ -5407,7 +5297,7 @@ declare namespace sap {
|
|
|
5407
5297
|
*/
|
|
5408
5298
|
destroyTemplate(): this;
|
|
5409
5299
|
/**
|
|
5410
|
-
* @
|
|
5300
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
5411
5301
|
*
|
|
5412
5302
|
* View finalization: Called when leaving the view
|
|
5413
5303
|
*/
|
|
@@ -5424,7 +5314,7 @@ declare namespace sap {
|
|
|
5424
5314
|
*/
|
|
5425
5315
|
getFloating(): boolean;
|
|
5426
5316
|
/**
|
|
5427
|
-
* @
|
|
5317
|
+
* @since 1.13.0
|
|
5428
5318
|
*
|
|
5429
5319
|
* Gets current value of property {@link #getHeight height}.
|
|
5430
5320
|
*
|
|
@@ -5459,7 +5349,7 @@ declare namespace sap {
|
|
|
5459
5349
|
*/
|
|
5460
5350
|
getIconSelected(): sap.ui.core.URI;
|
|
5461
5351
|
/**
|
|
5462
|
-
* @
|
|
5352
|
+
* @since 1.13.0
|
|
5463
5353
|
*
|
|
5464
5354
|
* Gets current value of property {@link #getInitialItemCount initialItemCount}.
|
|
5465
5355
|
*
|
|
@@ -5473,7 +5363,7 @@ declare namespace sap {
|
|
|
5473
5363
|
*/
|
|
5474
5364
|
getInitialItemCount(): int;
|
|
5475
5365
|
/**
|
|
5476
|
-
* @
|
|
5366
|
+
* @since 1.9.2
|
|
5477
5367
|
*
|
|
5478
5368
|
* Gets current value of property {@link #getItemMinWidth itemMinWidth}.
|
|
5479
5369
|
*
|
|
@@ -5496,7 +5386,7 @@ declare namespace sap {
|
|
|
5496
5386
|
*/
|
|
5497
5387
|
getName(): string;
|
|
5498
5388
|
/**
|
|
5499
|
-
* @
|
|
5389
|
+
* @since 1.13.0
|
|
5500
5390
|
*
|
|
5501
5391
|
* Gets current value of property {@link #getReloadItemCount reloadItemCount}.
|
|
5502
5392
|
*
|
|
@@ -5508,7 +5398,7 @@ declare namespace sap {
|
|
|
5508
5398
|
*/
|
|
5509
5399
|
getReloadItemCount(): int;
|
|
5510
5400
|
/**
|
|
5511
|
-
* @
|
|
5401
|
+
* @since 1.9.2
|
|
5512
5402
|
*
|
|
5513
5403
|
* Gets current value of property {@link #getResponsive responsive}.
|
|
5514
5404
|
*
|
|
@@ -5521,7 +5411,7 @@ declare namespace sap {
|
|
|
5521
5411
|
*/
|
|
5522
5412
|
getResponsive(): boolean;
|
|
5523
5413
|
/**
|
|
5524
|
-
* @
|
|
5414
|
+
* @since 1.13.0
|
|
5525
5415
|
*
|
|
5526
5416
|
* Gets current value of property {@link #getScrollArea scrollArea}.
|
|
5527
5417
|
*
|
|
@@ -5537,7 +5427,7 @@ declare namespace sap {
|
|
|
5537
5427
|
*/
|
|
5538
5428
|
getTemplate(): sap.ui.core.Control;
|
|
5539
5429
|
/**
|
|
5540
|
-
* @
|
|
5430
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
5541
5431
|
*
|
|
5542
5432
|
* Eventhandler for the selection of an Item
|
|
5543
5433
|
*/
|
|
@@ -5548,7 +5438,7 @@ declare namespace sap {
|
|
|
5548
5438
|
oEvent: sap.ui.base.Event
|
|
5549
5439
|
): void;
|
|
5550
5440
|
/**
|
|
5551
|
-
* @
|
|
5441
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
5552
5442
|
*
|
|
5553
5443
|
* View Initialization: Called when selecting the view
|
|
5554
5444
|
*/
|
|
@@ -5559,7 +5449,7 @@ declare namespace sap {
|
|
|
5559
5449
|
aItems: any[]
|
|
5560
5450
|
): void;
|
|
5561
5451
|
/**
|
|
5562
|
-
* @
|
|
5452
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
5563
5453
|
*
|
|
5564
5454
|
* Check if Item `oItem` is selected
|
|
5565
5455
|
*/
|
|
@@ -5588,7 +5478,7 @@ declare namespace sap {
|
|
|
5588
5478
|
bFloating?: boolean
|
|
5589
5479
|
): this;
|
|
5590
5480
|
/**
|
|
5591
|
-
* @
|
|
5481
|
+
* @since 1.13.0
|
|
5592
5482
|
*
|
|
5593
5483
|
* Sets a new value for property {@link #getHeight height}.
|
|
5594
5484
|
*
|
|
@@ -5651,7 +5541,7 @@ declare namespace sap {
|
|
|
5651
5541
|
sIconSelected?: sap.ui.core.URI
|
|
5652
5542
|
): this;
|
|
5653
5543
|
/**
|
|
5654
|
-
* @
|
|
5544
|
+
* @since 1.13.0
|
|
5655
5545
|
*
|
|
5656
5546
|
* Sets a new value for property {@link #getInitialItemCount initialItemCount}.
|
|
5657
5547
|
*
|
|
@@ -5672,7 +5562,7 @@ declare namespace sap {
|
|
|
5672
5562
|
iInitialItemCount?: int
|
|
5673
5563
|
): this;
|
|
5674
5564
|
/**
|
|
5675
|
-
* @
|
|
5565
|
+
* @since 1.9.2
|
|
5676
5566
|
*
|
|
5677
5567
|
* Sets a new value for property {@link #getItemMinWidth itemMinWidth}.
|
|
5678
5568
|
*
|
|
@@ -5709,7 +5599,7 @@ declare namespace sap {
|
|
|
5709
5599
|
sName?: string
|
|
5710
5600
|
): this;
|
|
5711
5601
|
/**
|
|
5712
|
-
* @
|
|
5602
|
+
* @since 1.13.0
|
|
5713
5603
|
*
|
|
5714
5604
|
* Sets a new value for property {@link #getReloadItemCount reloadItemCount}.
|
|
5715
5605
|
*
|
|
@@ -5728,7 +5618,7 @@ declare namespace sap {
|
|
|
5728
5618
|
iReloadItemCount?: int
|
|
5729
5619
|
): this;
|
|
5730
5620
|
/**
|
|
5731
|
-
* @
|
|
5621
|
+
* @since 1.9.2
|
|
5732
5622
|
*
|
|
5733
5623
|
* Sets a new value for property {@link #getResponsive responsive}.
|
|
5734
5624
|
*
|
|
@@ -5765,7 +5655,7 @@ declare namespace sap {
|
|
|
5765
5655
|
oTemplate: sap.ui.core.Control
|
|
5766
5656
|
): this;
|
|
5767
5657
|
/**
|
|
5768
|
-
* @
|
|
5658
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
5769
5659
|
*
|
|
5770
5660
|
* View update: Called when pagination adds items
|
|
5771
5661
|
*/
|
|
@@ -5778,7 +5668,7 @@ declare namespace sap {
|
|
|
5778
5668
|
}
|
|
5779
5669
|
/**
|
|
5780
5670
|
* @deprecated (since 1.38)
|
|
5781
|
-
* @
|
|
5671
|
+
* @experimental (since 1.2) - API is not yet finished and might change completely
|
|
5782
5672
|
*
|
|
5783
5673
|
* A comprehensive UI design approach with graphical and functional elements for searching data, exploring
|
|
5784
5674
|
* data, and acting on the data ("Explore and Act (Exact) Pattern").
|
|
@@ -5874,9 +5764,7 @@ declare namespace sap {
|
|
|
5874
5764
|
/**
|
|
5875
5765
|
* The function to be called when the event occurs
|
|
5876
5766
|
*/
|
|
5877
|
-
fnFunction: (
|
|
5878
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$ExactRefineSearchEventParameters>
|
|
5879
|
-
) => void,
|
|
5767
|
+
fnFunction: (p1: Exact$RefineSearchEvent) => void,
|
|
5880
5768
|
/**
|
|
5881
5769
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.Exact` itself
|
|
5882
5770
|
*/
|
|
@@ -5896,9 +5784,7 @@ declare namespace sap {
|
|
|
5896
5784
|
/**
|
|
5897
5785
|
* The function to be called when the event occurs
|
|
5898
5786
|
*/
|
|
5899
|
-
fnFunction: (
|
|
5900
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$ExactRefineSearchEventParameters>
|
|
5901
|
-
) => void,
|
|
5787
|
+
fnFunction: (p1: Exact$RefineSearchEvent) => void,
|
|
5902
5788
|
/**
|
|
5903
5789
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.Exact` itself
|
|
5904
5790
|
*/
|
|
@@ -5923,9 +5809,7 @@ declare namespace sap {
|
|
|
5923
5809
|
/**
|
|
5924
5810
|
* The function to be called when the event occurs
|
|
5925
5811
|
*/
|
|
5926
|
-
fnFunction: (
|
|
5927
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$ExactSearchEventParameters>
|
|
5928
|
-
) => void,
|
|
5812
|
+
fnFunction: (p1: Exact$SearchEvent) => void,
|
|
5929
5813
|
/**
|
|
5930
5814
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.Exact` itself
|
|
5931
5815
|
*/
|
|
@@ -5945,9 +5829,7 @@ declare namespace sap {
|
|
|
5945
5829
|
/**
|
|
5946
5830
|
* The function to be called when the event occurs
|
|
5947
5831
|
*/
|
|
5948
|
-
fnFunction: (
|
|
5949
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$ExactSearchEventParameters>
|
|
5950
|
-
) => void,
|
|
5832
|
+
fnFunction: (p1: Exact$SearchEvent) => void,
|
|
5951
5833
|
/**
|
|
5952
5834
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.Exact` itself
|
|
5953
5835
|
*/
|
|
@@ -5976,9 +5858,7 @@ declare namespace sap {
|
|
|
5976
5858
|
/**
|
|
5977
5859
|
* The function to be called, when the event occurs
|
|
5978
5860
|
*/
|
|
5979
|
-
fnFunction: (
|
|
5980
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$ExactRefineSearchEventParameters>
|
|
5981
|
-
) => void,
|
|
5861
|
+
fnFunction: (p1: Exact$RefineSearchEvent) => void,
|
|
5982
5862
|
/**
|
|
5983
5863
|
* Context object on which the given function had to be called
|
|
5984
5864
|
*/
|
|
@@ -5995,16 +5875,14 @@ declare namespace sap {
|
|
|
5995
5875
|
/**
|
|
5996
5876
|
* The function to be called, when the event occurs
|
|
5997
5877
|
*/
|
|
5998
|
-
fnFunction: (
|
|
5999
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$ExactSearchEventParameters>
|
|
6000
|
-
) => void,
|
|
5878
|
+
fnFunction: (p1: Exact$SearchEvent) => void,
|
|
6001
5879
|
/**
|
|
6002
5880
|
* Context object on which the given function had to be called
|
|
6003
5881
|
*/
|
|
6004
5882
|
oListener?: object
|
|
6005
5883
|
): this;
|
|
6006
5884
|
/**
|
|
6007
|
-
* @
|
|
5885
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
6008
5886
|
*
|
|
6009
5887
|
* Fires event {@link #event:refineSearch refineSearch} to attached listeners.
|
|
6010
5888
|
*
|
|
@@ -6014,10 +5892,10 @@ declare namespace sap {
|
|
|
6014
5892
|
/**
|
|
6015
5893
|
* Parameters to pass along with the event
|
|
6016
5894
|
*/
|
|
6017
|
-
mParameters?: sap.ui.ux3
|
|
5895
|
+
mParameters?: sap.ui.ux3.Exact$RefineSearchEventParameters
|
|
6018
5896
|
): this;
|
|
6019
5897
|
/**
|
|
6020
|
-
* @
|
|
5898
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
6021
5899
|
*
|
|
6022
5900
|
* Fires event {@link #event:search search} to attached listeners.
|
|
6023
5901
|
*
|
|
@@ -6027,7 +5905,7 @@ declare namespace sap {
|
|
|
6027
5905
|
/**
|
|
6028
5906
|
* Parameters to pass along with the event
|
|
6029
5907
|
*/
|
|
6030
|
-
mParameters?: sap.ui.ux3
|
|
5908
|
+
mParameters?: sap.ui.ux3.Exact$SearchEventParameters
|
|
6031
5909
|
): this;
|
|
6032
5910
|
/**
|
|
6033
5911
|
* Gets content of aggregation {@link #getAttributes attributes}.
|
|
@@ -6134,7 +6012,7 @@ declare namespace sap {
|
|
|
6134
6012
|
}
|
|
6135
6013
|
/**
|
|
6136
6014
|
* @deprecated (since 1.38)
|
|
6137
|
-
* @
|
|
6015
|
+
* @experimental (since 1.6) - API is not yet finished and might change completely
|
|
6138
6016
|
*
|
|
6139
6017
|
* Consists of two sections: A tool bar and a content area where arbitrary controls can be added. The ExactArea
|
|
6140
6018
|
* is intended to be used for the Exact design approach but alternatively also in a stand alone version.
|
|
@@ -6469,9 +6347,7 @@ declare namespace sap {
|
|
|
6469
6347
|
/**
|
|
6470
6348
|
* The function to be called when the event occurs
|
|
6471
6349
|
*/
|
|
6472
|
-
fnFunction: (
|
|
6473
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$ExactAttributeSupplyAttributesEventParameters>
|
|
6474
|
-
) => void,
|
|
6350
|
+
fnFunction: (p1: ExactAttribute$SupplyAttributesEvent) => void,
|
|
6475
6351
|
/**
|
|
6476
6352
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.ExactAttribute` itself
|
|
6477
6353
|
*/
|
|
@@ -6494,9 +6370,7 @@ declare namespace sap {
|
|
|
6494
6370
|
/**
|
|
6495
6371
|
* The function to be called when the event occurs
|
|
6496
6372
|
*/
|
|
6497
|
-
fnFunction: (
|
|
6498
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$ExactAttributeSupplyAttributesEventParameters>
|
|
6499
|
-
) => void,
|
|
6373
|
+
fnFunction: (p1: ExactAttribute$SupplyAttributesEvent) => void,
|
|
6500
6374
|
/**
|
|
6501
6375
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.ExactAttribute` itself
|
|
6502
6376
|
*/
|
|
@@ -6520,16 +6394,14 @@ declare namespace sap {
|
|
|
6520
6394
|
/**
|
|
6521
6395
|
* The function to be called, when the event occurs
|
|
6522
6396
|
*/
|
|
6523
|
-
fnFunction: (
|
|
6524
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$ExactAttributeSupplyAttributesEventParameters>
|
|
6525
|
-
) => void,
|
|
6397
|
+
fnFunction: (p1: ExactAttribute$SupplyAttributesEvent) => void,
|
|
6526
6398
|
/**
|
|
6527
6399
|
* Context object on which the given function had to be called
|
|
6528
6400
|
*/
|
|
6529
6401
|
oListener?: object
|
|
6530
6402
|
): this;
|
|
6531
6403
|
/**
|
|
6532
|
-
* @
|
|
6404
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
6533
6405
|
*
|
|
6534
6406
|
* Fires event {@link #event:supplyAttributes supplyAttributes} to attached listeners.
|
|
6535
6407
|
*
|
|
@@ -6539,7 +6411,7 @@ declare namespace sap {
|
|
|
6539
6411
|
/**
|
|
6540
6412
|
* Parameters to pass along with the event
|
|
6541
6413
|
*/
|
|
6542
|
-
mParameters?: sap.ui.ux3
|
|
6414
|
+
mParameters?: sap.ui.ux3.ExactAttribute$SupplyAttributesEventParameters
|
|
6543
6415
|
): this;
|
|
6544
6416
|
/**
|
|
6545
6417
|
* Gets current value of property {@link #getAdditionalData additionalData}.
|
|
@@ -6567,7 +6439,7 @@ declare namespace sap {
|
|
|
6567
6439
|
*/
|
|
6568
6440
|
getAutoActivateSupply(): boolean;
|
|
6569
6441
|
/**
|
|
6570
|
-
* @
|
|
6442
|
+
* @since 1.7.1
|
|
6571
6443
|
*
|
|
6572
6444
|
* Gets current value of property {@link #getListOrder listOrder}.
|
|
6573
6445
|
*
|
|
@@ -6627,7 +6499,7 @@ declare namespace sap {
|
|
|
6627
6499
|
*/
|
|
6628
6500
|
getText(): string;
|
|
6629
6501
|
/**
|
|
6630
|
-
* @
|
|
6502
|
+
* @since 1.7.0
|
|
6631
6503
|
*
|
|
6632
6504
|
* Gets current value of property {@link #getWidth width}.
|
|
6633
6505
|
*
|
|
@@ -6730,7 +6602,7 @@ declare namespace sap {
|
|
|
6730
6602
|
bAutoActivateSupply?: boolean
|
|
6731
6603
|
): this;
|
|
6732
6604
|
/**
|
|
6733
|
-
* @
|
|
6605
|
+
* @since 1.7.1
|
|
6734
6606
|
*
|
|
6735
6607
|
* Sets a new value for property {@link #getListOrder listOrder}.
|
|
6736
6608
|
*
|
|
@@ -6749,7 +6621,7 @@ declare namespace sap {
|
|
|
6749
6621
|
sListOrder?: sap.ui.ux3.ExactOrder
|
|
6750
6622
|
): this;
|
|
6751
6623
|
/**
|
|
6752
|
-
* @
|
|
6624
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
6753
6625
|
*
|
|
6754
6626
|
* See:
|
|
6755
6627
|
* sap.ui.base.ManagedObject.prototype.setProperty
|
|
@@ -6843,7 +6715,7 @@ declare namespace sap {
|
|
|
6843
6715
|
*/
|
|
6844
6716
|
setTooltip(oTooltip: string | sap.ui.core.TooltipBase): this;
|
|
6845
6717
|
/**
|
|
6846
|
-
* @
|
|
6718
|
+
* @since 1.7.0
|
|
6847
6719
|
*
|
|
6848
6720
|
* Sets a new value for property {@link #getWidth width}.
|
|
6849
6721
|
*
|
|
@@ -6963,9 +6835,7 @@ declare namespace sap {
|
|
|
6963
6835
|
/**
|
|
6964
6836
|
* The function to be called when the event occurs
|
|
6965
6837
|
*/
|
|
6966
|
-
fnFunction: (
|
|
6967
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$ExactBrowserAttributeSelectedEventParameters>
|
|
6968
|
-
) => void,
|
|
6838
|
+
fnFunction: (p1: ExactBrowser$AttributeSelectedEvent) => void,
|
|
6969
6839
|
/**
|
|
6970
6840
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.ExactBrowser` itself
|
|
6971
6841
|
*/
|
|
@@ -6986,9 +6856,7 @@ declare namespace sap {
|
|
|
6986
6856
|
/**
|
|
6987
6857
|
* The function to be called when the event occurs
|
|
6988
6858
|
*/
|
|
6989
|
-
fnFunction: (
|
|
6990
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$ExactBrowserAttributeSelectedEventParameters>
|
|
6991
|
-
) => void,
|
|
6859
|
+
fnFunction: (p1: ExactBrowser$AttributeSelectedEvent) => void,
|
|
6992
6860
|
/**
|
|
6993
6861
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.ExactBrowser` itself
|
|
6994
6862
|
*/
|
|
@@ -7063,9 +6931,7 @@ declare namespace sap {
|
|
|
7063
6931
|
/**
|
|
7064
6932
|
* The function to be called, when the event occurs
|
|
7065
6933
|
*/
|
|
7066
|
-
fnFunction: (
|
|
7067
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$ExactBrowserAttributeSelectedEventParameters>
|
|
7068
|
-
) => void,
|
|
6934
|
+
fnFunction: (p1: ExactBrowser$AttributeSelectedEvent) => void,
|
|
7069
6935
|
/**
|
|
7070
6936
|
* Context object on which the given function had to be called
|
|
7071
6937
|
*/
|
|
@@ -7089,7 +6955,7 @@ declare namespace sap {
|
|
|
7089
6955
|
oListener?: object
|
|
7090
6956
|
): this;
|
|
7091
6957
|
/**
|
|
7092
|
-
* @
|
|
6958
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
7093
6959
|
*
|
|
7094
6960
|
* Fires event {@link #event:attributeSelected attributeSelected} to attached listeners.
|
|
7095
6961
|
*
|
|
@@ -7099,10 +6965,10 @@ declare namespace sap {
|
|
|
7099
6965
|
/**
|
|
7100
6966
|
* Parameters to pass along with the event
|
|
7101
6967
|
*/
|
|
7102
|
-
mParameters?: sap.ui.ux3
|
|
6968
|
+
mParameters?: sap.ui.ux3.ExactBrowser$AttributeSelectedEventParameters
|
|
7103
6969
|
): this;
|
|
7104
6970
|
/**
|
|
7105
|
-
* @
|
|
6971
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
7106
6972
|
*
|
|
7107
6973
|
* Fires event {@link #event:save save} to attached listeners.
|
|
7108
6974
|
*
|
|
@@ -7141,7 +7007,7 @@ declare namespace sap {
|
|
|
7141
7007
|
*/
|
|
7142
7008
|
getEnableReset(): boolean;
|
|
7143
7009
|
/**
|
|
7144
|
-
* @
|
|
7010
|
+
* @since 1.9.2
|
|
7145
7011
|
*
|
|
7146
7012
|
* Gets current value of property {@link #getEnableSave enableSave}.
|
|
7147
7013
|
*
|
|
@@ -7192,7 +7058,7 @@ declare namespace sap {
|
|
|
7192
7058
|
*/
|
|
7193
7059
|
getShowHeader(): boolean;
|
|
7194
7060
|
/**
|
|
7195
|
-
* @
|
|
7061
|
+
* @since 1.7.0
|
|
7196
7062
|
*
|
|
7197
7063
|
* Gets current value of property {@link #getShowTopList showTopList}.
|
|
7198
7064
|
*
|
|
@@ -7214,7 +7080,7 @@ declare namespace sap {
|
|
|
7214
7080
|
*/
|
|
7215
7081
|
getTitle(): string;
|
|
7216
7082
|
/**
|
|
7217
|
-
* @
|
|
7083
|
+
* @since 1.7.1
|
|
7218
7084
|
*
|
|
7219
7085
|
* Gets current value of property {@link #getTopListOrder topListOrder}.
|
|
7220
7086
|
*
|
|
@@ -7226,7 +7092,7 @@ declare namespace sap {
|
|
|
7226
7092
|
*/
|
|
7227
7093
|
getTopListOrder(): sap.ui.ux3.ExactOrder;
|
|
7228
7094
|
/**
|
|
7229
|
-
* @
|
|
7095
|
+
* @since 1.7.0
|
|
7230
7096
|
*
|
|
7231
7097
|
* Gets current value of property {@link #getTopListWidth topListWidth}.
|
|
7232
7098
|
*
|
|
@@ -7324,7 +7190,7 @@ declare namespace sap {
|
|
|
7324
7190
|
bEnableReset?: boolean
|
|
7325
7191
|
): this;
|
|
7326
7192
|
/**
|
|
7327
|
-
* @
|
|
7193
|
+
* @since 1.9.2
|
|
7328
7194
|
*
|
|
7329
7195
|
* Sets a new value for property {@link #getEnableSave enableSave}.
|
|
7330
7196
|
*
|
|
@@ -7415,7 +7281,7 @@ declare namespace sap {
|
|
|
7415
7281
|
bShowHeader?: boolean
|
|
7416
7282
|
): this;
|
|
7417
7283
|
/**
|
|
7418
|
-
* @
|
|
7284
|
+
* @since 1.7.0
|
|
7419
7285
|
*
|
|
7420
7286
|
* Sets a new value for property {@link #getShowTopList showTopList}.
|
|
7421
7287
|
*
|
|
@@ -7451,7 +7317,7 @@ declare namespace sap {
|
|
|
7451
7317
|
sTitle?: string
|
|
7452
7318
|
): this;
|
|
7453
7319
|
/**
|
|
7454
|
-
* @
|
|
7320
|
+
* @since 1.7.1
|
|
7455
7321
|
*
|
|
7456
7322
|
* Sets a new value for property {@link #getTopListOrder topListOrder}.
|
|
7457
7323
|
*
|
|
@@ -7470,7 +7336,7 @@ declare namespace sap {
|
|
|
7470
7336
|
sTopListOrder?: sap.ui.ux3.ExactOrder
|
|
7471
7337
|
): this;
|
|
7472
7338
|
/**
|
|
7473
|
-
* @
|
|
7339
|
+
* @since 1.7.0
|
|
7474
7340
|
*
|
|
7475
7341
|
* Sets a new value for property {@link #getTopListWidth topListWidth}.
|
|
7476
7342
|
*
|
|
@@ -7587,9 +7453,7 @@ declare namespace sap {
|
|
|
7587
7453
|
/**
|
|
7588
7454
|
* The function to be called when the event occurs
|
|
7589
7455
|
*/
|
|
7590
|
-
fnFunction: (
|
|
7591
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$ExactListAttributeSelectedEventParameters>
|
|
7592
|
-
) => void,
|
|
7456
|
+
fnFunction: (p1: ExactList$AttributeSelectedEvent) => void,
|
|
7593
7457
|
/**
|
|
7594
7458
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.ExactList` itself
|
|
7595
7459
|
*/
|
|
@@ -7610,9 +7474,7 @@ declare namespace sap {
|
|
|
7610
7474
|
/**
|
|
7611
7475
|
* The function to be called when the event occurs
|
|
7612
7476
|
*/
|
|
7613
|
-
fnFunction: (
|
|
7614
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$ExactListAttributeSelectedEventParameters>
|
|
7615
|
-
) => void,
|
|
7477
|
+
fnFunction: (p1: ExactList$AttributeSelectedEvent) => void,
|
|
7616
7478
|
/**
|
|
7617
7479
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.ExactList` itself
|
|
7618
7480
|
*/
|
|
@@ -7636,16 +7498,14 @@ declare namespace sap {
|
|
|
7636
7498
|
/**
|
|
7637
7499
|
* The function to be called, when the event occurs
|
|
7638
7500
|
*/
|
|
7639
|
-
fnFunction: (
|
|
7640
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$ExactListAttributeSelectedEventParameters>
|
|
7641
|
-
) => void,
|
|
7501
|
+
fnFunction: (p1: ExactList$AttributeSelectedEvent) => void,
|
|
7642
7502
|
/**
|
|
7643
7503
|
* Context object on which the given function had to be called
|
|
7644
7504
|
*/
|
|
7645
7505
|
oListener?: object
|
|
7646
7506
|
): this;
|
|
7647
7507
|
/**
|
|
7648
|
-
* @
|
|
7508
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
7649
7509
|
*
|
|
7650
7510
|
* Fires event {@link #event:attributeSelected attributeSelected} to attached listeners.
|
|
7651
7511
|
*
|
|
@@ -7655,7 +7515,7 @@ declare namespace sap {
|
|
|
7655
7515
|
/**
|
|
7656
7516
|
* Parameters to pass along with the event
|
|
7657
7517
|
*/
|
|
7658
|
-
mParameters?: sap.ui.ux3
|
|
7518
|
+
mParameters?: sap.ui.ux3.ExactList$AttributeSelectedEventParameters
|
|
7659
7519
|
): this;
|
|
7660
7520
|
/**
|
|
7661
7521
|
* ID of the element which is the current target of the association {@link #getData data}, or `null`.
|
|
@@ -8069,9 +7929,7 @@ declare namespace sap {
|
|
|
8069
7929
|
/**
|
|
8070
7930
|
* The function to be called when the event occurs
|
|
8071
7931
|
*/
|
|
8072
|
-
fnFunction: (
|
|
8073
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$FacetFilterListSelectEventParameters>
|
|
8074
|
-
) => void,
|
|
7932
|
+
fnFunction: (p1: FacetFilterList$SelectEvent) => void,
|
|
8075
7933
|
/**
|
|
8076
7934
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.FacetFilterList` itself
|
|
8077
7935
|
*/
|
|
@@ -8091,9 +7949,7 @@ declare namespace sap {
|
|
|
8091
7949
|
/**
|
|
8092
7950
|
* The function to be called when the event occurs
|
|
8093
7951
|
*/
|
|
8094
|
-
fnFunction: (
|
|
8095
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$FacetFilterListSelectEventParameters>
|
|
8096
|
-
) => void,
|
|
7952
|
+
fnFunction: (p1: FacetFilterList$SelectEvent) => void,
|
|
8097
7953
|
/**
|
|
8098
7954
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.FacetFilterList` itself
|
|
8099
7955
|
*/
|
|
@@ -8116,16 +7972,14 @@ declare namespace sap {
|
|
|
8116
7972
|
/**
|
|
8117
7973
|
* The function to be called, when the event occurs
|
|
8118
7974
|
*/
|
|
8119
|
-
fnFunction: (
|
|
8120
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$FacetFilterListSelectEventParameters>
|
|
8121
|
-
) => void,
|
|
7975
|
+
fnFunction: (p1: FacetFilterList$SelectEvent) => void,
|
|
8122
7976
|
/**
|
|
8123
7977
|
* Context object on which the given function had to be called
|
|
8124
7978
|
*/
|
|
8125
7979
|
oListener?: object
|
|
8126
7980
|
): this;
|
|
8127
7981
|
/**
|
|
8128
|
-
* @
|
|
7982
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
8129
7983
|
*
|
|
8130
7984
|
* Fires event {@link #event:select select} to attached listeners.
|
|
8131
7985
|
*
|
|
@@ -8135,10 +7989,10 @@ declare namespace sap {
|
|
|
8135
7989
|
/**
|
|
8136
7990
|
* Parameters to pass along with the event
|
|
8137
7991
|
*/
|
|
8138
|
-
mParameters?: sap.ui.ux3
|
|
7992
|
+
mParameters?: sap.ui.ux3.FacetFilterList$SelectEventParameters
|
|
8139
7993
|
): this;
|
|
8140
7994
|
/**
|
|
8141
|
-
* @
|
|
7995
|
+
* @since 1.9.0
|
|
8142
7996
|
*
|
|
8143
7997
|
* Gets current value of property {@link #getDisplaySecondaryValues displaySecondaryValues}.
|
|
8144
7998
|
*
|
|
@@ -8241,7 +8095,7 @@ declare namespace sap {
|
|
|
8241
8095
|
vItem: int | string | sap.ui.core.ListItem
|
|
8242
8096
|
): sap.ui.core.ListItem | null;
|
|
8243
8097
|
/**
|
|
8244
|
-
* @
|
|
8098
|
+
* @since 1.9.0
|
|
8245
8099
|
*
|
|
8246
8100
|
* Sets a new value for property {@link #getDisplaySecondaryValues displaySecondaryValues}.
|
|
8247
8101
|
*
|
|
@@ -8327,7 +8181,7 @@ declare namespace sap {
|
|
|
8327
8181
|
}
|
|
8328
8182
|
/**
|
|
8329
8183
|
* @deprecated (since 1.38) - Instead, use **any** `sap.ui.layout` container control.
|
|
8330
|
-
* @
|
|
8184
|
+
* @experimental (since 1.2) - The whole Feed/Feeder API is still under discussion, significant changes
|
|
8331
8185
|
* are likely. Especially text presentation (e.g. @-references and formatted text) is not final. Also the
|
|
8332
8186
|
* Feed model topic is still open.
|
|
8333
8187
|
*
|
|
@@ -8446,9 +8300,7 @@ declare namespace sap {
|
|
|
8446
8300
|
/**
|
|
8447
8301
|
* The function to be called when the event occurs
|
|
8448
8302
|
*/
|
|
8449
|
-
fnFunction: (
|
|
8450
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$FeedChunkAddedEventParameters>
|
|
8451
|
-
) => void,
|
|
8303
|
+
fnFunction: (p1: Feed$ChunkAddedEvent) => void,
|
|
8452
8304
|
/**
|
|
8453
8305
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.Feed` itself
|
|
8454
8306
|
*/
|
|
@@ -8468,9 +8320,7 @@ declare namespace sap {
|
|
|
8468
8320
|
/**
|
|
8469
8321
|
* The function to be called when the event occurs
|
|
8470
8322
|
*/
|
|
8471
|
-
fnFunction: (
|
|
8472
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$FeedChunkAddedEventParameters>
|
|
8473
|
-
) => void,
|
|
8323
|
+
fnFunction: (p1: Feed$ChunkAddedEvent) => void,
|
|
8474
8324
|
/**
|
|
8475
8325
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.Feed` itself
|
|
8476
8326
|
*/
|
|
@@ -8495,9 +8345,7 @@ declare namespace sap {
|
|
|
8495
8345
|
/**
|
|
8496
8346
|
* The function to be called when the event occurs
|
|
8497
8347
|
*/
|
|
8498
|
-
fnFunction: (
|
|
8499
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$FeedFilterChangeEventParameters>
|
|
8500
|
-
) => void,
|
|
8348
|
+
fnFunction: (p1: Feed$FilterChangeEvent) => void,
|
|
8501
8349
|
/**
|
|
8502
8350
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.Feed` itself
|
|
8503
8351
|
*/
|
|
@@ -8517,9 +8365,7 @@ declare namespace sap {
|
|
|
8517
8365
|
/**
|
|
8518
8366
|
* The function to be called when the event occurs
|
|
8519
8367
|
*/
|
|
8520
|
-
fnFunction: (
|
|
8521
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$FeedFilterChangeEventParameters>
|
|
8522
|
-
) => void,
|
|
8368
|
+
fnFunction: (p1: Feed$FilterChangeEvent) => void,
|
|
8523
8369
|
/**
|
|
8524
8370
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.Feed` itself
|
|
8525
8371
|
*/
|
|
@@ -8544,9 +8390,7 @@ declare namespace sap {
|
|
|
8544
8390
|
/**
|
|
8545
8391
|
* The function to be called when the event occurs
|
|
8546
8392
|
*/
|
|
8547
|
-
fnFunction: (
|
|
8548
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$FeedSearchEventParameters>
|
|
8549
|
-
) => void,
|
|
8393
|
+
fnFunction: (p1: Feed$SearchEvent) => void,
|
|
8550
8394
|
/**
|
|
8551
8395
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.Feed` itself
|
|
8552
8396
|
*/
|
|
@@ -8566,9 +8410,7 @@ declare namespace sap {
|
|
|
8566
8410
|
/**
|
|
8567
8411
|
* The function to be called when the event occurs
|
|
8568
8412
|
*/
|
|
8569
|
-
fnFunction: (
|
|
8570
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$FeedSearchEventParameters>
|
|
8571
|
-
) => void,
|
|
8413
|
+
fnFunction: (p1: Feed$SearchEvent) => void,
|
|
8572
8414
|
/**
|
|
8573
8415
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.Feed` itself
|
|
8574
8416
|
*/
|
|
@@ -8593,9 +8435,7 @@ declare namespace sap {
|
|
|
8593
8435
|
/**
|
|
8594
8436
|
* The function to be called when the event occurs
|
|
8595
8437
|
*/
|
|
8596
|
-
fnFunction: (
|
|
8597
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$FeedToggleLiveEventParameters>
|
|
8598
|
-
) => void,
|
|
8438
|
+
fnFunction: (p1: Feed$ToggleLiveEvent) => void,
|
|
8599
8439
|
/**
|
|
8600
8440
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.Feed` itself
|
|
8601
8441
|
*/
|
|
@@ -8615,9 +8455,7 @@ declare namespace sap {
|
|
|
8615
8455
|
/**
|
|
8616
8456
|
* The function to be called when the event occurs
|
|
8617
8457
|
*/
|
|
8618
|
-
fnFunction: (
|
|
8619
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$FeedToggleLiveEventParameters>
|
|
8620
|
-
) => void,
|
|
8458
|
+
fnFunction: (p1: Feed$ToggleLiveEvent) => void,
|
|
8621
8459
|
/**
|
|
8622
8460
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.Feed` itself
|
|
8623
8461
|
*/
|
|
@@ -8643,9 +8481,7 @@ declare namespace sap {
|
|
|
8643
8481
|
/**
|
|
8644
8482
|
* The function to be called when the event occurs
|
|
8645
8483
|
*/
|
|
8646
|
-
fnFunction: (
|
|
8647
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$FeedToolsItemSelectedEventParameters>
|
|
8648
|
-
) => void,
|
|
8484
|
+
fnFunction: (p1: Feed$ToolsItemSelectedEvent) => void,
|
|
8649
8485
|
/**
|
|
8650
8486
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.Feed` itself
|
|
8651
8487
|
*/
|
|
@@ -8666,9 +8502,7 @@ declare namespace sap {
|
|
|
8666
8502
|
/**
|
|
8667
8503
|
* The function to be called when the event occurs
|
|
8668
8504
|
*/
|
|
8669
|
-
fnFunction: (
|
|
8670
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$FeedToolsItemSelectedEventParameters>
|
|
8671
|
-
) => void,
|
|
8505
|
+
fnFunction: (p1: Feed$ToolsItemSelectedEvent) => void,
|
|
8672
8506
|
/**
|
|
8673
8507
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.Feed` itself
|
|
8674
8508
|
*/
|
|
@@ -8745,9 +8579,7 @@ declare namespace sap {
|
|
|
8745
8579
|
/**
|
|
8746
8580
|
* The function to be called, when the event occurs
|
|
8747
8581
|
*/
|
|
8748
|
-
fnFunction: (
|
|
8749
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$FeedChunkAddedEventParameters>
|
|
8750
|
-
) => void,
|
|
8582
|
+
fnFunction: (p1: Feed$ChunkAddedEvent) => void,
|
|
8751
8583
|
/**
|
|
8752
8584
|
* Context object on which the given function had to be called
|
|
8753
8585
|
*/
|
|
@@ -8764,9 +8596,7 @@ declare namespace sap {
|
|
|
8764
8596
|
/**
|
|
8765
8597
|
* The function to be called, when the event occurs
|
|
8766
8598
|
*/
|
|
8767
|
-
fnFunction: (
|
|
8768
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$FeedFilterChangeEventParameters>
|
|
8769
|
-
) => void,
|
|
8599
|
+
fnFunction: (p1: Feed$FilterChangeEvent) => void,
|
|
8770
8600
|
/**
|
|
8771
8601
|
* Context object on which the given function had to be called
|
|
8772
8602
|
*/
|
|
@@ -8783,9 +8613,7 @@ declare namespace sap {
|
|
|
8783
8613
|
/**
|
|
8784
8614
|
* The function to be called, when the event occurs
|
|
8785
8615
|
*/
|
|
8786
|
-
fnFunction: (
|
|
8787
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$FeedSearchEventParameters>
|
|
8788
|
-
) => void,
|
|
8616
|
+
fnFunction: (p1: Feed$SearchEvent) => void,
|
|
8789
8617
|
/**
|
|
8790
8618
|
* Context object on which the given function had to be called
|
|
8791
8619
|
*/
|
|
@@ -8802,9 +8630,7 @@ declare namespace sap {
|
|
|
8802
8630
|
/**
|
|
8803
8631
|
* The function to be called, when the event occurs
|
|
8804
8632
|
*/
|
|
8805
|
-
fnFunction: (
|
|
8806
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$FeedToggleLiveEventParameters>
|
|
8807
|
-
) => void,
|
|
8633
|
+
fnFunction: (p1: Feed$ToggleLiveEvent) => void,
|
|
8808
8634
|
/**
|
|
8809
8635
|
* Context object on which the given function had to be called
|
|
8810
8636
|
*/
|
|
@@ -8822,16 +8648,14 @@ declare namespace sap {
|
|
|
8822
8648
|
/**
|
|
8823
8649
|
* The function to be called, when the event occurs
|
|
8824
8650
|
*/
|
|
8825
|
-
fnFunction: (
|
|
8826
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$FeedToolsItemSelectedEventParameters>
|
|
8827
|
-
) => void,
|
|
8651
|
+
fnFunction: (p1: Feed$ToolsItemSelectedEvent) => void,
|
|
8828
8652
|
/**
|
|
8829
8653
|
* Context object on which the given function had to be called
|
|
8830
8654
|
*/
|
|
8831
8655
|
oListener?: object
|
|
8832
8656
|
): this;
|
|
8833
8657
|
/**
|
|
8834
|
-
* @
|
|
8658
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
8835
8659
|
*
|
|
8836
8660
|
* Fires event {@link #event:chunkAdded chunkAdded} to attached listeners.
|
|
8837
8661
|
*
|
|
@@ -8841,10 +8665,10 @@ declare namespace sap {
|
|
|
8841
8665
|
/**
|
|
8842
8666
|
* Parameters to pass along with the event
|
|
8843
8667
|
*/
|
|
8844
|
-
mParameters?: sap.ui.ux3
|
|
8668
|
+
mParameters?: sap.ui.ux3.Feed$ChunkAddedEventParameters
|
|
8845
8669
|
): this;
|
|
8846
8670
|
/**
|
|
8847
|
-
* @
|
|
8671
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
8848
8672
|
*
|
|
8849
8673
|
* Fires event {@link #event:filterChange filterChange} to attached listeners.
|
|
8850
8674
|
*
|
|
@@ -8854,10 +8678,10 @@ declare namespace sap {
|
|
|
8854
8678
|
/**
|
|
8855
8679
|
* Parameters to pass along with the event
|
|
8856
8680
|
*/
|
|
8857
|
-
mParameters?: sap.ui.ux3
|
|
8681
|
+
mParameters?: sap.ui.ux3.Feed$FilterChangeEventParameters
|
|
8858
8682
|
): this;
|
|
8859
8683
|
/**
|
|
8860
|
-
* @
|
|
8684
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
8861
8685
|
*
|
|
8862
8686
|
* Fires event {@link #event:search search} to attached listeners.
|
|
8863
8687
|
*
|
|
@@ -8867,10 +8691,10 @@ declare namespace sap {
|
|
|
8867
8691
|
/**
|
|
8868
8692
|
* Parameters to pass along with the event
|
|
8869
8693
|
*/
|
|
8870
|
-
mParameters?: sap.ui.ux3
|
|
8694
|
+
mParameters?: sap.ui.ux3.Feed$SearchEventParameters
|
|
8871
8695
|
): this;
|
|
8872
8696
|
/**
|
|
8873
|
-
* @
|
|
8697
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
8874
8698
|
*
|
|
8875
8699
|
* Fires event {@link #event:toggleLive toggleLive} to attached listeners.
|
|
8876
8700
|
*
|
|
@@ -8880,10 +8704,10 @@ declare namespace sap {
|
|
|
8880
8704
|
/**
|
|
8881
8705
|
* Parameters to pass along with the event
|
|
8882
8706
|
*/
|
|
8883
|
-
mParameters?: sap.ui.ux3
|
|
8707
|
+
mParameters?: sap.ui.ux3.Feed$ToggleLiveEventParameters
|
|
8884
8708
|
): this;
|
|
8885
8709
|
/**
|
|
8886
|
-
* @
|
|
8710
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
8887
8711
|
*
|
|
8888
8712
|
* Fires event {@link #event:toolsItemSelected toolsItemSelected} to attached listeners.
|
|
8889
8713
|
*
|
|
@@ -8893,7 +8717,7 @@ declare namespace sap {
|
|
|
8893
8717
|
/**
|
|
8894
8718
|
* Parameters to pass along with the event
|
|
8895
8719
|
*/
|
|
8896
|
-
mParameters?: sap.ui.ux3
|
|
8720
|
+
mParameters?: sap.ui.ux3.Feed$ToolsItemSelectedEventParameters
|
|
8897
8721
|
): this;
|
|
8898
8722
|
/**
|
|
8899
8723
|
* Gets content of aggregation {@link #getChunks chunks}.
|
|
@@ -9174,7 +8998,7 @@ declare namespace sap {
|
|
|
9174
8998
|
}
|
|
9175
8999
|
/**
|
|
9176
9000
|
* @deprecated (since 1.38) - Instead, use the `sap.m.FeedListItem` control.
|
|
9177
|
-
* @
|
|
9001
|
+
* @experimental (since 1.2) - The whole Feed/Feeder API is still under discussion, significant changes
|
|
9178
9002
|
* are likely. Especially text presentation (e.g. @-references and formatted text) is not final. Also the
|
|
9179
9003
|
* Feed model topic is still open.
|
|
9180
9004
|
*
|
|
@@ -9285,9 +9109,7 @@ declare namespace sap {
|
|
|
9285
9109
|
/**
|
|
9286
9110
|
* The function to be called when the event occurs
|
|
9287
9111
|
*/
|
|
9288
|
-
fnFunction: (
|
|
9289
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$FeedChunkActionItemSelectedEventParameters>
|
|
9290
|
-
) => void,
|
|
9112
|
+
fnFunction: (p1: FeedChunk$ActionItemSelectedEvent) => void,
|
|
9291
9113
|
/**
|
|
9292
9114
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.FeedChunk` itself
|
|
9293
9115
|
*/
|
|
@@ -9308,9 +9130,7 @@ declare namespace sap {
|
|
|
9308
9130
|
/**
|
|
9309
9131
|
* The function to be called when the event occurs
|
|
9310
9132
|
*/
|
|
9311
|
-
fnFunction: (
|
|
9312
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$FeedChunkActionItemSelectedEventParameters>
|
|
9313
|
-
) => void,
|
|
9133
|
+
fnFunction: (p1: FeedChunk$ActionItemSelectedEvent) => void,
|
|
9314
9134
|
/**
|
|
9315
9135
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.FeedChunk` itself
|
|
9316
9136
|
*/
|
|
@@ -9335,9 +9155,7 @@ declare namespace sap {
|
|
|
9335
9155
|
/**
|
|
9336
9156
|
* The function to be called when the event occurs
|
|
9337
9157
|
*/
|
|
9338
|
-
fnFunction: (
|
|
9339
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$FeedChunkCommentAddedEventParameters>
|
|
9340
|
-
) => void,
|
|
9158
|
+
fnFunction: (p1: FeedChunk$CommentAddedEvent) => void,
|
|
9341
9159
|
/**
|
|
9342
9160
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.FeedChunk` itself
|
|
9343
9161
|
*/
|
|
@@ -9357,9 +9175,7 @@ declare namespace sap {
|
|
|
9357
9175
|
/**
|
|
9358
9176
|
* The function to be called when the event occurs
|
|
9359
9177
|
*/
|
|
9360
|
-
fnFunction: (
|
|
9361
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$FeedChunkCommentAddedEventParameters>
|
|
9362
|
-
) => void,
|
|
9178
|
+
fnFunction: (p1: FeedChunk$CommentAddedEvent) => void,
|
|
9363
9179
|
/**
|
|
9364
9180
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.FeedChunk` itself
|
|
9365
9181
|
*/
|
|
@@ -9475,9 +9291,7 @@ declare namespace sap {
|
|
|
9475
9291
|
/**
|
|
9476
9292
|
* The function to be called when the event occurs
|
|
9477
9293
|
*/
|
|
9478
|
-
fnFunction: (
|
|
9479
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$FeedChunkReferenceClickedEventParameters>
|
|
9480
|
-
) => void,
|
|
9294
|
+
fnFunction: (p1: FeedChunk$ReferenceClickedEvent) => void,
|
|
9481
9295
|
/**
|
|
9482
9296
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.FeedChunk` itself
|
|
9483
9297
|
*/
|
|
@@ -9498,9 +9312,7 @@ declare namespace sap {
|
|
|
9498
9312
|
/**
|
|
9499
9313
|
* The function to be called when the event occurs
|
|
9500
9314
|
*/
|
|
9501
|
-
fnFunction: (
|
|
9502
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$FeedChunkReferenceClickedEventParameters>
|
|
9503
|
-
) => void,
|
|
9315
|
+
fnFunction: (p1: FeedChunk$ReferenceClickedEvent) => void,
|
|
9504
9316
|
/**
|
|
9505
9317
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.FeedChunk` itself
|
|
9506
9318
|
*/
|
|
@@ -9572,9 +9384,7 @@ declare namespace sap {
|
|
|
9572
9384
|
/**
|
|
9573
9385
|
* The function to be called when the event occurs
|
|
9574
9386
|
*/
|
|
9575
|
-
fnFunction: (
|
|
9576
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$FeedChunkToggleFavoriteEventParameters>
|
|
9577
|
-
) => void,
|
|
9387
|
+
fnFunction: (p1: FeedChunk$ToggleFavoriteEvent) => void,
|
|
9578
9388
|
/**
|
|
9579
9389
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.FeedChunk` itself
|
|
9580
9390
|
*/
|
|
@@ -9596,9 +9406,7 @@ declare namespace sap {
|
|
|
9596
9406
|
/**
|
|
9597
9407
|
* The function to be called when the event occurs
|
|
9598
9408
|
*/
|
|
9599
|
-
fnFunction: (
|
|
9600
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$FeedChunkToggleFavoriteEventParameters>
|
|
9601
|
-
) => void,
|
|
9409
|
+
fnFunction: (p1: FeedChunk$ToggleFavoriteEvent) => void,
|
|
9602
9410
|
/**
|
|
9603
9411
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.FeedChunk` itself
|
|
9604
9412
|
*/
|
|
@@ -9623,9 +9431,7 @@ declare namespace sap {
|
|
|
9623
9431
|
/**
|
|
9624
9432
|
* The function to be called when the event occurs
|
|
9625
9433
|
*/
|
|
9626
|
-
fnFunction: (
|
|
9627
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$FeedChunkToggleFlaggedEventParameters>
|
|
9628
|
-
) => void,
|
|
9434
|
+
fnFunction: (p1: FeedChunk$ToggleFlaggedEvent) => void,
|
|
9629
9435
|
/**
|
|
9630
9436
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.FeedChunk` itself
|
|
9631
9437
|
*/
|
|
@@ -9645,9 +9451,7 @@ declare namespace sap {
|
|
|
9645
9451
|
/**
|
|
9646
9452
|
* The function to be called when the event occurs
|
|
9647
9453
|
*/
|
|
9648
|
-
fnFunction: (
|
|
9649
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$FeedChunkToggleFlaggedEventParameters>
|
|
9650
|
-
) => void,
|
|
9454
|
+
fnFunction: (p1: FeedChunk$ToggleFlaggedEvent) => void,
|
|
9651
9455
|
/**
|
|
9652
9456
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.FeedChunk` itself
|
|
9653
9457
|
*/
|
|
@@ -9672,9 +9476,7 @@ declare namespace sap {
|
|
|
9672
9476
|
/**
|
|
9673
9477
|
* The function to be called when the event occurs
|
|
9674
9478
|
*/
|
|
9675
|
-
fnFunction: (
|
|
9676
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$FeedChunkToggleSharedEventParameters>
|
|
9677
|
-
) => void,
|
|
9479
|
+
fnFunction: (p1: FeedChunk$ToggleSharedEvent) => void,
|
|
9678
9480
|
/**
|
|
9679
9481
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.FeedChunk` itself
|
|
9680
9482
|
*/
|
|
@@ -9694,9 +9496,7 @@ declare namespace sap {
|
|
|
9694
9496
|
/**
|
|
9695
9497
|
* The function to be called when the event occurs
|
|
9696
9498
|
*/
|
|
9697
|
-
fnFunction: (
|
|
9698
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$FeedChunkToggleSharedEventParameters>
|
|
9699
|
-
) => void,
|
|
9499
|
+
fnFunction: (p1: FeedChunk$ToggleSharedEvent) => void,
|
|
9700
9500
|
/**
|
|
9701
9501
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.FeedChunk` itself
|
|
9702
9502
|
*/
|
|
@@ -9754,9 +9554,7 @@ declare namespace sap {
|
|
|
9754
9554
|
/**
|
|
9755
9555
|
* The function to be called, when the event occurs
|
|
9756
9556
|
*/
|
|
9757
|
-
fnFunction: (
|
|
9758
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$FeedChunkActionItemSelectedEventParameters>
|
|
9759
|
-
) => void,
|
|
9557
|
+
fnFunction: (p1: FeedChunk$ActionItemSelectedEvent) => void,
|
|
9760
9558
|
/**
|
|
9761
9559
|
* Context object on which the given function had to be called
|
|
9762
9560
|
*/
|
|
@@ -9773,9 +9571,7 @@ declare namespace sap {
|
|
|
9773
9571
|
/**
|
|
9774
9572
|
* The function to be called, when the event occurs
|
|
9775
9573
|
*/
|
|
9776
|
-
fnFunction: (
|
|
9777
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$FeedChunkCommentAddedEventParameters>
|
|
9778
|
-
) => void,
|
|
9574
|
+
fnFunction: (p1: FeedChunk$CommentAddedEvent) => void,
|
|
9779
9575
|
/**
|
|
9780
9576
|
* Context object on which the given function had to be called
|
|
9781
9577
|
*/
|
|
@@ -9827,9 +9623,7 @@ declare namespace sap {
|
|
|
9827
9623
|
/**
|
|
9828
9624
|
* The function to be called, when the event occurs
|
|
9829
9625
|
*/
|
|
9830
|
-
fnFunction: (
|
|
9831
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$FeedChunkReferenceClickedEventParameters>
|
|
9832
|
-
) => void,
|
|
9626
|
+
fnFunction: (p1: FeedChunk$ReferenceClickedEvent) => void,
|
|
9833
9627
|
/**
|
|
9834
9628
|
* Context object on which the given function had to be called
|
|
9835
9629
|
*/
|
|
@@ -9865,9 +9659,7 @@ declare namespace sap {
|
|
|
9865
9659
|
/**
|
|
9866
9660
|
* The function to be called, when the event occurs
|
|
9867
9661
|
*/
|
|
9868
|
-
fnFunction: (
|
|
9869
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$FeedChunkToggleFavoriteEventParameters>
|
|
9870
|
-
) => void,
|
|
9662
|
+
fnFunction: (p1: FeedChunk$ToggleFavoriteEvent) => void,
|
|
9871
9663
|
/**
|
|
9872
9664
|
* Context object on which the given function had to be called
|
|
9873
9665
|
*/
|
|
@@ -9885,9 +9677,7 @@ declare namespace sap {
|
|
|
9885
9677
|
/**
|
|
9886
9678
|
* The function to be called, when the event occurs
|
|
9887
9679
|
*/
|
|
9888
|
-
fnFunction: (
|
|
9889
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$FeedChunkToggleFlaggedEventParameters>
|
|
9890
|
-
) => void,
|
|
9680
|
+
fnFunction: (p1: FeedChunk$ToggleFlaggedEvent) => void,
|
|
9891
9681
|
/**
|
|
9892
9682
|
* Context object on which the given function had to be called
|
|
9893
9683
|
*/
|
|
@@ -9904,16 +9694,14 @@ declare namespace sap {
|
|
|
9904
9694
|
/**
|
|
9905
9695
|
* The function to be called, when the event occurs
|
|
9906
9696
|
*/
|
|
9907
|
-
fnFunction: (
|
|
9908
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$FeedChunkToggleSharedEventParameters>
|
|
9909
|
-
) => void,
|
|
9697
|
+
fnFunction: (p1: FeedChunk$ToggleSharedEvent) => void,
|
|
9910
9698
|
/**
|
|
9911
9699
|
* Context object on which the given function had to be called
|
|
9912
9700
|
*/
|
|
9913
9701
|
oListener?: object
|
|
9914
9702
|
): this;
|
|
9915
9703
|
/**
|
|
9916
|
-
* @
|
|
9704
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
9917
9705
|
*
|
|
9918
9706
|
* Fires event {@link #event:actionItemSelected actionItemSelected} to attached listeners.
|
|
9919
9707
|
*
|
|
@@ -9923,10 +9711,10 @@ declare namespace sap {
|
|
|
9923
9711
|
/**
|
|
9924
9712
|
* Parameters to pass along with the event
|
|
9925
9713
|
*/
|
|
9926
|
-
mParameters?: sap.ui.ux3
|
|
9714
|
+
mParameters?: sap.ui.ux3.FeedChunk$ActionItemSelectedEventParameters
|
|
9927
9715
|
): this;
|
|
9928
9716
|
/**
|
|
9929
|
-
* @
|
|
9717
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
9930
9718
|
*
|
|
9931
9719
|
* Fires event {@link #event:commentAdded commentAdded} to attached listeners.
|
|
9932
9720
|
*
|
|
@@ -9936,10 +9724,10 @@ declare namespace sap {
|
|
|
9936
9724
|
/**
|
|
9937
9725
|
* Parameters to pass along with the event
|
|
9938
9726
|
*/
|
|
9939
|
-
mParameters?: sap.ui.ux3
|
|
9727
|
+
mParameters?: sap.ui.ux3.FeedChunk$CommentAddedEventParameters
|
|
9940
9728
|
): this;
|
|
9941
9729
|
/**
|
|
9942
|
-
* @
|
|
9730
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
9943
9731
|
*
|
|
9944
9732
|
* Fires event {@link #event:deleted deleted} to attached listeners.
|
|
9945
9733
|
*
|
|
@@ -9952,7 +9740,7 @@ declare namespace sap {
|
|
|
9952
9740
|
mParameters?: object
|
|
9953
9741
|
): this;
|
|
9954
9742
|
/**
|
|
9955
|
-
* @
|
|
9743
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
9956
9744
|
*
|
|
9957
9745
|
* Fires event {@link #event:inspect inspect} to attached listeners.
|
|
9958
9746
|
*
|
|
@@ -9965,7 +9753,7 @@ declare namespace sap {
|
|
|
9965
9753
|
mParameters?: object
|
|
9966
9754
|
): this;
|
|
9967
9755
|
/**
|
|
9968
|
-
* @
|
|
9756
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
9969
9757
|
*
|
|
9970
9758
|
* Fires event {@link #event:referenceClicked referenceClicked} to attached listeners.
|
|
9971
9759
|
*
|
|
@@ -9975,10 +9763,10 @@ declare namespace sap {
|
|
|
9975
9763
|
/**
|
|
9976
9764
|
* Parameters to pass along with the event
|
|
9977
9765
|
*/
|
|
9978
|
-
mParameters?: sap.ui.ux3
|
|
9766
|
+
mParameters?: sap.ui.ux3.FeedChunk$ReferenceClickedEventParameters
|
|
9979
9767
|
): this;
|
|
9980
9768
|
/**
|
|
9981
|
-
* @
|
|
9769
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
9982
9770
|
*
|
|
9983
9771
|
* Fires event {@link #event:senderClicked senderClicked} to attached listeners.
|
|
9984
9772
|
*
|
|
@@ -9991,7 +9779,7 @@ declare namespace sap {
|
|
|
9991
9779
|
mParameters?: object
|
|
9992
9780
|
): this;
|
|
9993
9781
|
/**
|
|
9994
|
-
* @
|
|
9782
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
9995
9783
|
*
|
|
9996
9784
|
* Fires event {@link #event:toggleFavorite toggleFavorite} to attached listeners.
|
|
9997
9785
|
*
|
|
@@ -10001,10 +9789,10 @@ declare namespace sap {
|
|
|
10001
9789
|
/**
|
|
10002
9790
|
* Parameters to pass along with the event
|
|
10003
9791
|
*/
|
|
10004
|
-
mParameters?: sap.ui.ux3
|
|
9792
|
+
mParameters?: sap.ui.ux3.FeedChunk$ToggleFavoriteEventParameters
|
|
10005
9793
|
): this;
|
|
10006
9794
|
/**
|
|
10007
|
-
* @
|
|
9795
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
10008
9796
|
*
|
|
10009
9797
|
* Fires event {@link #event:toggleFlagged toggleFlagged} to attached listeners.
|
|
10010
9798
|
*
|
|
@@ -10014,10 +9802,10 @@ declare namespace sap {
|
|
|
10014
9802
|
/**
|
|
10015
9803
|
* Parameters to pass along with the event
|
|
10016
9804
|
*/
|
|
10017
|
-
mParameters?: sap.ui.ux3
|
|
9805
|
+
mParameters?: sap.ui.ux3.FeedChunk$ToggleFlaggedEventParameters
|
|
10018
9806
|
): this;
|
|
10019
9807
|
/**
|
|
10020
|
-
* @
|
|
9808
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
10021
9809
|
*
|
|
10022
9810
|
* Fires event {@link #event:toggleShared toggleShared} to attached listeners.
|
|
10023
9811
|
*
|
|
@@ -10027,7 +9815,7 @@ declare namespace sap {
|
|
|
10027
9815
|
/**
|
|
10028
9816
|
* Parameters to pass along with the event
|
|
10029
9817
|
*/
|
|
10030
|
-
mParameters?: sap.ui.ux3
|
|
9818
|
+
mParameters?: sap.ui.ux3.FeedChunk$ToggleSharedEventParameters
|
|
10031
9819
|
): this;
|
|
10032
9820
|
/**
|
|
10033
9821
|
* Gets content of aggregation {@link #getActionMenuItems actionMenuItems}.
|
|
@@ -10574,7 +10362,7 @@ declare namespace sap {
|
|
|
10574
10362
|
}
|
|
10575
10363
|
/**
|
|
10576
10364
|
* @deprecated (since 1.38) - Instead, use the `sap.m.FeedInput` control.
|
|
10577
|
-
* @
|
|
10365
|
+
* @experimental (since 1.2) - The whole Feed/Feeder API is still under discussion, significant changes
|
|
10578
10366
|
* are likely. Especially text presentation (e.g. @-references and formatted text) is not final. Also the
|
|
10579
10367
|
* Feed model topic is still open.
|
|
10580
10368
|
*
|
|
@@ -10662,9 +10450,7 @@ declare namespace sap {
|
|
|
10662
10450
|
/**
|
|
10663
10451
|
* The function to be called when the event occurs
|
|
10664
10452
|
*/
|
|
10665
|
-
fnFunction: (
|
|
10666
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$FeederSubmitEventParameters>
|
|
10667
|
-
) => void,
|
|
10453
|
+
fnFunction: (p1: Feeder$SubmitEvent) => void,
|
|
10668
10454
|
/**
|
|
10669
10455
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.Feeder` itself
|
|
10670
10456
|
*/
|
|
@@ -10684,9 +10470,7 @@ declare namespace sap {
|
|
|
10684
10470
|
/**
|
|
10685
10471
|
* The function to be called when the event occurs
|
|
10686
10472
|
*/
|
|
10687
|
-
fnFunction: (
|
|
10688
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$FeederSubmitEventParameters>
|
|
10689
|
-
) => void,
|
|
10473
|
+
fnFunction: (p1: Feeder$SubmitEvent) => void,
|
|
10690
10474
|
/**
|
|
10691
10475
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.Feeder` itself
|
|
10692
10476
|
*/
|
|
@@ -10703,16 +10487,14 @@ declare namespace sap {
|
|
|
10703
10487
|
/**
|
|
10704
10488
|
* The function to be called, when the event occurs
|
|
10705
10489
|
*/
|
|
10706
|
-
fnFunction: (
|
|
10707
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$FeederSubmitEventParameters>
|
|
10708
|
-
) => void,
|
|
10490
|
+
fnFunction: (p1: Feeder$SubmitEvent) => void,
|
|
10709
10491
|
/**
|
|
10710
10492
|
* Context object on which the given function had to be called
|
|
10711
10493
|
*/
|
|
10712
10494
|
oListener?: object
|
|
10713
10495
|
): this;
|
|
10714
10496
|
/**
|
|
10715
|
-
* @
|
|
10497
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
10716
10498
|
*
|
|
10717
10499
|
* Fires event {@link #event:submit submit} to attached listeners.
|
|
10718
10500
|
*
|
|
@@ -10722,7 +10504,7 @@ declare namespace sap {
|
|
|
10722
10504
|
/**
|
|
10723
10505
|
* Parameters to pass along with the event
|
|
10724
10506
|
*/
|
|
10725
|
-
mParameters?: sap.ui.ux3
|
|
10507
|
+
mParameters?: sap.ui.ux3.Feeder$SubmitEventParameters
|
|
10726
10508
|
): this;
|
|
10727
10509
|
/**
|
|
10728
10510
|
* Gets current value of property {@link #getPlaceholderText placeholderText}.
|
|
@@ -10937,9 +10719,7 @@ declare namespace sap {
|
|
|
10937
10719
|
/**
|
|
10938
10720
|
* The function to be called when the event occurs
|
|
10939
10721
|
*/
|
|
10940
|
-
fnFunction: (
|
|
10941
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$NavigationBarSelectEventParameters>
|
|
10942
|
-
) => void,
|
|
10722
|
+
fnFunction: (p1: NavigationBar$SelectEvent) => void,
|
|
10943
10723
|
/**
|
|
10944
10724
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.NavigationBar` itself
|
|
10945
10725
|
*/
|
|
@@ -10959,9 +10739,7 @@ declare namespace sap {
|
|
|
10959
10739
|
/**
|
|
10960
10740
|
* The function to be called when the event occurs
|
|
10961
10741
|
*/
|
|
10962
|
-
fnFunction: (
|
|
10963
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$NavigationBarSelectEventParameters>
|
|
10964
|
-
) => void,
|
|
10742
|
+
fnFunction: (p1: NavigationBar$SelectEvent) => void,
|
|
10965
10743
|
/**
|
|
10966
10744
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.NavigationBar` itself
|
|
10967
10745
|
*/
|
|
@@ -10984,16 +10762,14 @@ declare namespace sap {
|
|
|
10984
10762
|
/**
|
|
10985
10763
|
* The function to be called, when the event occurs
|
|
10986
10764
|
*/
|
|
10987
|
-
fnFunction: (
|
|
10988
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$NavigationBarSelectEventParameters>
|
|
10989
|
-
) => void,
|
|
10765
|
+
fnFunction: (p1: NavigationBar$SelectEvent) => void,
|
|
10990
10766
|
/**
|
|
10991
10767
|
* Context object on which the given function had to be called
|
|
10992
10768
|
*/
|
|
10993
10769
|
oListener?: object
|
|
10994
10770
|
): this;
|
|
10995
10771
|
/**
|
|
10996
|
-
* @
|
|
10772
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
10997
10773
|
*
|
|
10998
10774
|
* Fires event {@link #event:select select} to attached listeners.
|
|
10999
10775
|
*
|
|
@@ -11006,7 +10782,7 @@ declare namespace sap {
|
|
|
11006
10782
|
/**
|
|
11007
10783
|
* Parameters to pass along with the event
|
|
11008
10784
|
*/
|
|
11009
|
-
mParameters?: sap.ui.ux3
|
|
10785
|
+
mParameters?: sap.ui.ux3.NavigationBar$SelectEventParameters
|
|
11010
10786
|
): boolean;
|
|
11011
10787
|
/**
|
|
11012
10788
|
* Returns array of IDs of the elements which are the current targets of the association {@link #getAssociatedItems associatedItems}.
|
|
@@ -11021,7 +10797,7 @@ declare namespace sap {
|
|
|
11021
10797
|
*/
|
|
11022
10798
|
getItems(): sap.ui.ux3.NavigationItem[];
|
|
11023
10799
|
/**
|
|
11024
|
-
* @
|
|
10800
|
+
* @since 1.36
|
|
11025
10801
|
*
|
|
11026
10802
|
* Gets current value of property {@link #getOverflowItemsToUpperCase overflowItemsToUpperCase}.
|
|
11027
10803
|
*
|
|
@@ -11127,7 +10903,7 @@ declare namespace sap {
|
|
|
11127
10903
|
aItems: sap.ui.ux3.NavigationItem[]
|
|
11128
10904
|
): this;
|
|
11129
10905
|
/**
|
|
11130
|
-
* @
|
|
10906
|
+
* @since 1.36
|
|
11131
10907
|
*
|
|
11132
10908
|
* Sets a new value for property {@link #getOverflowItemsToUpperCase overflowItemsToUpperCase}.
|
|
11133
10909
|
*
|
|
@@ -11279,7 +11055,7 @@ declare namespace sap {
|
|
|
11279
11055
|
*/
|
|
11280
11056
|
getSubItems(): sap.ui.ux3.NavigationItem[];
|
|
11281
11057
|
/**
|
|
11282
|
-
* @
|
|
11058
|
+
* @since 1.9.0
|
|
11283
11059
|
*
|
|
11284
11060
|
* Gets current value of property {@link #getVisible visible}.
|
|
11285
11061
|
*
|
|
@@ -11361,7 +11137,7 @@ declare namespace sap {
|
|
|
11361
11137
|
sHref?: sap.ui.core.URI
|
|
11362
11138
|
): this;
|
|
11363
11139
|
/**
|
|
11364
|
-
* @
|
|
11140
|
+
* @since 1.9.0
|
|
11365
11141
|
*
|
|
11366
11142
|
* Sets a new value for property {@link #getVisible visible}.
|
|
11367
11143
|
*
|
|
@@ -11383,7 +11159,7 @@ declare namespace sap {
|
|
|
11383
11159
|
): this;
|
|
11384
11160
|
}
|
|
11385
11161
|
/**
|
|
11386
|
-
* @
|
|
11162
|
+
* @since 1.7.0
|
|
11387
11163
|
* @deprecated (since 1.38) - Instead, use the `sap.m.MessagePopover` control.
|
|
11388
11164
|
*
|
|
11389
11165
|
* A NotificationBar is a "toolbar" that can be added to a page to show messages and notifications from
|
|
@@ -11484,9 +11260,7 @@ declare namespace sap {
|
|
|
11484
11260
|
/**
|
|
11485
11261
|
* The function to be called when the event occurs
|
|
11486
11262
|
*/
|
|
11487
|
-
fnFunction: (
|
|
11488
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$NotificationBarDisplayEventParameters>
|
|
11489
|
-
) => void,
|
|
11263
|
+
fnFunction: (p1: NotificationBar$DisplayEvent) => void,
|
|
11490
11264
|
/**
|
|
11491
11265
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.NotificationBar` itself
|
|
11492
11266
|
*/
|
|
@@ -11507,16 +11281,14 @@ declare namespace sap {
|
|
|
11507
11281
|
/**
|
|
11508
11282
|
* The function to be called when the event occurs
|
|
11509
11283
|
*/
|
|
11510
|
-
fnFunction: (
|
|
11511
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$NotificationBarDisplayEventParameters>
|
|
11512
|
-
) => void,
|
|
11284
|
+
fnFunction: (p1: NotificationBar$DisplayEvent) => void,
|
|
11513
11285
|
/**
|
|
11514
11286
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.NotificationBar` itself
|
|
11515
11287
|
*/
|
|
11516
11288
|
oListener?: object
|
|
11517
11289
|
): this;
|
|
11518
11290
|
/**
|
|
11519
|
-
* @
|
|
11291
|
+
* @since 1.12.2
|
|
11520
11292
|
*
|
|
11521
11293
|
* Attaches event handler `fnFunction` to the {@link #event:resize resize} event of this `sap.ui.ux3.NotificationBar`.
|
|
11522
11294
|
*
|
|
@@ -11538,16 +11310,14 @@ declare namespace sap {
|
|
|
11538
11310
|
/**
|
|
11539
11311
|
* The function to be called when the event occurs
|
|
11540
11312
|
*/
|
|
11541
|
-
fnFunction: (
|
|
11542
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$NotificationBarResizeEventParameters>
|
|
11543
|
-
) => void,
|
|
11313
|
+
fnFunction: (p1: NotificationBar$ResizeEvent) => void,
|
|
11544
11314
|
/**
|
|
11545
11315
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.NotificationBar` itself
|
|
11546
11316
|
*/
|
|
11547
11317
|
oListener?: object
|
|
11548
11318
|
): this;
|
|
11549
11319
|
/**
|
|
11550
|
-
* @
|
|
11320
|
+
* @since 1.12.2
|
|
11551
11321
|
*
|
|
11552
11322
|
* Attaches event handler `fnFunction` to the {@link #event:resize resize} event of this `sap.ui.ux3.NotificationBar`.
|
|
11553
11323
|
*
|
|
@@ -11564,9 +11334,7 @@ declare namespace sap {
|
|
|
11564
11334
|
/**
|
|
11565
11335
|
* The function to be called when the event occurs
|
|
11566
11336
|
*/
|
|
11567
|
-
fnFunction: (
|
|
11568
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$NotificationBarResizeEventParameters>
|
|
11569
|
-
) => void,
|
|
11337
|
+
fnFunction: (p1: NotificationBar$ResizeEvent) => void,
|
|
11570
11338
|
/**
|
|
11571
11339
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.NotificationBar` itself
|
|
11572
11340
|
*/
|
|
@@ -11595,16 +11363,14 @@ declare namespace sap {
|
|
|
11595
11363
|
/**
|
|
11596
11364
|
* The function to be called, when the event occurs
|
|
11597
11365
|
*/
|
|
11598
|
-
fnFunction: (
|
|
11599
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$NotificationBarDisplayEventParameters>
|
|
11600
|
-
) => void,
|
|
11366
|
+
fnFunction: (p1: NotificationBar$DisplayEvent) => void,
|
|
11601
11367
|
/**
|
|
11602
11368
|
* Context object on which the given function had to be called
|
|
11603
11369
|
*/
|
|
11604
11370
|
oListener?: object
|
|
11605
11371
|
): this;
|
|
11606
11372
|
/**
|
|
11607
|
-
* @
|
|
11373
|
+
* @since 1.12.2
|
|
11608
11374
|
*
|
|
11609
11375
|
* Detaches event handler `fnFunction` from the {@link #event:resize resize} event of this `sap.ui.ux3.NotificationBar`.
|
|
11610
11376
|
*
|
|
@@ -11616,16 +11382,14 @@ declare namespace sap {
|
|
|
11616
11382
|
/**
|
|
11617
11383
|
* The function to be called, when the event occurs
|
|
11618
11384
|
*/
|
|
11619
|
-
fnFunction: (
|
|
11620
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$NotificationBarResizeEventParameters>
|
|
11621
|
-
) => void,
|
|
11385
|
+
fnFunction: (p1: NotificationBar$ResizeEvent) => void,
|
|
11622
11386
|
/**
|
|
11623
11387
|
* Context object on which the given function had to be called
|
|
11624
11388
|
*/
|
|
11625
11389
|
oListener?: object
|
|
11626
11390
|
): this;
|
|
11627
11391
|
/**
|
|
11628
|
-
* @
|
|
11392
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
11629
11393
|
*
|
|
11630
11394
|
* Fires event {@link #event:display display} to attached listeners.
|
|
11631
11395
|
*
|
|
@@ -11635,11 +11399,11 @@ declare namespace sap {
|
|
|
11635
11399
|
/**
|
|
11636
11400
|
* Parameters to pass along with the event
|
|
11637
11401
|
*/
|
|
11638
|
-
mParameters?: sap.ui.ux3
|
|
11402
|
+
mParameters?: sap.ui.ux3.NotificationBar$DisplayEventParameters
|
|
11639
11403
|
): this;
|
|
11640
11404
|
/**
|
|
11641
|
-
* @
|
|
11642
|
-
* @
|
|
11405
|
+
* @since 1.12.2
|
|
11406
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
11643
11407
|
*
|
|
11644
11408
|
* Fires event {@link #event:resize resize} to attached listeners.
|
|
11645
11409
|
*
|
|
@@ -11649,10 +11413,10 @@ declare namespace sap {
|
|
|
11649
11413
|
/**
|
|
11650
11414
|
* Parameters to pass along with the event
|
|
11651
11415
|
*/
|
|
11652
|
-
mParameters?: sap.ui.ux3
|
|
11416
|
+
mParameters?: sap.ui.ux3.NotificationBar$ResizeEventParameters
|
|
11653
11417
|
): this;
|
|
11654
11418
|
/**
|
|
11655
|
-
* @
|
|
11419
|
+
* @since 1.24.5
|
|
11656
11420
|
*
|
|
11657
11421
|
* Gets current value of property {@link #getAlwaysShowToggler alwaysShowToggler}.
|
|
11658
11422
|
*
|
|
@@ -11749,7 +11513,7 @@ declare namespace sap {
|
|
|
11749
11513
|
vNotifier: int | string | sap.ui.core.Element
|
|
11750
11514
|
): sap.ui.core.Element | null;
|
|
11751
11515
|
/**
|
|
11752
|
-
* @
|
|
11516
|
+
* @since 1.22.11
|
|
11753
11517
|
*/
|
|
11754
11518
|
setAlwaysShowToggler(
|
|
11755
11519
|
/**
|
|
@@ -11900,9 +11664,7 @@ declare namespace sap {
|
|
|
11900
11664
|
/**
|
|
11901
11665
|
* The function to be called when the event occurs
|
|
11902
11666
|
*/
|
|
11903
|
-
fnFunction: (
|
|
11904
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$NotifierMessageSelectedEventParameters>
|
|
11905
|
-
) => void,
|
|
11667
|
+
fnFunction: (p1: Notifier$MessageSelectedEvent) => void,
|
|
11906
11668
|
/**
|
|
11907
11669
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.Notifier` itself
|
|
11908
11670
|
*/
|
|
@@ -11923,9 +11685,7 @@ declare namespace sap {
|
|
|
11923
11685
|
/**
|
|
11924
11686
|
* The function to be called when the event occurs
|
|
11925
11687
|
*/
|
|
11926
|
-
fnFunction: (
|
|
11927
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$NotifierMessageSelectedEventParameters>
|
|
11928
|
-
) => void,
|
|
11688
|
+
fnFunction: (p1: Notifier$MessageSelectedEvent) => void,
|
|
11929
11689
|
/**
|
|
11930
11690
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.Notifier` itself
|
|
11931
11691
|
*/
|
|
@@ -11949,16 +11709,14 @@ declare namespace sap {
|
|
|
11949
11709
|
/**
|
|
11950
11710
|
* The function to be called, when the event occurs
|
|
11951
11711
|
*/
|
|
11952
|
-
fnFunction: (
|
|
11953
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$NotifierMessageSelectedEventParameters>
|
|
11954
|
-
) => void,
|
|
11712
|
+
fnFunction: (p1: Notifier$MessageSelectedEvent) => void,
|
|
11955
11713
|
/**
|
|
11956
11714
|
* Context object on which the given function had to be called
|
|
11957
11715
|
*/
|
|
11958
11716
|
oListener?: object
|
|
11959
11717
|
): this;
|
|
11960
11718
|
/**
|
|
11961
|
-
* @
|
|
11719
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
11962
11720
|
*
|
|
11963
11721
|
* Fires event {@link #event:messageSelected messageSelected} to attached listeners.
|
|
11964
11722
|
*
|
|
@@ -11968,7 +11726,7 @@ declare namespace sap {
|
|
|
11968
11726
|
/**
|
|
11969
11727
|
* Parameters to pass along with the event
|
|
11970
11728
|
*/
|
|
11971
|
-
mParameters?: sap.ui.ux3
|
|
11729
|
+
mParameters?: sap.ui.ux3.Notifier$MessageSelectedEventParameters
|
|
11972
11730
|
): this;
|
|
11973
11731
|
/**
|
|
11974
11732
|
* Gets current value of property {@link #getIcon icon}.
|
|
@@ -12163,9 +11921,7 @@ declare namespace sap {
|
|
|
12163
11921
|
/**
|
|
12164
11922
|
* The function to be called when the event occurs
|
|
12165
11923
|
*/
|
|
12166
|
-
fnFunction: (
|
|
12167
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$OverlayCloseEventParameters>
|
|
12168
|
-
) => void,
|
|
11924
|
+
fnFunction: (p1: Overlay$CloseEvent) => void,
|
|
12169
11925
|
/**
|
|
12170
11926
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.Overlay` itself
|
|
12171
11927
|
*/
|
|
@@ -12185,9 +11941,7 @@ declare namespace sap {
|
|
|
12185
11941
|
/**
|
|
12186
11942
|
* The function to be called when the event occurs
|
|
12187
11943
|
*/
|
|
12188
|
-
fnFunction: (
|
|
12189
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$OverlayCloseEventParameters>
|
|
12190
|
-
) => void,
|
|
11944
|
+
fnFunction: (p1: Overlay$CloseEvent) => void,
|
|
12191
11945
|
/**
|
|
12192
11946
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.Overlay` itself
|
|
12193
11947
|
*/
|
|
@@ -12212,9 +11966,7 @@ declare namespace sap {
|
|
|
12212
11966
|
/**
|
|
12213
11967
|
* The function to be called when the event occurs
|
|
12214
11968
|
*/
|
|
12215
|
-
fnFunction: (
|
|
12216
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$OverlayClosedEventParameters>
|
|
12217
|
-
) => void,
|
|
11969
|
+
fnFunction: (p1: Overlay$ClosedEvent) => void,
|
|
12218
11970
|
/**
|
|
12219
11971
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.Overlay` itself
|
|
12220
11972
|
*/
|
|
@@ -12234,9 +11986,7 @@ declare namespace sap {
|
|
|
12234
11986
|
/**
|
|
12235
11987
|
* The function to be called when the event occurs
|
|
12236
11988
|
*/
|
|
12237
|
-
fnFunction: (
|
|
12238
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$OverlayClosedEventParameters>
|
|
12239
|
-
) => void,
|
|
11989
|
+
fnFunction: (p1: Overlay$ClosedEvent) => void,
|
|
12240
11990
|
/**
|
|
12241
11991
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.Overlay` itself
|
|
12242
11992
|
*/
|
|
@@ -12261,9 +12011,7 @@ declare namespace sap {
|
|
|
12261
12011
|
/**
|
|
12262
12012
|
* The function to be called when the event occurs
|
|
12263
12013
|
*/
|
|
12264
|
-
fnFunction: (
|
|
12265
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$OverlayOpenEventParameters>
|
|
12266
|
-
) => void,
|
|
12014
|
+
fnFunction: (p1: Overlay$OpenEvent) => void,
|
|
12267
12015
|
/**
|
|
12268
12016
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.Overlay` itself
|
|
12269
12017
|
*/
|
|
@@ -12283,9 +12031,7 @@ declare namespace sap {
|
|
|
12283
12031
|
/**
|
|
12284
12032
|
* The function to be called when the event occurs
|
|
12285
12033
|
*/
|
|
12286
|
-
fnFunction: (
|
|
12287
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$OverlayOpenEventParameters>
|
|
12288
|
-
) => void,
|
|
12034
|
+
fnFunction: (p1: Overlay$OpenEvent) => void,
|
|
12289
12035
|
/**
|
|
12290
12036
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.Overlay` itself
|
|
12291
12037
|
*/
|
|
@@ -12310,9 +12056,7 @@ declare namespace sap {
|
|
|
12310
12056
|
/**
|
|
12311
12057
|
* The function to be called when the event occurs
|
|
12312
12058
|
*/
|
|
12313
|
-
fnFunction: (
|
|
12314
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$OverlayOpenNewEventParameters>
|
|
12315
|
-
) => void,
|
|
12059
|
+
fnFunction: (p1: Overlay$OpenNewEvent) => void,
|
|
12316
12060
|
/**
|
|
12317
12061
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.Overlay` itself
|
|
12318
12062
|
*/
|
|
@@ -12332,9 +12076,7 @@ declare namespace sap {
|
|
|
12332
12076
|
/**
|
|
12333
12077
|
* The function to be called when the event occurs
|
|
12334
12078
|
*/
|
|
12335
|
-
fnFunction: (
|
|
12336
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$OverlayOpenNewEventParameters>
|
|
12337
|
-
) => void,
|
|
12079
|
+
fnFunction: (p1: Overlay$OpenNewEvent) => void,
|
|
12338
12080
|
/**
|
|
12339
12081
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.Overlay` itself
|
|
12340
12082
|
*/
|
|
@@ -12355,9 +12097,7 @@ declare namespace sap {
|
|
|
12355
12097
|
/**
|
|
12356
12098
|
* The function to be called, when the event occurs
|
|
12357
12099
|
*/
|
|
12358
|
-
fnFunction: (
|
|
12359
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$OverlayCloseEventParameters>
|
|
12360
|
-
) => void,
|
|
12100
|
+
fnFunction: (p1: Overlay$CloseEvent) => void,
|
|
12361
12101
|
/**
|
|
12362
12102
|
* Context object on which the given function had to be called
|
|
12363
12103
|
*/
|
|
@@ -12374,9 +12114,7 @@ declare namespace sap {
|
|
|
12374
12114
|
/**
|
|
12375
12115
|
* The function to be called, when the event occurs
|
|
12376
12116
|
*/
|
|
12377
|
-
fnFunction: (
|
|
12378
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$OverlayClosedEventParameters>
|
|
12379
|
-
) => void,
|
|
12117
|
+
fnFunction: (p1: Overlay$ClosedEvent) => void,
|
|
12380
12118
|
/**
|
|
12381
12119
|
* Context object on which the given function had to be called
|
|
12382
12120
|
*/
|
|
@@ -12393,9 +12131,7 @@ declare namespace sap {
|
|
|
12393
12131
|
/**
|
|
12394
12132
|
* The function to be called, when the event occurs
|
|
12395
12133
|
*/
|
|
12396
|
-
fnFunction: (
|
|
12397
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$OverlayOpenEventParameters>
|
|
12398
|
-
) => void,
|
|
12134
|
+
fnFunction: (p1: Overlay$OpenEvent) => void,
|
|
12399
12135
|
/**
|
|
12400
12136
|
* Context object on which the given function had to be called
|
|
12401
12137
|
*/
|
|
@@ -12412,16 +12148,14 @@ declare namespace sap {
|
|
|
12412
12148
|
/**
|
|
12413
12149
|
* The function to be called, when the event occurs
|
|
12414
12150
|
*/
|
|
12415
|
-
fnFunction: (
|
|
12416
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$OverlayOpenNewEventParameters>
|
|
12417
|
-
) => void,
|
|
12151
|
+
fnFunction: (p1: Overlay$OpenNewEvent) => void,
|
|
12418
12152
|
/**
|
|
12419
12153
|
* Context object on which the given function had to be called
|
|
12420
12154
|
*/
|
|
12421
12155
|
oListener?: object
|
|
12422
12156
|
): this;
|
|
12423
12157
|
/**
|
|
12424
|
-
* @
|
|
12158
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
12425
12159
|
*
|
|
12426
12160
|
* Fires event {@link #event:close close} to attached listeners.
|
|
12427
12161
|
*
|
|
@@ -12434,10 +12168,10 @@ declare namespace sap {
|
|
|
12434
12168
|
/**
|
|
12435
12169
|
* Parameters to pass along with the event
|
|
12436
12170
|
*/
|
|
12437
|
-
mParameters?: sap.ui.ux3
|
|
12171
|
+
mParameters?: sap.ui.ux3.Overlay$CloseEventParameters
|
|
12438
12172
|
): boolean;
|
|
12439
12173
|
/**
|
|
12440
|
-
* @
|
|
12174
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
12441
12175
|
*
|
|
12442
12176
|
* Fires event {@link #event:closed closed} to attached listeners.
|
|
12443
12177
|
*
|
|
@@ -12450,10 +12184,10 @@ declare namespace sap {
|
|
|
12450
12184
|
/**
|
|
12451
12185
|
* Parameters to pass along with the event
|
|
12452
12186
|
*/
|
|
12453
|
-
mParameters?: sap.ui.ux3
|
|
12187
|
+
mParameters?: sap.ui.ux3.Overlay$ClosedEventParameters
|
|
12454
12188
|
): boolean;
|
|
12455
12189
|
/**
|
|
12456
|
-
* @
|
|
12190
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
12457
12191
|
*
|
|
12458
12192
|
* Fires event {@link #event:open open} to attached listeners.
|
|
12459
12193
|
*
|
|
@@ -12463,10 +12197,10 @@ declare namespace sap {
|
|
|
12463
12197
|
/**
|
|
12464
12198
|
* Parameters to pass along with the event
|
|
12465
12199
|
*/
|
|
12466
|
-
mParameters?: sap.ui.ux3
|
|
12200
|
+
mParameters?: sap.ui.ux3.Overlay$OpenEventParameters
|
|
12467
12201
|
): this;
|
|
12468
12202
|
/**
|
|
12469
|
-
* @
|
|
12203
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
12470
12204
|
*
|
|
12471
12205
|
* Fires event {@link #event:openNew openNew} to attached listeners.
|
|
12472
12206
|
*
|
|
@@ -12476,7 +12210,7 @@ declare namespace sap {
|
|
|
12476
12210
|
/**
|
|
12477
12211
|
* Parameters to pass along with the event
|
|
12478
12212
|
*/
|
|
12479
|
-
mParameters?: sap.ui.ux3
|
|
12213
|
+
mParameters?: sap.ui.ux3.Overlay$OpenNewEventParameters
|
|
12480
12214
|
): this;
|
|
12481
12215
|
/**
|
|
12482
12216
|
* Gets current value of property {@link #getCloseButtonVisible closeButtonVisible}.
|
|
@@ -12968,9 +12702,7 @@ declare namespace sap {
|
|
|
12968
12702
|
/**
|
|
12969
12703
|
* The function to be called when the event occurs
|
|
12970
12704
|
*/
|
|
12971
|
-
fnFunction: (
|
|
12972
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$QuickViewActionSelectedEventParameters>
|
|
12973
|
-
) => void,
|
|
12705
|
+
fnFunction: (p1: QuickView$ActionSelectedEvent) => void,
|
|
12974
12706
|
/**
|
|
12975
12707
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.QuickView` itself
|
|
12976
12708
|
*/
|
|
@@ -12991,9 +12723,7 @@ declare namespace sap {
|
|
|
12991
12723
|
/**
|
|
12992
12724
|
* The function to be called when the event occurs
|
|
12993
12725
|
*/
|
|
12994
|
-
fnFunction: (
|
|
12995
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$QuickViewActionSelectedEventParameters>
|
|
12996
|
-
) => void,
|
|
12726
|
+
fnFunction: (p1: QuickView$ActionSelectedEvent) => void,
|
|
12997
12727
|
/**
|
|
12998
12728
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.QuickView` itself
|
|
12999
12729
|
*/
|
|
@@ -13018,9 +12748,7 @@ declare namespace sap {
|
|
|
13018
12748
|
/**
|
|
13019
12749
|
* The function to be called when the event occurs
|
|
13020
12750
|
*/
|
|
13021
|
-
fnFunction: (
|
|
13022
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$QuickViewFeedSubmitEventParameters>
|
|
13023
|
-
) => void,
|
|
12751
|
+
fnFunction: (p1: QuickView$FeedSubmitEvent) => void,
|
|
13024
12752
|
/**
|
|
13025
12753
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.QuickView` itself
|
|
13026
12754
|
*/
|
|
@@ -13040,9 +12768,7 @@ declare namespace sap {
|
|
|
13040
12768
|
/**
|
|
13041
12769
|
* The function to be called when the event occurs
|
|
13042
12770
|
*/
|
|
13043
|
-
fnFunction: (
|
|
13044
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$QuickViewFeedSubmitEventParameters>
|
|
13045
|
-
) => void,
|
|
12771
|
+
fnFunction: (p1: QuickView$FeedSubmitEvent) => void,
|
|
13046
12772
|
/**
|
|
13047
12773
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.QuickView` itself
|
|
13048
12774
|
*/
|
|
@@ -13068,9 +12794,7 @@ declare namespace sap {
|
|
|
13068
12794
|
/**
|
|
13069
12795
|
* The function to be called when the event occurs
|
|
13070
12796
|
*/
|
|
13071
|
-
fnFunction: (
|
|
13072
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$QuickViewNavigateEventParameters>
|
|
13073
|
-
) => void,
|
|
12797
|
+
fnFunction: (p1: QuickView$NavigateEvent) => void,
|
|
13074
12798
|
/**
|
|
13075
12799
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.QuickView` itself
|
|
13076
12800
|
*/
|
|
@@ -13091,9 +12815,7 @@ declare namespace sap {
|
|
|
13091
12815
|
/**
|
|
13092
12816
|
* The function to be called when the event occurs
|
|
13093
12817
|
*/
|
|
13094
|
-
fnFunction: (
|
|
13095
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$QuickViewNavigateEventParameters>
|
|
13096
|
-
) => void,
|
|
12818
|
+
fnFunction: (p1: QuickView$NavigateEvent) => void,
|
|
13097
12819
|
/**
|
|
13098
12820
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.QuickView` itself
|
|
13099
12821
|
*/
|
|
@@ -13129,9 +12851,7 @@ declare namespace sap {
|
|
|
13129
12851
|
/**
|
|
13130
12852
|
* The function to be called, when the event occurs
|
|
13131
12853
|
*/
|
|
13132
|
-
fnFunction: (
|
|
13133
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$QuickViewActionSelectedEventParameters>
|
|
13134
|
-
) => void,
|
|
12854
|
+
fnFunction: (p1: QuickView$ActionSelectedEvent) => void,
|
|
13135
12855
|
/**
|
|
13136
12856
|
* Context object on which the given function had to be called
|
|
13137
12857
|
*/
|
|
@@ -13148,9 +12868,7 @@ declare namespace sap {
|
|
|
13148
12868
|
/**
|
|
13149
12869
|
* The function to be called, when the event occurs
|
|
13150
12870
|
*/
|
|
13151
|
-
fnFunction: (
|
|
13152
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$QuickViewFeedSubmitEventParameters>
|
|
13153
|
-
) => void,
|
|
12871
|
+
fnFunction: (p1: QuickView$FeedSubmitEvent) => void,
|
|
13154
12872
|
/**
|
|
13155
12873
|
* Context object on which the given function had to be called
|
|
13156
12874
|
*/
|
|
@@ -13167,16 +12885,14 @@ declare namespace sap {
|
|
|
13167
12885
|
/**
|
|
13168
12886
|
* The function to be called, when the event occurs
|
|
13169
12887
|
*/
|
|
13170
|
-
fnFunction: (
|
|
13171
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$QuickViewNavigateEventParameters>
|
|
13172
|
-
) => void,
|
|
12888
|
+
fnFunction: (p1: QuickView$NavigateEvent) => void,
|
|
13173
12889
|
/**
|
|
13174
12890
|
* Context object on which the given function had to be called
|
|
13175
12891
|
*/
|
|
13176
12892
|
oListener?: object
|
|
13177
12893
|
): this;
|
|
13178
12894
|
/**
|
|
13179
|
-
* @
|
|
12895
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
13180
12896
|
*
|
|
13181
12897
|
* Fires event {@link #event:actionSelected actionSelected} to attached listeners.
|
|
13182
12898
|
*
|
|
@@ -13186,10 +12902,10 @@ declare namespace sap {
|
|
|
13186
12902
|
/**
|
|
13187
12903
|
* Parameters to pass along with the event
|
|
13188
12904
|
*/
|
|
13189
|
-
mParameters?: sap.ui.ux3
|
|
12905
|
+
mParameters?: sap.ui.ux3.QuickView$ActionSelectedEventParameters
|
|
13190
12906
|
): this;
|
|
13191
12907
|
/**
|
|
13192
|
-
* @
|
|
12908
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
13193
12909
|
*
|
|
13194
12910
|
* Fires event {@link #event:feedSubmit feedSubmit} to attached listeners.
|
|
13195
12911
|
*
|
|
@@ -13199,10 +12915,10 @@ declare namespace sap {
|
|
|
13199
12915
|
/**
|
|
13200
12916
|
* Parameters to pass along with the event
|
|
13201
12917
|
*/
|
|
13202
|
-
mParameters?: sap.ui.ux3
|
|
12918
|
+
mParameters?: sap.ui.ux3.QuickView$FeedSubmitEventParameters
|
|
13203
12919
|
): this;
|
|
13204
12920
|
/**
|
|
13205
|
-
* @
|
|
12921
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
13206
12922
|
*
|
|
13207
12923
|
* Fires event {@link #event:navigate navigate} to attached listeners.
|
|
13208
12924
|
*
|
|
@@ -13215,7 +12931,7 @@ declare namespace sap {
|
|
|
13215
12931
|
/**
|
|
13216
12932
|
* Parameters to pass along with the event
|
|
13217
12933
|
*/
|
|
13218
|
-
mParameters?: sap.ui.ux3
|
|
12934
|
+
mParameters?: sap.ui.ux3.QuickView$NavigateEventParameters
|
|
13219
12935
|
): boolean;
|
|
13220
12936
|
/**
|
|
13221
12937
|
* Gets content of aggregation {@link #getActionBar actionBar}.
|
|
@@ -13974,9 +13690,7 @@ declare namespace sap {
|
|
|
13974
13690
|
/**
|
|
13975
13691
|
* The function to be called when the event occurs
|
|
13976
13692
|
*/
|
|
13977
|
-
fnFunction: (
|
|
13978
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$ShellPaneBarItemSelectedEventParameters>
|
|
13979
|
-
) => void,
|
|
13693
|
+
fnFunction: (p1: Shell$PaneBarItemSelectedEvent) => void,
|
|
13980
13694
|
/**
|
|
13981
13695
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.Shell` itself
|
|
13982
13696
|
*/
|
|
@@ -13998,16 +13712,14 @@ declare namespace sap {
|
|
|
13998
13712
|
/**
|
|
13999
13713
|
* The function to be called when the event occurs
|
|
14000
13714
|
*/
|
|
14001
|
-
fnFunction: (
|
|
14002
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$ShellPaneBarItemSelectedEventParameters>
|
|
14003
|
-
) => void,
|
|
13715
|
+
fnFunction: (p1: Shell$PaneBarItemSelectedEvent) => void,
|
|
14004
13716
|
/**
|
|
14005
13717
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.Shell` itself
|
|
14006
13718
|
*/
|
|
14007
13719
|
oListener?: object
|
|
14008
13720
|
): this;
|
|
14009
13721
|
/**
|
|
14010
|
-
* @
|
|
13722
|
+
* @since 1.12.0
|
|
14011
13723
|
*
|
|
14012
13724
|
* Attaches event handler `fnFunction` to the {@link #event:paneClosed paneClosed} event of this `sap.ui.ux3.Shell`.
|
|
14013
13725
|
*
|
|
@@ -14028,16 +13740,14 @@ declare namespace sap {
|
|
|
14028
13740
|
/**
|
|
14029
13741
|
* The function to be called when the event occurs
|
|
14030
13742
|
*/
|
|
14031
|
-
fnFunction: (
|
|
14032
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$ShellPaneClosedEventParameters>
|
|
14033
|
-
) => void,
|
|
13743
|
+
fnFunction: (p1: Shell$PaneClosedEvent) => void,
|
|
14034
13744
|
/**
|
|
14035
13745
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.Shell` itself
|
|
14036
13746
|
*/
|
|
14037
13747
|
oListener?: object
|
|
14038
13748
|
): this;
|
|
14039
13749
|
/**
|
|
14040
|
-
* @
|
|
13750
|
+
* @since 1.12.0
|
|
14041
13751
|
*
|
|
14042
13752
|
* Attaches event handler `fnFunction` to the {@link #event:paneClosed paneClosed} event of this `sap.ui.ux3.Shell`.
|
|
14043
13753
|
*
|
|
@@ -14053,9 +13763,7 @@ declare namespace sap {
|
|
|
14053
13763
|
/**
|
|
14054
13764
|
* The function to be called when the event occurs
|
|
14055
13765
|
*/
|
|
14056
|
-
fnFunction: (
|
|
14057
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$ShellPaneClosedEventParameters>
|
|
14058
|
-
) => void,
|
|
13766
|
+
fnFunction: (p1: Shell$PaneClosedEvent) => void,
|
|
14059
13767
|
/**
|
|
14060
13768
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.Shell` itself
|
|
14061
13769
|
*/
|
|
@@ -14129,9 +13837,7 @@ declare namespace sap {
|
|
|
14129
13837
|
/**
|
|
14130
13838
|
* The function to be called when the event occurs
|
|
14131
13839
|
*/
|
|
14132
|
-
fnFunction: (
|
|
14133
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$ShellWorksetItemSelectedEventParameters>
|
|
14134
|
-
) => void,
|
|
13840
|
+
fnFunction: (p1: Shell$WorksetItemSelectedEvent) => void,
|
|
14135
13841
|
/**
|
|
14136
13842
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.Shell` itself
|
|
14137
13843
|
*/
|
|
@@ -14155,9 +13861,7 @@ declare namespace sap {
|
|
|
14155
13861
|
/**
|
|
14156
13862
|
* The function to be called when the event occurs
|
|
14157
13863
|
*/
|
|
14158
|
-
fnFunction: (
|
|
14159
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$ShellWorksetItemSelectedEventParameters>
|
|
14160
|
-
) => void,
|
|
13864
|
+
fnFunction: (p1: Shell$WorksetItemSelectedEvent) => void,
|
|
14161
13865
|
/**
|
|
14162
13866
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.Shell` itself
|
|
14163
13867
|
*/
|
|
@@ -14182,7 +13886,7 @@ declare namespace sap {
|
|
|
14182
13886
|
*/
|
|
14183
13887
|
destroyHeaderItems(): this;
|
|
14184
13888
|
/**
|
|
14185
|
-
* @
|
|
13889
|
+
* @since 1.7.0
|
|
14186
13890
|
*
|
|
14187
13891
|
* Destroys the notificationBar in the aggregation {@link #getNotificationBar notificationBar}.
|
|
14188
13892
|
*
|
|
@@ -14259,16 +13963,14 @@ declare namespace sap {
|
|
|
14259
13963
|
/**
|
|
14260
13964
|
* The function to be called, when the event occurs
|
|
14261
13965
|
*/
|
|
14262
|
-
fnFunction: (
|
|
14263
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$ShellPaneBarItemSelectedEventParameters>
|
|
14264
|
-
) => void,
|
|
13966
|
+
fnFunction: (p1: Shell$PaneBarItemSelectedEvent) => void,
|
|
14265
13967
|
/**
|
|
14266
13968
|
* Context object on which the given function had to be called
|
|
14267
13969
|
*/
|
|
14268
13970
|
oListener?: object
|
|
14269
13971
|
): this;
|
|
14270
13972
|
/**
|
|
14271
|
-
* @
|
|
13973
|
+
* @since 1.12.0
|
|
14272
13974
|
*
|
|
14273
13975
|
* Detaches event handler `fnFunction` from the {@link #event:paneClosed paneClosed} event of this `sap.ui.ux3.Shell`.
|
|
14274
13976
|
*
|
|
@@ -14280,9 +13982,7 @@ declare namespace sap {
|
|
|
14280
13982
|
/**
|
|
14281
13983
|
* The function to be called, when the event occurs
|
|
14282
13984
|
*/
|
|
14283
|
-
fnFunction: (
|
|
14284
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$ShellPaneClosedEventParameters>
|
|
14285
|
-
) => void,
|
|
13985
|
+
fnFunction: (p1: Shell$PaneClosedEvent) => void,
|
|
14286
13986
|
/**
|
|
14287
13987
|
* Context object on which the given function had to be called
|
|
14288
13988
|
*/
|
|
@@ -14317,16 +14017,14 @@ declare namespace sap {
|
|
|
14317
14017
|
/**
|
|
14318
14018
|
* The function to be called, when the event occurs
|
|
14319
14019
|
*/
|
|
14320
|
-
fnFunction: (
|
|
14321
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$ShellWorksetItemSelectedEventParameters>
|
|
14322
|
-
) => void,
|
|
14020
|
+
fnFunction: (p1: Shell$WorksetItemSelectedEvent) => void,
|
|
14323
14021
|
/**
|
|
14324
14022
|
* Context object on which the given function had to be called
|
|
14325
14023
|
*/
|
|
14326
14024
|
oListener?: object
|
|
14327
14025
|
): this;
|
|
14328
14026
|
/**
|
|
14329
|
-
* @
|
|
14027
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
14330
14028
|
*
|
|
14331
14029
|
* Fires event {@link #event:feedSubmit feedSubmit} to attached listeners.
|
|
14332
14030
|
*
|
|
@@ -14339,7 +14037,7 @@ declare namespace sap {
|
|
|
14339
14037
|
mParameters?: object
|
|
14340
14038
|
): this;
|
|
14341
14039
|
/**
|
|
14342
|
-
* @
|
|
14040
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
14343
14041
|
*
|
|
14344
14042
|
* Fires event {@link #event:logout logout} to attached listeners.
|
|
14345
14043
|
*
|
|
@@ -14352,7 +14050,7 @@ declare namespace sap {
|
|
|
14352
14050
|
mParameters?: object
|
|
14353
14051
|
): this;
|
|
14354
14052
|
/**
|
|
14355
|
-
* @
|
|
14053
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
14356
14054
|
*
|
|
14357
14055
|
* Fires event {@link #event:paneBarItemSelected paneBarItemSelected} to attached listeners.
|
|
14358
14056
|
*
|
|
@@ -14362,11 +14060,11 @@ declare namespace sap {
|
|
|
14362
14060
|
/**
|
|
14363
14061
|
* Parameters to pass along with the event
|
|
14364
14062
|
*/
|
|
14365
|
-
mParameters?: sap.ui.ux3
|
|
14063
|
+
mParameters?: sap.ui.ux3.Shell$PaneBarItemSelectedEventParameters
|
|
14366
14064
|
): this;
|
|
14367
14065
|
/**
|
|
14368
|
-
* @
|
|
14369
|
-
* @
|
|
14066
|
+
* @since 1.12.0
|
|
14067
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
14370
14068
|
*
|
|
14371
14069
|
* Fires event {@link #event:paneClosed paneClosed} to attached listeners.
|
|
14372
14070
|
*
|
|
@@ -14376,10 +14074,10 @@ declare namespace sap {
|
|
|
14376
14074
|
/**
|
|
14377
14075
|
* Parameters to pass along with the event
|
|
14378
14076
|
*/
|
|
14379
|
-
mParameters?: sap.ui.ux3
|
|
14077
|
+
mParameters?: sap.ui.ux3.Shell$PaneClosedEventParameters
|
|
14380
14078
|
): this;
|
|
14381
14079
|
/**
|
|
14382
|
-
* @
|
|
14080
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
14383
14081
|
*
|
|
14384
14082
|
* Fires event {@link #event:search search} to attached listeners.
|
|
14385
14083
|
*
|
|
@@ -14392,7 +14090,7 @@ declare namespace sap {
|
|
|
14392
14090
|
mParameters?: object
|
|
14393
14091
|
): this;
|
|
14394
14092
|
/**
|
|
14395
|
-
* @
|
|
14093
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
14396
14094
|
*
|
|
14397
14095
|
* Fires event {@link #event:worksetItemSelected worksetItemSelected} to attached listeners.
|
|
14398
14096
|
*
|
|
@@ -14405,10 +14103,10 @@ declare namespace sap {
|
|
|
14405
14103
|
/**
|
|
14406
14104
|
* Parameters to pass along with the event
|
|
14407
14105
|
*/
|
|
14408
|
-
mParameters?: sap.ui.ux3
|
|
14106
|
+
mParameters?: sap.ui.ux3.Shell$WorksetItemSelectedEventParameters
|
|
14409
14107
|
): boolean;
|
|
14410
14108
|
/**
|
|
14411
|
-
* @
|
|
14109
|
+
* @since 1.14.0
|
|
14412
14110
|
*
|
|
14413
14111
|
* Gets current value of property {@link #getAllowOverlayHeaderAccess allowOverlayHeaderAccess}.
|
|
14414
14112
|
*
|
|
@@ -14440,7 +14138,7 @@ declare namespace sap {
|
|
|
14440
14138
|
*/
|
|
14441
14139
|
getAppIconTooltip(): string;
|
|
14442
14140
|
/**
|
|
14443
|
-
* @
|
|
14141
|
+
* @since 1.9.0
|
|
14444
14142
|
*
|
|
14445
14143
|
* Gets current value of property {@link #getApplyContentPadding applyContentPadding}.
|
|
14446
14144
|
*
|
|
@@ -14468,7 +14166,7 @@ declare namespace sap {
|
|
|
14468
14166
|
*/
|
|
14469
14167
|
getContent(): sap.ui.core.Control[];
|
|
14470
14168
|
/**
|
|
14471
|
-
* @
|
|
14169
|
+
* @since 1.12.0
|
|
14472
14170
|
*
|
|
14473
14171
|
* Gets current value of property {@link #getDesignType designType}.
|
|
14474
14172
|
*
|
|
@@ -14480,7 +14178,7 @@ declare namespace sap {
|
|
|
14480
14178
|
*/
|
|
14481
14179
|
getDesignType(): sap.ui.ux3.ShellDesignType;
|
|
14482
14180
|
/**
|
|
14483
|
-
* @
|
|
14181
|
+
* @since 1.9.0
|
|
14484
14182
|
*
|
|
14485
14183
|
* Gets current value of property {@link #getFullHeightContent fullHeightContent}.
|
|
14486
14184
|
*
|
|
@@ -14512,7 +14210,7 @@ declare namespace sap {
|
|
|
14512
14210
|
*/
|
|
14513
14211
|
getHeaderType(): sap.ui.ux3.ShellHeaderType;
|
|
14514
14212
|
/**
|
|
14515
|
-
* @
|
|
14213
|
+
* @since 1.9.0
|
|
14516
14214
|
*
|
|
14517
14215
|
* Gets current value of property {@link #getLogoutButtonTooltip logoutButtonTooltip}.
|
|
14518
14216
|
*
|
|
@@ -14523,7 +14221,7 @@ declare namespace sap {
|
|
|
14523
14221
|
*/
|
|
14524
14222
|
getLogoutButtonTooltip(): string;
|
|
14525
14223
|
/**
|
|
14526
|
-
* @
|
|
14224
|
+
* @since 1.7.0
|
|
14527
14225
|
*
|
|
14528
14226
|
* Gets content of aggregation {@link #getNotificationBar notificationBar}.
|
|
14529
14227
|
*
|
|
@@ -14964,7 +14662,7 @@ declare namespace sap {
|
|
|
14964
14662
|
vWorksetItem: int | string | sap.ui.ux3.NavigationItem
|
|
14965
14663
|
): sap.ui.ux3.NavigationItem | null;
|
|
14966
14664
|
/**
|
|
14967
|
-
* @
|
|
14665
|
+
* @since 1.14.0
|
|
14968
14666
|
*
|
|
14969
14667
|
* Sets a new value for property {@link #getAllowOverlayHeaderAccess allowOverlayHeaderAccess}.
|
|
14970
14668
|
*
|
|
@@ -15017,7 +14715,7 @@ declare namespace sap {
|
|
|
15017
14715
|
sAppIconTooltip?: string
|
|
15018
14716
|
): this;
|
|
15019
14717
|
/**
|
|
15020
|
-
* @
|
|
14718
|
+
* @since 1.9.0
|
|
15021
14719
|
*
|
|
15022
14720
|
* Sets a new value for property {@link #getApplyContentPadding applyContentPadding}.
|
|
15023
14721
|
*
|
|
@@ -15073,7 +14771,7 @@ declare namespace sap {
|
|
|
15073
14771
|
bDestroyOldContent: boolean
|
|
15074
14772
|
): sap.ui.core.Control[];
|
|
15075
14773
|
/**
|
|
15076
|
-
* @
|
|
14774
|
+
* @since 1.12.0
|
|
15077
14775
|
*
|
|
15078
14776
|
* Sets a new value for property {@link #getDesignType designType}.
|
|
15079
14777
|
*
|
|
@@ -15092,7 +14790,7 @@ declare namespace sap {
|
|
|
15092
14790
|
sDesignType?: sap.ui.ux3.ShellDesignType
|
|
15093
14791
|
): this;
|
|
15094
14792
|
/**
|
|
15095
|
-
* @
|
|
14793
|
+
* @since 1.9.0
|
|
15096
14794
|
*
|
|
15097
14795
|
* Sets a new value for property {@link #getFullHeightContent fullHeightContent}.
|
|
15098
14796
|
*
|
|
@@ -15131,7 +14829,7 @@ declare namespace sap {
|
|
|
15131
14829
|
sHeaderType?: sap.ui.ux3.ShellHeaderType
|
|
15132
14830
|
): this;
|
|
15133
14831
|
/**
|
|
15134
|
-
* @
|
|
14832
|
+
* @since 1.9.0
|
|
15135
14833
|
*
|
|
15136
14834
|
* Sets a new value for property {@link #getLogoutButtonTooltip logoutButtonTooltip}.
|
|
15137
14835
|
*
|
|
@@ -15149,8 +14847,8 @@ declare namespace sap {
|
|
|
15149
14847
|
sLogoutButtonTooltip?: string
|
|
15150
14848
|
): this;
|
|
15151
14849
|
/**
|
|
15152
|
-
* @
|
|
15153
|
-
* @
|
|
14850
|
+
* @since 1.7.0
|
|
14851
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
15154
14852
|
*
|
|
15155
14853
|
* Moves the complete Shell away from the right window border by the given number of pixels (left border
|
|
15156
14854
|
* in RTL case).
|
|
@@ -15418,9 +15116,7 @@ declare namespace sap {
|
|
|
15418
15116
|
/**
|
|
15419
15117
|
* The function to be called when the event occurs
|
|
15420
15118
|
*/
|
|
15421
|
-
fnFunction: (
|
|
15422
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$ThingActionSelectEventParameters>
|
|
15423
|
-
) => void,
|
|
15119
|
+
fnFunction: (p1: ThingAction$SelectEvent) => void,
|
|
15424
15120
|
/**
|
|
15425
15121
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.ThingAction` itself
|
|
15426
15122
|
*/
|
|
@@ -15440,9 +15136,7 @@ declare namespace sap {
|
|
|
15440
15136
|
/**
|
|
15441
15137
|
* The function to be called when the event occurs
|
|
15442
15138
|
*/
|
|
15443
|
-
fnFunction: (
|
|
15444
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$ThingActionSelectEventParameters>
|
|
15445
|
-
) => void,
|
|
15139
|
+
fnFunction: (p1: ThingAction$SelectEvent) => void,
|
|
15446
15140
|
/**
|
|
15447
15141
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.ThingAction` itself
|
|
15448
15142
|
*/
|
|
@@ -15459,16 +15153,14 @@ declare namespace sap {
|
|
|
15459
15153
|
/**
|
|
15460
15154
|
* The function to be called, when the event occurs
|
|
15461
15155
|
*/
|
|
15462
|
-
fnFunction: (
|
|
15463
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$ThingActionSelectEventParameters>
|
|
15464
|
-
) => void,
|
|
15156
|
+
fnFunction: (p1: ThingAction$SelectEvent) => void,
|
|
15465
15157
|
/**
|
|
15466
15158
|
* Context object on which the given function had to be called
|
|
15467
15159
|
*/
|
|
15468
15160
|
oListener?: object
|
|
15469
15161
|
): this;
|
|
15470
15162
|
/**
|
|
15471
|
-
* @
|
|
15163
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
15472
15164
|
*
|
|
15473
15165
|
* Fires event {@link #event:select select} to attached listeners.
|
|
15474
15166
|
*
|
|
@@ -15478,7 +15170,7 @@ declare namespace sap {
|
|
|
15478
15170
|
/**
|
|
15479
15171
|
* Parameters to pass along with the event
|
|
15480
15172
|
*/
|
|
15481
|
-
mParameters?: sap.ui.ux3
|
|
15173
|
+
mParameters?: sap.ui.ux3.ThingAction$SelectEventParameters
|
|
15482
15174
|
): this;
|
|
15483
15175
|
/**
|
|
15484
15176
|
* Gets current value of property {@link #getEnabled enabled}.
|
|
@@ -15920,9 +15612,7 @@ declare namespace sap {
|
|
|
15920
15612
|
/**
|
|
15921
15613
|
* The function to be called when the event occurs
|
|
15922
15614
|
*/
|
|
15923
|
-
fnFunction: (
|
|
15924
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$ThingInspectorActionSelectedEventParameters>
|
|
15925
|
-
) => void,
|
|
15615
|
+
fnFunction: (p1: ThingInspector$ActionSelectedEvent) => void,
|
|
15926
15616
|
/**
|
|
15927
15617
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.ThingInspector` itself
|
|
15928
15618
|
*/
|
|
@@ -15943,9 +15633,7 @@ declare namespace sap {
|
|
|
15943
15633
|
/**
|
|
15944
15634
|
* The function to be called when the event occurs
|
|
15945
15635
|
*/
|
|
15946
|
-
fnFunction: (
|
|
15947
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$ThingInspectorActionSelectedEventParameters>
|
|
15948
|
-
) => void,
|
|
15636
|
+
fnFunction: (p1: ThingInspector$ActionSelectedEvent) => void,
|
|
15949
15637
|
/**
|
|
15950
15638
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.ThingInspector` itself
|
|
15951
15639
|
*/
|
|
@@ -15971,9 +15659,7 @@ declare namespace sap {
|
|
|
15971
15659
|
/**
|
|
15972
15660
|
* The function to be called when the event occurs
|
|
15973
15661
|
*/
|
|
15974
|
-
fnFunction: (
|
|
15975
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$ThingInspectorFacetSelectedEventParameters>
|
|
15976
|
-
) => void,
|
|
15662
|
+
fnFunction: (p1: ThingInspector$FacetSelectedEvent) => void,
|
|
15977
15663
|
/**
|
|
15978
15664
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.ThingInspector` itself
|
|
15979
15665
|
*/
|
|
@@ -15994,9 +15680,7 @@ declare namespace sap {
|
|
|
15994
15680
|
/**
|
|
15995
15681
|
* The function to be called when the event occurs
|
|
15996
15682
|
*/
|
|
15997
|
-
fnFunction: (
|
|
15998
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$ThingInspectorFacetSelectedEventParameters>
|
|
15999
|
-
) => void,
|
|
15683
|
+
fnFunction: (p1: ThingInspector$FacetSelectedEvent) => void,
|
|
16000
15684
|
/**
|
|
16001
15685
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.ThingInspector` itself
|
|
16002
15686
|
*/
|
|
@@ -16021,9 +15705,7 @@ declare namespace sap {
|
|
|
16021
15705
|
/**
|
|
16022
15706
|
* The function to be called when the event occurs
|
|
16023
15707
|
*/
|
|
16024
|
-
fnFunction: (
|
|
16025
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$ThingInspectorFeedSubmitEventParameters>
|
|
16026
|
-
) => void,
|
|
15708
|
+
fnFunction: (p1: ThingInspector$FeedSubmitEvent) => void,
|
|
16027
15709
|
/**
|
|
16028
15710
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.ThingInspector` itself
|
|
16029
15711
|
*/
|
|
@@ -16043,9 +15725,7 @@ declare namespace sap {
|
|
|
16043
15725
|
/**
|
|
16044
15726
|
* The function to be called when the event occurs
|
|
16045
15727
|
*/
|
|
16046
|
-
fnFunction: (
|
|
16047
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$ThingInspectorFeedSubmitEventParameters>
|
|
16048
|
-
) => void,
|
|
15728
|
+
fnFunction: (p1: ThingInspector$FeedSubmitEvent) => void,
|
|
16049
15729
|
/**
|
|
16050
15730
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.ThingInspector` itself
|
|
16051
15731
|
*/
|
|
@@ -16093,9 +15773,7 @@ declare namespace sap {
|
|
|
16093
15773
|
/**
|
|
16094
15774
|
* The function to be called, when the event occurs
|
|
16095
15775
|
*/
|
|
16096
|
-
fnFunction: (
|
|
16097
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$ThingInspectorActionSelectedEventParameters>
|
|
16098
|
-
) => void,
|
|
15776
|
+
fnFunction: (p1: ThingInspector$ActionSelectedEvent) => void,
|
|
16099
15777
|
/**
|
|
16100
15778
|
* Context object on which the given function had to be called
|
|
16101
15779
|
*/
|
|
@@ -16113,9 +15791,7 @@ declare namespace sap {
|
|
|
16113
15791
|
/**
|
|
16114
15792
|
* The function to be called, when the event occurs
|
|
16115
15793
|
*/
|
|
16116
|
-
fnFunction: (
|
|
16117
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$ThingInspectorFacetSelectedEventParameters>
|
|
16118
|
-
) => void,
|
|
15794
|
+
fnFunction: (p1: ThingInspector$FacetSelectedEvent) => void,
|
|
16119
15795
|
/**
|
|
16120
15796
|
* Context object on which the given function had to be called
|
|
16121
15797
|
*/
|
|
@@ -16132,16 +15808,14 @@ declare namespace sap {
|
|
|
16132
15808
|
/**
|
|
16133
15809
|
* The function to be called, when the event occurs
|
|
16134
15810
|
*/
|
|
16135
|
-
fnFunction: (
|
|
16136
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$ThingInspectorFeedSubmitEventParameters>
|
|
16137
|
-
) => void,
|
|
15811
|
+
fnFunction: (p1: ThingInspector$FeedSubmitEvent) => void,
|
|
16138
15812
|
/**
|
|
16139
15813
|
* Context object on which the given function had to be called
|
|
16140
15814
|
*/
|
|
16141
15815
|
oListener?: object
|
|
16142
15816
|
): this;
|
|
16143
15817
|
/**
|
|
16144
|
-
* @
|
|
15818
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
16145
15819
|
*
|
|
16146
15820
|
* Fires event {@link #event:actionSelected actionSelected} to attached listeners.
|
|
16147
15821
|
*
|
|
@@ -16151,10 +15825,10 @@ declare namespace sap {
|
|
|
16151
15825
|
/**
|
|
16152
15826
|
* Parameters to pass along with the event
|
|
16153
15827
|
*/
|
|
16154
|
-
mParameters?: sap.ui.ux3
|
|
15828
|
+
mParameters?: sap.ui.ux3.ThingInspector$ActionSelectedEventParameters
|
|
16155
15829
|
): this;
|
|
16156
15830
|
/**
|
|
16157
|
-
* @
|
|
15831
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
16158
15832
|
*
|
|
16159
15833
|
* Fires event {@link #event:facetSelected facetSelected} to attached listeners.
|
|
16160
15834
|
*
|
|
@@ -16167,10 +15841,10 @@ declare namespace sap {
|
|
|
16167
15841
|
/**
|
|
16168
15842
|
* Parameters to pass along with the event
|
|
16169
15843
|
*/
|
|
16170
|
-
mParameters?: sap.ui.ux3
|
|
15844
|
+
mParameters?: sap.ui.ux3.ThingInspector$FacetSelectedEventParameters
|
|
16171
15845
|
): boolean;
|
|
16172
15846
|
/**
|
|
16173
|
-
* @
|
|
15847
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
16174
15848
|
*
|
|
16175
15849
|
* Fires event {@link #event:feedSubmit feedSubmit} to attached listeners.
|
|
16176
15850
|
*
|
|
@@ -16180,7 +15854,7 @@ declare namespace sap {
|
|
|
16180
15854
|
/**
|
|
16181
15855
|
* Parameters to pass along with the event
|
|
16182
15856
|
*/
|
|
16183
|
-
mParameters?: sap.ui.ux3
|
|
15857
|
+
mParameters?: sap.ui.ux3.ThingInspector$FeedSubmitEventParameters
|
|
16184
15858
|
): this;
|
|
16185
15859
|
/**
|
|
16186
15860
|
* Gets content of aggregation {@link #getActionBar actionBar}.
|
|
@@ -16281,7 +15955,7 @@ declare namespace sap {
|
|
|
16281
15955
|
*/
|
|
16282
15956
|
getHeaderContent(): sap.ui.ux3.ThingGroup[];
|
|
16283
15957
|
/**
|
|
16284
|
-
* @
|
|
15958
|
+
* @since 1.16.3
|
|
16285
15959
|
*
|
|
16286
15960
|
* Gets current value of property {@link #getHeaderType headerType}.
|
|
16287
15961
|
*
|
|
@@ -16656,7 +16330,7 @@ declare namespace sap {
|
|
|
16656
16330
|
sFollowState?: sap.ui.ux3.FollowActionState
|
|
16657
16331
|
): this;
|
|
16658
16332
|
/**
|
|
16659
|
-
* @
|
|
16333
|
+
* @since 1.16.3
|
|
16660
16334
|
*
|
|
16661
16335
|
* Sets a new value for property {@link #getHeaderType headerType}.
|
|
16662
16336
|
*
|
|
@@ -16750,7 +16424,7 @@ declare namespace sap {
|
|
|
16750
16424
|
): this;
|
|
16751
16425
|
}
|
|
16752
16426
|
/**
|
|
16753
|
-
* @
|
|
16427
|
+
* @since 1.9.1
|
|
16754
16428
|
* @deprecated (since 1.38) - There is not an exact replacement.
|
|
16755
16429
|
*
|
|
16756
16430
|
* ThingViewer: Same as ThingInspector but decoupled from the Overlay and the ActionBar. The control can
|
|
@@ -16871,9 +16545,7 @@ declare namespace sap {
|
|
|
16871
16545
|
/**
|
|
16872
16546
|
* The function to be called when the event occurs
|
|
16873
16547
|
*/
|
|
16874
|
-
fnFunction: (
|
|
16875
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$ThingViewerFacetSelectedEventParameters>
|
|
16876
|
-
) => void,
|
|
16548
|
+
fnFunction: (p1: ThingViewer$FacetSelectedEvent) => void,
|
|
16877
16549
|
/**
|
|
16878
16550
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.ThingViewer` itself
|
|
16879
16551
|
*/
|
|
@@ -16894,9 +16566,7 @@ declare namespace sap {
|
|
|
16894
16566
|
/**
|
|
16895
16567
|
* The function to be called when the event occurs
|
|
16896
16568
|
*/
|
|
16897
|
-
fnFunction: (
|
|
16898
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$ThingViewerFacetSelectedEventParameters>
|
|
16899
|
-
) => void,
|
|
16569
|
+
fnFunction: (p1: ThingViewer$FacetSelectedEvent) => void,
|
|
16900
16570
|
/**
|
|
16901
16571
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.ThingViewer` itself
|
|
16902
16572
|
*/
|
|
@@ -16938,16 +16608,14 @@ declare namespace sap {
|
|
|
16938
16608
|
/**
|
|
16939
16609
|
* The function to be called, when the event occurs
|
|
16940
16610
|
*/
|
|
16941
|
-
fnFunction: (
|
|
16942
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$ThingViewerFacetSelectedEventParameters>
|
|
16943
|
-
) => void,
|
|
16611
|
+
fnFunction: (p1: ThingViewer$FacetSelectedEvent) => void,
|
|
16944
16612
|
/**
|
|
16945
16613
|
* Context object on which the given function had to be called
|
|
16946
16614
|
*/
|
|
16947
16615
|
oListener?: object
|
|
16948
16616
|
): this;
|
|
16949
16617
|
/**
|
|
16950
|
-
* @
|
|
16618
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
16951
16619
|
*
|
|
16952
16620
|
* Fires event {@link #event:facetSelected facetSelected} to attached listeners.
|
|
16953
16621
|
*
|
|
@@ -16960,7 +16628,7 @@ declare namespace sap {
|
|
|
16960
16628
|
/**
|
|
16961
16629
|
* Parameters to pass along with the event
|
|
16962
16630
|
*/
|
|
16963
|
-
mParameters?: sap.ui.ux3
|
|
16631
|
+
mParameters?: sap.ui.ux3.ThingViewer$FacetSelectedEventParameters
|
|
16964
16632
|
): boolean;
|
|
16965
16633
|
/**
|
|
16966
16634
|
* Gets content of aggregation {@link #getActionBar actionBar}.
|
|
@@ -16987,7 +16655,7 @@ declare namespace sap {
|
|
|
16987
16655
|
*/
|
|
16988
16656
|
getHeaderContent(): sap.ui.ux3.ThingGroup[];
|
|
16989
16657
|
/**
|
|
16990
|
-
* @
|
|
16658
|
+
* @since 1.16.3
|
|
16991
16659
|
*
|
|
16992
16660
|
* Gets current value of property {@link #getHeaderType headerType}.
|
|
16993
16661
|
*
|
|
@@ -17211,7 +16879,7 @@ declare namespace sap {
|
|
|
17211
16879
|
oActionBar: sap.ui.ux3.ActionBar
|
|
17212
16880
|
): this;
|
|
17213
16881
|
/**
|
|
17214
|
-
* @
|
|
16882
|
+
* @since 1.16.3
|
|
17215
16883
|
*
|
|
17216
16884
|
* Sets a new value for property {@link #getHeaderType headerType}.
|
|
17217
16885
|
*
|
|
@@ -17431,7 +17099,7 @@ declare namespace sap {
|
|
|
17431
17099
|
oContent: sap.ui.core.Control
|
|
17432
17100
|
): this;
|
|
17433
17101
|
/**
|
|
17434
|
-
* @
|
|
17102
|
+
* @since 1.19.0
|
|
17435
17103
|
*
|
|
17436
17104
|
* Adds an ID to the Popup that should be focusable as well when using `autoclose`. Chaining is only possible
|
|
17437
17105
|
* if a valid type (string) is given.
|
|
@@ -17555,9 +17223,7 @@ declare namespace sap {
|
|
|
17555
17223
|
/**
|
|
17556
17224
|
* The function to be called when the event occurs
|
|
17557
17225
|
*/
|
|
17558
|
-
fnFunction: (
|
|
17559
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$ToolPopupEnterEventParameters>
|
|
17560
|
-
) => void,
|
|
17226
|
+
fnFunction: (p1: ToolPopup$EnterEvent) => void,
|
|
17561
17227
|
/**
|
|
17562
17228
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.ToolPopup` itself
|
|
17563
17229
|
*/
|
|
@@ -17577,9 +17243,7 @@ declare namespace sap {
|
|
|
17577
17243
|
/**
|
|
17578
17244
|
* The function to be called when the event occurs
|
|
17579
17245
|
*/
|
|
17580
|
-
fnFunction: (
|
|
17581
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$ToolPopupEnterEventParameters>
|
|
17582
|
-
) => void,
|
|
17246
|
+
fnFunction: (p1: ToolPopup$EnterEvent) => void,
|
|
17583
17247
|
/**
|
|
17584
17248
|
* Context object to call the event handler with. Defaults to this `sap.ui.ux3.ToolPopup` itself
|
|
17585
17249
|
*/
|
|
@@ -17678,7 +17342,7 @@ declare namespace sap {
|
|
|
17678
17342
|
oListener?: object
|
|
17679
17343
|
): this;
|
|
17680
17344
|
/**
|
|
17681
|
-
* @
|
|
17345
|
+
* @since 1.19.0
|
|
17682
17346
|
*
|
|
17683
17347
|
* Attaches event handler `fnFunction` to the {@link #event:opened opened} event of this `sap.ui.ux3.ToolPopup`.
|
|
17684
17348
|
*
|
|
@@ -17705,7 +17369,7 @@ declare namespace sap {
|
|
|
17705
17369
|
oListener?: object
|
|
17706
17370
|
): this;
|
|
17707
17371
|
/**
|
|
17708
|
-
* @
|
|
17372
|
+
* @since 1.19.0
|
|
17709
17373
|
*
|
|
17710
17374
|
* Attaches event handler `fnFunction` to the {@link #event:opened opened} event of this `sap.ui.ux3.ToolPopup`.
|
|
17711
17375
|
*
|
|
@@ -17795,9 +17459,7 @@ declare namespace sap {
|
|
|
17795
17459
|
/**
|
|
17796
17460
|
* The function to be called, when the event occurs
|
|
17797
17461
|
*/
|
|
17798
|
-
fnFunction: (
|
|
17799
|
-
p1: sap.ui.base.Event<sap.ui.ux3.$ToolPopupEnterEventParameters>
|
|
17800
|
-
) => void,
|
|
17462
|
+
fnFunction: (p1: ToolPopup$EnterEvent) => void,
|
|
17801
17463
|
/**
|
|
17802
17464
|
* Context object on which the given function had to be called
|
|
17803
17465
|
*/
|
|
@@ -17838,7 +17500,7 @@ declare namespace sap {
|
|
|
17838
17500
|
oListener?: object
|
|
17839
17501
|
): this;
|
|
17840
17502
|
/**
|
|
17841
|
-
* @
|
|
17503
|
+
* @since 1.19.0
|
|
17842
17504
|
*
|
|
17843
17505
|
* Detaches event handler `fnFunction` from the {@link #event:opened opened} event of this `sap.ui.ux3.ToolPopup`.
|
|
17844
17506
|
*
|
|
@@ -17857,7 +17519,7 @@ declare namespace sap {
|
|
|
17857
17519
|
oListener?: object
|
|
17858
17520
|
): this;
|
|
17859
17521
|
/**
|
|
17860
|
-
* @
|
|
17522
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
17861
17523
|
*
|
|
17862
17524
|
* Fires event {@link #event:close close} to attached listeners.
|
|
17863
17525
|
*
|
|
@@ -17873,7 +17535,7 @@ declare namespace sap {
|
|
|
17873
17535
|
mParameters?: object
|
|
17874
17536
|
): boolean;
|
|
17875
17537
|
/**
|
|
17876
|
-
* @
|
|
17538
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
17877
17539
|
*
|
|
17878
17540
|
* Fires event {@link #event:closed closed} to attached listeners.
|
|
17879
17541
|
*
|
|
@@ -17886,7 +17548,7 @@ declare namespace sap {
|
|
|
17886
17548
|
mParameters?: object
|
|
17887
17549
|
): this;
|
|
17888
17550
|
/**
|
|
17889
|
-
* @
|
|
17551
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
17890
17552
|
*
|
|
17891
17553
|
* Fires event {@link #event:enter enter} to attached listeners.
|
|
17892
17554
|
*
|
|
@@ -17896,10 +17558,10 @@ declare namespace sap {
|
|
|
17896
17558
|
/**
|
|
17897
17559
|
* Parameters to pass along with the event
|
|
17898
17560
|
*/
|
|
17899
|
-
mParameters?: sap.ui.ux3
|
|
17561
|
+
mParameters?: sap.ui.ux3.ToolPopup$EnterEventParameters
|
|
17900
17562
|
): this;
|
|
17901
17563
|
/**
|
|
17902
|
-
* @
|
|
17564
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
17903
17565
|
*
|
|
17904
17566
|
* Fires event {@link #event:iconChanged iconChanged} to attached listeners.
|
|
17905
17567
|
*
|
|
@@ -17912,7 +17574,7 @@ declare namespace sap {
|
|
|
17912
17574
|
mParameters?: object
|
|
17913
17575
|
): this;
|
|
17914
17576
|
/**
|
|
17915
|
-
* @
|
|
17577
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
17916
17578
|
*
|
|
17917
17579
|
* Fires event {@link #event:open open} to attached listeners.
|
|
17918
17580
|
*
|
|
@@ -17925,8 +17587,8 @@ declare namespace sap {
|
|
|
17925
17587
|
mParameters?: object
|
|
17926
17588
|
): this;
|
|
17927
17589
|
/**
|
|
17928
|
-
* @
|
|
17929
|
-
* @
|
|
17590
|
+
* @since 1.19.0
|
|
17591
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
17930
17592
|
*
|
|
17931
17593
|
* Fires event {@link #event:opened opened} to attached listeners.
|
|
17932
17594
|
*
|
|
@@ -17939,7 +17601,7 @@ declare namespace sap {
|
|
|
17939
17601
|
mParameters?: object
|
|
17940
17602
|
): this;
|
|
17941
17603
|
/**
|
|
17942
|
-
* @
|
|
17604
|
+
* @since 1.13.2
|
|
17943
17605
|
*
|
|
17944
17606
|
* Gets current value of property {@link #getAutoClose autoClose}.
|
|
17945
17607
|
*
|
|
@@ -17959,7 +17621,7 @@ declare namespace sap {
|
|
|
17959
17621
|
*/
|
|
17960
17622
|
getButtons(): sap.ui.core.Control[];
|
|
17961
17623
|
/**
|
|
17962
|
-
* @
|
|
17624
|
+
* @since 1.19.0
|
|
17963
17625
|
*
|
|
17964
17626
|
* Gets current value of property {@link #getCloseDuration closeDuration}.
|
|
17965
17627
|
*
|
|
@@ -17977,14 +17639,14 @@ declare namespace sap {
|
|
|
17977
17639
|
*/
|
|
17978
17640
|
getContent(): sap.ui.core.Control[];
|
|
17979
17641
|
/**
|
|
17980
|
-
* @
|
|
17642
|
+
* @since 1.20.1
|
|
17981
17643
|
*
|
|
17982
17644
|
* ID of the element which is the current target of the association {@link #getDefaultButton defaultButton},
|
|
17983
17645
|
* or `null`.
|
|
17984
17646
|
*/
|
|
17985
17647
|
getDefaultButton(): sap.ui.core.ID;
|
|
17986
17648
|
/**
|
|
17987
|
-
* @
|
|
17649
|
+
* @since 1.13.1
|
|
17988
17650
|
*
|
|
17989
17651
|
* Indicates whether the ToolPopup is currently enabled or not.
|
|
17990
17652
|
*
|
|
@@ -18030,7 +17692,7 @@ declare namespace sap {
|
|
|
18030
17692
|
*/
|
|
18031
17693
|
getInitialFocus(): sap.ui.core.ID;
|
|
18032
17694
|
/**
|
|
18033
|
-
* @
|
|
17695
|
+
* @since 1.11.1
|
|
18034
17696
|
*
|
|
18035
17697
|
* Gets current value of property {@link #getInverted inverted}.
|
|
18036
17698
|
*
|
|
@@ -18043,7 +17705,7 @@ declare namespace sap {
|
|
|
18043
17705
|
*/
|
|
18044
17706
|
getInverted(): boolean;
|
|
18045
17707
|
/**
|
|
18046
|
-
* @
|
|
17708
|
+
* @since 1.13.2
|
|
18047
17709
|
*
|
|
18048
17710
|
* Gets current value of property {@link #getMaxHeight maxHeight}.
|
|
18049
17711
|
*
|
|
@@ -18054,7 +17716,7 @@ declare namespace sap {
|
|
|
18054
17716
|
*/
|
|
18055
17717
|
getMaxHeight(): sap.ui.core.CSSSize;
|
|
18056
17718
|
/**
|
|
18057
|
-
* @
|
|
17719
|
+
* @since 1.15.0
|
|
18058
17720
|
*
|
|
18059
17721
|
* Gets current value of property {@link #getMaxWidth maxWidth}.
|
|
18060
17722
|
*
|
|
@@ -18077,7 +17739,7 @@ declare namespace sap {
|
|
|
18077
17739
|
*/
|
|
18078
17740
|
getModal(): boolean;
|
|
18079
17741
|
/**
|
|
18080
|
-
* @
|
|
17742
|
+
* @since 1.19.0
|
|
18081
17743
|
*
|
|
18082
17744
|
* Gets current value of property {@link #getOpenDuration openDuration}.
|
|
18083
17745
|
*
|
|
@@ -18219,7 +17881,7 @@ declare namespace sap {
|
|
|
18219
17881
|
vContent: int | string | sap.ui.core.Control
|
|
18220
17882
|
): sap.ui.core.Control | null;
|
|
18221
17883
|
/**
|
|
18222
|
-
* @
|
|
17884
|
+
* @since 1.19.0
|
|
18223
17885
|
*
|
|
18224
17886
|
* Removes an ID to the Popup that should be focusable as well when using `autoclose`. Chaining is only
|
|
18225
17887
|
* possible if a valid type (string) is given.
|
|
@@ -18231,7 +17893,7 @@ declare namespace sap {
|
|
|
18231
17893
|
sID?: string
|
|
18232
17894
|
): void;
|
|
18233
17895
|
/**
|
|
18234
|
-
* @
|
|
17896
|
+
* @since 1.13.2
|
|
18235
17897
|
*
|
|
18236
17898
|
* Sets a new value for property {@link #getAutoClose autoClose}.
|
|
18237
17899
|
*
|
|
@@ -18252,13 +17914,13 @@ declare namespace sap {
|
|
|
18252
17914
|
bAutoClose?: boolean
|
|
18253
17915
|
): this;
|
|
18254
17916
|
/**
|
|
18255
|
-
* @
|
|
17917
|
+
* @since 1.19.0
|
|
18256
17918
|
*
|
|
18257
17919
|
* This is just a forward to the Popup's function (sap.ui.core.Popup.setAutoCloseAreas) with the same functionality.
|
|
18258
17920
|
*/
|
|
18259
17921
|
setAutoCloseAreas(aAutoCloseAreas: Element[]): void;
|
|
18260
17922
|
/**
|
|
18261
|
-
* @
|
|
17923
|
+
* @since 1.19.0
|
|
18262
17924
|
*
|
|
18263
17925
|
* Sets a new value for property {@link #getCloseDuration closeDuration}.
|
|
18264
17926
|
*
|
|
@@ -18277,7 +17939,7 @@ declare namespace sap {
|
|
|
18277
17939
|
iCloseDuration?: int
|
|
18278
17940
|
): this;
|
|
18279
17941
|
/**
|
|
18280
|
-
* @
|
|
17942
|
+
* @since 1.20.1
|
|
18281
17943
|
*
|
|
18282
17944
|
* Sets the associated {@link #getDefaultButton defaultButton}.
|
|
18283
17945
|
*
|
|
@@ -18303,7 +17965,7 @@ declare namespace sap {
|
|
|
18303
17965
|
oInitialFocus: sap.ui.core.ID | sap.ui.core.Control
|
|
18304
17966
|
): this;
|
|
18305
17967
|
/**
|
|
18306
|
-
* @
|
|
17968
|
+
* @since 1.11.1
|
|
18307
17969
|
*
|
|
18308
17970
|
* Sets a new value for property {@link #getInverted inverted}.
|
|
18309
17971
|
*
|
|
@@ -18323,7 +17985,7 @@ declare namespace sap {
|
|
|
18323
17985
|
bInverted?: boolean
|
|
18324
17986
|
): this;
|
|
18325
17987
|
/**
|
|
18326
|
-
* @
|
|
17988
|
+
* @since 1.13.2
|
|
18327
17989
|
*
|
|
18328
17990
|
* Sets a new value for property {@link #getMaxHeight maxHeight}.
|
|
18329
17991
|
*
|
|
@@ -18361,7 +18023,7 @@ declare namespace sap {
|
|
|
18361
18023
|
bModal?: boolean
|
|
18362
18024
|
): this;
|
|
18363
18025
|
/**
|
|
18364
|
-
* @
|
|
18026
|
+
* @since 1.19.0
|
|
18365
18027
|
*
|
|
18366
18028
|
* Sets a new value for property {@link #getOpenDuration openDuration}.
|
|
18367
18029
|
*
|
|
@@ -18413,7 +18075,7 @@ declare namespace sap {
|
|
|
18413
18075
|
}
|
|
18414
18076
|
/**
|
|
18415
18077
|
* @deprecated (since 1.38)
|
|
18416
|
-
* @
|
|
18078
|
+
* @experimental (since 1.2) - API is not yet finished and might change completely
|
|
18417
18079
|
*
|
|
18418
18080
|
* Enumeration of available standard actions for 'sap.ui.ux3.ActionBar'. To be used as parameters for function
|
|
18419
18081
|
* 'sap.ui.ux3.ActionBar.getSocialAction'.
|
|
@@ -18441,7 +18103,7 @@ declare namespace sap {
|
|
|
18441
18103
|
Update = "Update",
|
|
18442
18104
|
}
|
|
18443
18105
|
/**
|
|
18444
|
-
* @
|
|
18106
|
+
* @since 1.7.1
|
|
18445
18107
|
* @deprecated (since 1.38)
|
|
18446
18108
|
*
|
|
18447
18109
|
* Defines the order of the sub lists of a list in the ExactBrowser.
|
|
@@ -18458,7 +18120,7 @@ declare namespace sap {
|
|
|
18458
18120
|
}
|
|
18459
18121
|
/**
|
|
18460
18122
|
* @deprecated (since 1.38)
|
|
18461
|
-
* @
|
|
18123
|
+
* @experimental (since 1.2) - The whole Feed/Feeder API is still under discussion, significant changes
|
|
18462
18124
|
* are likely. Especially text presentation (e.g. @-references and formatted text) is not final. Also the
|
|
18463
18125
|
* Feed model topic is still open.
|
|
18464
18126
|
*
|
|
@@ -18521,7 +18183,7 @@ declare namespace sap {
|
|
|
18521
18183
|
None = "None",
|
|
18522
18184
|
}
|
|
18523
18185
|
/**
|
|
18524
|
-
* @
|
|
18186
|
+
* @since 1.12.0
|
|
18525
18187
|
* @deprecated (since 1.38)
|
|
18526
18188
|
*
|
|
18527
18189
|
* Available shell design types.
|
|
@@ -18565,7 +18227,7 @@ declare namespace sap {
|
|
|
18565
18227
|
Standard = "Standard",
|
|
18566
18228
|
}
|
|
18567
18229
|
/**
|
|
18568
|
-
* @
|
|
18230
|
+
* @since 1.16.3
|
|
18569
18231
|
* @deprecated (since 1.38)
|
|
18570
18232
|
*
|
|
18571
18233
|
* Available ThingViewer header display types.
|
|
@@ -18597,6 +18259,126 @@ declare namespace sap {
|
|
|
18597
18259
|
*/
|
|
18598
18260
|
Fixed = "Fixed",
|
|
18599
18261
|
}
|
|
18262
|
+
|
|
18263
|
+
type ActionBar$ActionSelectedEvent = sap.ui.base.Event<ActionBar$ActionSelectedEventParameters>;
|
|
18264
|
+
|
|
18265
|
+
type ActionBar$FeedSubmitEvent = sap.ui.base.Event<ActionBar$FeedSubmitEventParameters>;
|
|
18266
|
+
|
|
18267
|
+
type Collection$PropertyChangedEvent = sap.ui.base.Event<Collection$PropertyChangedEventParameters>;
|
|
18268
|
+
|
|
18269
|
+
type Collection$SelectionChangedEvent = sap.ui.base.Event<Collection$SelectionChangedEventParameters>;
|
|
18270
|
+
|
|
18271
|
+
type CollectionInspector$CollectionSelectedEvent = sap.ui.base.Event<CollectionInspector$CollectionSelectedEventParameters>;
|
|
18272
|
+
|
|
18273
|
+
type CollectionInspector$EditCollectionEvent = sap.ui.base.Event<CollectionInspector$EditCollectionEventParameters>;
|
|
18274
|
+
|
|
18275
|
+
type CollectionInspector$ItemSelectionChangedEvent = sap.ui.base.Event<CollectionInspector$ItemSelectionChangedEventParameters>;
|
|
18276
|
+
|
|
18277
|
+
type DataSet$SearchEvent = sap.ui.base.Event<DataSet$SearchEventParameters>;
|
|
18278
|
+
|
|
18279
|
+
type DataSet$SelectionChangedEvent = sap.ui.base.Event<DataSet$SelectionChangedEventParameters>;
|
|
18280
|
+
|
|
18281
|
+
type DataSetItem$SelectedEvent = sap.ui.base.Event<DataSetItem$SelectedEventParameters>;
|
|
18282
|
+
|
|
18283
|
+
type Exact$RefineSearchEvent = sap.ui.base.Event<Exact$RefineSearchEventParameters>;
|
|
18284
|
+
|
|
18285
|
+
type Exact$SearchEvent = sap.ui.base.Event<Exact$SearchEventParameters>;
|
|
18286
|
+
|
|
18287
|
+
type ExactAttribute$SupplyAttributesEvent = sap.ui.base.Event<ExactAttribute$SupplyAttributesEventParameters>;
|
|
18288
|
+
|
|
18289
|
+
type ExactBrowser$AttributeSelectedEvent = sap.ui.base.Event<ExactBrowser$AttributeSelectedEventParameters>;
|
|
18290
|
+
|
|
18291
|
+
type ExactBrowser$SaveEvent = sap.ui.base.Event<ExactBrowser$SaveEventParameters>;
|
|
18292
|
+
|
|
18293
|
+
type ExactList$AttributeSelectedEvent = sap.ui.base.Event<ExactList$AttributeSelectedEventParameters>;
|
|
18294
|
+
|
|
18295
|
+
type FacetFilterList$SelectEvent = sap.ui.base.Event<FacetFilterList$SelectEventParameters>;
|
|
18296
|
+
|
|
18297
|
+
type Feed$ChunkAddedEvent = sap.ui.base.Event<Feed$ChunkAddedEventParameters>;
|
|
18298
|
+
|
|
18299
|
+
type Feed$FilterChangeEvent = sap.ui.base.Event<Feed$FilterChangeEventParameters>;
|
|
18300
|
+
|
|
18301
|
+
type Feed$SearchEvent = sap.ui.base.Event<Feed$SearchEventParameters>;
|
|
18302
|
+
|
|
18303
|
+
type Feed$ToggleLiveEvent = sap.ui.base.Event<Feed$ToggleLiveEventParameters>;
|
|
18304
|
+
|
|
18305
|
+
type Feed$ToolsItemSelectedEvent = sap.ui.base.Event<Feed$ToolsItemSelectedEventParameters>;
|
|
18306
|
+
|
|
18307
|
+
type FeedChunk$ActionItemSelectedEvent = sap.ui.base.Event<FeedChunk$ActionItemSelectedEventParameters>;
|
|
18308
|
+
|
|
18309
|
+
type FeedChunk$CommentAddedEvent = sap.ui.base.Event<FeedChunk$CommentAddedEventParameters>;
|
|
18310
|
+
|
|
18311
|
+
type FeedChunk$DeletedEvent = sap.ui.base.Event<FeedChunk$DeletedEventParameters>;
|
|
18312
|
+
|
|
18313
|
+
type FeedChunk$InspectEvent = sap.ui.base.Event<FeedChunk$InspectEventParameters>;
|
|
18314
|
+
|
|
18315
|
+
type FeedChunk$ReferenceClickedEvent = sap.ui.base.Event<FeedChunk$ReferenceClickedEventParameters>;
|
|
18316
|
+
|
|
18317
|
+
type FeedChunk$SenderClickedEvent = sap.ui.base.Event<FeedChunk$SenderClickedEventParameters>;
|
|
18318
|
+
|
|
18319
|
+
type FeedChunk$ToggleFavoriteEvent = sap.ui.base.Event<FeedChunk$ToggleFavoriteEventParameters>;
|
|
18320
|
+
|
|
18321
|
+
type FeedChunk$ToggleFlaggedEvent = sap.ui.base.Event<FeedChunk$ToggleFlaggedEventParameters>;
|
|
18322
|
+
|
|
18323
|
+
type FeedChunk$ToggleSharedEvent = sap.ui.base.Event<FeedChunk$ToggleSharedEventParameters>;
|
|
18324
|
+
|
|
18325
|
+
type Feeder$SubmitEvent = sap.ui.base.Event<Feeder$SubmitEventParameters>;
|
|
18326
|
+
|
|
18327
|
+
type NavigationBar$SelectEvent = sap.ui.base.Event<NavigationBar$SelectEventParameters>;
|
|
18328
|
+
|
|
18329
|
+
type NotificationBar$DisplayEvent = sap.ui.base.Event<NotificationBar$DisplayEventParameters>;
|
|
18330
|
+
|
|
18331
|
+
type NotificationBar$ResizeEvent = sap.ui.base.Event<NotificationBar$ResizeEventParameters>;
|
|
18332
|
+
|
|
18333
|
+
type Notifier$MessageSelectedEvent = sap.ui.base.Event<Notifier$MessageSelectedEventParameters>;
|
|
18334
|
+
|
|
18335
|
+
type Overlay$CloseEvent = sap.ui.base.Event<Overlay$CloseEventParameters>;
|
|
18336
|
+
|
|
18337
|
+
type Overlay$ClosedEvent = sap.ui.base.Event<Overlay$ClosedEventParameters>;
|
|
18338
|
+
|
|
18339
|
+
type Overlay$OpenEvent = sap.ui.base.Event<Overlay$OpenEventParameters>;
|
|
18340
|
+
|
|
18341
|
+
type Overlay$OpenNewEvent = sap.ui.base.Event<Overlay$OpenNewEventParameters>;
|
|
18342
|
+
|
|
18343
|
+
type QuickView$ActionSelectedEvent = sap.ui.base.Event<QuickView$ActionSelectedEventParameters>;
|
|
18344
|
+
|
|
18345
|
+
type QuickView$FeedSubmitEvent = sap.ui.base.Event<QuickView$FeedSubmitEventParameters>;
|
|
18346
|
+
|
|
18347
|
+
type QuickView$NavigateEvent = sap.ui.base.Event<QuickView$NavigateEventParameters>;
|
|
18348
|
+
|
|
18349
|
+
type Shell$FeedSubmitEvent = sap.ui.base.Event<Shell$FeedSubmitEventParameters>;
|
|
18350
|
+
|
|
18351
|
+
type Shell$LogoutEvent = sap.ui.base.Event<Shell$LogoutEventParameters>;
|
|
18352
|
+
|
|
18353
|
+
type Shell$PaneBarItemSelectedEvent = sap.ui.base.Event<Shell$PaneBarItemSelectedEventParameters>;
|
|
18354
|
+
|
|
18355
|
+
type Shell$PaneClosedEvent = sap.ui.base.Event<Shell$PaneClosedEventParameters>;
|
|
18356
|
+
|
|
18357
|
+
type Shell$SearchEvent = sap.ui.base.Event<Shell$SearchEventParameters>;
|
|
18358
|
+
|
|
18359
|
+
type Shell$WorksetItemSelectedEvent = sap.ui.base.Event<Shell$WorksetItemSelectedEventParameters>;
|
|
18360
|
+
|
|
18361
|
+
type ThingAction$SelectEvent = sap.ui.base.Event<ThingAction$SelectEventParameters>;
|
|
18362
|
+
|
|
18363
|
+
type ThingInspector$ActionSelectedEvent = sap.ui.base.Event<ThingInspector$ActionSelectedEventParameters>;
|
|
18364
|
+
|
|
18365
|
+
type ThingInspector$FacetSelectedEvent = sap.ui.base.Event<ThingInspector$FacetSelectedEventParameters>;
|
|
18366
|
+
|
|
18367
|
+
type ThingInspector$FeedSubmitEvent = sap.ui.base.Event<ThingInspector$FeedSubmitEventParameters>;
|
|
18368
|
+
|
|
18369
|
+
type ThingViewer$FacetSelectedEvent = sap.ui.base.Event<ThingViewer$FacetSelectedEventParameters>;
|
|
18370
|
+
|
|
18371
|
+
type ToolPopup$CloseEvent = sap.ui.base.Event<ToolPopup$CloseEventParameters>;
|
|
18372
|
+
|
|
18373
|
+
type ToolPopup$ClosedEvent = sap.ui.base.Event<ToolPopup$ClosedEventParameters>;
|
|
18374
|
+
|
|
18375
|
+
type ToolPopup$EnterEvent = sap.ui.base.Event<ToolPopup$EnterEventParameters>;
|
|
18376
|
+
|
|
18377
|
+
type ToolPopup$IconChangedEvent = sap.ui.base.Event<ToolPopup$IconChangedEventParameters>;
|
|
18378
|
+
|
|
18379
|
+
type ToolPopup$OpenEvent = sap.ui.base.Event<ToolPopup$OpenEventParameters>;
|
|
18380
|
+
|
|
18381
|
+
type ToolPopup$OpenedEvent = sap.ui.base.Event<ToolPopup$OpenedEventParameters>;
|
|
18600
18382
|
}
|
|
18601
18383
|
}
|
|
18602
18384
|
|