@openui5/ts-types 1.112.2 → 1.114.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/types/sap.f.d.ts +125 -38
- package/types/sap.m.d.ts +2306 -1028
- package/types/sap.tnt.d.ts +7 -1
- package/types/sap.ui.codeeditor.d.ts +5 -1
- package/types/sap.ui.commons.d.ts +197 -1
- package/types/sap.ui.core.d.ts +3117 -1641
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +13 -3
- package/types/sap.ui.integration.d.ts +158 -22
- package/types/sap.ui.layout.d.ts +43 -1
- package/types/sap.ui.mdc.d.ts +17 -7
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +5 -1
- package/types/sap.ui.support.d.ts +1 -1
- package/types/sap.ui.table.d.ts +98 -7
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +433 -111
- package/types/sap.ui.ux3.d.ts +147 -1
- package/types/sap.ui.webc.common.d.ts +1 -1
- package/types/sap.ui.webc.fiori.d.ts +63 -1
- package/types/sap.ui.webc.main.d.ts +189 -5
- package/types/sap.uxap.d.ts +26 -1
package/types/sap.ui.ux3.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.114.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -2535,6 +2535,8 @@ declare namespace sap {
|
|
|
2535
2535
|
oListener?: object
|
|
2536
2536
|
): this;
|
|
2537
2537
|
/**
|
|
2538
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
2539
|
+
*
|
|
2538
2540
|
* Fires event {@link #event:actionSelected actionSelected} to attached listeners.
|
|
2539
2541
|
*
|
|
2540
2542
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -2560,6 +2562,8 @@ declare namespace sap {
|
|
|
2560
2562
|
}
|
|
2561
2563
|
): this;
|
|
2562
2564
|
/**
|
|
2565
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
2566
|
+
*
|
|
2563
2567
|
* Fires event {@link #event:feedSubmit feedSubmit} to attached listeners.
|
|
2564
2568
|
*
|
|
2565
2569
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -2707,6 +2711,8 @@ declare namespace sap {
|
|
|
2707
2711
|
oBusinessAction: sap.ui.ux3.ThingAction
|
|
2708
2712
|
): int;
|
|
2709
2713
|
/**
|
|
2714
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
2715
|
+
*
|
|
2710
2716
|
* Checks whether the control is still valid (is in the DOM). ActionBar instance is rendered if and only
|
|
2711
2717
|
* if 'isActive' returns 'true'. This check is called implicitely by the rendere, MUST not be removed.
|
|
2712
2718
|
*
|
|
@@ -3137,6 +3143,8 @@ declare namespace sap {
|
|
|
3137
3143
|
oListener?: object
|
|
3138
3144
|
): this;
|
|
3139
3145
|
/**
|
|
3146
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
3147
|
+
*
|
|
3140
3148
|
* Fires event {@link #event:propertyChanged propertyChanged} to attached listeners.
|
|
3141
3149
|
*
|
|
3142
3150
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -3148,6 +3156,8 @@ declare namespace sap {
|
|
|
3148
3156
|
mParameters?: object
|
|
3149
3157
|
): this;
|
|
3150
3158
|
/**
|
|
3159
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
3160
|
+
*
|
|
3151
3161
|
* Fires event {@link #event:selectionChanged selectionChanged} to attached listeners.
|
|
3152
3162
|
*
|
|
3153
3163
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -3611,6 +3621,8 @@ declare namespace sap {
|
|
|
3611
3621
|
oListener?: object
|
|
3612
3622
|
): this;
|
|
3613
3623
|
/**
|
|
3624
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
3625
|
+
*
|
|
3614
3626
|
* Fires event {@link #event:collectionSelected collectionSelected} to attached listeners.
|
|
3615
3627
|
*
|
|
3616
3628
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -3622,6 +3634,8 @@ declare namespace sap {
|
|
|
3622
3634
|
mParameters?: object
|
|
3623
3635
|
): this;
|
|
3624
3636
|
/**
|
|
3637
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
3638
|
+
*
|
|
3625
3639
|
* Fires event {@link #event:editCollection editCollection} to attached listeners.
|
|
3626
3640
|
*
|
|
3627
3641
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -3633,6 +3647,8 @@ declare namespace sap {
|
|
|
3633
3647
|
mParameters?: object
|
|
3634
3648
|
): this;
|
|
3635
3649
|
/**
|
|
3650
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
3651
|
+
*
|
|
3636
3652
|
* Fires event {@link #event:itemSelectionChanged itemSelectionChanged} to attached listeners.
|
|
3637
3653
|
*
|
|
3638
3654
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -3896,10 +3912,14 @@ declare namespace sap {
|
|
|
3896
3912
|
*/
|
|
3897
3913
|
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
3898
3914
|
/**
|
|
3915
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
3916
|
+
*
|
|
3899
3917
|
* Rerendering of the FilterArea
|
|
3900
3918
|
*/
|
|
3901
3919
|
_rerenderFilter(): void;
|
|
3902
3920
|
/**
|
|
3921
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
3922
|
+
*
|
|
3903
3923
|
* Rerendering of the Toolbar
|
|
3904
3924
|
*/
|
|
3905
3925
|
_rerenderToolbar(): void;
|
|
@@ -4056,6 +4076,8 @@ declare namespace sap {
|
|
|
4056
4076
|
*/
|
|
4057
4077
|
clearSelection(): void;
|
|
4058
4078
|
/**
|
|
4079
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
4080
|
+
*
|
|
4059
4081
|
* Creates a view switch button
|
|
4060
4082
|
*
|
|
4061
4083
|
* @returns viewSwitch instance
|
|
@@ -4124,6 +4146,8 @@ declare namespace sap {
|
|
|
4124
4146
|
oListener?: object
|
|
4125
4147
|
): this;
|
|
4126
4148
|
/**
|
|
4149
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
4150
|
+
*
|
|
4127
4151
|
* Fires event {@link #event:search search} to attached listeners.
|
|
4128
4152
|
*
|
|
4129
4153
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -4140,6 +4164,8 @@ declare namespace sap {
|
|
|
4140
4164
|
}
|
|
4141
4165
|
): this;
|
|
4142
4166
|
/**
|
|
4167
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
4168
|
+
*
|
|
4143
4169
|
* Fires event {@link #event:selectionChanged selectionChanged} to attached listeners.
|
|
4144
4170
|
*
|
|
4145
4171
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -4172,6 +4198,8 @@ declare namespace sap {
|
|
|
4172
4198
|
*/
|
|
4173
4199
|
getItems(): sap.ui.ux3.DataSetItem[];
|
|
4174
4200
|
/**
|
|
4201
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
4202
|
+
*
|
|
4175
4203
|
* Returns the LeadSelection index
|
|
4176
4204
|
*
|
|
4177
4205
|
* @returns selected index
|
|
@@ -4196,6 +4224,8 @@ declare namespace sap {
|
|
|
4196
4224
|
*/
|
|
4197
4225
|
getSelectedIndices(): void;
|
|
4198
4226
|
/**
|
|
4227
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
4228
|
+
*
|
|
4199
4229
|
* Returns id of selected Item from given index
|
|
4200
4230
|
*
|
|
4201
4231
|
* @returns id of selected item
|
|
@@ -4335,6 +4365,8 @@ declare namespace sap {
|
|
|
4335
4365
|
iIndex: int
|
|
4336
4366
|
): this;
|
|
4337
4367
|
/**
|
|
4368
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
4369
|
+
*
|
|
4338
4370
|
* Returns true if iIndex is selected
|
|
4339
4371
|
*
|
|
4340
4372
|
* @returns index selected true/false
|
|
@@ -4407,6 +4439,8 @@ declare namespace sap {
|
|
|
4407
4439
|
vView: int | string | sap.ui.ux3.DataSetView
|
|
4408
4440
|
): sap.ui.ux3.DataSetView | null;
|
|
4409
4441
|
/**
|
|
4442
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
4443
|
+
*
|
|
4410
4444
|
* Set the LeadSelection index
|
|
4411
4445
|
*/
|
|
4412
4446
|
setLeadSelection(
|
|
@@ -4623,6 +4657,8 @@ declare namespace sap {
|
|
|
4623
4657
|
oListener?: object
|
|
4624
4658
|
): this;
|
|
4625
4659
|
/**
|
|
4660
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
4661
|
+
*
|
|
4626
4662
|
* Fires event {@link #event:selected selected} to attached listeners.
|
|
4627
4663
|
*
|
|
4628
4664
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -4819,6 +4855,8 @@ declare namespace sap {
|
|
|
4819
4855
|
*/
|
|
4820
4856
|
destroyTemplate(): this;
|
|
4821
4857
|
/**
|
|
4858
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
4859
|
+
*
|
|
4822
4860
|
* View finalization: Called when leaving the view
|
|
4823
4861
|
*/
|
|
4824
4862
|
exitView(aItems: sap.ui.ux3.DataSetItem[]): void;
|
|
@@ -4947,6 +4985,8 @@ declare namespace sap {
|
|
|
4947
4985
|
*/
|
|
4948
4986
|
getTemplate(): sap.ui.core.Control;
|
|
4949
4987
|
/**
|
|
4988
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
4989
|
+
*
|
|
4950
4990
|
* Eventhandler for the selection of an Item
|
|
4951
4991
|
*/
|
|
4952
4992
|
handleSelection(
|
|
@@ -4956,6 +4996,8 @@ declare namespace sap {
|
|
|
4956
4996
|
oEvent: sap.ui.base.Event
|
|
4957
4997
|
): void;
|
|
4958
4998
|
/**
|
|
4999
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
5000
|
+
*
|
|
4959
5001
|
* View Initialization: Called when selecting the view
|
|
4960
5002
|
*/
|
|
4961
5003
|
initView(
|
|
@@ -4965,6 +5007,8 @@ declare namespace sap {
|
|
|
4965
5007
|
aItems: any[]
|
|
4966
5008
|
): void;
|
|
4967
5009
|
/**
|
|
5010
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
5011
|
+
*
|
|
4968
5012
|
* Check if Item `oItem` is selected
|
|
4969
5013
|
*/
|
|
4970
5014
|
isItemSelected(
|
|
@@ -5169,6 +5213,8 @@ declare namespace sap {
|
|
|
5169
5213
|
oTemplate: sap.ui.core.Control
|
|
5170
5214
|
): this;
|
|
5171
5215
|
/**
|
|
5216
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
5217
|
+
*
|
|
5172
5218
|
* View update: Called when pagination adds items
|
|
5173
5219
|
*/
|
|
5174
5220
|
updateView(
|
|
@@ -5394,6 +5440,8 @@ declare namespace sap {
|
|
|
5394
5440
|
oListener?: object
|
|
5395
5441
|
): this;
|
|
5396
5442
|
/**
|
|
5443
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
5444
|
+
*
|
|
5397
5445
|
* Fires event {@link #event:refineSearch refineSearch} to attached listeners.
|
|
5398
5446
|
*
|
|
5399
5447
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -5418,6 +5466,8 @@ declare namespace sap {
|
|
|
5418
5466
|
}
|
|
5419
5467
|
): this;
|
|
5420
5468
|
/**
|
|
5469
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
5470
|
+
*
|
|
5421
5471
|
* Fires event {@link #event:search search} to attached listeners.
|
|
5422
5472
|
*
|
|
5423
5473
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -5927,6 +5977,8 @@ declare namespace sap {
|
|
|
5927
5977
|
oListener?: object
|
|
5928
5978
|
): this;
|
|
5929
5979
|
/**
|
|
5980
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
5981
|
+
*
|
|
5930
5982
|
* Fires event {@link #event:supplyAttributes supplyAttributes} to attached listeners.
|
|
5931
5983
|
*
|
|
5932
5984
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -6150,6 +6202,8 @@ declare namespace sap {
|
|
|
6150
6202
|
sListOrder?: sap.ui.ux3.ExactOrder
|
|
6151
6203
|
): this;
|
|
6152
6204
|
/**
|
|
6205
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
6206
|
+
*
|
|
6153
6207
|
* See:
|
|
6154
6208
|
* sap.ui.base.ManagedObject.prototype.setProperty
|
|
6155
6209
|
*
|
|
@@ -6482,6 +6536,8 @@ declare namespace sap {
|
|
|
6482
6536
|
oListener?: object
|
|
6483
6537
|
): this;
|
|
6484
6538
|
/**
|
|
6539
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
6540
|
+
*
|
|
6485
6541
|
* Fires event {@link #event:attributeSelected attributeSelected} to attached listeners.
|
|
6486
6542
|
*
|
|
6487
6543
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -6502,6 +6558,8 @@ declare namespace sap {
|
|
|
6502
6558
|
}
|
|
6503
6559
|
): this;
|
|
6504
6560
|
/**
|
|
6561
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
6562
|
+
*
|
|
6505
6563
|
* Fires event {@link #event:save save} to attached listeners.
|
|
6506
6564
|
*
|
|
6507
6565
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -7037,6 +7095,8 @@ declare namespace sap {
|
|
|
7037
7095
|
oListener?: object
|
|
7038
7096
|
): this;
|
|
7039
7097
|
/**
|
|
7098
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
7099
|
+
*
|
|
7040
7100
|
* Fires event {@link #event:attributeSelected attributeSelected} to attached listeners.
|
|
7041
7101
|
*
|
|
7042
7102
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -7518,6 +7578,8 @@ declare namespace sap {
|
|
|
7518
7578
|
oListener?: object
|
|
7519
7579
|
): this;
|
|
7520
7580
|
/**
|
|
7581
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
7582
|
+
*
|
|
7521
7583
|
* Fires event {@link #event:select select} to attached listeners.
|
|
7522
7584
|
*
|
|
7523
7585
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -8210,6 +8272,8 @@ declare namespace sap {
|
|
|
8210
8272
|
oListener?: object
|
|
8211
8273
|
): this;
|
|
8212
8274
|
/**
|
|
8275
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
8276
|
+
*
|
|
8213
8277
|
* Fires event {@link #event:chunkAdded chunkAdded} to attached listeners.
|
|
8214
8278
|
*
|
|
8215
8279
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -8226,6 +8290,8 @@ declare namespace sap {
|
|
|
8226
8290
|
}
|
|
8227
8291
|
): this;
|
|
8228
8292
|
/**
|
|
8293
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
8294
|
+
*
|
|
8229
8295
|
* Fires event {@link #event:filterChange filterChange} to attached listeners.
|
|
8230
8296
|
*
|
|
8231
8297
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -8242,6 +8308,8 @@ declare namespace sap {
|
|
|
8242
8308
|
}
|
|
8243
8309
|
): this;
|
|
8244
8310
|
/**
|
|
8311
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
8312
|
+
*
|
|
8245
8313
|
* Fires event {@link #event:search search} to attached listeners.
|
|
8246
8314
|
*
|
|
8247
8315
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -8258,6 +8326,8 @@ declare namespace sap {
|
|
|
8258
8326
|
}
|
|
8259
8327
|
): this;
|
|
8260
8328
|
/**
|
|
8329
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
8330
|
+
*
|
|
8261
8331
|
* Fires event {@link #event:toggleLive toggleLive} to attached listeners.
|
|
8262
8332
|
*
|
|
8263
8333
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -8274,6 +8344,8 @@ declare namespace sap {
|
|
|
8274
8344
|
}
|
|
8275
8345
|
): this;
|
|
8276
8346
|
/**
|
|
8347
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
8348
|
+
*
|
|
8277
8349
|
* Fires event {@link #event:toolsItemSelected toolsItemSelected} to attached listeners.
|
|
8278
8350
|
*
|
|
8279
8351
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -9275,6 +9347,8 @@ declare namespace sap {
|
|
|
9275
9347
|
oListener?: object
|
|
9276
9348
|
): this;
|
|
9277
9349
|
/**
|
|
9350
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
9351
|
+
*
|
|
9278
9352
|
* Fires event {@link #event:actionItemSelected actionItemSelected} to attached listeners.
|
|
9279
9353
|
*
|
|
9280
9354
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -9295,6 +9369,8 @@ declare namespace sap {
|
|
|
9295
9369
|
}
|
|
9296
9370
|
): this;
|
|
9297
9371
|
/**
|
|
9372
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
9373
|
+
*
|
|
9298
9374
|
* Fires event {@link #event:commentAdded commentAdded} to attached listeners.
|
|
9299
9375
|
*
|
|
9300
9376
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -9311,6 +9387,8 @@ declare namespace sap {
|
|
|
9311
9387
|
}
|
|
9312
9388
|
): this;
|
|
9313
9389
|
/**
|
|
9390
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
9391
|
+
*
|
|
9314
9392
|
* Fires event {@link #event:deleted deleted} to attached listeners.
|
|
9315
9393
|
*
|
|
9316
9394
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -9322,6 +9400,8 @@ declare namespace sap {
|
|
|
9322
9400
|
mParameters?: object
|
|
9323
9401
|
): this;
|
|
9324
9402
|
/**
|
|
9403
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
9404
|
+
*
|
|
9325
9405
|
* Fires event {@link #event:inspect inspect} to attached listeners.
|
|
9326
9406
|
*
|
|
9327
9407
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -9333,6 +9413,8 @@ declare namespace sap {
|
|
|
9333
9413
|
mParameters?: object
|
|
9334
9414
|
): this;
|
|
9335
9415
|
/**
|
|
9416
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
9417
|
+
*
|
|
9336
9418
|
* Fires event {@link #event:referenceClicked referenceClicked} to attached listeners.
|
|
9337
9419
|
*
|
|
9338
9420
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -9349,6 +9431,8 @@ declare namespace sap {
|
|
|
9349
9431
|
}
|
|
9350
9432
|
): this;
|
|
9351
9433
|
/**
|
|
9434
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
9435
|
+
*
|
|
9352
9436
|
* Fires event {@link #event:senderClicked senderClicked} to attached listeners.
|
|
9353
9437
|
*
|
|
9354
9438
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -9360,6 +9444,8 @@ declare namespace sap {
|
|
|
9360
9444
|
mParameters?: object
|
|
9361
9445
|
): this;
|
|
9362
9446
|
/**
|
|
9447
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
9448
|
+
*
|
|
9363
9449
|
* Fires event {@link #event:toggleFavorite toggleFavorite} to attached listeners.
|
|
9364
9450
|
*
|
|
9365
9451
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -9376,6 +9462,8 @@ declare namespace sap {
|
|
|
9376
9462
|
}
|
|
9377
9463
|
): this;
|
|
9378
9464
|
/**
|
|
9465
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
9466
|
+
*
|
|
9379
9467
|
* Fires event {@link #event:toggleFlagged toggleFlagged} to attached listeners.
|
|
9380
9468
|
*
|
|
9381
9469
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -9392,6 +9480,8 @@ declare namespace sap {
|
|
|
9392
9480
|
}
|
|
9393
9481
|
): this;
|
|
9394
9482
|
/**
|
|
9483
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
9484
|
+
*
|
|
9395
9485
|
* Fires event {@link #event:toggleShared toggleShared} to attached listeners.
|
|
9396
9486
|
*
|
|
9397
9487
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -10084,6 +10174,8 @@ declare namespace sap {
|
|
|
10084
10174
|
oListener?: object
|
|
10085
10175
|
): this;
|
|
10086
10176
|
/**
|
|
10177
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
10178
|
+
*
|
|
10087
10179
|
* Fires event {@link #event:submit submit} to attached listeners.
|
|
10088
10180
|
*
|
|
10089
10181
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -10362,6 +10454,8 @@ declare namespace sap {
|
|
|
10362
10454
|
oListener?: object
|
|
10363
10455
|
): this;
|
|
10364
10456
|
/**
|
|
10457
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
10458
|
+
*
|
|
10365
10459
|
* Fires event {@link #event:select select} to attached listeners.
|
|
10366
10460
|
*
|
|
10367
10461
|
* Listeners may prevent the default action of this event by calling the `preventDefault` method on the
|
|
@@ -10990,6 +11084,8 @@ declare namespace sap {
|
|
|
10990
11084
|
oListener?: object
|
|
10991
11085
|
): this;
|
|
10992
11086
|
/**
|
|
11087
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
11088
|
+
*
|
|
10993
11089
|
* Fires event {@link #event:display display} to attached listeners.
|
|
10994
11090
|
*
|
|
10995
11091
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -11007,6 +11103,7 @@ declare namespace sap {
|
|
|
11007
11103
|
): this;
|
|
11008
11104
|
/**
|
|
11009
11105
|
* @SINCE 1.12.2
|
|
11106
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
11010
11107
|
*
|
|
11011
11108
|
* Fires event {@link #event:resize resize} to attached listeners.
|
|
11012
11109
|
*
|
|
@@ -11325,6 +11422,8 @@ declare namespace sap {
|
|
|
11325
11422
|
oListener?: object
|
|
11326
11423
|
): this;
|
|
11327
11424
|
/**
|
|
11425
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
11426
|
+
*
|
|
11328
11427
|
* Fires event {@link #event:messageSelected messageSelected} to attached listeners.
|
|
11329
11428
|
*
|
|
11330
11429
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -11771,6 +11870,8 @@ declare namespace sap {
|
|
|
11771
11870
|
oListener?: object
|
|
11772
11871
|
): this;
|
|
11773
11872
|
/**
|
|
11873
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
11874
|
+
*
|
|
11774
11875
|
* Fires event {@link #event:close close} to attached listeners.
|
|
11775
11876
|
*
|
|
11776
11877
|
* Listeners may prevent the default action of this event by calling the `preventDefault` method on the
|
|
@@ -11790,6 +11891,8 @@ declare namespace sap {
|
|
|
11790
11891
|
}
|
|
11791
11892
|
): boolean;
|
|
11792
11893
|
/**
|
|
11894
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
11895
|
+
*
|
|
11793
11896
|
* Fires event {@link #event:closed closed} to attached listeners.
|
|
11794
11897
|
*
|
|
11795
11898
|
* Listeners may prevent the default action of this event by calling the `preventDefault` method on the
|
|
@@ -11809,6 +11912,8 @@ declare namespace sap {
|
|
|
11809
11912
|
}
|
|
11810
11913
|
): boolean;
|
|
11811
11914
|
/**
|
|
11915
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
11916
|
+
*
|
|
11812
11917
|
* Fires event {@link #event:open open} to attached listeners.
|
|
11813
11918
|
*
|
|
11814
11919
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -11825,6 +11930,8 @@ declare namespace sap {
|
|
|
11825
11930
|
}
|
|
11826
11931
|
): this;
|
|
11827
11932
|
/**
|
|
11933
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
11934
|
+
*
|
|
11828
11935
|
* Fires event {@link #event:openNew openNew} to attached listeners.
|
|
11829
11936
|
*
|
|
11830
11937
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -12520,6 +12627,8 @@ declare namespace sap {
|
|
|
12520
12627
|
oListener?: object
|
|
12521
12628
|
): this;
|
|
12522
12629
|
/**
|
|
12630
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
12631
|
+
*
|
|
12523
12632
|
* Fires event {@link #event:actionSelected actionSelected} to attached listeners.
|
|
12524
12633
|
*
|
|
12525
12634
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -12545,6 +12654,8 @@ declare namespace sap {
|
|
|
12545
12654
|
}
|
|
12546
12655
|
): this;
|
|
12547
12656
|
/**
|
|
12657
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
12658
|
+
*
|
|
12548
12659
|
* Fires event {@link #event:feedSubmit feedSubmit} to attached listeners.
|
|
12549
12660
|
*
|
|
12550
12661
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -12561,6 +12672,8 @@ declare namespace sap {
|
|
|
12561
12672
|
}
|
|
12562
12673
|
): this;
|
|
12563
12674
|
/**
|
|
12675
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
12676
|
+
*
|
|
12564
12677
|
* Fires event {@link #event:navigate navigate} to attached listeners.
|
|
12565
12678
|
*
|
|
12566
12679
|
* Listeners may prevent the default action of this event by calling the `preventDefault` method on the
|
|
@@ -13670,6 +13783,8 @@ declare namespace sap {
|
|
|
13670
13783
|
oListener?: object
|
|
13671
13784
|
): this;
|
|
13672
13785
|
/**
|
|
13786
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
13787
|
+
*
|
|
13673
13788
|
* Fires event {@link #event:feedSubmit feedSubmit} to attached listeners.
|
|
13674
13789
|
*
|
|
13675
13790
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -13681,6 +13796,8 @@ declare namespace sap {
|
|
|
13681
13796
|
mParameters?: object
|
|
13682
13797
|
): this;
|
|
13683
13798
|
/**
|
|
13799
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
13800
|
+
*
|
|
13684
13801
|
* Fires event {@link #event:logout logout} to attached listeners.
|
|
13685
13802
|
*
|
|
13686
13803
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -13692,6 +13809,8 @@ declare namespace sap {
|
|
|
13692
13809
|
mParameters?: object
|
|
13693
13810
|
): this;
|
|
13694
13811
|
/**
|
|
13812
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
13813
|
+
*
|
|
13695
13814
|
* Fires event {@link #event:paneBarItemSelected paneBarItemSelected} to attached listeners.
|
|
13696
13815
|
*
|
|
13697
13816
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -13717,6 +13836,7 @@ declare namespace sap {
|
|
|
13717
13836
|
): this;
|
|
13718
13837
|
/**
|
|
13719
13838
|
* @SINCE 1.12.0
|
|
13839
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
13720
13840
|
*
|
|
13721
13841
|
* Fires event {@link #event:paneClosed paneClosed} to attached listeners.
|
|
13722
13842
|
*
|
|
@@ -13734,6 +13854,8 @@ declare namespace sap {
|
|
|
13734
13854
|
}
|
|
13735
13855
|
): this;
|
|
13736
13856
|
/**
|
|
13857
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
13858
|
+
*
|
|
13737
13859
|
* Fires event {@link #event:search search} to attached listeners.
|
|
13738
13860
|
*
|
|
13739
13861
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -13745,6 +13867,8 @@ declare namespace sap {
|
|
|
13745
13867
|
mParameters?: object
|
|
13746
13868
|
): this;
|
|
13747
13869
|
/**
|
|
13870
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
13871
|
+
*
|
|
13748
13872
|
* Fires event {@link #event:worksetItemSelected worksetItemSelected} to attached listeners.
|
|
13749
13873
|
*
|
|
13750
13874
|
* Listeners may prevent the default action of this event by calling the `preventDefault` method on the
|
|
@@ -14515,6 +14639,7 @@ declare namespace sap {
|
|
|
14515
14639
|
): this;
|
|
14516
14640
|
/**
|
|
14517
14641
|
* @SINCE 1.7.0
|
|
14642
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
14518
14643
|
*
|
|
14519
14644
|
* Moves the complete Shell away from the right window border by the given number of pixels (left border
|
|
14520
14645
|
* in RTL case).
|
|
@@ -14826,6 +14951,8 @@ declare namespace sap {
|
|
|
14826
14951
|
oListener?: object
|
|
14827
14952
|
): this;
|
|
14828
14953
|
/**
|
|
14954
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
14955
|
+
*
|
|
14829
14956
|
* Fires event {@link #event:select select} to attached listeners.
|
|
14830
14957
|
*
|
|
14831
14958
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -15488,6 +15615,8 @@ declare namespace sap {
|
|
|
15488
15615
|
oListener?: object
|
|
15489
15616
|
): this;
|
|
15490
15617
|
/**
|
|
15618
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
15619
|
+
*
|
|
15491
15620
|
* Fires event {@link #event:actionSelected actionSelected} to attached listeners.
|
|
15492
15621
|
*
|
|
15493
15622
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -15508,6 +15637,8 @@ declare namespace sap {
|
|
|
15508
15637
|
}
|
|
15509
15638
|
): this;
|
|
15510
15639
|
/**
|
|
15640
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
15641
|
+
*
|
|
15511
15642
|
* Fires event {@link #event:facetSelected facetSelected} to attached listeners.
|
|
15512
15643
|
*
|
|
15513
15644
|
* Listeners may prevent the default action of this event by calling the `preventDefault` method on the
|
|
@@ -15535,6 +15666,8 @@ declare namespace sap {
|
|
|
15535
15666
|
}
|
|
15536
15667
|
): boolean;
|
|
15537
15668
|
/**
|
|
15669
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
15670
|
+
*
|
|
15538
15671
|
* Fires event {@link #event:feedSubmit feedSubmit} to attached listeners.
|
|
15539
15672
|
*
|
|
15540
15673
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -16309,6 +16442,8 @@ declare namespace sap {
|
|
|
16309
16442
|
oListener?: object
|
|
16310
16443
|
): this;
|
|
16311
16444
|
/**
|
|
16445
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
16446
|
+
*
|
|
16312
16447
|
* Fires event {@link #event:facetSelected facetSelected} to attached listeners.
|
|
16313
16448
|
*
|
|
16314
16449
|
* Listeners may prevent the default action of this event by calling the `preventDefault` method on the
|
|
@@ -17224,6 +17359,8 @@ declare namespace sap {
|
|
|
17224
17359
|
oListener?: object
|
|
17225
17360
|
): this;
|
|
17226
17361
|
/**
|
|
17362
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
17363
|
+
*
|
|
17227
17364
|
* Fires event {@link #event:close close} to attached listeners.
|
|
17228
17365
|
*
|
|
17229
17366
|
* Listeners may prevent the default action of this event by calling the `preventDefault` method on the
|
|
@@ -17238,6 +17375,8 @@ declare namespace sap {
|
|
|
17238
17375
|
mParameters?: object
|
|
17239
17376
|
): boolean;
|
|
17240
17377
|
/**
|
|
17378
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
17379
|
+
*
|
|
17241
17380
|
* Fires event {@link #event:closed closed} to attached listeners.
|
|
17242
17381
|
*
|
|
17243
17382
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -17249,6 +17388,8 @@ declare namespace sap {
|
|
|
17249
17388
|
mParameters?: object
|
|
17250
17389
|
): this;
|
|
17251
17390
|
/**
|
|
17391
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
17392
|
+
*
|
|
17252
17393
|
* Fires event {@link #event:enter enter} to attached listeners.
|
|
17253
17394
|
*
|
|
17254
17395
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -17269,6 +17410,8 @@ declare namespace sap {
|
|
|
17269
17410
|
}
|
|
17270
17411
|
): this;
|
|
17271
17412
|
/**
|
|
17413
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
17414
|
+
*
|
|
17272
17415
|
* Fires event {@link #event:iconChanged iconChanged} to attached listeners.
|
|
17273
17416
|
*
|
|
17274
17417
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -17280,6 +17423,8 @@ declare namespace sap {
|
|
|
17280
17423
|
mParameters?: object
|
|
17281
17424
|
): this;
|
|
17282
17425
|
/**
|
|
17426
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
17427
|
+
*
|
|
17283
17428
|
* Fires event {@link #event:open open} to attached listeners.
|
|
17284
17429
|
*
|
|
17285
17430
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -17292,6 +17437,7 @@ declare namespace sap {
|
|
|
17292
17437
|
): this;
|
|
17293
17438
|
/**
|
|
17294
17439
|
* @SINCE 1.19.0
|
|
17440
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
17295
17441
|
*
|
|
17296
17442
|
* Fires event {@link #event:opened opened} to attached listeners.
|
|
17297
17443
|
*
|