@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
|
@@ -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 {
|
|
@@ -6268,6 +6268,8 @@ declare namespace sap {
|
|
|
6268
6268
|
oListener?: object
|
|
6269
6269
|
): this;
|
|
6270
6270
|
/**
|
|
6271
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
6272
|
+
*
|
|
6271
6273
|
* Fires event {@link #event:click click} to attached listeners.
|
|
6272
6274
|
*
|
|
6273
6275
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -6823,6 +6825,8 @@ declare namespace sap {
|
|
|
6823
6825
|
oListener?: object
|
|
6824
6826
|
): this;
|
|
6825
6827
|
/**
|
|
6828
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
6829
|
+
*
|
|
6826
6830
|
* Fires event {@link #event:click click} to attached listeners.
|
|
6827
6831
|
*
|
|
6828
6832
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -6843,6 +6847,8 @@ declare namespace sap {
|
|
|
6843
6847
|
}
|
|
6844
6848
|
): this;
|
|
6845
6849
|
/**
|
|
6850
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
6851
|
+
*
|
|
6846
6852
|
* Fires event {@link #event:overflow overflow} to attached listeners.
|
|
6847
6853
|
*
|
|
6848
6854
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -7311,6 +7317,8 @@ declare namespace sap {
|
|
|
7311
7317
|
oListener?: object
|
|
7312
7318
|
): this;
|
|
7313
7319
|
/**
|
|
7320
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
7321
|
+
*
|
|
7314
7322
|
* Fires event {@link #event:itemClick itemClick} to attached listeners.
|
|
7315
7323
|
*
|
|
7316
7324
|
* Listeners may prevent the default action of this event by calling the `preventDefault` method on the
|
|
@@ -8199,6 +8207,8 @@ declare namespace sap {
|
|
|
8199
8207
|
oListener?: object
|
|
8200
8208
|
): this;
|
|
8201
8209
|
/**
|
|
8210
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
8211
|
+
*
|
|
8202
8212
|
* Fires event {@link #event:click click} to attached listeners.
|
|
8203
8213
|
*
|
|
8204
8214
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -8796,6 +8806,8 @@ declare namespace sap {
|
|
|
8796
8806
|
oListener?: object
|
|
8797
8807
|
): this;
|
|
8798
8808
|
/**
|
|
8809
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
8810
|
+
*
|
|
8799
8811
|
* Fires event {@link #event:selectedDatesChange selectedDatesChange} to attached listeners.
|
|
8800
8812
|
*
|
|
8801
8813
|
* Listeners may prevent the default action of this event by calling the `preventDefault` method on the
|
|
@@ -9696,6 +9708,8 @@ declare namespace sap {
|
|
|
9696
9708
|
oListener?: object
|
|
9697
9709
|
): this;
|
|
9698
9710
|
/**
|
|
9711
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
9712
|
+
*
|
|
9699
9713
|
* Fires event {@link #event:click click} to attached listeners.
|
|
9700
9714
|
*
|
|
9701
9715
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -10102,6 +10116,8 @@ declare namespace sap {
|
|
|
10102
10116
|
oListener?: object
|
|
10103
10117
|
): this;
|
|
10104
10118
|
/**
|
|
10119
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
10120
|
+
*
|
|
10105
10121
|
* Fires event {@link #event:navigate navigate} to attached listeners.
|
|
10106
10122
|
*
|
|
10107
10123
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -10564,6 +10580,8 @@ declare namespace sap {
|
|
|
10564
10580
|
oListener?: object
|
|
10565
10581
|
): this;
|
|
10566
10582
|
/**
|
|
10583
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
10584
|
+
*
|
|
10567
10585
|
* Fires event {@link #event:change change} to attached listeners.
|
|
10568
10586
|
*
|
|
10569
10587
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -11110,6 +11128,8 @@ declare namespace sap {
|
|
|
11110
11128
|
oListener?: object
|
|
11111
11129
|
): this;
|
|
11112
11130
|
/**
|
|
11131
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
11132
|
+
*
|
|
11113
11133
|
* Fires event {@link #event:itemClick itemClick} to attached listeners.
|
|
11114
11134
|
*
|
|
11115
11135
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -11441,6 +11461,8 @@ declare namespace sap {
|
|
|
11441
11461
|
oListener?: object
|
|
11442
11462
|
): this;
|
|
11443
11463
|
/**
|
|
11464
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
11465
|
+
*
|
|
11444
11466
|
* Fires event {@link #event:itemClick itemClick} to attached listeners.
|
|
11445
11467
|
*
|
|
11446
11468
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -11777,6 +11799,8 @@ declare namespace sap {
|
|
|
11777
11799
|
oListener?: object
|
|
11778
11800
|
): this;
|
|
11779
11801
|
/**
|
|
11802
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
11803
|
+
*
|
|
11780
11804
|
* Fires event {@link #event:change change} to attached listeners.
|
|
11781
11805
|
*
|
|
11782
11806
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -12141,6 +12165,8 @@ declare namespace sap {
|
|
|
12141
12165
|
oListener?: object
|
|
12142
12166
|
): this;
|
|
12143
12167
|
/**
|
|
12168
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
12169
|
+
*
|
|
12144
12170
|
* Fires event {@link #event:change change} to attached listeners.
|
|
12145
12171
|
*
|
|
12146
12172
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -12152,6 +12178,8 @@ declare namespace sap {
|
|
|
12152
12178
|
mParameters?: object
|
|
12153
12179
|
): this;
|
|
12154
12180
|
/**
|
|
12181
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
12182
|
+
*
|
|
12155
12183
|
* Fires event {@link #event:input input} to attached listeners.
|
|
12156
12184
|
*
|
|
12157
12185
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -12163,6 +12191,8 @@ declare namespace sap {
|
|
|
12163
12191
|
mParameters?: object
|
|
12164
12192
|
): this;
|
|
12165
12193
|
/**
|
|
12194
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
12195
|
+
*
|
|
12166
12196
|
* Fires event {@link #event:selectionChange selectionChange} to attached listeners.
|
|
12167
12197
|
*
|
|
12168
12198
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -12968,6 +12998,8 @@ declare namespace sap {
|
|
|
12968
12998
|
oListener?: object
|
|
12969
12999
|
): this;
|
|
12970
13000
|
/**
|
|
13001
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
13002
|
+
*
|
|
12971
13003
|
* Fires event {@link #event:detailClick detailClick} to attached listeners.
|
|
12972
13004
|
*
|
|
12973
13005
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -13394,6 +13426,8 @@ declare namespace sap {
|
|
|
13394
13426
|
oListener?: object
|
|
13395
13427
|
): this;
|
|
13396
13428
|
/**
|
|
13429
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
13430
|
+
*
|
|
13397
13431
|
* Fires event {@link #event:change change} to attached listeners.
|
|
13398
13432
|
*
|
|
13399
13433
|
* Listeners may prevent the default action of this event by calling the `preventDefault` method on the
|
|
@@ -13417,6 +13451,8 @@ declare namespace sap {
|
|
|
13417
13451
|
}
|
|
13418
13452
|
): boolean;
|
|
13419
13453
|
/**
|
|
13454
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
13455
|
+
*
|
|
13420
13456
|
* Fires event {@link #event:input input} to attached listeners.
|
|
13421
13457
|
*
|
|
13422
13458
|
* Listeners may prevent the default action of this event by calling the `preventDefault` method on the
|
|
@@ -13447,7 +13483,7 @@ declare namespace sap {
|
|
|
13447
13483
|
/**
|
|
13448
13484
|
* A Java Script date object to be formatted as string
|
|
13449
13485
|
*/
|
|
13450
|
-
date:
|
|
13486
|
+
date: Date
|
|
13451
13487
|
): void;
|
|
13452
13488
|
/**
|
|
13453
13489
|
* Gets current value of property {@link #getAccessibleName accessibleName}.
|
|
@@ -14205,6 +14241,8 @@ declare namespace sap {
|
|
|
14205
14241
|
oListener?: object
|
|
14206
14242
|
): this;
|
|
14207
14243
|
/**
|
|
14244
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
14245
|
+
*
|
|
14208
14246
|
* Fires event {@link #event:change change} to attached listeners.
|
|
14209
14247
|
*
|
|
14210
14248
|
* Listeners may prevent the default action of this event by calling the `preventDefault` method on the
|
|
@@ -14228,6 +14266,8 @@ declare namespace sap {
|
|
|
14228
14266
|
}
|
|
14229
14267
|
): boolean;
|
|
14230
14268
|
/**
|
|
14269
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
14270
|
+
*
|
|
14231
14271
|
* Fires event {@link #event:input input} to attached listeners.
|
|
14232
14272
|
*
|
|
14233
14273
|
* Listeners may prevent the default action of this event by calling the `preventDefault` method on the
|
|
@@ -14258,7 +14298,7 @@ declare namespace sap {
|
|
|
14258
14298
|
/**
|
|
14259
14299
|
* A Java Script date object to be formatted as string
|
|
14260
14300
|
*/
|
|
14261
|
-
date:
|
|
14301
|
+
date: Date
|
|
14262
14302
|
): void;
|
|
14263
14303
|
/**
|
|
14264
14304
|
* Gets current value of property {@link #getAccessibleName accessibleName}.
|
|
@@ -15090,6 +15130,8 @@ declare namespace sap {
|
|
|
15090
15130
|
oListener?: object
|
|
15091
15131
|
): this;
|
|
15092
15132
|
/**
|
|
15133
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
15134
|
+
*
|
|
15093
15135
|
* Fires event {@link #event:change change} to attached listeners.
|
|
15094
15136
|
*
|
|
15095
15137
|
* Listeners may prevent the default action of this event by calling the `preventDefault` method on the
|
|
@@ -15113,6 +15155,8 @@ declare namespace sap {
|
|
|
15113
15155
|
}
|
|
15114
15156
|
): boolean;
|
|
15115
15157
|
/**
|
|
15158
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
15159
|
+
*
|
|
15116
15160
|
* Fires event {@link #event:input input} to attached listeners.
|
|
15117
15161
|
*
|
|
15118
15162
|
* Listeners may prevent the default action of this event by calling the `preventDefault` method on the
|
|
@@ -15143,7 +15187,7 @@ declare namespace sap {
|
|
|
15143
15187
|
/**
|
|
15144
15188
|
* A Java Script date object to be formatted as string
|
|
15145
15189
|
*/
|
|
15146
|
-
date:
|
|
15190
|
+
date: Date
|
|
15147
15191
|
): void;
|
|
15148
15192
|
/**
|
|
15149
15193
|
* Gets current value of property {@link #getAccessibleName accessibleName}.
|
|
@@ -16095,6 +16139,8 @@ declare namespace sap {
|
|
|
16095
16139
|
oListener?: object
|
|
16096
16140
|
): this;
|
|
16097
16141
|
/**
|
|
16142
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
16143
|
+
*
|
|
16098
16144
|
* Fires event {@link #event:afterClose afterClose} to attached listeners.
|
|
16099
16145
|
*
|
|
16100
16146
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -16106,6 +16152,8 @@ declare namespace sap {
|
|
|
16106
16152
|
mParameters?: object
|
|
16107
16153
|
): this;
|
|
16108
16154
|
/**
|
|
16155
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
16156
|
+
*
|
|
16109
16157
|
* Fires event {@link #event:afterOpen afterOpen} to attached listeners.
|
|
16110
16158
|
*
|
|
16111
16159
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -16117,6 +16165,8 @@ declare namespace sap {
|
|
|
16117
16165
|
mParameters?: object
|
|
16118
16166
|
): this;
|
|
16119
16167
|
/**
|
|
16168
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
16169
|
+
*
|
|
16120
16170
|
* Fires event {@link #event:beforeClose beforeClose} to attached listeners.
|
|
16121
16171
|
*
|
|
16122
16172
|
* Listeners may prevent the default action of this event by calling the `preventDefault` method on the
|
|
@@ -16136,6 +16186,8 @@ declare namespace sap {
|
|
|
16136
16186
|
}
|
|
16137
16187
|
): boolean;
|
|
16138
16188
|
/**
|
|
16189
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
16190
|
+
*
|
|
16139
16191
|
* Fires event {@link #event:beforeOpen beforeOpen} to attached listeners.
|
|
16140
16192
|
*
|
|
16141
16193
|
* Listeners may prevent the default action of this event by calling the `preventDefault` method on the
|
|
@@ -16789,6 +16841,8 @@ declare namespace sap {
|
|
|
16789
16841
|
oListener?: object
|
|
16790
16842
|
): this;
|
|
16791
16843
|
/**
|
|
16844
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
16845
|
+
*
|
|
16792
16846
|
* Fires event {@link #event:change change} to attached listeners.
|
|
16793
16847
|
*
|
|
16794
16848
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -17512,6 +17566,8 @@ declare namespace sap {
|
|
|
17512
17566
|
oListener?: object
|
|
17513
17567
|
): this;
|
|
17514
17568
|
/**
|
|
17569
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
17570
|
+
*
|
|
17515
17571
|
* Fires event {@link #event:click click} to attached listeners.
|
|
17516
17572
|
*
|
|
17517
17573
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -18218,6 +18274,8 @@ declare namespace sap {
|
|
|
18218
18274
|
oListener?: object
|
|
18219
18275
|
): this;
|
|
18220
18276
|
/**
|
|
18277
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
18278
|
+
*
|
|
18221
18279
|
* Fires event {@link #event:change change} to attached listeners.
|
|
18222
18280
|
*
|
|
18223
18281
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -18229,6 +18287,8 @@ declare namespace sap {
|
|
|
18229
18287
|
mParameters?: object
|
|
18230
18288
|
): this;
|
|
18231
18289
|
/**
|
|
18290
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
18291
|
+
*
|
|
18232
18292
|
* Fires event {@link #event:input input} to attached listeners.
|
|
18233
18293
|
*
|
|
18234
18294
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -18240,6 +18300,8 @@ declare namespace sap {
|
|
|
18240
18300
|
mParameters?: object
|
|
18241
18301
|
): this;
|
|
18242
18302
|
/**
|
|
18303
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
18304
|
+
*
|
|
18243
18305
|
* Fires event {@link #event:suggestionItemPreview suggestionItemPreview} to attached listeners.
|
|
18244
18306
|
*
|
|
18245
18307
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -18260,6 +18322,8 @@ declare namespace sap {
|
|
|
18260
18322
|
}
|
|
18261
18323
|
): this;
|
|
18262
18324
|
/**
|
|
18325
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
18326
|
+
*
|
|
18263
18327
|
* Fires event {@link #event:suggestionItemSelect suggestionItemSelect} to attached listeners.
|
|
18264
18328
|
*
|
|
18265
18329
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -19277,6 +19341,8 @@ declare namespace sap {
|
|
|
19277
19341
|
oListener?: object
|
|
19278
19342
|
): this;
|
|
19279
19343
|
/**
|
|
19344
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
19345
|
+
*
|
|
19280
19346
|
* Fires event {@link #event:click click} to attached listeners.
|
|
19281
19347
|
*
|
|
19282
19348
|
* Listeners may prevent the default action of this event by calling the `preventDefault` method on the
|
|
@@ -20158,6 +20224,8 @@ declare namespace sap {
|
|
|
20158
20224
|
oListener?: object
|
|
20159
20225
|
): this;
|
|
20160
20226
|
/**
|
|
20227
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
20228
|
+
*
|
|
20161
20229
|
* Fires event {@link #event:itemClick itemClick} to attached listeners.
|
|
20162
20230
|
*
|
|
20163
20231
|
* Listeners may prevent the default action of this event by calling the `preventDefault` method on the
|
|
@@ -20177,6 +20245,8 @@ declare namespace sap {
|
|
|
20177
20245
|
}
|
|
20178
20246
|
): boolean;
|
|
20179
20247
|
/**
|
|
20248
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
20249
|
+
*
|
|
20180
20250
|
* Fires event {@link #event:itemClose itemClose} to attached listeners.
|
|
20181
20251
|
*
|
|
20182
20252
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -20193,6 +20263,8 @@ declare namespace sap {
|
|
|
20193
20263
|
}
|
|
20194
20264
|
): this;
|
|
20195
20265
|
/**
|
|
20266
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
20267
|
+
*
|
|
20196
20268
|
* Fires event {@link #event:itemDelete itemDelete} to attached listeners.
|
|
20197
20269
|
*
|
|
20198
20270
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -20209,6 +20281,8 @@ declare namespace sap {
|
|
|
20209
20281
|
}
|
|
20210
20282
|
): this;
|
|
20211
20283
|
/**
|
|
20284
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
20285
|
+
*
|
|
20212
20286
|
* Fires event {@link #event:itemToggle itemToggle} to attached listeners.
|
|
20213
20287
|
*
|
|
20214
20288
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -20225,6 +20299,8 @@ declare namespace sap {
|
|
|
20225
20299
|
}
|
|
20226
20300
|
): this;
|
|
20227
20301
|
/**
|
|
20302
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
20303
|
+
*
|
|
20228
20304
|
* Fires event {@link #event:loadMore loadMore} to attached listeners.
|
|
20229
20305
|
*
|
|
20230
20306
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -20236,6 +20312,8 @@ declare namespace sap {
|
|
|
20236
20312
|
mParameters?: object
|
|
20237
20313
|
): this;
|
|
20238
20314
|
/**
|
|
20315
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
20316
|
+
*
|
|
20239
20317
|
* Fires event {@link #event:selectionChange selectionChange} to attached listeners.
|
|
20240
20318
|
*
|
|
20241
20319
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -20958,6 +21036,8 @@ declare namespace sap {
|
|
|
20958
21036
|
oListener?: object
|
|
20959
21037
|
): this;
|
|
20960
21038
|
/**
|
|
21039
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
21040
|
+
*
|
|
20961
21041
|
* Fires event {@link #event:itemClick itemClick} to attached listeners.
|
|
20962
21042
|
*
|
|
20963
21043
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -21486,6 +21566,8 @@ declare namespace sap {
|
|
|
21486
21566
|
oListener?: object
|
|
21487
21567
|
): this;
|
|
21488
21568
|
/**
|
|
21569
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
21570
|
+
*
|
|
21489
21571
|
* Fires event {@link #event:close close} to attached listeners.
|
|
21490
21572
|
*
|
|
21491
21573
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -22071,6 +22153,8 @@ declare namespace sap {
|
|
|
22071
22153
|
oListener?: object
|
|
22072
22154
|
): this;
|
|
22073
22155
|
/**
|
|
22156
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
22157
|
+
*
|
|
22074
22158
|
* Fires event {@link #event:change change} to attached listeners.
|
|
22075
22159
|
*
|
|
22076
22160
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -22082,6 +22166,8 @@ declare namespace sap {
|
|
|
22082
22166
|
mParameters?: object
|
|
22083
22167
|
): this;
|
|
22084
22168
|
/**
|
|
22169
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
22170
|
+
*
|
|
22085
22171
|
* Fires event {@link #event:input input} to attached listeners.
|
|
22086
22172
|
*
|
|
22087
22173
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -22093,6 +22179,8 @@ declare namespace sap {
|
|
|
22093
22179
|
mParameters?: object
|
|
22094
22180
|
): this;
|
|
22095
22181
|
/**
|
|
22182
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
22183
|
+
*
|
|
22096
22184
|
* Fires event {@link #event:openChange openChange} to attached listeners.
|
|
22097
22185
|
*
|
|
22098
22186
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -22104,6 +22192,8 @@ declare namespace sap {
|
|
|
22104
22192
|
mParameters?: object
|
|
22105
22193
|
): this;
|
|
22106
22194
|
/**
|
|
22195
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
22196
|
+
*
|
|
22107
22197
|
* Fires event {@link #event:selectionChange selectionChange} to attached listeners.
|
|
22108
22198
|
*
|
|
22109
22199
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -23350,6 +23440,8 @@ declare namespace sap {
|
|
|
23350
23440
|
oListener?: object
|
|
23351
23441
|
): this;
|
|
23352
23442
|
/**
|
|
23443
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
23444
|
+
*
|
|
23353
23445
|
* Fires event {@link #event:change change} to attached listeners.
|
|
23354
23446
|
*
|
|
23355
23447
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -23361,6 +23453,8 @@ declare namespace sap {
|
|
|
23361
23453
|
mParameters?: object
|
|
23362
23454
|
): this;
|
|
23363
23455
|
/**
|
|
23456
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
23457
|
+
*
|
|
23364
23458
|
* Fires event {@link #event:input input} to attached listeners.
|
|
23365
23459
|
*
|
|
23366
23460
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -23372,6 +23466,8 @@ declare namespace sap {
|
|
|
23372
23466
|
mParameters?: object
|
|
23373
23467
|
): this;
|
|
23374
23468
|
/**
|
|
23469
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
23470
|
+
*
|
|
23375
23471
|
* Fires event {@link #event:suggestionItemPreview suggestionItemPreview} to attached listeners.
|
|
23376
23472
|
*
|
|
23377
23473
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -23392,6 +23488,8 @@ declare namespace sap {
|
|
|
23392
23488
|
}
|
|
23393
23489
|
): this;
|
|
23394
23490
|
/**
|
|
23491
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
23492
|
+
*
|
|
23395
23493
|
* Fires event {@link #event:suggestionItemSelect suggestionItemSelect} to attached listeners.
|
|
23396
23494
|
*
|
|
23397
23495
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -23408,6 +23506,8 @@ declare namespace sap {
|
|
|
23408
23506
|
}
|
|
23409
23507
|
): this;
|
|
23410
23508
|
/**
|
|
23509
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
23510
|
+
*
|
|
23411
23511
|
* Fires event {@link #event:tokenDelete tokenDelete} to attached listeners.
|
|
23412
23512
|
*
|
|
23413
23513
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -23424,6 +23524,8 @@ declare namespace sap {
|
|
|
23424
23524
|
}
|
|
23425
23525
|
): this;
|
|
23426
23526
|
/**
|
|
23527
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
23528
|
+
*
|
|
23427
23529
|
* Fires event {@link #event:valueHelpTrigger valueHelpTrigger} to attached listeners.
|
|
23428
23530
|
*
|
|
23429
23531
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -24553,6 +24655,8 @@ declare namespace sap {
|
|
|
24553
24655
|
oListener?: object
|
|
24554
24656
|
): this;
|
|
24555
24657
|
/**
|
|
24658
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
24659
|
+
*
|
|
24556
24660
|
* Fires event {@link #event:toggle toggle} to attached listeners.
|
|
24557
24661
|
*
|
|
24558
24662
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -25336,6 +25440,8 @@ declare namespace sap {
|
|
|
25336
25440
|
oListener?: object
|
|
25337
25441
|
): this;
|
|
25338
25442
|
/**
|
|
25443
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
25444
|
+
*
|
|
25339
25445
|
* Fires event {@link #event:afterClose afterClose} to attached listeners.
|
|
25340
25446
|
*
|
|
25341
25447
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -25347,6 +25453,8 @@ declare namespace sap {
|
|
|
25347
25453
|
mParameters?: object
|
|
25348
25454
|
): this;
|
|
25349
25455
|
/**
|
|
25456
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
25457
|
+
*
|
|
25350
25458
|
* Fires event {@link #event:afterOpen afterOpen} to attached listeners.
|
|
25351
25459
|
*
|
|
25352
25460
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -25358,6 +25466,8 @@ declare namespace sap {
|
|
|
25358
25466
|
mParameters?: object
|
|
25359
25467
|
): this;
|
|
25360
25468
|
/**
|
|
25469
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
25470
|
+
*
|
|
25361
25471
|
* Fires event {@link #event:beforeClose beforeClose} to attached listeners.
|
|
25362
25472
|
*
|
|
25363
25473
|
* Listeners may prevent the default action of this event by calling the `preventDefault` method on the
|
|
@@ -25377,6 +25487,8 @@ declare namespace sap {
|
|
|
25377
25487
|
}
|
|
25378
25488
|
): boolean;
|
|
25379
25489
|
/**
|
|
25490
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
25491
|
+
*
|
|
25380
25492
|
* Fires event {@link #event:beforeOpen beforeOpen} to attached listeners.
|
|
25381
25493
|
*
|
|
25382
25494
|
* Listeners may prevent the default action of this event by calling the `preventDefault` method on the
|
|
@@ -26431,6 +26543,8 @@ declare namespace sap {
|
|
|
26431
26543
|
oListener?: object
|
|
26432
26544
|
): this;
|
|
26433
26545
|
/**
|
|
26546
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
26547
|
+
*
|
|
26434
26548
|
* Fires event {@link #event:change change} to attached listeners.
|
|
26435
26549
|
*
|
|
26436
26550
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -26987,6 +27101,8 @@ declare namespace sap {
|
|
|
26987
27101
|
oListener?: object
|
|
26988
27102
|
): this;
|
|
26989
27103
|
/**
|
|
27104
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
27105
|
+
*
|
|
26990
27106
|
* Fires event {@link #event:change change} to attached listeners.
|
|
26991
27107
|
*
|
|
26992
27108
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -26998,6 +27114,8 @@ declare namespace sap {
|
|
|
26998
27114
|
mParameters?: object
|
|
26999
27115
|
): this;
|
|
27000
27116
|
/**
|
|
27117
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
27118
|
+
*
|
|
27001
27119
|
* Fires event {@link #event:input input} to attached listeners.
|
|
27002
27120
|
*
|
|
27003
27121
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -27484,6 +27602,8 @@ declare namespace sap {
|
|
|
27484
27602
|
oListener?: object
|
|
27485
27603
|
): this;
|
|
27486
27604
|
/**
|
|
27605
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
27606
|
+
*
|
|
27487
27607
|
* Fires event {@link #event:change change} to attached listeners.
|
|
27488
27608
|
*
|
|
27489
27609
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -28075,6 +28195,8 @@ declare namespace sap {
|
|
|
28075
28195
|
oListener?: object
|
|
28076
28196
|
): this;
|
|
28077
28197
|
/**
|
|
28198
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
28199
|
+
*
|
|
28078
28200
|
* Fires event {@link #event:afterClose afterClose} to attached listeners.
|
|
28079
28201
|
*
|
|
28080
28202
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -28086,6 +28208,8 @@ declare namespace sap {
|
|
|
28086
28208
|
mParameters?: object
|
|
28087
28209
|
): this;
|
|
28088
28210
|
/**
|
|
28211
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
28212
|
+
*
|
|
28089
28213
|
* Fires event {@link #event:afterOpen afterOpen} to attached listeners.
|
|
28090
28214
|
*
|
|
28091
28215
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -28097,6 +28221,8 @@ declare namespace sap {
|
|
|
28097
28221
|
mParameters?: object
|
|
28098
28222
|
): this;
|
|
28099
28223
|
/**
|
|
28224
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
28225
|
+
*
|
|
28100
28226
|
* Fires event {@link #event:beforeClose beforeClose} to attached listeners.
|
|
28101
28227
|
*
|
|
28102
28228
|
* Listeners may prevent the default action of this event by calling the `preventDefault` method on the
|
|
@@ -28116,6 +28242,8 @@ declare namespace sap {
|
|
|
28116
28242
|
}
|
|
28117
28243
|
): boolean;
|
|
28118
28244
|
/**
|
|
28245
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
28246
|
+
*
|
|
28119
28247
|
* Fires event {@link #event:beforeOpen beforeOpen} to attached listeners.
|
|
28120
28248
|
*
|
|
28121
28249
|
* Listeners may prevent the default action of this event by calling the `preventDefault` method on the
|
|
@@ -28862,6 +28990,8 @@ declare namespace sap {
|
|
|
28862
28990
|
oListener?: object
|
|
28863
28991
|
): this;
|
|
28864
28992
|
/**
|
|
28993
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
28994
|
+
*
|
|
28865
28995
|
* Fires event {@link #event:selectionChange selectionChange} to attached listeners.
|
|
28866
28996
|
*
|
|
28867
28997
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -28886,6 +29016,8 @@ declare namespace sap {
|
|
|
28886
29016
|
*/
|
|
28887
29017
|
getAccessibleName(): string;
|
|
28888
29018
|
/**
|
|
29019
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
29020
|
+
*
|
|
28889
29021
|
* `SegmentedButton` must not be stretched in Form because ResizeHandler is used internally in order to
|
|
28890
29022
|
* manage the width of the SegmentedButton depending on the container size
|
|
28891
29023
|
*
|
|
@@ -29150,6 +29282,8 @@ declare namespace sap {
|
|
|
29150
29282
|
oListener?: object
|
|
29151
29283
|
): this;
|
|
29152
29284
|
/**
|
|
29285
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
29286
|
+
*
|
|
29153
29287
|
* Fires event {@link #event:click click} to attached listeners.
|
|
29154
29288
|
*
|
|
29155
29289
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -29646,6 +29780,8 @@ declare namespace sap {
|
|
|
29646
29780
|
oListener?: object
|
|
29647
29781
|
): this;
|
|
29648
29782
|
/**
|
|
29783
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
29784
|
+
*
|
|
29649
29785
|
* Fires event {@link #event:change change} to attached listeners.
|
|
29650
29786
|
*
|
|
29651
29787
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -30214,6 +30350,8 @@ declare namespace sap {
|
|
|
30214
30350
|
oListener?: object
|
|
30215
30351
|
): this;
|
|
30216
30352
|
/**
|
|
30353
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
30354
|
+
*
|
|
30217
30355
|
* Fires event {@link #event:change change} to attached listeners.
|
|
30218
30356
|
*
|
|
30219
30357
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -30225,6 +30363,8 @@ declare namespace sap {
|
|
|
30225
30363
|
mParameters?: object
|
|
30226
30364
|
): this;
|
|
30227
30365
|
/**
|
|
30366
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
30367
|
+
*
|
|
30228
30368
|
* Fires event {@link #event:input input} to attached listeners.
|
|
30229
30369
|
*
|
|
30230
30370
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -30739,6 +30879,8 @@ declare namespace sap {
|
|
|
30739
30879
|
oListener?: object
|
|
30740
30880
|
): this;
|
|
30741
30881
|
/**
|
|
30882
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
30883
|
+
*
|
|
30742
30884
|
* Fires event {@link #event:arrowClick arrowClick} to attached listeners.
|
|
30743
30885
|
*
|
|
30744
30886
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -30750,6 +30892,8 @@ declare namespace sap {
|
|
|
30750
30892
|
mParameters?: object
|
|
30751
30893
|
): this;
|
|
30752
30894
|
/**
|
|
30895
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
30896
|
+
*
|
|
30753
30897
|
* Fires event {@link #event:click click} to attached listeners.
|
|
30754
30898
|
*
|
|
30755
30899
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -31100,6 +31244,8 @@ declare namespace sap {
|
|
|
31100
31244
|
oListener?: object
|
|
31101
31245
|
): this;
|
|
31102
31246
|
/**
|
|
31247
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
31248
|
+
*
|
|
31103
31249
|
* Fires event {@link #event:detailClick detailClick} to attached listeners.
|
|
31104
31250
|
*
|
|
31105
31251
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -31561,6 +31707,8 @@ declare namespace sap {
|
|
|
31561
31707
|
oListener?: object
|
|
31562
31708
|
): this;
|
|
31563
31709
|
/**
|
|
31710
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
31711
|
+
*
|
|
31564
31712
|
* Fires event {@link #event:change change} to attached listeners.
|
|
31565
31713
|
*
|
|
31566
31714
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -32559,6 +32707,8 @@ declare namespace sap {
|
|
|
32559
32707
|
oListener?: object
|
|
32560
32708
|
): this;
|
|
32561
32709
|
/**
|
|
32710
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
32711
|
+
*
|
|
32562
32712
|
* Fires event {@link #event:change change} to attached listeners.
|
|
32563
32713
|
*
|
|
32564
32714
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -33408,6 +33558,8 @@ declare namespace sap {
|
|
|
33408
33558
|
oListener?: object
|
|
33409
33559
|
): this;
|
|
33410
33560
|
/**
|
|
33561
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
33562
|
+
*
|
|
33411
33563
|
* Fires event {@link #event:tabSelect tabSelect} to attached listeners.
|
|
33412
33564
|
*
|
|
33413
33565
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -34166,6 +34318,8 @@ declare namespace sap {
|
|
|
34166
34318
|
oListener?: object
|
|
34167
34319
|
): this;
|
|
34168
34320
|
/**
|
|
34321
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
34322
|
+
*
|
|
34169
34323
|
* Fires event {@link #event:loadMore loadMore} to attached listeners.
|
|
34170
34324
|
*
|
|
34171
34325
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -34177,6 +34331,8 @@ declare namespace sap {
|
|
|
34177
34331
|
mParameters?: object
|
|
34178
34332
|
): this;
|
|
34179
34333
|
/**
|
|
34334
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
34335
|
+
*
|
|
34180
34336
|
* Fires event {@link #event:popinChange popinChange} to attached listeners.
|
|
34181
34337
|
*
|
|
34182
34338
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -34193,6 +34349,8 @@ declare namespace sap {
|
|
|
34193
34349
|
}
|
|
34194
34350
|
): this;
|
|
34195
34351
|
/**
|
|
34352
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
34353
|
+
*
|
|
34196
34354
|
* Fires event {@link #event:rowClick rowClick} to attached listeners.
|
|
34197
34355
|
*
|
|
34198
34356
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -34209,6 +34367,8 @@ declare namespace sap {
|
|
|
34209
34367
|
}
|
|
34210
34368
|
): this;
|
|
34211
34369
|
/**
|
|
34370
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
34371
|
+
*
|
|
34212
34372
|
* Fires event {@link #event:selectionChange selectionChange} to attached listeners.
|
|
34213
34373
|
*
|
|
34214
34374
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -35786,6 +35946,8 @@ declare namespace sap {
|
|
|
35786
35946
|
oListener?: object
|
|
35787
35947
|
): this;
|
|
35788
35948
|
/**
|
|
35949
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
35950
|
+
*
|
|
35789
35951
|
* Fires event {@link #event:change change} to attached listeners.
|
|
35790
35952
|
*
|
|
35791
35953
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -35797,6 +35959,8 @@ declare namespace sap {
|
|
|
35797
35959
|
mParameters?: object
|
|
35798
35960
|
): this;
|
|
35799
35961
|
/**
|
|
35962
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
35963
|
+
*
|
|
35800
35964
|
* Fires event {@link #event:input input} to attached listeners.
|
|
35801
35965
|
*
|
|
35802
35966
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -36559,6 +36723,8 @@ declare namespace sap {
|
|
|
36559
36723
|
oListener?: object
|
|
36560
36724
|
): this;
|
|
36561
36725
|
/**
|
|
36726
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
36727
|
+
*
|
|
36562
36728
|
* Fires event {@link #event:change change} to attached listeners.
|
|
36563
36729
|
*
|
|
36564
36730
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -36570,6 +36736,8 @@ declare namespace sap {
|
|
|
36570
36736
|
mParameters?: object
|
|
36571
36737
|
): this;
|
|
36572
36738
|
/**
|
|
36739
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
36740
|
+
*
|
|
36573
36741
|
* Fires event {@link #event:input input} to attached listeners.
|
|
36574
36742
|
*
|
|
36575
36743
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -36588,7 +36756,7 @@ declare namespace sap {
|
|
|
36588
36756
|
/**
|
|
36589
36757
|
* A Java Script date object to be formatted as string
|
|
36590
36758
|
*/
|
|
36591
|
-
date:
|
|
36759
|
+
date: Date
|
|
36592
36760
|
): void;
|
|
36593
36761
|
/**
|
|
36594
36762
|
* Returns the currently selected time represented as JavaScript Date instance
|
|
@@ -37445,6 +37613,8 @@ declare namespace sap {
|
|
|
37445
37613
|
oListener?: object
|
|
37446
37614
|
): this;
|
|
37447
37615
|
/**
|
|
37616
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
37617
|
+
*
|
|
37448
37618
|
* Fires event {@link #event:click click} to attached listeners.
|
|
37449
37619
|
*
|
|
37450
37620
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -37952,6 +38122,8 @@ declare namespace sap {
|
|
|
37952
38122
|
oListener?: object
|
|
37953
38123
|
): this;
|
|
37954
38124
|
/**
|
|
38125
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
38126
|
+
*
|
|
37955
38127
|
* Fires event {@link #event:select select} to attached listeners.
|
|
37956
38128
|
*
|
|
37957
38129
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -38576,6 +38748,8 @@ declare namespace sap {
|
|
|
38576
38748
|
oListener?: object
|
|
38577
38749
|
): this;
|
|
38578
38750
|
/**
|
|
38751
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
38752
|
+
*
|
|
38579
38753
|
* Fires event {@link #event:itemClick itemClick} to attached listeners.
|
|
38580
38754
|
*
|
|
38581
38755
|
* Listeners may prevent the default action of this event by calling the `preventDefault` method on the
|
|
@@ -38595,6 +38769,8 @@ declare namespace sap {
|
|
|
38595
38769
|
}
|
|
38596
38770
|
): boolean;
|
|
38597
38771
|
/**
|
|
38772
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
38773
|
+
*
|
|
38598
38774
|
* Fires event {@link #event:itemDelete itemDelete} to attached listeners.
|
|
38599
38775
|
*
|
|
38600
38776
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -38611,6 +38787,8 @@ declare namespace sap {
|
|
|
38611
38787
|
}
|
|
38612
38788
|
): this;
|
|
38613
38789
|
/**
|
|
38790
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
38791
|
+
*
|
|
38614
38792
|
* Fires event {@link #event:itemMouseout itemMouseout} to attached listeners.
|
|
38615
38793
|
*
|
|
38616
38794
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -38627,6 +38805,8 @@ declare namespace sap {
|
|
|
38627
38805
|
}
|
|
38628
38806
|
): this;
|
|
38629
38807
|
/**
|
|
38808
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
38809
|
+
*
|
|
38630
38810
|
* Fires event {@link #event:itemMouseover itemMouseover} to attached listeners.
|
|
38631
38811
|
*
|
|
38632
38812
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -38643,6 +38823,8 @@ declare namespace sap {
|
|
|
38643
38823
|
}
|
|
38644
38824
|
): this;
|
|
38645
38825
|
/**
|
|
38826
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
38827
|
+
*
|
|
38646
38828
|
* Fires event {@link #event:itemToggle itemToggle} to attached listeners.
|
|
38647
38829
|
*
|
|
38648
38830
|
* Listeners may prevent the default action of this event by calling the `preventDefault` method on the
|
|
@@ -38662,6 +38844,8 @@ declare namespace sap {
|
|
|
38662
38844
|
}
|
|
38663
38845
|
): boolean;
|
|
38664
38846
|
/**
|
|
38847
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
38848
|
+
*
|
|
38665
38849
|
* Fires event {@link #event:selectionChange selectionChange} to attached listeners.
|
|
38666
38850
|
*
|
|
38667
38851
|
* @returns Reference to `this` in order to allow method chaining
|