@sapui5/ts-types 1.112.3 → 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/index.d.ts +0 -1
- package/types/sap.apf.d.ts +1 -1
- package/types/sap.ca.ui.d.ts +59 -2
- package/types/sap.chart.d.ts +15 -1
- package/types/sap.collaboration.d.ts +33 -1
- package/types/sap.esh.search.ui.d.ts +449 -1
- package/types/sap.f.d.ts +125 -38
- package/types/sap.fe.core.d.ts +35 -5
- package/types/sap.fe.macros.d.ts +80 -72
- package/types/sap.fe.navigation.d.ts +2 -0
- package/types/sap.fe.templates.d.ts +6 -0
- package/types/sap.fe.test.d.ts +7 -1
- package/types/sap.feedback.ui.d.ts +2 -6
- package/types/sap.gantt.d.ts +238 -16
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.landvisz.d.ts +27 -1
- package/types/sap.m.d.ts +2306 -1028
- package/types/sap.makit.d.ts +13 -1
- package/types/sap.me.d.ts +17 -1
- package/types/sap.ndc.d.ts +10 -2
- package/types/sap.ovp.d.ts +7 -1
- package/types/sap.rules.ui.d.ts +9 -1
- package/types/sap.sac.df.d.ts +64 -551
- package/types/sap.suite.ui.commons.d.ts +276 -2
- package/types/sap.suite.ui.generic.template.d.ts +180 -1
- package/types/sap.suite.ui.microchart.d.ts +37 -1
- 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.comp.d.ts +706 -263
- package/types/sap.ui.core.d.ts +3117 -1641
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +13 -3
- package/types/sap.ui.generic.app.d.ts +21 -8
- package/types/sap.ui.generic.template.d.ts +1 -1
- 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.richtexteditor.d.ts +11 -1
- 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.vbm.d.ts +122 -1
- package/types/sap.ui.vk.d.ts +414 -2
- package/types/sap.ui.vtm.d.ts +73 -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.uiext.inbox.d.ts +27 -1
- package/types/sap.ushell.d.ts +380 -84
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +26 -1
- package/types/sap.viz.d.ts +229 -1
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +1 -1
- package/types/sap.zen.crosstab.d.ts +1 -1
- package/types/sap.zen.dsh.d.ts +10 -1
- package/types/sap.sac.grid.d.ts +0 -760
package/types/sap.ui.vk.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 {
|
|
@@ -157,6 +157,8 @@ declare namespace sap {
|
|
|
157
157
|
*/
|
|
158
158
|
getSceneRef(): any;
|
|
159
159
|
/**
|
|
160
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
161
|
+
*
|
|
160
162
|
* Initialize this BaseNodeProxy with its data.
|
|
161
163
|
*
|
|
162
164
|
* The `init` method is called by an object pool when the object is (re-)activated for a new caller.
|
|
@@ -174,6 +176,8 @@ declare namespace sap {
|
|
|
174
176
|
nodeRef: string
|
|
175
177
|
): void;
|
|
176
178
|
/**
|
|
179
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
180
|
+
*
|
|
177
181
|
* Reset BaseNodeProxy data, needed for pooling.
|
|
178
182
|
* See:
|
|
179
183
|
* sap.ui.base.Poolable.prototype#reset
|
|
@@ -1579,6 +1583,8 @@ declare namespace sap {
|
|
|
1579
1583
|
*/
|
|
1580
1584
|
endGesture(): sap.ui.vk.Viewport;
|
|
1581
1585
|
/**
|
|
1586
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
1587
|
+
*
|
|
1582
1588
|
* Fires event {@link #event:frameRenderingFinished frameRenderingFinished} to attached listeners.
|
|
1583
1589
|
*
|
|
1584
1590
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -1590,6 +1596,8 @@ declare namespace sap {
|
|
|
1590
1596
|
mParameters?: object
|
|
1591
1597
|
): this;
|
|
1592
1598
|
/**
|
|
1599
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
1600
|
+
*
|
|
1593
1601
|
* Fires event {@link #event:pan pan} to attached listeners.
|
|
1594
1602
|
*
|
|
1595
1603
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -1605,6 +1613,8 @@ declare namespace sap {
|
|
|
1605
1613
|
}
|
|
1606
1614
|
): this;
|
|
1607
1615
|
/**
|
|
1616
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
1617
|
+
*
|
|
1608
1618
|
* Fires event {@link #event:rotate rotate} to attached listeners.
|
|
1609
1619
|
*
|
|
1610
1620
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -1620,6 +1630,8 @@ declare namespace sap {
|
|
|
1620
1630
|
}
|
|
1621
1631
|
): this;
|
|
1622
1632
|
/**
|
|
1633
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
1634
|
+
*
|
|
1623
1635
|
* Fires event {@link #event:zoom zoom} to attached listeners.
|
|
1624
1636
|
*
|
|
1625
1637
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -1865,6 +1877,8 @@ declare namespace sap {
|
|
|
1865
1877
|
rect: object
|
|
1866
1878
|
): void;
|
|
1867
1879
|
/**
|
|
1880
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
1881
|
+
*
|
|
1868
1882
|
*
|
|
1869
1883
|
* @returns `this` to allow method chaining.
|
|
1870
1884
|
*/
|
|
@@ -2466,6 +2480,8 @@ declare namespace sap {
|
|
|
2466
2480
|
*/
|
|
2467
2481
|
getSceneRef(): any;
|
|
2468
2482
|
/**
|
|
2483
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
2484
|
+
*
|
|
2469
2485
|
* Initialize this BaseNodeProxy with its data.
|
|
2470
2486
|
*
|
|
2471
2487
|
* The `init` method is called by an object pool when the object is (re-)activated for a new caller.
|
|
@@ -2483,6 +2499,8 @@ declare namespace sap {
|
|
|
2483
2499
|
nodeRef: any
|
|
2484
2500
|
): void;
|
|
2485
2501
|
/**
|
|
2502
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
2503
|
+
*
|
|
2486
2504
|
* Reset BaseNodeProxy data, needed for pooling.
|
|
2487
2505
|
* See:
|
|
2488
2506
|
* sap.ui.base.Poolable.prototype#reset
|
|
@@ -2491,6 +2509,7 @@ declare namespace sap {
|
|
|
2491
2509
|
}
|
|
2492
2510
|
/**
|
|
2493
2511
|
* @SINCE 1.80.0
|
|
2512
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
2494
2513
|
*
|
|
2495
2514
|
* Provides a content manager object that uses to load 2D content.
|
|
2496
2515
|
*
|
|
@@ -2500,6 +2519,8 @@ declare namespace sap {
|
|
|
2500
2519
|
*/
|
|
2501
2520
|
class ContentManager extends sap.ui.vk.ContentManager {
|
|
2502
2521
|
/**
|
|
2522
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
2523
|
+
*
|
|
2503
2524
|
* Constructor for a new ContentManager.
|
|
2504
2525
|
*
|
|
2505
2526
|
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
@@ -2516,6 +2537,8 @@ declare namespace sap {
|
|
|
2516
2537
|
mSettings?: sap.ui.vk.svg.$ContentManagerSettings
|
|
2517
2538
|
);
|
|
2518
2539
|
/**
|
|
2540
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
2541
|
+
*
|
|
2519
2542
|
* Constructor for a new ContentManager.
|
|
2520
2543
|
*
|
|
2521
2544
|
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
@@ -2537,6 +2560,8 @@ declare namespace sap {
|
|
|
2537
2560
|
);
|
|
2538
2561
|
|
|
2539
2562
|
/**
|
|
2563
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
2564
|
+
*
|
|
2540
2565
|
* Creates a new subclass of class sap.ui.vk.svg.ContentManager with name `sClassName` and enriches it with
|
|
2541
2566
|
* the information contained in `oClassInfo`.
|
|
2542
2567
|
*
|
|
@@ -2560,12 +2585,16 @@ declare namespace sap {
|
|
|
2560
2585
|
FNMetaImpl?: Function
|
|
2561
2586
|
): Function;
|
|
2562
2587
|
/**
|
|
2588
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
2589
|
+
*
|
|
2563
2590
|
* Returns a metadata object for class sap.ui.vk.svg.ContentManager.
|
|
2564
2591
|
*
|
|
2565
2592
|
* @returns Metadata object describing this class
|
|
2566
2593
|
*/
|
|
2567
2594
|
static getMetadata(): sap.ui.base.ManagedObjectMetadata;
|
|
2568
2595
|
/**
|
|
2596
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
2597
|
+
*
|
|
2569
2598
|
* Attaches event handler `fnFunction` to the {@link #event:errorReported errorReported} event of this `sap.ui.vk.svg.ContentManager`.
|
|
2570
2599
|
*
|
|
2571
2600
|
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
@@ -2589,6 +2618,8 @@ declare namespace sap {
|
|
|
2589
2618
|
oListener?: object
|
|
2590
2619
|
): this;
|
|
2591
2620
|
/**
|
|
2621
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
2622
|
+
*
|
|
2592
2623
|
* Attaches event handler `fnFunction` to the {@link #event:errorReported errorReported} event of this `sap.ui.vk.svg.ContentManager`.
|
|
2593
2624
|
*
|
|
2594
2625
|
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
@@ -2607,6 +2638,8 @@ declare namespace sap {
|
|
|
2607
2638
|
oListener?: object
|
|
2608
2639
|
): this;
|
|
2609
2640
|
/**
|
|
2641
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
2642
|
+
*
|
|
2610
2643
|
* Detaches event handler `fnFunction` from the {@link #event:errorReported errorReported} event of this
|
|
2611
2644
|
* `sap.ui.vk.svg.ContentManager`.
|
|
2612
2645
|
*
|
|
@@ -2625,6 +2658,8 @@ declare namespace sap {
|
|
|
2625
2658
|
oListener?: object
|
|
2626
2659
|
): this;
|
|
2627
2660
|
/**
|
|
2661
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
2662
|
+
*
|
|
2628
2663
|
* Fires event {@link #event:errorReported errorReported} to attached listeners.
|
|
2629
2664
|
*
|
|
2630
2665
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -3472,6 +3507,8 @@ declare namespace sap {
|
|
|
3472
3507
|
oListener?: object
|
|
3473
3508
|
): this;
|
|
3474
3509
|
/**
|
|
3510
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
3511
|
+
*
|
|
3475
3512
|
* Fires event {@link #event:cameraChanged cameraChanged} to attached listeners.
|
|
3476
3513
|
*
|
|
3477
3514
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -3492,6 +3529,8 @@ declare namespace sap {
|
|
|
3492
3529
|
}
|
|
3493
3530
|
): this;
|
|
3494
3531
|
/**
|
|
3532
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
3533
|
+
*
|
|
3495
3534
|
* Fires event {@link #event:hotspotEnter hotspotEnter} to attached listeners.
|
|
3496
3535
|
*
|
|
3497
3536
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -3505,6 +3544,8 @@ declare namespace sap {
|
|
|
3505
3544
|
}
|
|
3506
3545
|
): this;
|
|
3507
3546
|
/**
|
|
3547
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
3548
|
+
*
|
|
3508
3549
|
* Fires event {@link #event:hotspotLeave hotspotLeave} to attached listeners.
|
|
3509
3550
|
*
|
|
3510
3551
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -4167,6 +4208,8 @@ declare namespace sap {
|
|
|
4167
4208
|
*/
|
|
4168
4209
|
getSceneRef(): any;
|
|
4169
4210
|
/**
|
|
4211
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
4212
|
+
*
|
|
4170
4213
|
* Initialize this BaseNodeProxy with its data.
|
|
4171
4214
|
*
|
|
4172
4215
|
* The `init` method is called by an object pool when the object is (re-)activated for a new caller.
|
|
@@ -4184,6 +4227,8 @@ declare namespace sap {
|
|
|
4184
4227
|
nodeRef: any
|
|
4185
4228
|
): void;
|
|
4186
4229
|
/**
|
|
4230
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
4231
|
+
*
|
|
4187
4232
|
* Reset BaseNodeProxy data, needed for pooling.
|
|
4188
4233
|
* See:
|
|
4189
4234
|
* sap.ui.base.Poolable.prototype#reset
|
|
@@ -4192,6 +4237,7 @@ declare namespace sap {
|
|
|
4192
4237
|
}
|
|
4193
4238
|
/**
|
|
4194
4239
|
* @SINCE 1.50.0
|
|
4240
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
4195
4241
|
*
|
|
4196
4242
|
* Provides a content manager object that uses the three.js library to load 3D files.
|
|
4197
4243
|
*
|
|
@@ -4214,6 +4260,8 @@ declare namespace sap {
|
|
|
4214
4260
|
*/
|
|
4215
4261
|
class ContentManager extends sap.ui.vk.ContentManager {
|
|
4216
4262
|
/**
|
|
4263
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
4264
|
+
*
|
|
4217
4265
|
* Constructor for a new ContentManager.
|
|
4218
4266
|
*
|
|
4219
4267
|
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
@@ -4233,6 +4281,8 @@ declare namespace sap {
|
|
|
4233
4281
|
mSettings?: sap.ui.vk.threejs.$ContentManagerSettings
|
|
4234
4282
|
);
|
|
4235
4283
|
/**
|
|
4284
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
4285
|
+
*
|
|
4236
4286
|
* Constructor for a new ContentManager.
|
|
4237
4287
|
*
|
|
4238
4288
|
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
@@ -4257,6 +4307,8 @@ declare namespace sap {
|
|
|
4257
4307
|
);
|
|
4258
4308
|
|
|
4259
4309
|
/**
|
|
4310
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
4311
|
+
*
|
|
4260
4312
|
* Creates a new subclass of class sap.ui.vk.threejs.ContentManager with name `sClassName` and enriches
|
|
4261
4313
|
* it with the information contained in `oClassInfo`.
|
|
4262
4314
|
*
|
|
@@ -4280,6 +4332,8 @@ declare namespace sap {
|
|
|
4280
4332
|
FNMetaImpl?: Function
|
|
4281
4333
|
): Function;
|
|
4282
4334
|
/**
|
|
4335
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
4336
|
+
*
|
|
4283
4337
|
* Returns a metadata object for class sap.ui.vk.threejs.ContentManager.
|
|
4284
4338
|
*
|
|
4285
4339
|
* @returns Metadata object describing this class
|
|
@@ -5427,6 +5481,8 @@ declare namespace sap {
|
|
|
5427
5481
|
oListener?: object
|
|
5428
5482
|
): this;
|
|
5429
5483
|
/**
|
|
5484
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
5485
|
+
*
|
|
5430
5486
|
* Fires event {@link #event:cameraChanged cameraChanged} to attached listeners.
|
|
5431
5487
|
*
|
|
5432
5488
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -5451,6 +5507,8 @@ declare namespace sap {
|
|
|
5451
5507
|
}
|
|
5452
5508
|
): this;
|
|
5453
5509
|
/**
|
|
5510
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
5511
|
+
*
|
|
5454
5512
|
* Fires event {@link #event:frameRenderingFinished frameRenderingFinished} to attached listeners.
|
|
5455
5513
|
*
|
|
5456
5514
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -5711,6 +5769,8 @@ declare namespace sap {
|
|
|
5711
5769
|
scene: sap.ui.vk.threejs.Scene
|
|
5712
5770
|
): this;
|
|
5713
5771
|
/**
|
|
5772
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
5773
|
+
*
|
|
5714
5774
|
*
|
|
5715
5775
|
* @returns `this` to allow method chaining.
|
|
5716
5776
|
*/
|
|
@@ -7563,6 +7623,8 @@ declare namespace sap {
|
|
|
7563
7623
|
oListener?: object
|
|
7564
7624
|
): this;
|
|
7565
7625
|
/**
|
|
7626
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
7627
|
+
*
|
|
7566
7628
|
* Fires event {@link #event:moved moved} to attached listeners.
|
|
7567
7629
|
*
|
|
7568
7630
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -7580,6 +7642,8 @@ declare namespace sap {
|
|
|
7580
7642
|
}
|
|
7581
7643
|
): this;
|
|
7582
7644
|
/**
|
|
7645
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
7646
|
+
*
|
|
7583
7647
|
* Fires event {@link #event:moving moving} to attached listeners.
|
|
7584
7648
|
*
|
|
7585
7649
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -7597,6 +7661,8 @@ declare namespace sap {
|
|
|
7597
7661
|
}
|
|
7598
7662
|
): this;
|
|
7599
7663
|
/**
|
|
7664
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
7665
|
+
*
|
|
7600
7666
|
* Fires event {@link #event:rotated rotated} to attached listeners.
|
|
7601
7667
|
*
|
|
7602
7668
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -7614,6 +7680,8 @@ declare namespace sap {
|
|
|
7614
7680
|
}
|
|
7615
7681
|
): this;
|
|
7616
7682
|
/**
|
|
7683
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
7684
|
+
*
|
|
7617
7685
|
* Fires event {@link #event:rotating rotating} to attached listeners.
|
|
7618
7686
|
*
|
|
7619
7687
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -8081,6 +8149,8 @@ declare namespace sap {
|
|
|
8081
8149
|
oListener?: object
|
|
8082
8150
|
): this;
|
|
8083
8151
|
/**
|
|
8152
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
8153
|
+
*
|
|
8084
8154
|
* Fires event {@link #event:rotated rotated} to attached listeners.
|
|
8085
8155
|
*
|
|
8086
8156
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -8094,6 +8164,8 @@ declare namespace sap {
|
|
|
8094
8164
|
}
|
|
8095
8165
|
): this;
|
|
8096
8166
|
/**
|
|
8167
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
8168
|
+
*
|
|
8097
8169
|
* Fires event {@link #event:rotating rotating} to attached listeners.
|
|
8098
8170
|
*
|
|
8099
8171
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -8382,6 +8454,8 @@ declare namespace sap {
|
|
|
8382
8454
|
oListener?: object
|
|
8383
8455
|
): this;
|
|
8384
8456
|
/**
|
|
8457
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
8458
|
+
*
|
|
8385
8459
|
* Fires event {@link #event:completed completed} to attached listeners.
|
|
8386
8460
|
*
|
|
8387
8461
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -8596,6 +8670,8 @@ declare namespace sap {
|
|
|
8596
8670
|
oListener?: object
|
|
8597
8671
|
): this;
|
|
8598
8672
|
/**
|
|
8673
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
8674
|
+
*
|
|
8599
8675
|
* Fires event {@link #event:completed completed} to attached listeners.
|
|
8600
8676
|
*
|
|
8601
8677
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -8816,6 +8892,8 @@ declare namespace sap {
|
|
|
8816
8892
|
oListener?: object
|
|
8817
8893
|
): this;
|
|
8818
8894
|
/**
|
|
8895
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
8896
|
+
*
|
|
8819
8897
|
* Fires event {@link #event:completed completed} to attached listeners.
|
|
8820
8898
|
*
|
|
8821
8899
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -9030,6 +9108,8 @@ declare namespace sap {
|
|
|
9030
9108
|
oListener?: object
|
|
9031
9109
|
): this;
|
|
9032
9110
|
/**
|
|
9111
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
9112
|
+
*
|
|
9033
9113
|
* Fires event {@link #event:completed completed} to attached listeners.
|
|
9034
9114
|
*
|
|
9035
9115
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -9404,6 +9484,8 @@ declare namespace sap {
|
|
|
9404
9484
|
oListener?: object
|
|
9405
9485
|
): this;
|
|
9406
9486
|
/**
|
|
9487
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
9488
|
+
*
|
|
9407
9489
|
* Fires event {@link #event:nodesCreated nodesCreated} to attached listeners.
|
|
9408
9490
|
*
|
|
9409
9491
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -10118,6 +10200,8 @@ declare namespace sap {
|
|
|
10118
10200
|
oListener?: object
|
|
10119
10201
|
): this;
|
|
10120
10202
|
/**
|
|
10203
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
10204
|
+
*
|
|
10121
10205
|
* Fires event {@link #event:axisSelected axisSelected} to attached listeners.
|
|
10122
10206
|
*
|
|
10123
10207
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -10133,6 +10217,8 @@ declare namespace sap {
|
|
|
10133
10217
|
}
|
|
10134
10218
|
): this;
|
|
10135
10219
|
/**
|
|
10220
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
10221
|
+
*
|
|
10136
10222
|
* Fires event {@link #event:itemPositionAdjusted itemPositionAdjusted} to attached listeners.
|
|
10137
10223
|
*
|
|
10138
10224
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -10148,6 +10234,8 @@ declare namespace sap {
|
|
|
10148
10234
|
}
|
|
10149
10235
|
): this;
|
|
10150
10236
|
/**
|
|
10237
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
10238
|
+
*
|
|
10151
10239
|
* Fires event {@link #event:itemPositionAdjusting itemPositionAdjusting} to attached listeners.
|
|
10152
10240
|
*
|
|
10153
10241
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -10163,6 +10251,8 @@ declare namespace sap {
|
|
|
10163
10251
|
}
|
|
10164
10252
|
): this;
|
|
10165
10253
|
/**
|
|
10254
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
10255
|
+
*
|
|
10166
10256
|
* Fires event {@link #event:itemSequenceChangePressed itemSequenceChangePressed} to attached listeners.
|
|
10167
10257
|
*
|
|
10168
10258
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -10178,6 +10268,8 @@ declare namespace sap {
|
|
|
10178
10268
|
}
|
|
10179
10269
|
): this;
|
|
10180
10270
|
/**
|
|
10271
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
10272
|
+
*
|
|
10181
10273
|
* Fires event {@link #event:magnitudeChanged magnitudeChanged} to attached listeners.
|
|
10182
10274
|
*
|
|
10183
10275
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -10197,6 +10289,8 @@ declare namespace sap {
|
|
|
10197
10289
|
}
|
|
10198
10290
|
): this;
|
|
10199
10291
|
/**
|
|
10292
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
10293
|
+
*
|
|
10200
10294
|
* Fires event {@link #event:magnitudeChanging magnitudeChanging} to attached listeners.
|
|
10201
10295
|
*
|
|
10202
10296
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -10604,6 +10698,8 @@ declare namespace sap {
|
|
|
10604
10698
|
oListener?: object
|
|
10605
10699
|
): this;
|
|
10606
10700
|
/**
|
|
10701
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
10702
|
+
*
|
|
10607
10703
|
* Fires event {@link #event:hit hit} to attached listeners.
|
|
10608
10704
|
*
|
|
10609
10705
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -11030,6 +11126,8 @@ declare namespace sap {
|
|
|
11030
11126
|
oListener?: object
|
|
11031
11127
|
): this;
|
|
11032
11128
|
/**
|
|
11129
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
11130
|
+
*
|
|
11033
11131
|
* Fires event {@link #event:coordinateSystemChanged coordinateSystemChanged} to attached listeners.
|
|
11034
11132
|
*
|
|
11035
11133
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -11043,6 +11141,8 @@ declare namespace sap {
|
|
|
11043
11141
|
}
|
|
11044
11142
|
): this;
|
|
11045
11143
|
/**
|
|
11144
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
11145
|
+
*
|
|
11046
11146
|
* Fires event {@link #event:moved moved} to attached listeners.
|
|
11047
11147
|
*
|
|
11048
11148
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -11062,6 +11162,8 @@ declare namespace sap {
|
|
|
11062
11162
|
}
|
|
11063
11163
|
): this;
|
|
11064
11164
|
/**
|
|
11165
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
11166
|
+
*
|
|
11065
11167
|
* Fires event {@link #event:moving moving} to attached listeners.
|
|
11066
11168
|
*
|
|
11067
11169
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -11081,6 +11183,8 @@ declare namespace sap {
|
|
|
11081
11183
|
}
|
|
11082
11184
|
): this;
|
|
11083
11185
|
/**
|
|
11186
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
11187
|
+
*
|
|
11084
11188
|
* Fires event {@link #event:placementModeChanged placementModeChanged} to attached listeners.
|
|
11085
11189
|
*
|
|
11086
11190
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -11751,6 +11855,8 @@ declare namespace sap {
|
|
|
11751
11855
|
*/
|
|
11752
11856
|
exportSVG(): object[];
|
|
11753
11857
|
/**
|
|
11858
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
11859
|
+
*
|
|
11754
11860
|
* Fires event {@link #event:elementClicked elementClicked} to attached listeners.
|
|
11755
11861
|
*
|
|
11756
11862
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -11764,6 +11870,8 @@ declare namespace sap {
|
|
|
11764
11870
|
}
|
|
11765
11871
|
): this;
|
|
11766
11872
|
/**
|
|
11873
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
11874
|
+
*
|
|
11767
11875
|
* Fires event {@link #event:elementCreated elementCreated} to attached listeners.
|
|
11768
11876
|
*
|
|
11769
11877
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -11777,6 +11885,8 @@ declare namespace sap {
|
|
|
11777
11885
|
}
|
|
11778
11886
|
): this;
|
|
11779
11887
|
/**
|
|
11888
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
11889
|
+
*
|
|
11780
11890
|
* Fires event {@link #event:elementHovered elementHovered} to attached listeners.
|
|
11781
11891
|
*
|
|
11782
11892
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -12053,6 +12163,8 @@ declare namespace sap {
|
|
|
12053
12163
|
oListener?: object
|
|
12054
12164
|
): this;
|
|
12055
12165
|
/**
|
|
12166
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
12167
|
+
*
|
|
12056
12168
|
* Fires event {@link #event:rotate rotate} to attached listeners.
|
|
12057
12169
|
*
|
|
12058
12170
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -12483,6 +12595,8 @@ declare namespace sap {
|
|
|
12483
12595
|
oListener?: object
|
|
12484
12596
|
): this;
|
|
12485
12597
|
/**
|
|
12598
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
12599
|
+
*
|
|
12486
12600
|
* Fires event {@link #event:axisChanged axisChanged} to attached listeners.
|
|
12487
12601
|
*
|
|
12488
12602
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -12496,6 +12610,8 @@ declare namespace sap {
|
|
|
12496
12610
|
}
|
|
12497
12611
|
): this;
|
|
12498
12612
|
/**
|
|
12613
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
12614
|
+
*
|
|
12499
12615
|
* Fires event {@link #event:coordinateSystemChanged coordinateSystemChanged} to attached listeners.
|
|
12500
12616
|
*
|
|
12501
12617
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -12509,6 +12625,8 @@ declare namespace sap {
|
|
|
12509
12625
|
}
|
|
12510
12626
|
): this;
|
|
12511
12627
|
/**
|
|
12628
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
12629
|
+
*
|
|
12512
12630
|
* Fires event {@link #event:placementModeChanged placementModeChanged} to attached listeners.
|
|
12513
12631
|
*
|
|
12514
12632
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -12522,6 +12640,8 @@ declare namespace sap {
|
|
|
12522
12640
|
}
|
|
12523
12641
|
): this;
|
|
12524
12642
|
/**
|
|
12643
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
12644
|
+
*
|
|
12525
12645
|
* Fires event {@link #event:rotated rotated} to attached listeners.
|
|
12526
12646
|
*
|
|
12527
12647
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -12541,6 +12661,8 @@ declare namespace sap {
|
|
|
12541
12661
|
}
|
|
12542
12662
|
): this;
|
|
12543
12663
|
/**
|
|
12664
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
12665
|
+
*
|
|
12544
12666
|
* Fires event {@link #event:rotating rotating} to attached listeners.
|
|
12545
12667
|
*
|
|
12546
12668
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -12969,6 +13091,8 @@ declare namespace sap {
|
|
|
12969
13091
|
oListener?: object
|
|
12970
13092
|
): this;
|
|
12971
13093
|
/**
|
|
13094
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
13095
|
+
*
|
|
12972
13096
|
* Fires event {@link #event:rotate rotate} to attached listeners.
|
|
12973
13097
|
*
|
|
12974
13098
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -13337,6 +13461,8 @@ declare namespace sap {
|
|
|
13337
13461
|
oListener?: object
|
|
13338
13462
|
): this;
|
|
13339
13463
|
/**
|
|
13464
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
13465
|
+
*
|
|
13340
13466
|
* Fires event {@link #event:coordinateSystemChanged coordinateSystemChanged} to attached listeners.
|
|
13341
13467
|
*
|
|
13342
13468
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -13350,6 +13476,8 @@ declare namespace sap {
|
|
|
13350
13476
|
}
|
|
13351
13477
|
): this;
|
|
13352
13478
|
/**
|
|
13479
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
13480
|
+
*
|
|
13353
13481
|
* Fires event {@link #event:placementModeChanged placementModeChanged} to attached listeners.
|
|
13354
13482
|
*
|
|
13355
13483
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -13363,6 +13491,8 @@ declare namespace sap {
|
|
|
13363
13491
|
}
|
|
13364
13492
|
): this;
|
|
13365
13493
|
/**
|
|
13494
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
13495
|
+
*
|
|
13366
13496
|
* Fires event {@link #event:scaled scaled} to attached listeners.
|
|
13367
13497
|
*
|
|
13368
13498
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -13382,6 +13512,8 @@ declare namespace sap {
|
|
|
13382
13512
|
}
|
|
13383
13513
|
): this;
|
|
13384
13514
|
/**
|
|
13515
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
13516
|
+
*
|
|
13385
13517
|
* Fires event {@link #event:scaling scaling} to attached listeners.
|
|
13386
13518
|
*
|
|
13387
13519
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -13959,6 +14091,8 @@ declare namespace sap {
|
|
|
13959
14091
|
oListener?: object
|
|
13960
14092
|
): this;
|
|
13961
14093
|
/**
|
|
14094
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
14095
|
+
*
|
|
13962
14096
|
* Fires event {@link #event:enabled enabled} to attached listeners.
|
|
13963
14097
|
*
|
|
13964
14098
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -14234,6 +14368,8 @@ declare namespace sap {
|
|
|
14234
14368
|
oListener?: object
|
|
14235
14369
|
): this;
|
|
14236
14370
|
/**
|
|
14371
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
14372
|
+
*
|
|
14237
14373
|
* Fires event {@link #event:hover hover} to attached listeners.
|
|
14238
14374
|
*
|
|
14239
14375
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -14819,6 +14955,8 @@ declare namespace sap {
|
|
|
14819
14955
|
oListener?: object
|
|
14820
14956
|
): this;
|
|
14821
14957
|
/**
|
|
14958
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
14959
|
+
*
|
|
14822
14960
|
* Fires event {@link #event:moved moved} to attached listeners.
|
|
14823
14961
|
*
|
|
14824
14962
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -14839,6 +14977,8 @@ declare namespace sap {
|
|
|
14839
14977
|
}
|
|
14840
14978
|
): this;
|
|
14841
14979
|
/**
|
|
14980
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
14981
|
+
*
|
|
14842
14982
|
* Fires event {@link #event:moving moving} to attached listeners.
|
|
14843
14983
|
*
|
|
14844
14984
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -14859,6 +14999,8 @@ declare namespace sap {
|
|
|
14859
14999
|
}
|
|
14860
15000
|
): this;
|
|
14861
15001
|
/**
|
|
15002
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
15003
|
+
*
|
|
14862
15004
|
* Fires event {@link #event:rotated rotated} to attached listeners.
|
|
14863
15005
|
*
|
|
14864
15006
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -14877,6 +15019,8 @@ declare namespace sap {
|
|
|
14877
15019
|
}
|
|
14878
15020
|
): this;
|
|
14879
15021
|
/**
|
|
15022
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
15023
|
+
*
|
|
14880
15024
|
* Fires event {@link #event:rotating rotating} to attached listeners.
|
|
14881
15025
|
*
|
|
14882
15026
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -14895,6 +15039,8 @@ declare namespace sap {
|
|
|
14895
15039
|
}
|
|
14896
15040
|
): this;
|
|
14897
15041
|
/**
|
|
15042
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
15043
|
+
*
|
|
14898
15044
|
* Fires event {@link #event:scaled scaled} to attached listeners.
|
|
14899
15045
|
*
|
|
14900
15046
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -14915,6 +15061,8 @@ declare namespace sap {
|
|
|
14915
15061
|
}
|
|
14916
15062
|
): this;
|
|
14917
15063
|
/**
|
|
15064
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
15065
|
+
*
|
|
14918
15066
|
* Fires event {@link #event:scaling scaling} to attached listeners.
|
|
14919
15067
|
*
|
|
14920
15068
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -18319,6 +18467,8 @@ declare namespace sap {
|
|
|
18319
18467
|
oListener?: object
|
|
18320
18468
|
): this;
|
|
18321
18469
|
/**
|
|
18470
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
18471
|
+
*
|
|
18322
18472
|
* Fires event {@link #event:beforeTimeChanged beforeTimeChanged} to attached listeners.
|
|
18323
18473
|
*
|
|
18324
18474
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -18330,6 +18480,8 @@ declare namespace sap {
|
|
|
18330
18480
|
mParameters?: object
|
|
18331
18481
|
): this;
|
|
18332
18482
|
/**
|
|
18483
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
18484
|
+
*
|
|
18333
18485
|
* Fires event {@link #event:stateChanged stateChanged} to attached listeners.
|
|
18334
18486
|
*
|
|
18335
18487
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -18341,6 +18493,8 @@ declare namespace sap {
|
|
|
18341
18493
|
mParameters?: object
|
|
18342
18494
|
): this;
|
|
18343
18495
|
/**
|
|
18496
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
18497
|
+
*
|
|
18344
18498
|
* Fires event {@link #event:timeChanged timeChanged} to attached listeners.
|
|
18345
18499
|
*
|
|
18346
18500
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -18352,6 +18506,8 @@ declare namespace sap {
|
|
|
18352
18506
|
mParameters?: object
|
|
18353
18507
|
): this;
|
|
18354
18508
|
/**
|
|
18509
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
18510
|
+
*
|
|
18355
18511
|
* Fires event {@link #event:viewActivated viewActivated} to attached listeners.
|
|
18356
18512
|
*
|
|
18357
18513
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -19175,6 +19331,8 @@ declare namespace sap {
|
|
|
19175
19331
|
*/
|
|
19176
19332
|
getSceneRef(): any;
|
|
19177
19333
|
/**
|
|
19334
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
19335
|
+
*
|
|
19178
19336
|
* Initialize this BaseNodeProxy with its data.
|
|
19179
19337
|
*
|
|
19180
19338
|
* The `init` method is called by an object pool when the object is (re-)activated for a new caller.
|
|
@@ -19193,6 +19351,8 @@ declare namespace sap {
|
|
|
19193
19351
|
nodeRef: any
|
|
19194
19352
|
): void;
|
|
19195
19353
|
/**
|
|
19354
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
19355
|
+
*
|
|
19196
19356
|
* Reset BaseNodeProxy data, needed for pooling.
|
|
19197
19357
|
* See:
|
|
19198
19358
|
* sap.ui.base.Poolable.prototype#reset
|
|
@@ -19262,6 +19422,8 @@ declare namespace sap {
|
|
|
19262
19422
|
*/
|
|
19263
19423
|
getFarClipPlane(): float;
|
|
19264
19424
|
/**
|
|
19425
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
19426
|
+
*
|
|
19265
19427
|
*
|
|
19266
19428
|
* @returns Flag indicating if camera object is modified
|
|
19267
19429
|
*/
|
|
@@ -19323,7 +19485,9 @@ declare namespace sap {
|
|
|
19323
19485
|
*/
|
|
19324
19486
|
fFarClipPlane?: float
|
|
19325
19487
|
): this;
|
|
19326
|
-
|
|
19488
|
+
/**
|
|
19489
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
19490
|
+
*/
|
|
19327
19491
|
setIsModified(
|
|
19328
19492
|
/**
|
|
19329
19493
|
* Set or reset flag to indicate if this object is modified
|
|
@@ -19466,6 +19630,8 @@ declare namespace sap {
|
|
|
19466
19630
|
*/
|
|
19467
19631
|
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
19468
19632
|
/**
|
|
19633
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
19634
|
+
*
|
|
19469
19635
|
* adjusts customizable buttons of overflow toolbar, displays content buttons
|
|
19470
19636
|
*/
|
|
19471
19637
|
_addToolbarContent(): void;
|
|
@@ -19627,6 +19793,8 @@ declare namespace sap {
|
|
|
19627
19793
|
oListener?: object
|
|
19628
19794
|
): this;
|
|
19629
19795
|
/**
|
|
19796
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
19797
|
+
*
|
|
19630
19798
|
* Fires event {@link #event:contentChange contentChange} to attached listeners.
|
|
19631
19799
|
*
|
|
19632
19800
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -19640,6 +19808,8 @@ declare namespace sap {
|
|
|
19640
19808
|
}
|
|
19641
19809
|
): this;
|
|
19642
19810
|
/**
|
|
19811
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
19812
|
+
*
|
|
19643
19813
|
* Fires event {@link #event:settingsPressed settingsPressed} to attached listeners.
|
|
19644
19814
|
*
|
|
19645
19815
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -20635,6 +20805,8 @@ declare namespace sap {
|
|
|
20635
20805
|
oListener?: object
|
|
20636
20806
|
): this;
|
|
20637
20807
|
/**
|
|
20808
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
20809
|
+
*
|
|
20638
20810
|
* Fires event {@link #event:contentChangesFinished contentChangesFinished} to attached listeners.
|
|
20639
20811
|
*
|
|
20640
20812
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -20661,6 +20833,8 @@ declare namespace sap {
|
|
|
20661
20833
|
}
|
|
20662
20834
|
): this;
|
|
20663
20835
|
/**
|
|
20836
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
20837
|
+
*
|
|
20664
20838
|
* Fires event {@link #event:contentChangesProgress contentChangesProgress} to attached listeners.
|
|
20665
20839
|
*
|
|
20666
20840
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -20687,6 +20861,8 @@ declare namespace sap {
|
|
|
20687
20861
|
}
|
|
20688
20862
|
): this;
|
|
20689
20863
|
/**
|
|
20864
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
20865
|
+
*
|
|
20690
20866
|
* Fires event {@link #event:contentChangesStarted contentChangesStarted} to attached listeners.
|
|
20691
20867
|
*
|
|
20692
20868
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -20698,6 +20874,8 @@ declare namespace sap {
|
|
|
20698
20874
|
mParameters?: object
|
|
20699
20875
|
): this;
|
|
20700
20876
|
/**
|
|
20877
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
20878
|
+
*
|
|
20701
20879
|
* Fires event {@link #event:contentDestroying contentDestroying} to attached listeners.
|
|
20702
20880
|
*
|
|
20703
20881
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -20721,6 +20899,8 @@ declare namespace sap {
|
|
|
20721
20899
|
}
|
|
20722
20900
|
): this;
|
|
20723
20901
|
/**
|
|
20902
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
20903
|
+
*
|
|
20724
20904
|
* Fires event {@link #event:contentLoadingFinished contentLoadingFinished} to attached listeners.
|
|
20725
20905
|
*
|
|
20726
20906
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -20736,6 +20916,8 @@ declare namespace sap {
|
|
|
20736
20916
|
}
|
|
20737
20917
|
): this;
|
|
20738
20918
|
/**
|
|
20919
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
20920
|
+
*
|
|
20739
20921
|
* Fires event {@link #event:contentReplaced contentReplaced} to attached listeners.
|
|
20740
20922
|
*
|
|
20741
20923
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -20906,6 +21088,19 @@ declare namespace sap {
|
|
|
20906
21088
|
*/
|
|
20907
21089
|
handler: sap.ui.vk.AuthorizationHandler
|
|
20908
21090
|
): this;
|
|
21091
|
+
/**
|
|
21092
|
+
* @SINCE 1.114.0
|
|
21093
|
+
*
|
|
21094
|
+
* Set the consumption scenario (used in SAP/partner applications).
|
|
21095
|
+
*
|
|
21096
|
+
* @returns `this` to allow method chaining.
|
|
21097
|
+
*/
|
|
21098
|
+
setConsumptionScenario(
|
|
21099
|
+
/**
|
|
21100
|
+
* The consumption scenario.
|
|
21101
|
+
*/
|
|
21102
|
+
consumptionScenario: /* was: sap.ui.vk.ConsumptionScenario */ any
|
|
21103
|
+
): this;
|
|
20909
21104
|
/**
|
|
20910
21105
|
* @SINCE 1.60.0
|
|
20911
21106
|
*
|
|
@@ -20969,6 +21164,7 @@ declare namespace sap {
|
|
|
20969
21164
|
}
|
|
20970
21165
|
/**
|
|
20971
21166
|
* @SINCE 1.50.0
|
|
21167
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
20972
21168
|
*
|
|
20973
21169
|
* Provides a base loader interface.
|
|
20974
21170
|
*
|
|
@@ -20976,6 +21172,8 @@ declare namespace sap {
|
|
|
20976
21172
|
*/
|
|
20977
21173
|
class ContentManager extends sap.ui.base.ManagedObject {
|
|
20978
21174
|
/**
|
|
21175
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
21176
|
+
*
|
|
20979
21177
|
* Constructor for a new ContentManager.
|
|
20980
21178
|
*
|
|
20981
21179
|
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
@@ -20989,6 +21187,8 @@ declare namespace sap {
|
|
|
20989
21187
|
mSettings?: sap.ui.vk.$ContentManagerSettings
|
|
20990
21188
|
);
|
|
20991
21189
|
/**
|
|
21190
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
21191
|
+
*
|
|
20992
21192
|
* Constructor for a new ContentManager.
|
|
20993
21193
|
*
|
|
20994
21194
|
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
@@ -21007,6 +21207,8 @@ declare namespace sap {
|
|
|
21007
21207
|
);
|
|
21008
21208
|
|
|
21009
21209
|
/**
|
|
21210
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
21211
|
+
*
|
|
21010
21212
|
* Creates a new subclass of class sap.ui.vk.ContentManager with name `sClassName` and enriches it with
|
|
21011
21213
|
* the information contained in `oClassInfo`.
|
|
21012
21214
|
*
|
|
@@ -21030,12 +21232,16 @@ declare namespace sap {
|
|
|
21030
21232
|
FNMetaImpl?: Function
|
|
21031
21233
|
): Function;
|
|
21032
21234
|
/**
|
|
21235
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
21236
|
+
*
|
|
21033
21237
|
* Returns a metadata object for class sap.ui.vk.ContentManager.
|
|
21034
21238
|
*
|
|
21035
21239
|
* @returns Metadata object describing this class
|
|
21036
21240
|
*/
|
|
21037
21241
|
static getMetadata(): sap.ui.base.ManagedObjectMetadata;
|
|
21038
21242
|
/**
|
|
21243
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
21244
|
+
*
|
|
21039
21245
|
* Attaches event handler `fnFunction` to the {@link #event:contentChangesFinished contentChangesFinished}
|
|
21040
21246
|
* event of this `sap.ui.vk.ContentManager`.
|
|
21041
21247
|
*
|
|
@@ -21062,6 +21268,8 @@ declare namespace sap {
|
|
|
21062
21268
|
oListener?: object
|
|
21063
21269
|
): this;
|
|
21064
21270
|
/**
|
|
21271
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
21272
|
+
*
|
|
21065
21273
|
* Attaches event handler `fnFunction` to the {@link #event:contentChangesFinished contentChangesFinished}
|
|
21066
21274
|
* event of this `sap.ui.vk.ContentManager`.
|
|
21067
21275
|
*
|
|
@@ -21083,6 +21291,8 @@ declare namespace sap {
|
|
|
21083
21291
|
oListener?: object
|
|
21084
21292
|
): this;
|
|
21085
21293
|
/**
|
|
21294
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
21295
|
+
*
|
|
21086
21296
|
* Attaches event handler `fnFunction` to the {@link #event:contentChangesProgress contentChangesProgress}
|
|
21087
21297
|
* event of this `sap.ui.vk.ContentManager`.
|
|
21088
21298
|
*
|
|
@@ -21109,6 +21319,8 @@ declare namespace sap {
|
|
|
21109
21319
|
oListener?: object
|
|
21110
21320
|
): this;
|
|
21111
21321
|
/**
|
|
21322
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
21323
|
+
*
|
|
21112
21324
|
* Attaches event handler `fnFunction` to the {@link #event:contentChangesProgress contentChangesProgress}
|
|
21113
21325
|
* event of this `sap.ui.vk.ContentManager`.
|
|
21114
21326
|
*
|
|
@@ -21130,6 +21342,8 @@ declare namespace sap {
|
|
|
21130
21342
|
oListener?: object
|
|
21131
21343
|
): this;
|
|
21132
21344
|
/**
|
|
21345
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
21346
|
+
*
|
|
21133
21347
|
* Attaches event handler `fnFunction` to the {@link #event:contentChangesStarted contentChangesStarted}
|
|
21134
21348
|
* event of this `sap.ui.vk.ContentManager`.
|
|
21135
21349
|
*
|
|
@@ -21156,6 +21370,8 @@ declare namespace sap {
|
|
|
21156
21370
|
oListener?: object
|
|
21157
21371
|
): this;
|
|
21158
21372
|
/**
|
|
21373
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
21374
|
+
*
|
|
21159
21375
|
* Attaches event handler `fnFunction` to the {@link #event:contentChangesStarted contentChangesStarted}
|
|
21160
21376
|
* event of this `sap.ui.vk.ContentManager`.
|
|
21161
21377
|
*
|
|
@@ -21177,6 +21393,8 @@ declare namespace sap {
|
|
|
21177
21393
|
oListener?: object
|
|
21178
21394
|
): this;
|
|
21179
21395
|
/**
|
|
21396
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
21397
|
+
*
|
|
21180
21398
|
* Attaches event handler `fnFunction` to the {@link #event:contentLoadingFinished contentLoadingFinished}
|
|
21181
21399
|
* event of this `sap.ui.vk.ContentManager`.
|
|
21182
21400
|
*
|
|
@@ -21203,6 +21421,8 @@ declare namespace sap {
|
|
|
21203
21421
|
oListener?: object
|
|
21204
21422
|
): this;
|
|
21205
21423
|
/**
|
|
21424
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
21425
|
+
*
|
|
21206
21426
|
* Attaches event handler `fnFunction` to the {@link #event:contentLoadingFinished contentLoadingFinished}
|
|
21207
21427
|
* event of this `sap.ui.vk.ContentManager`.
|
|
21208
21428
|
*
|
|
@@ -21274,6 +21494,8 @@ declare namespace sap {
|
|
|
21274
21494
|
content: any
|
|
21275
21495
|
): this;
|
|
21276
21496
|
/**
|
|
21497
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
21498
|
+
*
|
|
21277
21499
|
* Detaches event handler `fnFunction` from the {@link #event:contentChangesFinished contentChangesFinished}
|
|
21278
21500
|
* event of this `sap.ui.vk.ContentManager`.
|
|
21279
21501
|
*
|
|
@@ -21292,6 +21514,8 @@ declare namespace sap {
|
|
|
21292
21514
|
oListener?: object
|
|
21293
21515
|
): this;
|
|
21294
21516
|
/**
|
|
21517
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
21518
|
+
*
|
|
21295
21519
|
* Detaches event handler `fnFunction` from the {@link #event:contentChangesProgress contentChangesProgress}
|
|
21296
21520
|
* event of this `sap.ui.vk.ContentManager`.
|
|
21297
21521
|
*
|
|
@@ -21310,6 +21534,8 @@ declare namespace sap {
|
|
|
21310
21534
|
oListener?: object
|
|
21311
21535
|
): this;
|
|
21312
21536
|
/**
|
|
21537
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
21538
|
+
*
|
|
21313
21539
|
* Detaches event handler `fnFunction` from the {@link #event:contentChangesStarted contentChangesStarted}
|
|
21314
21540
|
* event of this `sap.ui.vk.ContentManager`.
|
|
21315
21541
|
*
|
|
@@ -21328,6 +21554,8 @@ declare namespace sap {
|
|
|
21328
21554
|
oListener?: object
|
|
21329
21555
|
): this;
|
|
21330
21556
|
/**
|
|
21557
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
21558
|
+
*
|
|
21331
21559
|
* Detaches event handler `fnFunction` from the {@link #event:contentLoadingFinished contentLoadingFinished}
|
|
21332
21560
|
* event of this `sap.ui.vk.ContentManager`.
|
|
21333
21561
|
*
|
|
@@ -21346,6 +21574,8 @@ declare namespace sap {
|
|
|
21346
21574
|
oListener?: object
|
|
21347
21575
|
): this;
|
|
21348
21576
|
/**
|
|
21577
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
21578
|
+
*
|
|
21349
21579
|
* Fires event {@link #event:contentChangesFinished contentChangesFinished} to attached listeners.
|
|
21350
21580
|
*
|
|
21351
21581
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -21370,6 +21600,8 @@ declare namespace sap {
|
|
|
21370
21600
|
}
|
|
21371
21601
|
): this;
|
|
21372
21602
|
/**
|
|
21603
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
21604
|
+
*
|
|
21373
21605
|
* Fires event {@link #event:contentChangesProgress contentChangesProgress} to attached listeners.
|
|
21374
21606
|
*
|
|
21375
21607
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -21396,6 +21628,8 @@ declare namespace sap {
|
|
|
21396
21628
|
}
|
|
21397
21629
|
): this;
|
|
21398
21630
|
/**
|
|
21631
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
21632
|
+
*
|
|
21399
21633
|
* Fires event {@link #event:contentChangesStarted contentChangesStarted} to attached listeners.
|
|
21400
21634
|
*
|
|
21401
21635
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -21407,6 +21641,8 @@ declare namespace sap {
|
|
|
21407
21641
|
mParameters?: object
|
|
21408
21642
|
): this;
|
|
21409
21643
|
/**
|
|
21644
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
21645
|
+
*
|
|
21410
21646
|
* Fires event {@link #event:contentLoadingFinished contentLoadingFinished} to attached listeners.
|
|
21411
21647
|
*
|
|
21412
21648
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -21440,6 +21676,20 @@ declare namespace sap {
|
|
|
21440
21676
|
*/
|
|
21441
21677
|
contentResources: sap.ui.vk.ContentResource[]
|
|
21442
21678
|
): this;
|
|
21679
|
+
/**
|
|
21680
|
+
* @SINCE 1.114.0
|
|
21681
|
+
*
|
|
21682
|
+
* Set the consumption scenario for metering differention. This value is passed in SAP-ConsumptionScenario
|
|
21683
|
+
* HTTP headers in requests made to the EPD Visualization backend when viewing.
|
|
21684
|
+
*
|
|
21685
|
+
* @returns `this` to allow method chaining.
|
|
21686
|
+
*/
|
|
21687
|
+
setConsumptionScenario(
|
|
21688
|
+
/**
|
|
21689
|
+
* The consumption scenario.
|
|
21690
|
+
*/
|
|
21691
|
+
consumptionScenario: /* was: sap.ui.vk.ConsumptionScenario */ any
|
|
21692
|
+
): this;
|
|
21443
21693
|
/**
|
|
21444
21694
|
* @SINCE 1.95.0
|
|
21445
21695
|
*
|
|
@@ -22337,6 +22587,8 @@ declare namespace sap {
|
|
|
22337
22587
|
oListener?: object
|
|
22338
22588
|
): this;
|
|
22339
22589
|
/**
|
|
22590
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
22591
|
+
*
|
|
22340
22592
|
* Fires event {@link #event:expanded expanded} to attached listeners.
|
|
22341
22593
|
*
|
|
22342
22594
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -23496,6 +23748,8 @@ declare namespace sap {
|
|
|
23496
23748
|
oListener?: object
|
|
23497
23749
|
): this;
|
|
23498
23750
|
/**
|
|
23751
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
23752
|
+
*
|
|
23499
23753
|
* Fires event {@link #event:expand expand} to attached listeners.
|
|
23500
23754
|
*
|
|
23501
23755
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -23507,6 +23761,8 @@ declare namespace sap {
|
|
|
23507
23761
|
mParameters?: object
|
|
23508
23762
|
): this;
|
|
23509
23763
|
/**
|
|
23764
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
23765
|
+
*
|
|
23510
23766
|
* Fires event {@link #event:headerIconPress headerIconPress} to attached listeners.
|
|
23511
23767
|
*
|
|
23512
23768
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -23518,6 +23774,8 @@ declare namespace sap {
|
|
|
23518
23774
|
mParameters?: object
|
|
23519
23775
|
): this;
|
|
23520
23776
|
/**
|
|
23777
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
23778
|
+
*
|
|
23521
23779
|
* Fires event {@link #event:itemPress itemPress} to attached listeners.
|
|
23522
23780
|
*
|
|
23523
23781
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -23538,6 +23796,8 @@ declare namespace sap {
|
|
|
23538
23796
|
}
|
|
23539
23797
|
): this;
|
|
23540
23798
|
/**
|
|
23799
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
23800
|
+
*
|
|
23541
23801
|
* Fires event {@link #event:selectionChange selectionChange} to attached listeners.
|
|
23542
23802
|
*
|
|
23543
23803
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -25052,6 +25312,8 @@ declare namespace sap {
|
|
|
25052
25312
|
*/
|
|
25053
25313
|
endGesture(): sap.ui.vk.NativeViewport;
|
|
25054
25314
|
/**
|
|
25315
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
25316
|
+
*
|
|
25055
25317
|
* Fires event {@link #event:move move} to attached listeners.
|
|
25056
25318
|
*
|
|
25057
25319
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -25067,6 +25329,8 @@ declare namespace sap {
|
|
|
25067
25329
|
}
|
|
25068
25330
|
): this;
|
|
25069
25331
|
/**
|
|
25332
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
25333
|
+
*
|
|
25070
25334
|
* Fires event {@link #event:resize resize} to attached listeners.
|
|
25071
25335
|
*
|
|
25072
25336
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -25982,6 +26246,8 @@ declare namespace sap {
|
|
|
25982
26246
|
query: object
|
|
25983
26247
|
): any[];
|
|
25984
26248
|
/**
|
|
26249
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
26250
|
+
*
|
|
25985
26251
|
* Fires event {@link #event:changed changed} to attached listeners.
|
|
25986
26252
|
*
|
|
25987
26253
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -25993,6 +26259,8 @@ declare namespace sap {
|
|
|
25993
26259
|
mParameters?: object
|
|
25994
26260
|
): this;
|
|
25995
26261
|
/**
|
|
26262
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
26263
|
+
*
|
|
25996
26264
|
* Fires event {@link #event:nodeCreated nodeCreated} to attached listeners.
|
|
25997
26265
|
*
|
|
25998
26266
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -26008,6 +26276,8 @@ declare namespace sap {
|
|
|
26008
26276
|
}
|
|
26009
26277
|
): this;
|
|
26010
26278
|
/**
|
|
26279
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
26280
|
+
*
|
|
26011
26281
|
* Fires event {@link #event:nodeRemoving nodeRemoving} to attached listeners.
|
|
26012
26282
|
*
|
|
26013
26283
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -26023,6 +26293,8 @@ declare namespace sap {
|
|
|
26023
26293
|
}
|
|
26024
26294
|
): this;
|
|
26025
26295
|
/**
|
|
26296
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
26297
|
+
*
|
|
26026
26298
|
* Fires event {@link #event:nodeReplaced nodeReplaced} to attached listeners.
|
|
26027
26299
|
*
|
|
26028
26300
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -26042,6 +26314,8 @@ declare namespace sap {
|
|
|
26042
26314
|
}
|
|
26043
26315
|
): this;
|
|
26044
26316
|
/**
|
|
26317
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
26318
|
+
*
|
|
26045
26319
|
* Fires event {@link #event:nodeUpdated nodeUpdated} to attached listeners.
|
|
26046
26320
|
*
|
|
26047
26321
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -26802,6 +27076,8 @@ declare namespace sap {
|
|
|
26802
27076
|
oListener?: object
|
|
26803
27077
|
): this;
|
|
26804
27078
|
/**
|
|
27079
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
27080
|
+
*
|
|
26805
27081
|
* Fires event {@link #event:allMessagesCleared allMessagesCleared} to attached listeners.
|
|
26806
27082
|
*
|
|
26807
27083
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -26813,6 +27089,8 @@ declare namespace sap {
|
|
|
26813
27089
|
mParameters?: object
|
|
26814
27090
|
): this;
|
|
26815
27091
|
/**
|
|
27092
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
27093
|
+
*
|
|
26816
27094
|
* Fires event {@link #event:messageAdded messageAdded} to attached listeners.
|
|
26817
27095
|
*
|
|
26818
27096
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -27237,6 +27515,8 @@ declare namespace sap {
|
|
|
27237
27515
|
oListener?: object
|
|
27238
27516
|
): this;
|
|
27239
27517
|
/**
|
|
27518
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
27519
|
+
*
|
|
27240
27520
|
* Fires event {@link #event:click click} to attached listeners.
|
|
27241
27521
|
*
|
|
27242
27522
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -27261,6 +27541,8 @@ declare namespace sap {
|
|
|
27261
27541
|
}
|
|
27262
27542
|
): this;
|
|
27263
27543
|
/**
|
|
27544
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
27545
|
+
*
|
|
27264
27546
|
* Fires event {@link #event:contextMenu contextMenu} to attached listeners.
|
|
27265
27547
|
*
|
|
27266
27548
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -27930,6 +28212,8 @@ declare namespace sap {
|
|
|
27930
28212
|
oListener?: object
|
|
27931
28213
|
): this;
|
|
27932
28214
|
/**
|
|
28215
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
28216
|
+
*
|
|
27933
28217
|
* Fires event {@link #event:click click} to attached listeners.
|
|
27934
28218
|
*
|
|
27935
28219
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -27941,6 +28225,8 @@ declare namespace sap {
|
|
|
27941
28225
|
mParameters?: object
|
|
27942
28226
|
): this;
|
|
27943
28227
|
/**
|
|
28228
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
28229
|
+
*
|
|
27944
28230
|
* Fires event {@link #event:contextMenu contextMenu} to attached listeners.
|
|
27945
28231
|
*
|
|
27946
28232
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -27957,6 +28243,8 @@ declare namespace sap {
|
|
|
27957
28243
|
}
|
|
27958
28244
|
): this;
|
|
27959
28245
|
/**
|
|
28246
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
28247
|
+
*
|
|
27960
28248
|
* Fires event {@link #event:edgeClick edgeClick} to attached listeners.
|
|
27961
28249
|
*
|
|
27962
28250
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -27974,6 +28262,8 @@ declare namespace sap {
|
|
|
27974
28262
|
}
|
|
27975
28263
|
): this;
|
|
27976
28264
|
/**
|
|
28265
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
28266
|
+
*
|
|
27977
28267
|
* Fires event {@link #event:edgeContextMenu edgeContextMenu} to attached listeners.
|
|
27978
28268
|
*
|
|
27979
28269
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -27995,6 +28285,8 @@ declare namespace sap {
|
|
|
27995
28285
|
}
|
|
27996
28286
|
): this;
|
|
27997
28287
|
/**
|
|
28288
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
28289
|
+
*
|
|
27998
28290
|
* Fires event {@link #event:handleClick handleClick} to attached listeners.
|
|
27999
28291
|
*
|
|
28000
28292
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -28006,6 +28298,8 @@ declare namespace sap {
|
|
|
28006
28298
|
mParameters?: object
|
|
28007
28299
|
): this;
|
|
28008
28300
|
/**
|
|
28301
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
28302
|
+
*
|
|
28009
28303
|
* Fires event {@link #event:handleContextMenu handleContextMenu} to attached listeners.
|
|
28010
28304
|
*
|
|
28011
28305
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -28026,6 +28320,8 @@ declare namespace sap {
|
|
|
28026
28320
|
}
|
|
28027
28321
|
): this;
|
|
28028
28322
|
/**
|
|
28323
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
28324
|
+
*
|
|
28029
28325
|
* Fires event {@link #event:handleMoved handleMoved} to attached listeners.
|
|
28030
28326
|
*
|
|
28031
28327
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -28347,6 +28643,7 @@ declare namespace sap {
|
|
|
28347
28643
|
}
|
|
28348
28644
|
/**
|
|
28349
28645
|
* @SINCE 1.50.0
|
|
28646
|
+
* @deprecated (since 1.114.0) - Use {@link sap.m.ProgressIndicator} instead.
|
|
28350
28647
|
*
|
|
28351
28648
|
* Shows the progress of a process in a graphical way. To indicate the progress, the inside of the ProgressIndicator
|
|
28352
28649
|
* is filled with a color. Additionally, a user-defined string can be displayed on the ProgressIndicator.
|
|
@@ -28742,6 +29039,8 @@ declare namespace sap {
|
|
|
28742
29039
|
oListener?: object
|
|
28743
29040
|
): this;
|
|
28744
29041
|
/**
|
|
29042
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
29043
|
+
*
|
|
28745
29044
|
* Fires event {@link #event:conversationActivated conversationActivated} to attached listeners.
|
|
28746
29045
|
*
|
|
28747
29046
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -28757,6 +29056,8 @@ declare namespace sap {
|
|
|
28757
29056
|
}
|
|
28758
29057
|
): this;
|
|
28759
29058
|
/**
|
|
29059
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
29060
|
+
*
|
|
28760
29061
|
* Fires event {@link #event:conversationActivating conversationActivating} to attached listeners.
|
|
28761
29062
|
*
|
|
28762
29063
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -28770,6 +29071,8 @@ declare namespace sap {
|
|
|
28770
29071
|
}
|
|
28771
29072
|
): this;
|
|
28772
29073
|
/**
|
|
29074
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
29075
|
+
*
|
|
28773
29076
|
* Fires event {@link #event:elementClicked elementClicked} to attached listeners.
|
|
28774
29077
|
*
|
|
28775
29078
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -28783,6 +29086,8 @@ declare namespace sap {
|
|
|
28783
29086
|
}
|
|
28784
29087
|
): this;
|
|
28785
29088
|
/**
|
|
29089
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
29090
|
+
*
|
|
28786
29091
|
* Fires event {@link #event:elementCreated elementCreated} to attached listeners.
|
|
28787
29092
|
*
|
|
28788
29093
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -28796,6 +29101,8 @@ declare namespace sap {
|
|
|
28796
29101
|
}
|
|
28797
29102
|
): this;
|
|
28798
29103
|
/**
|
|
29104
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
29105
|
+
*
|
|
28799
29106
|
* Fires event {@link #event:elementHovered elementHovered} to attached listeners.
|
|
28800
29107
|
*
|
|
28801
29108
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -29237,6 +29544,8 @@ declare namespace sap {
|
|
|
29237
29544
|
oListener?: object
|
|
29238
29545
|
): this;
|
|
29239
29546
|
/**
|
|
29547
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
29548
|
+
*
|
|
29240
29549
|
* Fires event {@link #event:elementCreated elementCreated} to attached listeners.
|
|
29241
29550
|
*
|
|
29242
29551
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -29464,6 +29773,8 @@ declare namespace sap {
|
|
|
29464
29773
|
renderManager: sap.ui.core.RenderManager
|
|
29465
29774
|
): void;
|
|
29466
29775
|
/**
|
|
29776
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
29777
|
+
*
|
|
29467
29778
|
* This method is called by the RenderManager. The current method is empty because this is a base class
|
|
29468
29779
|
* and the classes extending this class have their own implementations of the `render` method.
|
|
29469
29780
|
*/
|
|
@@ -30891,6 +31202,8 @@ declare namespace sap {
|
|
|
30891
31202
|
*/
|
|
30892
31203
|
exportSVG(): object[];
|
|
30893
31204
|
/**
|
|
31205
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
31206
|
+
*
|
|
30894
31207
|
* Fires event {@link #event:pan pan} to attached listeners.
|
|
30895
31208
|
*
|
|
30896
31209
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -30906,6 +31219,8 @@ declare namespace sap {
|
|
|
30906
31219
|
}
|
|
30907
31220
|
): this;
|
|
30908
31221
|
/**
|
|
31222
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
31223
|
+
*
|
|
30909
31224
|
* Fires event {@link #event:zoom zoom} to attached listeners.
|
|
30910
31225
|
*
|
|
30911
31226
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -31620,6 +31935,8 @@ declare namespace sap {
|
|
|
31620
31935
|
oListener?: object
|
|
31621
31936
|
): this;
|
|
31622
31937
|
/**
|
|
31938
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
31939
|
+
*
|
|
31623
31940
|
* Fires event {@link #event:contentChanged contentChanged} to attached listeners.
|
|
31624
31941
|
*
|
|
31625
31942
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -32006,6 +32323,8 @@ declare namespace sap {
|
|
|
32006
32323
|
oListener?: object
|
|
32007
32324
|
): this;
|
|
32008
32325
|
/**
|
|
32326
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
32327
|
+
*
|
|
32009
32328
|
* Fires event {@link #event:resize resize} to attached listeners.
|
|
32010
32329
|
*
|
|
32011
32330
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -32021,6 +32340,8 @@ declare namespace sap {
|
|
|
32021
32340
|
}
|
|
32022
32341
|
): this;
|
|
32023
32342
|
/**
|
|
32343
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
32344
|
+
*
|
|
32024
32345
|
* Fires event {@link #event:stepChanged stepChanged} to attached listeners.
|
|
32025
32346
|
*
|
|
32026
32347
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -33015,6 +33336,8 @@ declare namespace sap {
|
|
|
33015
33336
|
oListener?: object
|
|
33016
33337
|
): this;
|
|
33017
33338
|
/**
|
|
33339
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
33340
|
+
*
|
|
33018
33341
|
* Fires event {@link #event:beforeMenuOpen beforeMenuOpen} to attached listeners.
|
|
33019
33342
|
*
|
|
33020
33343
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -33026,6 +33349,8 @@ declare namespace sap {
|
|
|
33026
33349
|
mParameters?: object
|
|
33027
33350
|
): this;
|
|
33028
33351
|
/**
|
|
33352
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
33353
|
+
*
|
|
33029
33354
|
* Fires event {@link #event:itemSelected itemSelected} to attached listeners.
|
|
33030
33355
|
*
|
|
33031
33356
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -33042,6 +33367,8 @@ declare namespace sap {
|
|
|
33042
33367
|
}
|
|
33043
33368
|
): this;
|
|
33044
33369
|
/**
|
|
33370
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
33371
|
+
*
|
|
33045
33372
|
* Fires event {@link #event:itemToggled itemToggled} to attached listeners.
|
|
33046
33373
|
*
|
|
33047
33374
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -34603,6 +34930,8 @@ declare namespace sap {
|
|
|
34603
34930
|
oListener?: object
|
|
34604
34931
|
): this;
|
|
34605
34932
|
/**
|
|
34933
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
34934
|
+
*
|
|
34606
34935
|
* Fires event {@link #event:contentResourceChangesProcessed contentResourceChangesProcessed} to attached
|
|
34607
34936
|
* listeners.
|
|
34608
34937
|
*
|
|
@@ -34615,6 +34944,8 @@ declare namespace sap {
|
|
|
34615
34944
|
mParameters?: object
|
|
34616
34945
|
): this;
|
|
34617
34946
|
/**
|
|
34947
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
34948
|
+
*
|
|
34618
34949
|
* Fires event {@link #event:fullScreen fullScreen} to attached listeners.
|
|
34619
34950
|
*
|
|
34620
34951
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -34631,6 +34962,8 @@ declare namespace sap {
|
|
|
34631
34962
|
}
|
|
34632
34963
|
): this;
|
|
34633
34964
|
/**
|
|
34965
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
34966
|
+
*
|
|
34634
34967
|
* Fires event {@link #event:nodeClicked nodeClicked} to attached listeners.
|
|
34635
34968
|
*
|
|
34636
34969
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -34651,6 +34984,8 @@ declare namespace sap {
|
|
|
34651
34984
|
}
|
|
34652
34985
|
): this;
|
|
34653
34986
|
/**
|
|
34987
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
34988
|
+
*
|
|
34654
34989
|
* Fires event {@link #event:sceneDestroying sceneDestroying} to attached listeners.
|
|
34655
34990
|
*
|
|
34656
34991
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -34672,6 +35007,8 @@ declare namespace sap {
|
|
|
34672
35007
|
}
|
|
34673
35008
|
): this;
|
|
34674
35009
|
/**
|
|
35010
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
35011
|
+
*
|
|
34675
35012
|
* Fires event {@link #event:sceneLoadingFailed sceneLoadingFailed} to attached listeners.
|
|
34676
35013
|
*
|
|
34677
35014
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -34688,6 +35025,8 @@ declare namespace sap {
|
|
|
34688
35025
|
}
|
|
34689
35026
|
): this;
|
|
34690
35027
|
/**
|
|
35028
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
35029
|
+
*
|
|
34691
35030
|
* Fires event {@link #event:sceneLoadingSucceeded sceneLoadingSucceeded} to attached listeners.
|
|
34692
35031
|
*
|
|
34693
35032
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -34704,6 +35043,8 @@ declare namespace sap {
|
|
|
34704
35043
|
}
|
|
34705
35044
|
): this;
|
|
34706
35045
|
/**
|
|
35046
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
35047
|
+
*
|
|
34707
35048
|
* Fires event {@link #event:selectionChanged selectionChanged} to attached listeners.
|
|
34708
35049
|
*
|
|
34709
35050
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -34724,6 +35065,8 @@ declare namespace sap {
|
|
|
34724
35065
|
}
|
|
34725
35066
|
): this;
|
|
34726
35067
|
/**
|
|
35068
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
35069
|
+
*
|
|
34727
35070
|
* Fires event {@link #event:urlClicked urlClicked} to attached listeners.
|
|
34728
35071
|
*
|
|
34729
35072
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -35085,6 +35428,17 @@ declare namespace sap {
|
|
|
35085
35428
|
*/
|
|
35086
35429
|
handler: sap.ui.vk.AuthorizationHandler
|
|
35087
35430
|
): this;
|
|
35431
|
+
/**
|
|
35432
|
+
* Set the consumption scenario (used in SAP/partner applications).
|
|
35433
|
+
*
|
|
35434
|
+
* @returns `this` to allow method chaining.
|
|
35435
|
+
*/
|
|
35436
|
+
setConsumptionScenario(
|
|
35437
|
+
/**
|
|
35438
|
+
* The consumption scenario.
|
|
35439
|
+
*/
|
|
35440
|
+
consumptionScenario: /* was: sap.ui.vk.ConsumptionScenario */ any
|
|
35441
|
+
): this;
|
|
35088
35442
|
/**
|
|
35089
35443
|
* Sets an object that decrypts content of encrypted models.
|
|
35090
35444
|
*
|
|
@@ -35671,6 +36025,8 @@ declare namespace sap {
|
|
|
35671
36025
|
oListener?: object
|
|
35672
36026
|
): this;
|
|
35673
36027
|
/**
|
|
36028
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
36029
|
+
*
|
|
35674
36030
|
* Fires event {@link #event:selectionChange selectionChange} to attached listeners.
|
|
35675
36031
|
*
|
|
35676
36032
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -35684,6 +36040,8 @@ declare namespace sap {
|
|
|
35684
36040
|
}
|
|
35685
36041
|
): this;
|
|
35686
36042
|
/**
|
|
36043
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
36044
|
+
*
|
|
35687
36045
|
* Fires event {@link #event:viewOrderChange viewOrderChange} to attached listeners.
|
|
35688
36046
|
*
|
|
35689
36047
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -36755,6 +37113,8 @@ declare namespace sap {
|
|
|
36755
37113
|
*/
|
|
36756
37114
|
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
36757
37115
|
/**
|
|
37116
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
37117
|
+
*
|
|
36758
37118
|
* Sets a scene obtained as content from the associated content connector.
|
|
36759
37119
|
*
|
|
36760
37120
|
* This method should be overridden in derived classes.
|
|
@@ -37350,6 +37710,8 @@ declare namespace sap {
|
|
|
37350
37710
|
oListener?: object
|
|
37351
37711
|
): this;
|
|
37352
37712
|
/**
|
|
37713
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
37714
|
+
*
|
|
37353
37715
|
* Helper method used to provide exclusive selection method. If this method is used then nodes are marked
|
|
37354
37716
|
* as selected while all previously selected objects are deselected. If this is called with empty nodes
|
|
37355
37717
|
* list then all already selected nodes are deselected.
|
|
@@ -37361,6 +37723,8 @@ declare namespace sap {
|
|
|
37361
37723
|
nodes: any[]
|
|
37362
37724
|
): void;
|
|
37363
37725
|
/**
|
|
37726
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
37727
|
+
*
|
|
37364
37728
|
* Fires event {@link #event:nodeClicked nodeClicked} to attached listeners.
|
|
37365
37729
|
*
|
|
37366
37730
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -37381,6 +37745,8 @@ declare namespace sap {
|
|
|
37381
37745
|
}
|
|
37382
37746
|
): this;
|
|
37383
37747
|
/**
|
|
37748
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
37749
|
+
*
|
|
37384
37750
|
* Fires event {@link #event:nodesPicked nodesPicked} to attached listeners.
|
|
37385
37751
|
*
|
|
37386
37752
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -37397,6 +37763,8 @@ declare namespace sap {
|
|
|
37397
37763
|
}
|
|
37398
37764
|
): this;
|
|
37399
37765
|
/**
|
|
37766
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
37767
|
+
*
|
|
37400
37768
|
* Fires event {@link #event:nodeZoomed nodeZoomed} to attached listeners.
|
|
37401
37769
|
*
|
|
37402
37770
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -37417,6 +37785,8 @@ declare namespace sap {
|
|
|
37417
37785
|
}
|
|
37418
37786
|
): this;
|
|
37419
37787
|
/**
|
|
37788
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
37789
|
+
*
|
|
37420
37790
|
* Fires event {@link #event:procedureFinished procedureFinished} to attached listeners.
|
|
37421
37791
|
*
|
|
37422
37792
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -37428,6 +37798,8 @@ declare namespace sap {
|
|
|
37428
37798
|
mParameters?: object
|
|
37429
37799
|
): this;
|
|
37430
37800
|
/**
|
|
37801
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
37802
|
+
*
|
|
37431
37803
|
* Fires event {@link #event:resize resize} to attached listeners.
|
|
37432
37804
|
*
|
|
37433
37805
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -37444,6 +37816,8 @@ declare namespace sap {
|
|
|
37444
37816
|
}
|
|
37445
37817
|
): this;
|
|
37446
37818
|
/**
|
|
37819
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
37820
|
+
*
|
|
37447
37821
|
* Fires event {@link #event:urlClicked urlClicked} to attached listeners.
|
|
37448
37822
|
*
|
|
37449
37823
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -37464,6 +37838,8 @@ declare namespace sap {
|
|
|
37464
37838
|
}
|
|
37465
37839
|
): this;
|
|
37466
37840
|
/**
|
|
37841
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
37842
|
+
*
|
|
37467
37843
|
* Fires event {@link #event:viewActivated viewActivated} to attached listeners.
|
|
37468
37844
|
*
|
|
37469
37845
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -37488,6 +37864,8 @@ declare namespace sap {
|
|
|
37488
37864
|
}
|
|
37489
37865
|
): this;
|
|
37490
37866
|
/**
|
|
37867
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
37868
|
+
*
|
|
37491
37869
|
* Fires event {@link #event:viewFinished viewFinished} to attached listeners.
|
|
37492
37870
|
*
|
|
37493
37871
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -37853,6 +38231,8 @@ declare namespace sap {
|
|
|
37853
38231
|
vTool: int | sap.ui.core.ID | sap.ui.vk.tools.Tool
|
|
37854
38232
|
): sap.ui.core.ID | null;
|
|
37855
38233
|
/**
|
|
38234
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
38235
|
+
*
|
|
37856
38236
|
* Renders viewport content.
|
|
37857
38237
|
*/
|
|
37858
38238
|
renderContent(
|
|
@@ -37862,6 +38242,8 @@ declare namespace sap {
|
|
|
37862
38242
|
rm: sap.ui.core.RenderManager
|
|
37863
38243
|
): void;
|
|
37864
38244
|
/**
|
|
38245
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
38246
|
+
*
|
|
37865
38247
|
* Renders viewport tools.
|
|
37866
38248
|
*/
|
|
37867
38249
|
renderTools(
|
|
@@ -38251,6 +38633,8 @@ declare namespace sap {
|
|
|
38251
38633
|
sWidth?: sap.ui.core.CSSSize
|
|
38252
38634
|
): this;
|
|
38253
38635
|
/**
|
|
38636
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
38637
|
+
*
|
|
38254
38638
|
* Helper method to provide "sticky" selection method. If this method is used then nodes are added into
|
|
38255
38639
|
* selection if they were not selected before, otherwise they are removed from selection. If this is called
|
|
38256
38640
|
* with empty nodes list then all already selected nodes are deselected.
|
|
@@ -38928,6 +39312,8 @@ declare namespace sap {
|
|
|
38928
39312
|
*/
|
|
38929
39313
|
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
38930
39314
|
/**
|
|
39315
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
39316
|
+
*
|
|
38931
39317
|
* Sets a scene obtained as content from the associated content connector.
|
|
38932
39318
|
*
|
|
38933
39319
|
* This method should be overridden in derived classes.
|
|
@@ -39808,6 +40194,8 @@ declare namespace sap {
|
|
|
39808
40194
|
callback: Function
|
|
39809
40195
|
): this;
|
|
39810
40196
|
/**
|
|
40197
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
40198
|
+
*
|
|
39811
40199
|
* Fires event {@link #event:highlightColorChanged highlightColorChanged} to attached listeners.
|
|
39812
40200
|
*
|
|
39813
40201
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -39828,6 +40216,8 @@ declare namespace sap {
|
|
|
39828
40216
|
}
|
|
39829
40217
|
): this;
|
|
39830
40218
|
/**
|
|
40219
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
40220
|
+
*
|
|
39831
40221
|
* Fires event {@link #event:nodeHierarchyReplaced nodeHierarchyReplaced} to attached listeners.
|
|
39832
40222
|
*
|
|
39833
40223
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -39848,6 +40238,8 @@ declare namespace sap {
|
|
|
39848
40238
|
}
|
|
39849
40239
|
): this;
|
|
39850
40240
|
/**
|
|
40241
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
40242
|
+
*
|
|
39851
40243
|
* Fires event {@link #event:opacityChanged opacityChanged} to attached listeners.
|
|
39852
40244
|
*
|
|
39853
40245
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -39868,6 +40260,8 @@ declare namespace sap {
|
|
|
39868
40260
|
}
|
|
39869
40261
|
): this;
|
|
39870
40262
|
/**
|
|
40263
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
40264
|
+
*
|
|
39871
40265
|
* Fires event {@link #event:outlineColorChanged outlineColorChanged} to attached listeners.
|
|
39872
40266
|
*
|
|
39873
40267
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -39888,6 +40282,8 @@ declare namespace sap {
|
|
|
39888
40282
|
}
|
|
39889
40283
|
): this;
|
|
39890
40284
|
/**
|
|
40285
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
40286
|
+
*
|
|
39891
40287
|
* Fires event {@link #event:outlineWidthChanged outlineWidthChanged} to attached listeners.
|
|
39892
40288
|
*
|
|
39893
40289
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -39904,6 +40300,8 @@ declare namespace sap {
|
|
|
39904
40300
|
}
|
|
39905
40301
|
): this;
|
|
39906
40302
|
/**
|
|
40303
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
40304
|
+
*
|
|
39907
40305
|
* Fires event {@link #event:outliningChanged outliningChanged} to attached listeners.
|
|
39908
40306
|
*
|
|
39909
40307
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -39924,6 +40322,8 @@ declare namespace sap {
|
|
|
39924
40322
|
}
|
|
39925
40323
|
): this;
|
|
39926
40324
|
/**
|
|
40325
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
40326
|
+
*
|
|
39927
40327
|
* Fires event {@link #event:readyForAnimation readyForAnimation} to attached listeners.
|
|
39928
40328
|
*
|
|
39929
40329
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -39937,6 +40337,8 @@ declare namespace sap {
|
|
|
39937
40337
|
}
|
|
39938
40338
|
): this;
|
|
39939
40339
|
/**
|
|
40340
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
40341
|
+
*
|
|
39940
40342
|
* Fires event {@link #event:selectionChanged selectionChanged} to attached listeners.
|
|
39941
40343
|
*
|
|
39942
40344
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -39957,6 +40359,8 @@ declare namespace sap {
|
|
|
39957
40359
|
}
|
|
39958
40360
|
): this;
|
|
39959
40361
|
/**
|
|
40362
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
40363
|
+
*
|
|
39960
40364
|
* Fires event {@link #event:tintColorChanged tintColorChanged} to attached listeners.
|
|
39961
40365
|
*
|
|
39962
40366
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -39983,6 +40387,8 @@ declare namespace sap {
|
|
|
39983
40387
|
}
|
|
39984
40388
|
): this;
|
|
39985
40389
|
/**
|
|
40390
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
40391
|
+
*
|
|
39986
40392
|
* Fires event {@link #event:transformationChanged transformationChanged} to attached listeners.
|
|
39987
40393
|
*
|
|
39988
40394
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -40004,6 +40410,8 @@ declare namespace sap {
|
|
|
40004
40410
|
}
|
|
40005
40411
|
): this;
|
|
40006
40412
|
/**
|
|
40413
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
40414
|
+
*
|
|
40007
40415
|
* Fires event {@link #event:viewStateApplied viewStateApplied} to attached listeners.
|
|
40008
40416
|
*
|
|
40009
40417
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -40017,6 +40425,8 @@ declare namespace sap {
|
|
|
40017
40425
|
}
|
|
40018
40426
|
): this;
|
|
40019
40427
|
/**
|
|
40428
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
40429
|
+
*
|
|
40020
40430
|
* Fires event {@link #event:viewStateApplying viewStateApplying} to attached listeners.
|
|
40021
40431
|
*
|
|
40022
40432
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -40030,6 +40440,8 @@ declare namespace sap {
|
|
|
40030
40440
|
}
|
|
40031
40441
|
): this;
|
|
40032
40442
|
/**
|
|
40443
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
40444
|
+
*
|
|
40033
40445
|
* Fires event {@link #event:visibilityChanged visibilityChanged} to attached listeners.
|
|
40034
40446
|
*
|
|
40035
40447
|
* @returns Reference to `this` in order to allow method chaining
|