@sapui5/ts-types 1.114.0 → 1.115.1
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 +2 -0
- package/types/sap.apf.d.ts +2 -2
- package/types/sap.ca.ui.d.ts +135 -67
- package/types/sap.chart.d.ts +216 -144
- package/types/sap.collaboration.d.ts +80 -78
- package/types/sap.esh.search.ui.d.ts +93 -1
- package/types/sap.f.d.ts +1987 -1517
- package/types/sap.fe.core.d.ts +95 -209
- package/types/sap.fe.macros.d.ts +112 -10
- package/types/sap.fe.navigation.d.ts +39 -32
- package/types/sap.fe.placeholder.d.ts +3 -0
- package/types/sap.fe.templates.d.ts +10 -278
- package/types/sap.fe.test.d.ts +7 -13
- package/types/sap.fe.tools.d.ts +3 -0
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +1716 -1087
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.landvisz.d.ts +35 -9
- package/types/sap.m.d.ts +26776 -22688
- package/types/sap.makit.d.ts +87 -28
- package/types/sap.me.d.ts +166 -74
- package/types/sap.ndc.d.ts +115 -43
- package/types/sap.ovp.d.ts +1 -2
- package/types/sap.rules.ui.d.ts +43 -19
- package/types/sap.sac.df.d.ts +3 -3
- package/types/sap.suite.ui.commons.d.ts +2056 -1282
- package/types/sap.suite.ui.generic.template.d.ts +99 -102
- package/types/sap.suite.ui.microchart.d.ts +503 -322
- package/types/sap.tnt.d.ts +160 -86
- package/types/sap.ui.codeeditor.d.ts +64 -38
- package/types/sap.ui.commons.d.ts +1377 -793
- package/types/sap.ui.comp.d.ts +4158 -2831
- package/types/sap.ui.core.d.ts +6006 -3642
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +71 -53
- package/types/sap.ui.fl.d.ts +162 -97
- package/types/sap.ui.generic.app.d.ts +40 -39
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +497 -373
- package/types/sap.ui.layout.d.ts +598 -631
- package/types/sap.ui.mdc.d.ts +21985 -6
- package/types/sap.ui.richtexteditor.d.ts +107 -70
- package/types/sap.ui.rta.d.ts +7 -8
- package/types/sap.ui.suite.d.ts +29 -14
- package/types/sap.ui.support.d.ts +15 -17
- package/types/sap.ui.table.d.ts +910 -628
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +1775 -1166
- package/types/sap.ui.ux3.d.ts +1469 -759
- package/types/sap.ui.vbm.d.ts +1262 -710
- package/types/sap.ui.vk.d.ts +2981 -1751
- package/types/sap.ui.vtm.d.ts +704 -457
- package/types/sap.ui.webc.common.d.ts +9 -9
- package/types/sap.ui.webc.fiori.d.ts +812 -448
- package/types/sap.ui.webc.main.d.ts +2045 -1068
- package/types/sap.uiext.inbox.d.ts +168 -41
- package/types/sap.ushell.d.ts +722 -424
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +469 -343
- package/types/sap.viz.d.ts +2196 -833
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +5 -5
- package/types/sap.zen.crosstab.d.ts +1 -1
- package/types/sap.zen.dsh.d.ts +147 -81
package/types/sap.ui.vbm.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.115.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -17,7 +17,9 @@ declare namespace sap {
|
|
|
17
17
|
* The event is raised when a when the Adapter receives an event from GeoMap control. It is intended to
|
|
18
18
|
* unify the various GeoMap events as provided by VBI.
|
|
19
19
|
*/
|
|
20
|
-
submit?: (
|
|
20
|
+
submit?: (
|
|
21
|
+
oEvent: sap.ui.base.Event<sap.ui.vbm.$AdapterSubmitEventParameters>
|
|
22
|
+
) => void;
|
|
21
23
|
}
|
|
22
24
|
|
|
23
25
|
interface $Adapter3DSettings extends sap.ui.core.$ElementSettings {
|
|
@@ -30,7 +32,9 @@ declare namespace sap {
|
|
|
30
32
|
/**
|
|
31
33
|
* This event is fired when interactions in the viewport happen.
|
|
32
34
|
*/
|
|
33
|
-
submit?: (
|
|
35
|
+
submit?: (
|
|
36
|
+
oEvent: sap.ui.base.Event<sap.ui.vbm.$Adapter3DSubmitEventParameters>
|
|
37
|
+
) => void;
|
|
34
38
|
}
|
|
35
39
|
|
|
36
40
|
interface $AnalyticMapSettings extends sap.ui.vbm.$GeoMapSettings {
|
|
@@ -47,12 +51,16 @@ declare namespace sap {
|
|
|
47
51
|
/**
|
|
48
52
|
* The event is raised when there is a click or a tap on a region.
|
|
49
53
|
*/
|
|
50
|
-
regionClick?: (
|
|
54
|
+
regionClick?: (
|
|
55
|
+
oEvent: sap.ui.base.Event<sap.ui.vbm.$AnalyticMapRegionClickEventParameters>
|
|
56
|
+
) => void;
|
|
51
57
|
|
|
52
58
|
/**
|
|
53
59
|
* The event is raised when there is a right click or a tap and hold action on a region.
|
|
54
60
|
*/
|
|
55
|
-
regionContextMenu?: (
|
|
61
|
+
regionContextMenu?: (
|
|
62
|
+
oEvent: sap.ui.base.Event<sap.ui.vbm.$AnalyticMapRegionContextMenuEventParameters>
|
|
63
|
+
) => void;
|
|
56
64
|
|
|
57
65
|
/**
|
|
58
66
|
* Raised when regions get selected
|
|
@@ -124,12 +132,16 @@ declare namespace sap {
|
|
|
124
132
|
/**
|
|
125
133
|
* This event is raised when the edge of an Area is clicked.
|
|
126
134
|
*/
|
|
127
|
-
edgeClick?: (
|
|
135
|
+
edgeClick?: (
|
|
136
|
+
oEvent: sap.ui.base.Event<sap.ui.vbm.$AreasEdgeClickEventParameters>
|
|
137
|
+
) => void;
|
|
128
138
|
|
|
129
139
|
/**
|
|
130
140
|
* This event is raised when the edge of an Area is right clicked.
|
|
131
141
|
*/
|
|
132
|
-
edgeContextMenu?: (
|
|
142
|
+
edgeContextMenu?: (
|
|
143
|
+
oEvent: sap.ui.base.Event<sap.ui.vbm.$AreasEdgeContextMenuEventParameters>
|
|
144
|
+
) => void;
|
|
133
145
|
}
|
|
134
146
|
|
|
135
147
|
interface $BoxSettings extends sap.ui.vbm.$VoBaseSettings {
|
|
@@ -327,12 +339,16 @@ declare namespace sap {
|
|
|
327
339
|
/**
|
|
328
340
|
* The event is raised when there is a click action on a Cluster Object.
|
|
329
341
|
*/
|
|
330
|
-
click?: (
|
|
342
|
+
click?: (
|
|
343
|
+
oEvent: sap.ui.base.Event<sap.ui.vbm.$ClusterBaseClickEventParameters>
|
|
344
|
+
) => void;
|
|
331
345
|
|
|
332
346
|
/**
|
|
333
347
|
* The event is raised when there is a right click or a tap and hold action on a Cluster.
|
|
334
348
|
*/
|
|
335
|
-
contextMenu?: (
|
|
349
|
+
contextMenu?: (
|
|
350
|
+
oEvent: sap.ui.base.Event<sap.ui.vbm.$ClusterBaseContextMenuEventParameters>
|
|
351
|
+
) => void;
|
|
336
352
|
}
|
|
337
353
|
|
|
338
354
|
interface $ClusterContainerSettings
|
|
@@ -472,7 +488,9 @@ declare namespace sap {
|
|
|
472
488
|
/**
|
|
473
489
|
* The event is raised when there is a right click or a tap and hold action on a Feature.
|
|
474
490
|
*/
|
|
475
|
-
contextMenu?: (
|
|
491
|
+
contextMenu?: (
|
|
492
|
+
oEvent: sap.ui.base.Event<sap.ui.vbm.$FeatureContextMenuEventParameters>
|
|
493
|
+
) => void;
|
|
476
494
|
}
|
|
477
495
|
|
|
478
496
|
interface $FeatureCollectionSettings
|
|
@@ -490,13 +508,17 @@ declare namespace sap {
|
|
|
490
508
|
* The event is raised when there is a click action on an aggregated Feature. Clicks on other Features from
|
|
491
509
|
* the GeoJSON are ignored.
|
|
492
510
|
*/
|
|
493
|
-
click?: (
|
|
511
|
+
click?: (
|
|
512
|
+
oEvent: sap.ui.base.Event<sap.ui.vbm.$FeatureCollectionClickEventParameters>
|
|
513
|
+
) => void;
|
|
494
514
|
|
|
495
515
|
/**
|
|
496
516
|
* The event is raised when there is a right click or a tap and hold action on an aggregated Feature. Clicks
|
|
497
517
|
* on other Features from the GeoJSON are ignored.
|
|
498
518
|
*/
|
|
499
|
-
contextMenu?: (
|
|
519
|
+
contextMenu?: (
|
|
520
|
+
oEvent: sap.ui.base.Event<sap.ui.vbm.$FeatureCollectionContextMenuEventParameters>
|
|
521
|
+
) => void;
|
|
500
522
|
}
|
|
501
523
|
|
|
502
524
|
interface $GeoCircleSettings extends sap.ui.vbm.$VoBaseSettings {
|
|
@@ -562,7 +584,7 @@ declare namespace sap {
|
|
|
562
584
|
srcURL?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
563
585
|
|
|
564
586
|
/**
|
|
565
|
-
* GeoJSON object according to the {@link http://geojson.org/geojson-spec.html#geojson-objects|specification}
|
|
587
|
+
* GeoJSON object according to the {@link http://geojson.org/geojson-spec.html#geojson-objects|specification }
|
|
566
588
|
* or array of such objects
|
|
567
589
|
*/
|
|
568
590
|
data?:
|
|
@@ -607,13 +629,17 @@ declare namespace sap {
|
|
|
607
629
|
* The event is raised when there is a click action on an aggregated Feature. Clicks on other Features from
|
|
608
630
|
* the GeoJSON are ignored.
|
|
609
631
|
*/
|
|
610
|
-
click?: (
|
|
632
|
+
click?: (
|
|
633
|
+
oEvent: sap.ui.base.Event<sap.ui.vbm.$GeoJsonLayerClickEventParameters>
|
|
634
|
+
) => void;
|
|
611
635
|
|
|
612
636
|
/**
|
|
613
637
|
* The event is raised when there is a right click or a tap and hold action on an aggregated Feature. Clicks
|
|
614
638
|
* on other Features from the GeoJSON are ignored.
|
|
615
639
|
*/
|
|
616
|
-
contextMenu?: (
|
|
640
|
+
contextMenu?: (
|
|
641
|
+
oEvent: sap.ui.base.Event<sap.ui.vbm.$GeoJsonLayerContextMenuEventParameters>
|
|
642
|
+
) => void;
|
|
617
643
|
}
|
|
618
644
|
|
|
619
645
|
interface $GeoMapSettings extends sap.ui.vbm.$VBISettings {
|
|
@@ -783,17 +809,23 @@ declare namespace sap {
|
|
|
783
809
|
/**
|
|
784
810
|
* Raised when the map is clicked.
|
|
785
811
|
*/
|
|
786
|
-
click?: (
|
|
812
|
+
click?: (
|
|
813
|
+
oEvent: sap.ui.base.Event<sap.ui.vbm.$GeoMapClickEventParameters>
|
|
814
|
+
) => void;
|
|
787
815
|
|
|
788
816
|
/**
|
|
789
817
|
* Raised when the map is right clicked/longPressed(tap and hold).
|
|
790
818
|
*/
|
|
791
|
-
contextMenu?: (
|
|
819
|
+
contextMenu?: (
|
|
820
|
+
oEvent: sap.ui.base.Event<sap.ui.vbm.$GeoMapContextMenuEventParameters>
|
|
821
|
+
) => void;
|
|
792
822
|
|
|
793
823
|
/**
|
|
794
824
|
* Raised when something is dropped on the map.
|
|
795
825
|
*/
|
|
796
|
-
drop?: (
|
|
826
|
+
drop?: (
|
|
827
|
+
oEvent: sap.ui.base.Event<sap.ui.vbm.$GeoMapDropEventParameters>
|
|
828
|
+
) => void;
|
|
797
829
|
|
|
798
830
|
/**
|
|
799
831
|
* This event is raised when a multi selection of visual objects has occurred
|
|
@@ -803,27 +835,37 @@ declare namespace sap {
|
|
|
803
835
|
/**
|
|
804
836
|
* this event is raised on zoom in or zoom out.
|
|
805
837
|
*/
|
|
806
|
-
zoomChanged?: (
|
|
838
|
+
zoomChanged?: (
|
|
839
|
+
oEvent: sap.ui.base.Event<sap.ui.vbm.$GeoMapZoomChangedEventParameters>
|
|
840
|
+
) => void;
|
|
807
841
|
|
|
808
842
|
/**
|
|
809
843
|
* this event is raised on map move.
|
|
810
844
|
*/
|
|
811
|
-
centerChanged?: (
|
|
845
|
+
centerChanged?: (
|
|
846
|
+
oEvent: sap.ui.base.Event<sap.ui.vbm.$GeoMapCenterChangedEventParameters>
|
|
847
|
+
) => void;
|
|
812
848
|
|
|
813
849
|
/**
|
|
814
850
|
* this event is raised on map key down
|
|
815
851
|
*/
|
|
816
|
-
keyDown?: (
|
|
852
|
+
keyDown?: (
|
|
853
|
+
oEvent: sap.ui.base.Event<sap.ui.vbm.$GeoMapKeyDownEventParameters>
|
|
854
|
+
) => void;
|
|
817
855
|
|
|
818
856
|
/**
|
|
819
857
|
* this event is raised on map key press
|
|
820
858
|
*/
|
|
821
|
-
keyPress?: (
|
|
859
|
+
keyPress?: (
|
|
860
|
+
oEvent: sap.ui.base.Event<sap.ui.vbm.$GeoMapKeyPressEventParameters>
|
|
861
|
+
) => void;
|
|
822
862
|
|
|
823
863
|
/**
|
|
824
864
|
* this event is raised on map key up
|
|
825
865
|
*/
|
|
826
|
-
keyUp?: (
|
|
866
|
+
keyUp?: (
|
|
867
|
+
oEvent: sap.ui.base.Event<sap.ui.vbm.$GeoMapKeyUpEventParameters>
|
|
868
|
+
) => void;
|
|
827
869
|
}
|
|
828
870
|
|
|
829
871
|
interface $HeatmapSettings extends sap.ui.vbm.$VoAbstractSettings {
|
|
@@ -923,7 +965,9 @@ declare namespace sap {
|
|
|
923
965
|
/**
|
|
924
966
|
* The event is raised when there is a click action on a legend.
|
|
925
967
|
*/
|
|
926
|
-
click?: (
|
|
968
|
+
click?: (
|
|
969
|
+
oEvent: sap.ui.base.Event<sap.ui.vbm.$LegendClickEventParameters>
|
|
970
|
+
) => void;
|
|
927
971
|
}
|
|
928
972
|
|
|
929
973
|
interface $LegendItemSettings extends sap.ui.core.$ElementSettings {
|
|
@@ -953,7 +997,9 @@ declare namespace sap {
|
|
|
953
997
|
/**
|
|
954
998
|
* The event is raised when there is a click action on a legend item.
|
|
955
999
|
*/
|
|
956
|
-
click?: (
|
|
1000
|
+
click?: (
|
|
1001
|
+
oEvent: sap.ui.base.Event<sap.ui.vbm.$LegendItemClickEventParameters>
|
|
1002
|
+
) => void;
|
|
957
1003
|
}
|
|
958
1004
|
|
|
959
1005
|
interface $PieSettings extends sap.ui.vbm.$VoBaseSettings {
|
|
@@ -1080,12 +1126,16 @@ declare namespace sap {
|
|
|
1080
1126
|
/**
|
|
1081
1127
|
* The event is raised when there is a click action on a region.
|
|
1082
1128
|
*/
|
|
1083
|
-
click?: (
|
|
1129
|
+
click?: (
|
|
1130
|
+
oEvent: sap.ui.base.Event<sap.ui.vbm.$RegionClickEventParameters>
|
|
1131
|
+
) => void;
|
|
1084
1132
|
|
|
1085
1133
|
/**
|
|
1086
1134
|
* The event is raised when there is a right click or a tap and hold action on a region.
|
|
1087
1135
|
*/
|
|
1088
|
-
contextMenu?: (
|
|
1136
|
+
contextMenu?: (
|
|
1137
|
+
oEvent: sap.ui.base.Event<sap.ui.vbm.$RegionContextMenuEventParameters>
|
|
1138
|
+
) => void;
|
|
1089
1139
|
}
|
|
1090
1140
|
|
|
1091
1141
|
interface $ResourceSettings extends sap.ui.core.$ElementSettings {
|
|
@@ -1494,57 +1544,77 @@ declare namespace sap {
|
|
|
1494
1544
|
/**
|
|
1495
1545
|
* High level API. Submit event is raised.
|
|
1496
1546
|
*/
|
|
1497
|
-
submit?: (
|
|
1547
|
+
submit?: (
|
|
1548
|
+
oEvent: sap.ui.base.Event<sap.ui.vbm.$VBISubmitEventParameters>
|
|
1549
|
+
) => void;
|
|
1498
1550
|
|
|
1499
1551
|
/**
|
|
1500
1552
|
* High level API. ThumbnailClick event is raised.
|
|
1501
1553
|
*/
|
|
1502
|
-
thumbnailClick?: (
|
|
1554
|
+
thumbnailClick?: (
|
|
1555
|
+
oEvent: sap.ui.base.Event<sap.ui.vbm.$VBIThumbnailClickEventParameters>
|
|
1556
|
+
) => void;
|
|
1503
1557
|
|
|
1504
1558
|
/**
|
|
1505
1559
|
* Low level API. Rendering of the canvas content is reqested. This event can be used to do custom rendering
|
|
1506
1560
|
* into the Visual Business overlay canvas. This function is not supported in plugin mode.
|
|
1507
1561
|
*/
|
|
1508
|
-
render?: (
|
|
1562
|
+
render?: (
|
|
1563
|
+
oEvent: sap.ui.base.Event<sap.ui.vbm.$VBIRenderEventParameters>
|
|
1564
|
+
) => void;
|
|
1509
1565
|
|
|
1510
1566
|
/**
|
|
1511
1567
|
* Low level API. Tracking mode is set or reset. This function is not supported in plugin mode.
|
|
1512
1568
|
*/
|
|
1513
|
-
changeTrackingMode?: (
|
|
1569
|
+
changeTrackingMode?: (
|
|
1570
|
+
oEvent: sap.ui.base.Event<sap.ui.vbm.$VBIChangeTrackingModeEventParameters>
|
|
1571
|
+
) => void;
|
|
1514
1572
|
|
|
1515
1573
|
/**
|
|
1516
1574
|
* Low level API. The canvas is zoomed. This function is not supported in plugin mode.
|
|
1517
1575
|
*/
|
|
1518
|
-
zoom?: (
|
|
1576
|
+
zoom?: (
|
|
1577
|
+
oEvent: sap.ui.base.Event<sap.ui.vbm.$VBIZoomEventParameters>
|
|
1578
|
+
) => void;
|
|
1519
1579
|
|
|
1520
1580
|
/**
|
|
1521
1581
|
* Low level API. The canvas was moved. This function is not supported in plugin mode.
|
|
1522
1582
|
*/
|
|
1523
|
-
move?: (
|
|
1583
|
+
move?: (
|
|
1584
|
+
oEvent: sap.ui.base.Event<sap.ui.vbm.$VBIMoveEventParameters>
|
|
1585
|
+
) => void;
|
|
1524
1586
|
|
|
1525
1587
|
/**
|
|
1526
1588
|
* The event is raised before a Visual Business window is opened. It is intended to be used to place arbitrary
|
|
1527
1589
|
* content in e.g. a Detail Window. This event is not supported in plugin mode.
|
|
1528
1590
|
*/
|
|
1529
|
-
openWindow?: (
|
|
1591
|
+
openWindow?: (
|
|
1592
|
+
oEvent: sap.ui.base.Event<sap.ui.vbm.$VBIOpenWindowEventParameters>
|
|
1593
|
+
) => void;
|
|
1530
1594
|
|
|
1531
1595
|
/**
|
|
1532
1596
|
* The event is raised before a Visual Business window is closed. This function is not supported in plugin
|
|
1533
1597
|
* mode.
|
|
1534
1598
|
*/
|
|
1535
|
-
closeWindow?: (
|
|
1599
|
+
closeWindow?: (
|
|
1600
|
+
oEvent: sap.ui.base.Event<sap.ui.vbm.$VBICloseWindowEventParameters>
|
|
1601
|
+
) => void;
|
|
1536
1602
|
|
|
1537
1603
|
/**
|
|
1538
1604
|
* The event is raised when a Visual Business container VO instance is created. It is intended to be used
|
|
1539
1605
|
* to place arbitrary content in e.g. other controls. This event is not supported in plugin mode.
|
|
1540
1606
|
*/
|
|
1541
|
-
containerCreated?: (
|
|
1607
|
+
containerCreated?: (
|
|
1608
|
+
oEvent: sap.ui.base.Event<sap.ui.vbm.$VBIContainerCreatedEventParameters>
|
|
1609
|
+
) => void;
|
|
1542
1610
|
|
|
1543
1611
|
/**
|
|
1544
1612
|
* The event is raised before a Visual Business container VO instance is destroyed. This function is not
|
|
1545
1613
|
* supported in plugin mode.
|
|
1546
1614
|
*/
|
|
1547
|
-
containerDestroyed?: (
|
|
1615
|
+
containerDestroyed?: (
|
|
1616
|
+
oEvent: sap.ui.base.Event<sap.ui.vbm.$VBIContainerDestroyedEventParameters>
|
|
1617
|
+
) => void;
|
|
1548
1618
|
}
|
|
1549
1619
|
|
|
1550
1620
|
interface $ViewportSettings extends sap.ui.core.$ControlSettings {
|
|
@@ -1583,7 +1653,9 @@ declare namespace sap {
|
|
|
1583
1653
|
/**
|
|
1584
1654
|
* This event is fired when camera positioning changed (whole movement has been finished)
|
|
1585
1655
|
*/
|
|
1586
|
-
cameraChange?: (
|
|
1656
|
+
cameraChange?: (
|
|
1657
|
+
oEvent: sap.ui.base.Event<sap.ui.vbm.$ViewportCameraChangeEventParameters>
|
|
1658
|
+
) => void;
|
|
1587
1659
|
}
|
|
1588
1660
|
|
|
1589
1661
|
interface $VoAbstractSettings extends sap.ui.core.$ElementSettings {}
|
|
@@ -1611,42 +1683,58 @@ declare namespace sap {
|
|
|
1611
1683
|
/**
|
|
1612
1684
|
* This event is raised when a Design handle is moved.
|
|
1613
1685
|
*/
|
|
1614
|
-
handleMoved?: (
|
|
1686
|
+
handleMoved?: (
|
|
1687
|
+
oEvent: sap.ui.base.Event<sap.ui.vbm.$VoAggregationHandleMovedEventParameters>
|
|
1688
|
+
) => void;
|
|
1615
1689
|
|
|
1616
1690
|
/**
|
|
1617
1691
|
* This event is raised when a Design handle is right clicked.
|
|
1618
1692
|
*/
|
|
1619
|
-
handleContextMenu?: (
|
|
1693
|
+
handleContextMenu?: (
|
|
1694
|
+
oEvent: sap.ui.base.Event<sap.ui.vbm.$VoAggregationHandleContextMenuEventParameters>
|
|
1695
|
+
) => void;
|
|
1620
1696
|
|
|
1621
1697
|
/**
|
|
1622
1698
|
* This event is raised when a Design handle is clicked.
|
|
1623
1699
|
*/
|
|
1624
|
-
handleClick?: (
|
|
1700
|
+
handleClick?: (
|
|
1701
|
+
oEvent: sap.ui.base.Event<sap.ui.vbm.$VoAggregationHandleClickEventParameters>
|
|
1702
|
+
) => void;
|
|
1625
1703
|
|
|
1626
1704
|
/**
|
|
1627
1705
|
* This event is raised when aggregated elements get selected
|
|
1628
1706
|
*/
|
|
1629
|
-
select?: (
|
|
1707
|
+
select?: (
|
|
1708
|
+
oEvent: sap.ui.base.Event<sap.ui.vbm.$VoAggregationSelectEventParameters>
|
|
1709
|
+
) => void;
|
|
1630
1710
|
|
|
1631
1711
|
/**
|
|
1632
1712
|
* This event is raised when aggregated elements get deselected
|
|
1633
1713
|
*/
|
|
1634
|
-
deselect?: (
|
|
1714
|
+
deselect?: (
|
|
1715
|
+
oEvent: sap.ui.base.Event<sap.ui.vbm.$VoAggregationDeselectEventParameters>
|
|
1716
|
+
) => void;
|
|
1635
1717
|
|
|
1636
1718
|
/**
|
|
1637
1719
|
* The event is raised when there is a click action on a VO.
|
|
1638
1720
|
*/
|
|
1639
|
-
click?: (
|
|
1721
|
+
click?: (
|
|
1722
|
+
oEvent: sap.ui.base.Event<sap.ui.vbm.$VoAggregationClickEventParameters>
|
|
1723
|
+
) => void;
|
|
1640
1724
|
|
|
1641
1725
|
/**
|
|
1642
1726
|
* The event is raised when there is a right click or a tap and hold action on a VO.
|
|
1643
1727
|
*/
|
|
1644
|
-
contextMenu?: (
|
|
1728
|
+
contextMenu?: (
|
|
1729
|
+
oEvent: sap.ui.base.Event<sap.ui.vbm.$VoAggregationContextMenuEventParameters>
|
|
1730
|
+
) => void;
|
|
1645
1731
|
|
|
1646
1732
|
/**
|
|
1647
1733
|
* The event is raised when something is dropped on a VO.
|
|
1648
1734
|
*/
|
|
1649
|
-
drop?: (
|
|
1735
|
+
drop?: (
|
|
1736
|
+
oEvent: sap.ui.base.Event<sap.ui.vbm.$VoAggregationDropEventParameters>
|
|
1737
|
+
) => void;
|
|
1650
1738
|
}
|
|
1651
1739
|
|
|
1652
1740
|
interface $VoBaseSettings extends sap.ui.core.$ElementSettings {
|
|
@@ -1777,27 +1865,632 @@ declare namespace sap {
|
|
|
1777
1865
|
/**
|
|
1778
1866
|
* The event is raised when there is a right click or a tap and hold action on a visual object.
|
|
1779
1867
|
*/
|
|
1780
|
-
contextMenu?: (
|
|
1868
|
+
contextMenu?: (
|
|
1869
|
+
oEvent: sap.ui.base.Event<sap.ui.vbm.$VoBaseContextMenuEventParameters>
|
|
1870
|
+
) => void;
|
|
1781
1871
|
|
|
1782
1872
|
/**
|
|
1783
1873
|
* This event is raised when the design handle is moved.
|
|
1784
1874
|
*/
|
|
1785
|
-
handleMoved?: (
|
|
1875
|
+
handleMoved?: (
|
|
1876
|
+
oEvent: sap.ui.base.Event<sap.ui.vbm.$VoBaseHandleMovedEventParameters>
|
|
1877
|
+
) => void;
|
|
1786
1878
|
|
|
1787
1879
|
/**
|
|
1788
1880
|
* This event is raised when the design handle is right clicked.
|
|
1789
1881
|
*/
|
|
1790
|
-
handleContextMenu?: (
|
|
1882
|
+
handleContextMenu?: (
|
|
1883
|
+
oEvent: sap.ui.base.Event<sap.ui.vbm.$VoBaseHandleContextMenuEventParameters>
|
|
1884
|
+
) => void;
|
|
1791
1885
|
|
|
1792
1886
|
/**
|
|
1793
1887
|
* This event is raised when the design handle is clicked.
|
|
1794
1888
|
*/
|
|
1795
|
-
handleClick?: (
|
|
1889
|
+
handleClick?: (
|
|
1890
|
+
oEvent: sap.ui.base.Event<sap.ui.vbm.$VoBaseHandleClickEventParameters>
|
|
1891
|
+
) => void;
|
|
1796
1892
|
|
|
1797
1893
|
/**
|
|
1798
1894
|
* The event is raised when something is dropped on the object.
|
|
1799
1895
|
*/
|
|
1800
|
-
drop?: (
|
|
1896
|
+
drop?: (
|
|
1897
|
+
oEvent: sap.ui.base.Event<sap.ui.vbm.$VoBaseDropEventParameters>
|
|
1898
|
+
) => void;
|
|
1899
|
+
}
|
|
1900
|
+
|
|
1901
|
+
interface $AdapterSubmitEventParameters {
|
|
1902
|
+
data?: string;
|
|
1903
|
+
}
|
|
1904
|
+
|
|
1905
|
+
interface $Adapter3DSubmitEventParameters {
|
|
1906
|
+
/**
|
|
1907
|
+
* A string in the VBI JSON format.
|
|
1908
|
+
*/
|
|
1909
|
+
data?: string;
|
|
1910
|
+
}
|
|
1911
|
+
|
|
1912
|
+
interface $AnalyticMapRegionClickEventParameters {
|
|
1913
|
+
/**
|
|
1914
|
+
* The regions code.
|
|
1915
|
+
*/
|
|
1916
|
+
code?: string;
|
|
1917
|
+
}
|
|
1918
|
+
|
|
1919
|
+
interface $AnalyticMapRegionContextMenuEventParameters {
|
|
1920
|
+
/**
|
|
1921
|
+
* The regions code.
|
|
1922
|
+
*/
|
|
1923
|
+
code?: string;
|
|
1924
|
+
}
|
|
1925
|
+
|
|
1926
|
+
interface $AnalyticMapRegionDeselectEventParameters {}
|
|
1927
|
+
|
|
1928
|
+
interface $AnalyticMapRegionSelectEventParameters {}
|
|
1929
|
+
|
|
1930
|
+
interface $AreaEdgeClickEventParameters {}
|
|
1931
|
+
|
|
1932
|
+
interface $AreaEdgeContextMenuEventParameters {}
|
|
1933
|
+
|
|
1934
|
+
interface $AreasEdgeClickEventParameters {
|
|
1935
|
+
/**
|
|
1936
|
+
* Clicked instance
|
|
1937
|
+
*/
|
|
1938
|
+
instance?: sap.ui.vbm.Area;
|
|
1939
|
+
|
|
1940
|
+
/**
|
|
1941
|
+
* The number of the edge where the click occured. Edges are numbered zero based: e.g. edge from point 1
|
|
1942
|
+
* to point 2 has number 0
|
|
1943
|
+
*/
|
|
1944
|
+
edge?: int;
|
|
1945
|
+
}
|
|
1946
|
+
|
|
1947
|
+
interface $AreasEdgeContextMenuEventParameters {
|
|
1948
|
+
/**
|
|
1949
|
+
* Clicked instance
|
|
1950
|
+
*/
|
|
1951
|
+
instance?: sap.ui.vbm.Area;
|
|
1952
|
+
|
|
1953
|
+
/**
|
|
1954
|
+
* The number of the edge where the click occured. Edges are numbered zero based: e.g. edge from point 1
|
|
1955
|
+
* to point 2 has number 0
|
|
1956
|
+
*/
|
|
1957
|
+
edge?: int;
|
|
1958
|
+
}
|
|
1959
|
+
|
|
1960
|
+
interface $ClusterBaseClickEventParameters {
|
|
1961
|
+
/**
|
|
1962
|
+
* ID of the clicked cluster object. Can serve as input for GeoMap function getInfoForCluster
|
|
1963
|
+
*/
|
|
1964
|
+
clusterID?: string;
|
|
1965
|
+
}
|
|
1966
|
+
|
|
1967
|
+
interface $ClusterBaseContextMenuEventParameters {
|
|
1968
|
+
/**
|
|
1969
|
+
* ID of the clicked cluster object. Can serve as input for GeoMap function getInfoForCluster
|
|
1970
|
+
*/
|
|
1971
|
+
clusterID?: string;
|
|
1972
|
+
|
|
1973
|
+
/**
|
|
1974
|
+
* Menu to open
|
|
1975
|
+
*/
|
|
1976
|
+
menu?: sap.ui.unified.Menu;
|
|
1977
|
+
}
|
|
1978
|
+
|
|
1979
|
+
interface $FeatureClickEventParameters {}
|
|
1980
|
+
|
|
1981
|
+
interface $FeatureContextMenuEventParameters {
|
|
1982
|
+
/**
|
|
1983
|
+
* Menu object to be used with openContextMenu().
|
|
1984
|
+
*/
|
|
1985
|
+
menu?: sap.ui.unified.Menu;
|
|
1986
|
+
}
|
|
1987
|
+
|
|
1988
|
+
interface $FeatureCollectionClickEventParameters
|
|
1989
|
+
extends sap.ui.vbm.$GeoJsonLayerClickEventParameters {}
|
|
1990
|
+
|
|
1991
|
+
interface $FeatureCollectionContextMenuEventParameters
|
|
1992
|
+
extends sap.ui.vbm.$GeoJsonLayerContextMenuEventParameters {}
|
|
1993
|
+
|
|
1994
|
+
interface $GeoJsonLayerClickEventParameters {
|
|
1995
|
+
/**
|
|
1996
|
+
* Id of clicked Feature
|
|
1997
|
+
*/
|
|
1998
|
+
featureId?: string;
|
|
1999
|
+
}
|
|
2000
|
+
|
|
2001
|
+
interface $GeoJsonLayerContextMenuEventParameters {
|
|
2002
|
+
/**
|
|
2003
|
+
* Id of clicked Feature
|
|
2004
|
+
*/
|
|
2005
|
+
featureId?: string;
|
|
2006
|
+
}
|
|
2007
|
+
|
|
2008
|
+
interface $GeoMapCenterChangedEventParameters {
|
|
2009
|
+
/**
|
|
2010
|
+
* Center point of the map. Format : Lon;Lat;0.0.
|
|
2011
|
+
*/
|
|
2012
|
+
centerPoint?: string;
|
|
2013
|
+
|
|
2014
|
+
/**
|
|
2015
|
+
* Viewport bounding box's upperLeft and lowerRight coordinates. Format : Lon;Lat;0.0.
|
|
2016
|
+
*/
|
|
2017
|
+
viewportBB?: object;
|
|
2018
|
+
|
|
2019
|
+
/**
|
|
2020
|
+
* Level of detail.
|
|
2021
|
+
*/
|
|
2022
|
+
zoomLevel?: int;
|
|
2023
|
+
}
|
|
2024
|
+
|
|
2025
|
+
interface $GeoMapClickEventParameters {
|
|
2026
|
+
/**
|
|
2027
|
+
* Geo coordinates in format "<longitude>;<latitude>;0"
|
|
2028
|
+
*/
|
|
2029
|
+
pos?: string;
|
|
2030
|
+
}
|
|
2031
|
+
|
|
2032
|
+
interface $GeoMapContextMenuEventParameters {
|
|
2033
|
+
/**
|
|
2034
|
+
* Client coordinate X
|
|
2035
|
+
*/
|
|
2036
|
+
clientX?: int;
|
|
2037
|
+
|
|
2038
|
+
/**
|
|
2039
|
+
* Client coordinate Y
|
|
2040
|
+
*/
|
|
2041
|
+
clientY?: int;
|
|
2042
|
+
|
|
2043
|
+
/**
|
|
2044
|
+
* Geo coordinates in format "<longitude>;<latitude>;0"
|
|
2045
|
+
*/
|
|
2046
|
+
pos?: string;
|
|
2047
|
+
}
|
|
2048
|
+
|
|
2049
|
+
interface $GeoMapDropEventParameters {
|
|
2050
|
+
/**
|
|
2051
|
+
* Geo coordinates in format "<longitude>;<latitude>;0"
|
|
2052
|
+
*/
|
|
2053
|
+
pos?: string;
|
|
2054
|
+
}
|
|
2055
|
+
|
|
2056
|
+
interface $GeoMapKeyDownEventParameters {
|
|
2057
|
+
/**
|
|
2058
|
+
* Key value of the key
|
|
2059
|
+
*/
|
|
2060
|
+
key?: string;
|
|
2061
|
+
|
|
2062
|
+
/**
|
|
2063
|
+
* Code value of the key
|
|
2064
|
+
*/
|
|
2065
|
+
code?: int;
|
|
2066
|
+
|
|
2067
|
+
/**
|
|
2068
|
+
* Shift key modifier state
|
|
2069
|
+
*/
|
|
2070
|
+
shift?: boolean;
|
|
2071
|
+
|
|
2072
|
+
/**
|
|
2073
|
+
* Ctrl key modifier state
|
|
2074
|
+
*/
|
|
2075
|
+
ctrl?: boolean;
|
|
2076
|
+
|
|
2077
|
+
/**
|
|
2078
|
+
* Alt key modifier state
|
|
2079
|
+
*/
|
|
2080
|
+
alt?: boolean;
|
|
2081
|
+
|
|
2082
|
+
/**
|
|
2083
|
+
* Meta key modifier state
|
|
2084
|
+
*/
|
|
2085
|
+
meta?: boolean;
|
|
2086
|
+
}
|
|
2087
|
+
|
|
2088
|
+
interface $GeoMapKeyPressEventParameters {
|
|
2089
|
+
/**
|
|
2090
|
+
* Key value of the key
|
|
2091
|
+
*/
|
|
2092
|
+
key?: string;
|
|
2093
|
+
|
|
2094
|
+
/**
|
|
2095
|
+
* Code value of the key
|
|
2096
|
+
*/
|
|
2097
|
+
code?: int;
|
|
2098
|
+
|
|
2099
|
+
/**
|
|
2100
|
+
* Shift key modifier state
|
|
2101
|
+
*/
|
|
2102
|
+
shift?: boolean;
|
|
2103
|
+
|
|
2104
|
+
/**
|
|
2105
|
+
* Ctrl key modifier state
|
|
2106
|
+
*/
|
|
2107
|
+
ctrl?: boolean;
|
|
2108
|
+
|
|
2109
|
+
/**
|
|
2110
|
+
* Alt key modifier state
|
|
2111
|
+
*/
|
|
2112
|
+
alt?: boolean;
|
|
2113
|
+
|
|
2114
|
+
/**
|
|
2115
|
+
* Meta key modifier state
|
|
2116
|
+
*/
|
|
2117
|
+
meta?: boolean;
|
|
2118
|
+
}
|
|
2119
|
+
|
|
2120
|
+
interface $GeoMapKeyUpEventParameters {
|
|
2121
|
+
/**
|
|
2122
|
+
* Key value of the key
|
|
2123
|
+
*/
|
|
2124
|
+
key?: string;
|
|
2125
|
+
|
|
2126
|
+
/**
|
|
2127
|
+
* Code value of the key
|
|
2128
|
+
*/
|
|
2129
|
+
code?: int;
|
|
2130
|
+
|
|
2131
|
+
/**
|
|
2132
|
+
* Shift key modifier state
|
|
2133
|
+
*/
|
|
2134
|
+
shift?: boolean;
|
|
2135
|
+
|
|
2136
|
+
/**
|
|
2137
|
+
* Ctrl key modifier state
|
|
2138
|
+
*/
|
|
2139
|
+
ctrl?: boolean;
|
|
2140
|
+
|
|
2141
|
+
/**
|
|
2142
|
+
* Alt key modifier state
|
|
2143
|
+
*/
|
|
2144
|
+
alt?: boolean;
|
|
2145
|
+
|
|
2146
|
+
/**
|
|
2147
|
+
* Meta key modifier state
|
|
2148
|
+
*/
|
|
2149
|
+
meta?: boolean;
|
|
2150
|
+
}
|
|
2151
|
+
|
|
2152
|
+
interface $GeoMapSelectEventParameters {}
|
|
2153
|
+
|
|
2154
|
+
interface $GeoMapZoomChangedEventParameters {
|
|
2155
|
+
/**
|
|
2156
|
+
* Center point of the map. Format : Lon;Lat;0.0.
|
|
2157
|
+
*/
|
|
2158
|
+
centerPoint?: string;
|
|
2159
|
+
|
|
2160
|
+
/**
|
|
2161
|
+
* Viewport bounding box's upperLeft and lowerRight coordinates. Format : Lon;Lat;0.0.
|
|
2162
|
+
*/
|
|
2163
|
+
viewportBB?: object;
|
|
2164
|
+
|
|
2165
|
+
/**
|
|
2166
|
+
* Level of detail.
|
|
2167
|
+
*/
|
|
2168
|
+
zoomLevel?: int;
|
|
2169
|
+
}
|
|
2170
|
+
|
|
2171
|
+
interface $LegendClickEventParameters {
|
|
2172
|
+
/**
|
|
2173
|
+
* Event data object
|
|
2174
|
+
*/
|
|
2175
|
+
data?: object;
|
|
2176
|
+
|
|
2177
|
+
/**
|
|
2178
|
+
* The row number where the click occurred
|
|
2179
|
+
*/
|
|
2180
|
+
row?: int;
|
|
2181
|
+
|
|
2182
|
+
/**
|
|
2183
|
+
* key modifier Ctrl pressed
|
|
2184
|
+
*/
|
|
2185
|
+
ctrlKey?: boolean;
|
|
2186
|
+
|
|
2187
|
+
/**
|
|
2188
|
+
* key modifier Shift pressed
|
|
2189
|
+
*/
|
|
2190
|
+
shiftKey?: boolean;
|
|
2191
|
+
|
|
2192
|
+
/**
|
|
2193
|
+
* key modifier Meta pressed
|
|
2194
|
+
*/
|
|
2195
|
+
metaKey?: boolean;
|
|
2196
|
+
|
|
2197
|
+
/**
|
|
2198
|
+
* key modifier Alt pressed
|
|
2199
|
+
*/
|
|
2200
|
+
altKey?: boolean;
|
|
2201
|
+
}
|
|
2202
|
+
|
|
2203
|
+
interface $LegendItemClickEventParameters {
|
|
2204
|
+
/**
|
|
2205
|
+
* Event data object
|
|
2206
|
+
*/
|
|
2207
|
+
data?: object;
|
|
2208
|
+
|
|
2209
|
+
/**
|
|
2210
|
+
* key modifier Ctrl pressed
|
|
2211
|
+
*/
|
|
2212
|
+
ctrlKey?: boolean;
|
|
2213
|
+
|
|
2214
|
+
/**
|
|
2215
|
+
* key modifier Shift pressed
|
|
2216
|
+
*/
|
|
2217
|
+
shiftKey?: boolean;
|
|
2218
|
+
|
|
2219
|
+
/**
|
|
2220
|
+
* key modifier Meta pressed
|
|
2221
|
+
*/
|
|
2222
|
+
metaKey?: boolean;
|
|
2223
|
+
|
|
2224
|
+
/**
|
|
2225
|
+
* key modifier Alt pressed
|
|
2226
|
+
*/
|
|
2227
|
+
altKey?: boolean;
|
|
2228
|
+
}
|
|
2229
|
+
|
|
2230
|
+
interface $PieItemClickEventParameters {}
|
|
2231
|
+
|
|
2232
|
+
interface $RegionClickEventParameters {
|
|
2233
|
+
/**
|
|
2234
|
+
* The region code.
|
|
2235
|
+
*/
|
|
2236
|
+
code?: string;
|
|
2237
|
+
}
|
|
2238
|
+
|
|
2239
|
+
interface $RegionContextMenuEventParameters {
|
|
2240
|
+
/**
|
|
2241
|
+
* The region code.
|
|
2242
|
+
*/
|
|
2243
|
+
code?: string;
|
|
2244
|
+
}
|
|
2245
|
+
|
|
2246
|
+
interface $RoutesClickEventParameters
|
|
2247
|
+
extends sap.ui.vbm.$VoAggregationClickEventParameters {}
|
|
2248
|
+
|
|
2249
|
+
interface $RoutesContextMenuEventParameters
|
|
2250
|
+
extends sap.ui.vbm.$VoAggregationContextMenuEventParameters {}
|
|
2251
|
+
|
|
2252
|
+
interface $RoutesDropEventParameters
|
|
2253
|
+
extends sap.ui.vbm.$VoAggregationDropEventParameters {}
|
|
2254
|
+
|
|
2255
|
+
interface $VBIChangeTrackingModeEventParameters {
|
|
2256
|
+
/**
|
|
2257
|
+
* tracking mode to set or reset
|
|
2258
|
+
*/
|
|
2259
|
+
mode?: int;
|
|
2260
|
+
|
|
2261
|
+
/**
|
|
2262
|
+
* set or reset the mode
|
|
2263
|
+
*/
|
|
2264
|
+
bSet?: boolean;
|
|
2265
|
+
}
|
|
2266
|
+
|
|
2267
|
+
interface $VBICloseWindowEventParameters {
|
|
2268
|
+
/**
|
|
2269
|
+
* DomRef of placeholder Div for content.
|
|
2270
|
+
*/
|
|
2271
|
+
contentarea?: object;
|
|
2272
|
+
|
|
2273
|
+
/**
|
|
2274
|
+
* ID of the window that is closed.
|
|
2275
|
+
*/
|
|
2276
|
+
id?: string;
|
|
2277
|
+
}
|
|
2278
|
+
|
|
2279
|
+
interface $VBIContainerCreatedEventParameters {
|
|
2280
|
+
/**
|
|
2281
|
+
* DomRef of placeholder Div to render into.
|
|
2282
|
+
*/
|
|
2283
|
+
contentarea?: object;
|
|
2284
|
+
|
|
2285
|
+
/**
|
|
2286
|
+
* ID of the container that was created.
|
|
2287
|
+
*/
|
|
2288
|
+
id?: string;
|
|
2289
|
+
}
|
|
2290
|
+
|
|
2291
|
+
interface $VBIContainerDestroyedEventParameters {
|
|
2292
|
+
/**
|
|
2293
|
+
* DomRef of placeholder Div of content.
|
|
2294
|
+
*/
|
|
2295
|
+
contentarea?: object;
|
|
2296
|
+
|
|
2297
|
+
/**
|
|
2298
|
+
* ID of the container that is destroyed.
|
|
2299
|
+
*/
|
|
2300
|
+
id?: string;
|
|
2301
|
+
}
|
|
2302
|
+
|
|
2303
|
+
interface $VBIMoveEventParameters {
|
|
2304
|
+
/**
|
|
2305
|
+
* Canvas object to render into.
|
|
2306
|
+
*/
|
|
2307
|
+
canvas?: object;
|
|
2308
|
+
}
|
|
2309
|
+
|
|
2310
|
+
interface $VBIOpenWindowEventParameters {
|
|
2311
|
+
/**
|
|
2312
|
+
* DomRef of placeholder Div to render into.
|
|
2313
|
+
*/
|
|
2314
|
+
contentarea?: object;
|
|
2315
|
+
|
|
2316
|
+
/**
|
|
2317
|
+
* ID of the window that is opened.
|
|
2318
|
+
*/
|
|
2319
|
+
id?: string;
|
|
2320
|
+
}
|
|
2321
|
+
|
|
2322
|
+
interface $VBIRenderEventParameters {
|
|
2323
|
+
/**
|
|
2324
|
+
* Canvas object to render into.
|
|
2325
|
+
*/
|
|
2326
|
+
canvas?: object;
|
|
2327
|
+
}
|
|
2328
|
+
|
|
2329
|
+
interface $VBISubmitEventParameters {
|
|
2330
|
+
/**
|
|
2331
|
+
* JSON (or possibly XML and case the plugin is used) string describing the delta state of Visual Business
|
|
2332
|
+
* and the information about the event.
|
|
2333
|
+
*/
|
|
2334
|
+
data?: string;
|
|
2335
|
+
}
|
|
2336
|
+
|
|
2337
|
+
interface $VBIThumbnailClickEventParameters {
|
|
2338
|
+
/**
|
|
2339
|
+
* Geo coordinates in format "lon;lat;0"
|
|
2340
|
+
*/
|
|
2341
|
+
pos?: string;
|
|
2342
|
+
|
|
2343
|
+
/**
|
|
2344
|
+
* Level of detail.
|
|
2345
|
+
*/
|
|
2346
|
+
zoomLevel?: int;
|
|
2347
|
+
}
|
|
2348
|
+
|
|
2349
|
+
interface $VBIZoomEventParameters {
|
|
2350
|
+
/**
|
|
2351
|
+
* Canvas object to render into
|
|
2352
|
+
*/
|
|
2353
|
+
canvas?: object;
|
|
2354
|
+
}
|
|
2355
|
+
|
|
2356
|
+
interface $ViewportCameraChangeEventParameters {
|
|
2357
|
+
/**
|
|
2358
|
+
* Current position in camera history
|
|
2359
|
+
*/
|
|
2360
|
+
historyPos?: int;
|
|
2361
|
+
|
|
2362
|
+
/**
|
|
2363
|
+
* Camera history length
|
|
2364
|
+
*/
|
|
2365
|
+
historyLength?: int;
|
|
2366
|
+
}
|
|
2367
|
+
|
|
2368
|
+
interface $VoAggregationClickEventParameters {
|
|
2369
|
+
/**
|
|
2370
|
+
* Clicked instance
|
|
2371
|
+
*/
|
|
2372
|
+
instance?: sap.ui.vbm.VoBase;
|
|
2373
|
+
}
|
|
2374
|
+
|
|
2375
|
+
interface $VoAggregationContextMenuEventParameters {
|
|
2376
|
+
/**
|
|
2377
|
+
* Clicked instance
|
|
2378
|
+
*/
|
|
2379
|
+
instance?: sap.ui.vbm.VoBase;
|
|
2380
|
+
|
|
2381
|
+
/**
|
|
2382
|
+
* Menu to open
|
|
2383
|
+
*/
|
|
2384
|
+
menu?: sap.ui.unified.Menu;
|
|
2385
|
+
}
|
|
2386
|
+
|
|
2387
|
+
interface $VoAggregationDeselectEventParameters {
|
|
2388
|
+
/**
|
|
2389
|
+
* Array of deselected VOs
|
|
2390
|
+
*/
|
|
2391
|
+
deselected?: any[];
|
|
2392
|
+
}
|
|
2393
|
+
|
|
2394
|
+
interface $VoAggregationDropEventParameters {
|
|
2395
|
+
/**
|
|
2396
|
+
* Drop target instance
|
|
2397
|
+
*/
|
|
2398
|
+
instance?: sap.ui.vbm.Spot;
|
|
2399
|
+
|
|
2400
|
+
/**
|
|
2401
|
+
* Dragged instance
|
|
2402
|
+
*/
|
|
2403
|
+
dragSource?: sap.ui.vbm.VoBase;
|
|
2404
|
+
}
|
|
2405
|
+
|
|
2406
|
+
interface $VoAggregationHandleClickEventParameters {
|
|
2407
|
+
/**
|
|
2408
|
+
* Clicked instance
|
|
2409
|
+
*/
|
|
2410
|
+
instance?: sap.ui.vbm.VoBase;
|
|
2411
|
+
|
|
2412
|
+
/**
|
|
2413
|
+
* The number of the handle where the click occured. Handles are numbered zero based.
|
|
2414
|
+
*/
|
|
2415
|
+
handle?: int;
|
|
2416
|
+
}
|
|
2417
|
+
|
|
2418
|
+
interface $VoAggregationHandleContextMenuEventParameters {
|
|
2419
|
+
/**
|
|
2420
|
+
* Clicked instance
|
|
2421
|
+
*/
|
|
2422
|
+
instance?: sap.ui.vbm.VoBase;
|
|
2423
|
+
|
|
2424
|
+
/**
|
|
2425
|
+
* Menu to open
|
|
2426
|
+
*/
|
|
2427
|
+
menu?: sap.ui.unified.Menu;
|
|
2428
|
+
|
|
2429
|
+
/**
|
|
2430
|
+
* The number of the handle where the click occured. Handles are numbered zero based.
|
|
2431
|
+
*/
|
|
2432
|
+
handle?: int;
|
|
2433
|
+
}
|
|
2434
|
+
|
|
2435
|
+
interface $VoAggregationHandleMovedEventParameters {
|
|
2436
|
+
/**
|
|
2437
|
+
* Clicked instance
|
|
2438
|
+
*/
|
|
2439
|
+
instance?: sap.ui.vbm.VoBase;
|
|
2440
|
+
|
|
2441
|
+
/**
|
|
2442
|
+
* The number of the handle where the click occured. Handles are numbered zero based.
|
|
2443
|
+
*/
|
|
2444
|
+
handle?: int;
|
|
2445
|
+
}
|
|
2446
|
+
|
|
2447
|
+
interface $VoAggregationSelectEventParameters {
|
|
2448
|
+
/**
|
|
2449
|
+
* Array of selected VOs
|
|
2450
|
+
*/
|
|
2451
|
+
selected?: any[];
|
|
2452
|
+
}
|
|
2453
|
+
|
|
2454
|
+
interface $VoBaseClickEventParameters {}
|
|
2455
|
+
|
|
2456
|
+
interface $VoBaseContextMenuEventParameters {
|
|
2457
|
+
/**
|
|
2458
|
+
* Menu to open
|
|
2459
|
+
*/
|
|
2460
|
+
menu?: sap.ui.unified.Menu;
|
|
2461
|
+
}
|
|
2462
|
+
|
|
2463
|
+
interface $VoBaseDropEventParameters {
|
|
2464
|
+
/**
|
|
2465
|
+
* Dragged instance
|
|
2466
|
+
*/
|
|
2467
|
+
dragSource?: sap.ui.vbm.VoBase;
|
|
2468
|
+
}
|
|
2469
|
+
|
|
2470
|
+
interface $VoBaseHandleClickEventParameters {
|
|
2471
|
+
/**
|
|
2472
|
+
* The number of the handle where the click occured. Handles are numbered zero based.
|
|
2473
|
+
*/
|
|
2474
|
+
handle?: int;
|
|
2475
|
+
}
|
|
2476
|
+
|
|
2477
|
+
interface $VoBaseHandleContextMenuEventParameters {
|
|
2478
|
+
/**
|
|
2479
|
+
* The number of the handle where the click occured. Handles are numbered zero based.
|
|
2480
|
+
*/
|
|
2481
|
+
handle?: int;
|
|
2482
|
+
|
|
2483
|
+
/**
|
|
2484
|
+
* Menu to open
|
|
2485
|
+
*/
|
|
2486
|
+
menu?: sap.ui.unified.Menu;
|
|
2487
|
+
}
|
|
2488
|
+
|
|
2489
|
+
interface $VoBaseHandleMovedEventParameters {
|
|
2490
|
+
/**
|
|
2491
|
+
* The number of the handle where the click occured. Handles are numbered zero based.
|
|
2492
|
+
*/
|
|
2493
|
+
handle?: int;
|
|
1801
2494
|
}
|
|
1802
2495
|
|
|
1803
2496
|
/**
|
|
@@ -1884,7 +2577,9 @@ declare namespace sap {
|
|
|
1884
2577
|
/**
|
|
1885
2578
|
* The function to be called when the event occurs
|
|
1886
2579
|
*/
|
|
1887
|
-
fnFunction: (
|
|
2580
|
+
fnFunction: (
|
|
2581
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$AdapterSubmitEventParameters>
|
|
2582
|
+
) => void,
|
|
1888
2583
|
/**
|
|
1889
2584
|
* Context object to call the event handler with. Defaults to this `sap.ui.vbm.Adapter` itself
|
|
1890
2585
|
*/
|
|
@@ -1905,7 +2600,9 @@ declare namespace sap {
|
|
|
1905
2600
|
/**
|
|
1906
2601
|
* The function to be called when the event occurs
|
|
1907
2602
|
*/
|
|
1908
|
-
fnFunction: (
|
|
2603
|
+
fnFunction: (
|
|
2604
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$AdapterSubmitEventParameters>
|
|
2605
|
+
) => void,
|
|
1909
2606
|
/**
|
|
1910
2607
|
* Context object to call the event handler with. Defaults to this `sap.ui.vbm.Adapter` itself
|
|
1911
2608
|
*/
|
|
@@ -1922,7 +2619,9 @@ declare namespace sap {
|
|
|
1922
2619
|
/**
|
|
1923
2620
|
* The function to be called, when the event occurs
|
|
1924
2621
|
*/
|
|
1925
|
-
fnFunction: (
|
|
2622
|
+
fnFunction: (
|
|
2623
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$AdapterSubmitEventParameters>
|
|
2624
|
+
) => void,
|
|
1926
2625
|
/**
|
|
1927
2626
|
* Context object on which the given function had to be called
|
|
1928
2627
|
*/
|
|
@@ -1939,9 +2638,7 @@ declare namespace sap {
|
|
|
1939
2638
|
/**
|
|
1940
2639
|
* Parameters to pass along with the event
|
|
1941
2640
|
*/
|
|
1942
|
-
mParameters?:
|
|
1943
|
-
data?: string;
|
|
1944
|
-
}
|
|
2641
|
+
mParameters?: sap.ui.vbm.$AdapterSubmitEventParameters
|
|
1945
2642
|
): this;
|
|
1946
2643
|
/**
|
|
1947
2644
|
* ID of the element which is the current target of the association {@link #getMap map}, or `null`.
|
|
@@ -2054,7 +2751,9 @@ declare namespace sap {
|
|
|
2054
2751
|
/**
|
|
2055
2752
|
* The function to be called when the event occurs
|
|
2056
2753
|
*/
|
|
2057
|
-
fnFunction: (
|
|
2754
|
+
fnFunction: (
|
|
2755
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$Adapter3DSubmitEventParameters>
|
|
2756
|
+
) => void,
|
|
2058
2757
|
/**
|
|
2059
2758
|
* Context object to call the event handler with. Defaults to this `sap.ui.vbm.Adapter3D` itself
|
|
2060
2759
|
*/
|
|
@@ -2074,7 +2773,9 @@ declare namespace sap {
|
|
|
2074
2773
|
/**
|
|
2075
2774
|
* The function to be called when the event occurs
|
|
2076
2775
|
*/
|
|
2077
|
-
fnFunction: (
|
|
2776
|
+
fnFunction: (
|
|
2777
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$Adapter3DSubmitEventParameters>
|
|
2778
|
+
) => void,
|
|
2078
2779
|
/**
|
|
2079
2780
|
* Context object to call the event handler with. Defaults to this `sap.ui.vbm.Adapter3D` itself
|
|
2080
2781
|
*/
|
|
@@ -2091,7 +2792,9 @@ declare namespace sap {
|
|
|
2091
2792
|
/**
|
|
2092
2793
|
* The function to be called, when the event occurs
|
|
2093
2794
|
*/
|
|
2094
|
-
fnFunction: (
|
|
2795
|
+
fnFunction: (
|
|
2796
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$Adapter3DSubmitEventParameters>
|
|
2797
|
+
) => void,
|
|
2095
2798
|
/**
|
|
2096
2799
|
* Context object on which the given function had to be called
|
|
2097
2800
|
*/
|
|
@@ -2108,12 +2811,7 @@ declare namespace sap {
|
|
|
2108
2811
|
/**
|
|
2109
2812
|
* Parameters to pass along with the event
|
|
2110
2813
|
*/
|
|
2111
|
-
mParameters?:
|
|
2112
|
-
/**
|
|
2113
|
-
* A string in the VBI JSON format.
|
|
2114
|
-
*/
|
|
2115
|
-
data?: string;
|
|
2116
|
-
}
|
|
2814
|
+
mParameters?: sap.ui.vbm.$Adapter3DSubmitEventParameters
|
|
2117
2815
|
): this;
|
|
2118
2816
|
/**
|
|
2119
2817
|
* ID of the element which is the current target of the association {@link #getViewport viewport}, or `null`.
|
|
@@ -2247,7 +2945,9 @@ declare namespace sap {
|
|
|
2247
2945
|
/**
|
|
2248
2946
|
* The function to be called when the event occurs
|
|
2249
2947
|
*/
|
|
2250
|
-
fnFunction: (
|
|
2948
|
+
fnFunction: (
|
|
2949
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$AnalyticMapRegionClickEventParameters>
|
|
2950
|
+
) => void,
|
|
2251
2951
|
/**
|
|
2252
2952
|
* Context object to call the event handler with. Defaults to this `sap.ui.vbm.AnalyticMap` itself
|
|
2253
2953
|
*/
|
|
@@ -2267,7 +2967,9 @@ declare namespace sap {
|
|
|
2267
2967
|
/**
|
|
2268
2968
|
* The function to be called when the event occurs
|
|
2269
2969
|
*/
|
|
2270
|
-
fnFunction: (
|
|
2970
|
+
fnFunction: (
|
|
2971
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$AnalyticMapRegionClickEventParameters>
|
|
2972
|
+
) => void,
|
|
2271
2973
|
/**
|
|
2272
2974
|
* Context object to call the event handler with. Defaults to this `sap.ui.vbm.AnalyticMap` itself
|
|
2273
2975
|
*/
|
|
@@ -2293,7 +2995,9 @@ declare namespace sap {
|
|
|
2293
2995
|
/**
|
|
2294
2996
|
* The function to be called when the event occurs
|
|
2295
2997
|
*/
|
|
2296
|
-
fnFunction: (
|
|
2998
|
+
fnFunction: (
|
|
2999
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$AnalyticMapRegionContextMenuEventParameters>
|
|
3000
|
+
) => void,
|
|
2297
3001
|
/**
|
|
2298
3002
|
* Context object to call the event handler with. Defaults to this `sap.ui.vbm.AnalyticMap` itself
|
|
2299
3003
|
*/
|
|
@@ -2314,7 +3018,9 @@ declare namespace sap {
|
|
|
2314
3018
|
/**
|
|
2315
3019
|
* The function to be called when the event occurs
|
|
2316
3020
|
*/
|
|
2317
|
-
fnFunction: (
|
|
3021
|
+
fnFunction: (
|
|
3022
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$AnalyticMapRegionContextMenuEventParameters>
|
|
3023
|
+
) => void,
|
|
2318
3024
|
/**
|
|
2319
3025
|
* Context object to call the event handler with. Defaults to this `sap.ui.vbm.AnalyticMap` itself
|
|
2320
3026
|
*/
|
|
@@ -2429,7 +3135,9 @@ declare namespace sap {
|
|
|
2429
3135
|
/**
|
|
2430
3136
|
* The function to be called, when the event occurs
|
|
2431
3137
|
*/
|
|
2432
|
-
fnFunction: (
|
|
3138
|
+
fnFunction: (
|
|
3139
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$AnalyticMapRegionClickEventParameters>
|
|
3140
|
+
) => void,
|
|
2433
3141
|
/**
|
|
2434
3142
|
* Context object on which the given function had to be called
|
|
2435
3143
|
*/
|
|
@@ -2447,7 +3155,9 @@ declare namespace sap {
|
|
|
2447
3155
|
/**
|
|
2448
3156
|
* The function to be called, when the event occurs
|
|
2449
3157
|
*/
|
|
2450
|
-
fnFunction: (
|
|
3158
|
+
fnFunction: (
|
|
3159
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$AnalyticMapRegionContextMenuEventParameters>
|
|
3160
|
+
) => void,
|
|
2451
3161
|
/**
|
|
2452
3162
|
* Context object on which the given function had to be called
|
|
2453
3163
|
*/
|
|
@@ -2499,12 +3209,7 @@ declare namespace sap {
|
|
|
2499
3209
|
/**
|
|
2500
3210
|
* Parameters to pass along with the event
|
|
2501
3211
|
*/
|
|
2502
|
-
mParameters?:
|
|
2503
|
-
/**
|
|
2504
|
-
* The regions code.
|
|
2505
|
-
*/
|
|
2506
|
-
code?: string;
|
|
2507
|
-
}
|
|
3212
|
+
mParameters?: sap.ui.vbm.$AnalyticMapRegionClickEventParameters
|
|
2508
3213
|
): this;
|
|
2509
3214
|
/**
|
|
2510
3215
|
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
@@ -2517,12 +3222,7 @@ declare namespace sap {
|
|
|
2517
3222
|
/**
|
|
2518
3223
|
* Parameters to pass along with the event
|
|
2519
3224
|
*/
|
|
2520
|
-
mParameters?:
|
|
2521
|
-
/**
|
|
2522
|
-
* The regions code.
|
|
2523
|
-
*/
|
|
2524
|
-
code?: string;
|
|
2525
|
-
}
|
|
3225
|
+
mParameters?: sap.ui.vbm.$AnalyticMapRegionContextMenuEventParameters
|
|
2526
3226
|
): this;
|
|
2527
3227
|
/**
|
|
2528
3228
|
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
@@ -3052,7 +3752,9 @@ declare namespace sap {
|
|
|
3052
3752
|
/**
|
|
3053
3753
|
* The function to be called when the event occurs
|
|
3054
3754
|
*/
|
|
3055
|
-
fnFunction: (
|
|
3755
|
+
fnFunction: (
|
|
3756
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$AreasEdgeClickEventParameters>
|
|
3757
|
+
) => void,
|
|
3056
3758
|
/**
|
|
3057
3759
|
* Context object to call the event handler with. Defaults to this `sap.ui.vbm.Areas` itself
|
|
3058
3760
|
*/
|
|
@@ -3072,7 +3774,9 @@ declare namespace sap {
|
|
|
3072
3774
|
/**
|
|
3073
3775
|
* The function to be called when the event occurs
|
|
3074
3776
|
*/
|
|
3075
|
-
fnFunction: (
|
|
3777
|
+
fnFunction: (
|
|
3778
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$AreasEdgeClickEventParameters>
|
|
3779
|
+
) => void,
|
|
3076
3780
|
/**
|
|
3077
3781
|
* Context object to call the event handler with. Defaults to this `sap.ui.vbm.Areas` itself
|
|
3078
3782
|
*/
|
|
@@ -3098,7 +3802,9 @@ declare namespace sap {
|
|
|
3098
3802
|
/**
|
|
3099
3803
|
* The function to be called when the event occurs
|
|
3100
3804
|
*/
|
|
3101
|
-
fnFunction: (
|
|
3805
|
+
fnFunction: (
|
|
3806
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$AreasEdgeContextMenuEventParameters>
|
|
3807
|
+
) => void,
|
|
3102
3808
|
/**
|
|
3103
3809
|
* Context object to call the event handler with. Defaults to this `sap.ui.vbm.Areas` itself
|
|
3104
3810
|
*/
|
|
@@ -3119,7 +3825,9 @@ declare namespace sap {
|
|
|
3119
3825
|
/**
|
|
3120
3826
|
* The function to be called when the event occurs
|
|
3121
3827
|
*/
|
|
3122
|
-
fnFunction: (
|
|
3828
|
+
fnFunction: (
|
|
3829
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$AreasEdgeContextMenuEventParameters>
|
|
3830
|
+
) => void,
|
|
3123
3831
|
/**
|
|
3124
3832
|
* Context object to call the event handler with. Defaults to this `sap.ui.vbm.Areas` itself
|
|
3125
3833
|
*/
|
|
@@ -3142,7 +3850,9 @@ declare namespace sap {
|
|
|
3142
3850
|
/**
|
|
3143
3851
|
* The function to be called, when the event occurs
|
|
3144
3852
|
*/
|
|
3145
|
-
fnFunction: (
|
|
3853
|
+
fnFunction: (
|
|
3854
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$AreasEdgeClickEventParameters>
|
|
3855
|
+
) => void,
|
|
3146
3856
|
/**
|
|
3147
3857
|
* Context object on which the given function had to be called
|
|
3148
3858
|
*/
|
|
@@ -3160,7 +3870,9 @@ declare namespace sap {
|
|
|
3160
3870
|
/**
|
|
3161
3871
|
* The function to be called, when the event occurs
|
|
3162
3872
|
*/
|
|
3163
|
-
fnFunction: (
|
|
3873
|
+
fnFunction: (
|
|
3874
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$AreasEdgeContextMenuEventParameters>
|
|
3875
|
+
) => void,
|
|
3164
3876
|
/**
|
|
3165
3877
|
* Context object on which the given function had to be called
|
|
3166
3878
|
*/
|
|
@@ -3177,17 +3889,7 @@ declare namespace sap {
|
|
|
3177
3889
|
/**
|
|
3178
3890
|
* Parameters to pass along with the event
|
|
3179
3891
|
*/
|
|
3180
|
-
mParameters?:
|
|
3181
|
-
/**
|
|
3182
|
-
* Clicked instance
|
|
3183
|
-
*/
|
|
3184
|
-
instance?: sap.ui.vbm.Area;
|
|
3185
|
-
/**
|
|
3186
|
-
* The number of the edge where the click occured. Edges are numbered zero based: e.g. edge from point 1
|
|
3187
|
-
* to point 2 has number 0
|
|
3188
|
-
*/
|
|
3189
|
-
edge?: int;
|
|
3190
|
-
}
|
|
3892
|
+
mParameters?: sap.ui.vbm.$AreasEdgeClickEventParameters
|
|
3191
3893
|
): this;
|
|
3192
3894
|
/**
|
|
3193
3895
|
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
@@ -3200,17 +3902,7 @@ declare namespace sap {
|
|
|
3200
3902
|
/**
|
|
3201
3903
|
* Parameters to pass along with the event
|
|
3202
3904
|
*/
|
|
3203
|
-
mParameters?:
|
|
3204
|
-
/**
|
|
3205
|
-
* Clicked instance
|
|
3206
|
-
*/
|
|
3207
|
-
instance?: sap.ui.vbm.Area;
|
|
3208
|
-
/**
|
|
3209
|
-
* The number of the edge where the click occured. Edges are numbered zero based: e.g. edge from point 1
|
|
3210
|
-
* to point 2 has number 0
|
|
3211
|
-
*/
|
|
3212
|
-
edge?: int;
|
|
3213
|
-
}
|
|
3905
|
+
mParameters?: sap.ui.vbm.$AreasEdgeContextMenuEventParameters
|
|
3214
3906
|
): this;
|
|
3215
3907
|
/**
|
|
3216
3908
|
* Gets content of aggregation {@link #getItems items}.
|
|
@@ -4324,7 +5016,9 @@ declare namespace sap {
|
|
|
4324
5016
|
/**
|
|
4325
5017
|
* The function to be called when the event occurs
|
|
4326
5018
|
*/
|
|
4327
|
-
fnFunction: (
|
|
5019
|
+
fnFunction: (
|
|
5020
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$ClusterBaseClickEventParameters>
|
|
5021
|
+
) => void,
|
|
4328
5022
|
/**
|
|
4329
5023
|
* Context object to call the event handler with. Defaults to this `sap.ui.vbm.ClusterBase` itself
|
|
4330
5024
|
*/
|
|
@@ -4344,7 +5038,9 @@ declare namespace sap {
|
|
|
4344
5038
|
/**
|
|
4345
5039
|
* The function to be called when the event occurs
|
|
4346
5040
|
*/
|
|
4347
|
-
fnFunction: (
|
|
5041
|
+
fnFunction: (
|
|
5042
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$ClusterBaseClickEventParameters>
|
|
5043
|
+
) => void,
|
|
4348
5044
|
/**
|
|
4349
5045
|
* Context object to call the event handler with. Defaults to this `sap.ui.vbm.ClusterBase` itself
|
|
4350
5046
|
*/
|
|
@@ -4369,7 +5065,9 @@ declare namespace sap {
|
|
|
4369
5065
|
/**
|
|
4370
5066
|
* The function to be called when the event occurs
|
|
4371
5067
|
*/
|
|
4372
|
-
fnFunction: (
|
|
5068
|
+
fnFunction: (
|
|
5069
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$ClusterBaseContextMenuEventParameters>
|
|
5070
|
+
) => void,
|
|
4373
5071
|
/**
|
|
4374
5072
|
* Context object to call the event handler with. Defaults to this `sap.ui.vbm.ClusterBase` itself
|
|
4375
5073
|
*/
|
|
@@ -4389,7 +5087,9 @@ declare namespace sap {
|
|
|
4389
5087
|
/**
|
|
4390
5088
|
* The function to be called when the event occurs
|
|
4391
5089
|
*/
|
|
4392
|
-
fnFunction: (
|
|
5090
|
+
fnFunction: (
|
|
5091
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$ClusterBaseContextMenuEventParameters>
|
|
5092
|
+
) => void,
|
|
4393
5093
|
/**
|
|
4394
5094
|
* Context object to call the event handler with. Defaults to this `sap.ui.vbm.ClusterBase` itself
|
|
4395
5095
|
*/
|
|
@@ -4418,7 +5118,9 @@ declare namespace sap {
|
|
|
4418
5118
|
/**
|
|
4419
5119
|
* The function to be called, when the event occurs
|
|
4420
5120
|
*/
|
|
4421
|
-
fnFunction: (
|
|
5121
|
+
fnFunction: (
|
|
5122
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$ClusterBaseClickEventParameters>
|
|
5123
|
+
) => void,
|
|
4422
5124
|
/**
|
|
4423
5125
|
* Context object on which the given function had to be called
|
|
4424
5126
|
*/
|
|
@@ -4435,7 +5137,9 @@ declare namespace sap {
|
|
|
4435
5137
|
/**
|
|
4436
5138
|
* The function to be called, when the event occurs
|
|
4437
5139
|
*/
|
|
4438
|
-
fnFunction: (
|
|
5140
|
+
fnFunction: (
|
|
5141
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$ClusterBaseContextMenuEventParameters>
|
|
5142
|
+
) => void,
|
|
4439
5143
|
/**
|
|
4440
5144
|
* Context object on which the given function had to be called
|
|
4441
5145
|
*/
|
|
@@ -4452,12 +5156,7 @@ declare namespace sap {
|
|
|
4452
5156
|
/**
|
|
4453
5157
|
* Parameters to pass along with the event
|
|
4454
5158
|
*/
|
|
4455
|
-
mParameters?:
|
|
4456
|
-
/**
|
|
4457
|
-
* ID of the clicked cluster object. Can serve as input for GeoMap function getInfoForCluster
|
|
4458
|
-
*/
|
|
4459
|
-
clusterID?: string;
|
|
4460
|
-
}
|
|
5159
|
+
mParameters?: sap.ui.vbm.$ClusterBaseClickEventParameters
|
|
4461
5160
|
): this;
|
|
4462
5161
|
/**
|
|
4463
5162
|
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
@@ -4470,16 +5169,7 @@ declare namespace sap {
|
|
|
4470
5169
|
/**
|
|
4471
5170
|
* Parameters to pass along with the event
|
|
4472
5171
|
*/
|
|
4473
|
-
mParameters?:
|
|
4474
|
-
/**
|
|
4475
|
-
* ID of the clicked cluster object. Can serve as input for GeoMap function getInfoForCluster
|
|
4476
|
-
*/
|
|
4477
|
-
clusterID?: string;
|
|
4478
|
-
/**
|
|
4479
|
-
* Menu to open
|
|
4480
|
-
*/
|
|
4481
|
-
menu?: sap.ui.unified.Menu;
|
|
4482
|
-
}
|
|
5172
|
+
mParameters?: sap.ui.vbm.$ClusterBaseContextMenuEventParameters
|
|
4483
5173
|
): this;
|
|
4484
5174
|
/**
|
|
4485
5175
|
* Gets current value of property {@link #getAreaAlwaysVisible areaAlwaysVisible}.
|
|
@@ -4730,8 +5420,8 @@ declare namespace sap {
|
|
|
4730
5420
|
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
4731
5421
|
* of the syntax of the settings object.
|
|
4732
5422
|
*
|
|
4733
|
-
* This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.vbm.Container#constructor
|
|
4734
|
-
*
|
|
5423
|
+
* This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.vbm.Container#constructor sap.ui.vbm.Container }
|
|
5424
|
+
* can be used.
|
|
4735
5425
|
*/
|
|
4736
5426
|
constructor(
|
|
4737
5427
|
/**
|
|
@@ -4746,8 +5436,8 @@ declare namespace sap {
|
|
|
4746
5436
|
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
4747
5437
|
* of the syntax of the settings object.
|
|
4748
5438
|
*
|
|
4749
|
-
* This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.vbm.Container#constructor
|
|
4750
|
-
*
|
|
5439
|
+
* This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.vbm.Container#constructor sap.ui.vbm.Container }
|
|
5440
|
+
* can be used.
|
|
4751
5441
|
*/
|
|
4752
5442
|
constructor(
|
|
4753
5443
|
/**
|
|
@@ -5799,7 +6489,9 @@ declare namespace sap {
|
|
|
5799
6489
|
/**
|
|
5800
6490
|
* The function to be called when the event occurs
|
|
5801
6491
|
*/
|
|
5802
|
-
fnFunction: (
|
|
6492
|
+
fnFunction: (
|
|
6493
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$FeatureContextMenuEventParameters>
|
|
6494
|
+
) => void,
|
|
5803
6495
|
/**
|
|
5804
6496
|
* Context object to call the event handler with. Defaults to this `sap.ui.vbm.Feature` itself
|
|
5805
6497
|
*/
|
|
@@ -5819,7 +6511,9 @@ declare namespace sap {
|
|
|
5819
6511
|
/**
|
|
5820
6512
|
* The function to be called when the event occurs
|
|
5821
6513
|
*/
|
|
5822
|
-
fnFunction: (
|
|
6514
|
+
fnFunction: (
|
|
6515
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$FeatureContextMenuEventParameters>
|
|
6516
|
+
) => void,
|
|
5823
6517
|
/**
|
|
5824
6518
|
* Context object to call the event handler with. Defaults to this `sap.ui.vbm.Feature` itself
|
|
5825
6519
|
*/
|
|
@@ -5853,7 +6547,9 @@ declare namespace sap {
|
|
|
5853
6547
|
/**
|
|
5854
6548
|
* The function to be called, when the event occurs
|
|
5855
6549
|
*/
|
|
5856
|
-
fnFunction: (
|
|
6550
|
+
fnFunction: (
|
|
6551
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$FeatureContextMenuEventParameters>
|
|
6552
|
+
) => void,
|
|
5857
6553
|
/**
|
|
5858
6554
|
* Context object on which the given function had to be called
|
|
5859
6555
|
*/
|
|
@@ -5883,12 +6579,7 @@ declare namespace sap {
|
|
|
5883
6579
|
/**
|
|
5884
6580
|
* Parameters to pass along with the event
|
|
5885
6581
|
*/
|
|
5886
|
-
mParameters?:
|
|
5887
|
-
/**
|
|
5888
|
-
* Menu object to be used with openContextMenu().
|
|
5889
|
-
*/
|
|
5890
|
-
menu?: sap.ui.unified.Menu;
|
|
5891
|
-
}
|
|
6582
|
+
mParameters?: sap.ui.vbm.$FeatureContextMenuEventParameters
|
|
5892
6583
|
): this;
|
|
5893
6584
|
/**
|
|
5894
6585
|
* Gets current value of property {@link #getColor color}.
|
|
@@ -6066,7 +6757,9 @@ declare namespace sap {
|
|
|
6066
6757
|
/**
|
|
6067
6758
|
* The function to be called when the event occurs
|
|
6068
6759
|
*/
|
|
6069
|
-
fnFunction: (
|
|
6760
|
+
fnFunction: (
|
|
6761
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$FeatureCollectionClickEventParameters>
|
|
6762
|
+
) => void,
|
|
6070
6763
|
/**
|
|
6071
6764
|
* Context object to call the event handler with. Defaults to this `sap.ui.vbm.FeatureCollection` itself
|
|
6072
6765
|
*/
|
|
@@ -6087,7 +6780,9 @@ declare namespace sap {
|
|
|
6087
6780
|
/**
|
|
6088
6781
|
* The function to be called when the event occurs
|
|
6089
6782
|
*/
|
|
6090
|
-
fnFunction: (
|
|
6783
|
+
fnFunction: (
|
|
6784
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$FeatureCollectionClickEventParameters>
|
|
6785
|
+
) => void,
|
|
6091
6786
|
/**
|
|
6092
6787
|
* Context object to call the event handler with. Defaults to this `sap.ui.vbm.FeatureCollection` itself
|
|
6093
6788
|
*/
|
|
@@ -6113,7 +6808,9 @@ declare namespace sap {
|
|
|
6113
6808
|
/**
|
|
6114
6809
|
* The function to be called when the event occurs
|
|
6115
6810
|
*/
|
|
6116
|
-
fnFunction: (
|
|
6811
|
+
fnFunction: (
|
|
6812
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$FeatureCollectionContextMenuEventParameters>
|
|
6813
|
+
) => void,
|
|
6117
6814
|
/**
|
|
6118
6815
|
* Context object to call the event handler with. Defaults to this `sap.ui.vbm.FeatureCollection` itself
|
|
6119
6816
|
*/
|
|
@@ -6134,7 +6831,9 @@ declare namespace sap {
|
|
|
6134
6831
|
/**
|
|
6135
6832
|
* The function to be called when the event occurs
|
|
6136
6833
|
*/
|
|
6137
|
-
fnFunction: (
|
|
6834
|
+
fnFunction: (
|
|
6835
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$FeatureCollectionContextMenuEventParameters>
|
|
6836
|
+
) => void,
|
|
6138
6837
|
/**
|
|
6139
6838
|
* Context object to call the event handler with. Defaults to this `sap.ui.vbm.FeatureCollection` itself
|
|
6140
6839
|
*/
|
|
@@ -6157,7 +6856,9 @@ declare namespace sap {
|
|
|
6157
6856
|
/**
|
|
6158
6857
|
* The function to be called, when the event occurs
|
|
6159
6858
|
*/
|
|
6160
|
-
fnFunction: (
|
|
6859
|
+
fnFunction: (
|
|
6860
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$FeatureCollectionClickEventParameters>
|
|
6861
|
+
) => void,
|
|
6161
6862
|
/**
|
|
6162
6863
|
* Context object on which the given function had to be called
|
|
6163
6864
|
*/
|
|
@@ -6174,7 +6875,9 @@ declare namespace sap {
|
|
|
6174
6875
|
/**
|
|
6175
6876
|
* The function to be called, when the event occurs
|
|
6176
6877
|
*/
|
|
6177
|
-
fnFunction: (
|
|
6878
|
+
fnFunction: (
|
|
6879
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$FeatureCollectionContextMenuEventParameters>
|
|
6880
|
+
) => void,
|
|
6178
6881
|
/**
|
|
6179
6882
|
* Context object on which the given function had to be called
|
|
6180
6883
|
*/
|
|
@@ -6191,12 +6894,7 @@ declare namespace sap {
|
|
|
6191
6894
|
/**
|
|
6192
6895
|
* Parameters to pass along with the event
|
|
6193
6896
|
*/
|
|
6194
|
-
mParameters?:
|
|
6195
|
-
/**
|
|
6196
|
-
* Id of clicked Feature
|
|
6197
|
-
*/
|
|
6198
|
-
featureId?: string;
|
|
6199
|
-
}
|
|
6897
|
+
mParameters?: sap.ui.vbm.$FeatureCollectionClickEventParameters
|
|
6200
6898
|
): this;
|
|
6201
6899
|
/**
|
|
6202
6900
|
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
@@ -6209,12 +6907,7 @@ declare namespace sap {
|
|
|
6209
6907
|
/**
|
|
6210
6908
|
* Parameters to pass along with the event
|
|
6211
6909
|
*/
|
|
6212
|
-
mParameters?:
|
|
6213
|
-
/**
|
|
6214
|
-
* Id of clicked Feature
|
|
6215
|
-
*/
|
|
6216
|
-
featureId?: string;
|
|
6217
|
-
}
|
|
6910
|
+
mParameters?: sap.ui.vbm.$FeatureCollectionContextMenuEventParameters
|
|
6218
6911
|
): this;
|
|
6219
6912
|
/**
|
|
6220
6913
|
* Returns Properties for Features like name, bounding box, and midpoint
|
|
@@ -6794,7 +7487,9 @@ declare namespace sap {
|
|
|
6794
7487
|
/**
|
|
6795
7488
|
* The function to be called when the event occurs
|
|
6796
7489
|
*/
|
|
6797
|
-
fnFunction: (
|
|
7490
|
+
fnFunction: (
|
|
7491
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$GeoJsonLayerClickEventParameters>
|
|
7492
|
+
) => void,
|
|
6798
7493
|
/**
|
|
6799
7494
|
* Context object to call the event handler with. Defaults to this `sap.ui.vbm.GeoJsonLayer` itself
|
|
6800
7495
|
*/
|
|
@@ -6815,7 +7510,9 @@ declare namespace sap {
|
|
|
6815
7510
|
/**
|
|
6816
7511
|
* The function to be called when the event occurs
|
|
6817
7512
|
*/
|
|
6818
|
-
fnFunction: (
|
|
7513
|
+
fnFunction: (
|
|
7514
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$GeoJsonLayerClickEventParameters>
|
|
7515
|
+
) => void,
|
|
6819
7516
|
/**
|
|
6820
7517
|
* Context object to call the event handler with. Defaults to this `sap.ui.vbm.GeoJsonLayer` itself
|
|
6821
7518
|
*/
|
|
@@ -6841,7 +7538,9 @@ declare namespace sap {
|
|
|
6841
7538
|
/**
|
|
6842
7539
|
* The function to be called when the event occurs
|
|
6843
7540
|
*/
|
|
6844
|
-
fnFunction: (
|
|
7541
|
+
fnFunction: (
|
|
7542
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$GeoJsonLayerContextMenuEventParameters>
|
|
7543
|
+
) => void,
|
|
6845
7544
|
/**
|
|
6846
7545
|
* Context object to call the event handler with. Defaults to this `sap.ui.vbm.GeoJsonLayer` itself
|
|
6847
7546
|
*/
|
|
@@ -6862,7 +7561,9 @@ declare namespace sap {
|
|
|
6862
7561
|
/**
|
|
6863
7562
|
* The function to be called when the event occurs
|
|
6864
7563
|
*/
|
|
6865
|
-
fnFunction: (
|
|
7564
|
+
fnFunction: (
|
|
7565
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$GeoJsonLayerContextMenuEventParameters>
|
|
7566
|
+
) => void,
|
|
6866
7567
|
/**
|
|
6867
7568
|
* Context object to call the event handler with. Defaults to this `sap.ui.vbm.GeoJsonLayer` itself
|
|
6868
7569
|
*/
|
|
@@ -6885,7 +7586,9 @@ declare namespace sap {
|
|
|
6885
7586
|
/**
|
|
6886
7587
|
* The function to be called, when the event occurs
|
|
6887
7588
|
*/
|
|
6888
|
-
fnFunction: (
|
|
7589
|
+
fnFunction: (
|
|
7590
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$GeoJsonLayerClickEventParameters>
|
|
7591
|
+
) => void,
|
|
6889
7592
|
/**
|
|
6890
7593
|
* Context object on which the given function had to be called
|
|
6891
7594
|
*/
|
|
@@ -6902,7 +7605,9 @@ declare namespace sap {
|
|
|
6902
7605
|
/**
|
|
6903
7606
|
* The function to be called, when the event occurs
|
|
6904
7607
|
*/
|
|
6905
|
-
fnFunction: (
|
|
7608
|
+
fnFunction: (
|
|
7609
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$GeoJsonLayerContextMenuEventParameters>
|
|
7610
|
+
) => void,
|
|
6906
7611
|
/**
|
|
6907
7612
|
* Context object on which the given function had to be called
|
|
6908
7613
|
*/
|
|
@@ -6919,12 +7624,7 @@ declare namespace sap {
|
|
|
6919
7624
|
/**
|
|
6920
7625
|
* Parameters to pass along with the event
|
|
6921
7626
|
*/
|
|
6922
|
-
mParameters?:
|
|
6923
|
-
/**
|
|
6924
|
-
* Id of clicked Feature
|
|
6925
|
-
*/
|
|
6926
|
-
featureId?: string;
|
|
6927
|
-
}
|
|
7627
|
+
mParameters?: sap.ui.vbm.$GeoJsonLayerClickEventParameters
|
|
6928
7628
|
): this;
|
|
6929
7629
|
/**
|
|
6930
7630
|
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
@@ -6937,17 +7637,12 @@ declare namespace sap {
|
|
|
6937
7637
|
/**
|
|
6938
7638
|
* Parameters to pass along with the event
|
|
6939
7639
|
*/
|
|
6940
|
-
mParameters?:
|
|
6941
|
-
/**
|
|
6942
|
-
* Id of clicked Feature
|
|
6943
|
-
*/
|
|
6944
|
-
featureId?: string;
|
|
6945
|
-
}
|
|
7640
|
+
mParameters?: sap.ui.vbm.$GeoJsonLayerContextMenuEventParameters
|
|
6946
7641
|
): this;
|
|
6947
7642
|
/**
|
|
6948
7643
|
* Gets current value of property {@link #getData data}.
|
|
6949
7644
|
*
|
|
6950
|
-
* GeoJSON object according to the {@link http://geojson.org/geojson-spec.html#geojson-objects|specification}
|
|
7645
|
+
* GeoJSON object according to the {@link http://geojson.org/geojson-spec.html#geojson-objects|specification }
|
|
6951
7646
|
* or array of such objects
|
|
6952
7647
|
*
|
|
6953
7648
|
* @returns Value of property `data`
|
|
@@ -7100,7 +7795,7 @@ declare namespace sap {
|
|
|
7100
7795
|
/**
|
|
7101
7796
|
* Sets a new value for property {@link #getData data}.
|
|
7102
7797
|
*
|
|
7103
|
-
* GeoJSON object according to the {@link http://geojson.org/geojson-spec.html#geojson-objects|specification}
|
|
7798
|
+
* GeoJSON object according to the {@link http://geojson.org/geojson-spec.html#geojson-objects|specification }
|
|
7104
7799
|
* or array of such objects
|
|
7105
7800
|
*
|
|
7106
7801
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
@@ -7332,7 +8027,9 @@ declare namespace sap {
|
|
|
7332
8027
|
/**
|
|
7333
8028
|
* The function to be called when the event occurs
|
|
7334
8029
|
*/
|
|
7335
|
-
fnFunction: (
|
|
8030
|
+
fnFunction: (
|
|
8031
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$GeoMapCenterChangedEventParameters>
|
|
8032
|
+
) => void,
|
|
7336
8033
|
/**
|
|
7337
8034
|
* Context object to call the event handler with. Defaults to this `sap.ui.vbm.GeoMap` itself
|
|
7338
8035
|
*/
|
|
@@ -7352,7 +8049,9 @@ declare namespace sap {
|
|
|
7352
8049
|
/**
|
|
7353
8050
|
* The function to be called when the event occurs
|
|
7354
8051
|
*/
|
|
7355
|
-
fnFunction: (
|
|
8052
|
+
fnFunction: (
|
|
8053
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$GeoMapCenterChangedEventParameters>
|
|
8054
|
+
) => void,
|
|
7356
8055
|
/**
|
|
7357
8056
|
* Context object to call the event handler with. Defaults to this `sap.ui.vbm.GeoMap` itself
|
|
7358
8057
|
*/
|
|
@@ -7377,7 +8076,9 @@ declare namespace sap {
|
|
|
7377
8076
|
/**
|
|
7378
8077
|
* The function to be called when the event occurs
|
|
7379
8078
|
*/
|
|
7380
|
-
fnFunction: (
|
|
8079
|
+
fnFunction: (
|
|
8080
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$GeoMapClickEventParameters>
|
|
8081
|
+
) => void,
|
|
7381
8082
|
/**
|
|
7382
8083
|
* Context object to call the event handler with. Defaults to this `sap.ui.vbm.GeoMap` itself
|
|
7383
8084
|
*/
|
|
@@ -7397,7 +8098,9 @@ declare namespace sap {
|
|
|
7397
8098
|
/**
|
|
7398
8099
|
* The function to be called when the event occurs
|
|
7399
8100
|
*/
|
|
7400
|
-
fnFunction: (
|
|
8101
|
+
fnFunction: (
|
|
8102
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$GeoMapClickEventParameters>
|
|
8103
|
+
) => void,
|
|
7401
8104
|
/**
|
|
7402
8105
|
* Context object to call the event handler with. Defaults to this `sap.ui.vbm.GeoMap` itself
|
|
7403
8106
|
*/
|
|
@@ -7422,7 +8125,9 @@ declare namespace sap {
|
|
|
7422
8125
|
/**
|
|
7423
8126
|
* The function to be called when the event occurs
|
|
7424
8127
|
*/
|
|
7425
|
-
fnFunction: (
|
|
8128
|
+
fnFunction: (
|
|
8129
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$GeoMapContextMenuEventParameters>
|
|
8130
|
+
) => void,
|
|
7426
8131
|
/**
|
|
7427
8132
|
* Context object to call the event handler with. Defaults to this `sap.ui.vbm.GeoMap` itself
|
|
7428
8133
|
*/
|
|
@@ -7442,7 +8147,9 @@ declare namespace sap {
|
|
|
7442
8147
|
/**
|
|
7443
8148
|
* The function to be called when the event occurs
|
|
7444
8149
|
*/
|
|
7445
|
-
fnFunction: (
|
|
8150
|
+
fnFunction: (
|
|
8151
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$GeoMapContextMenuEventParameters>
|
|
8152
|
+
) => void,
|
|
7446
8153
|
/**
|
|
7447
8154
|
* Context object to call the event handler with. Defaults to this `sap.ui.vbm.GeoMap` itself
|
|
7448
8155
|
*/
|
|
@@ -7467,7 +8174,9 @@ declare namespace sap {
|
|
|
7467
8174
|
/**
|
|
7468
8175
|
* The function to be called when the event occurs
|
|
7469
8176
|
*/
|
|
7470
|
-
fnFunction: (
|
|
8177
|
+
fnFunction: (
|
|
8178
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$GeoMapDropEventParameters>
|
|
8179
|
+
) => void,
|
|
7471
8180
|
/**
|
|
7472
8181
|
* Context object to call the event handler with. Defaults to this `sap.ui.vbm.GeoMap` itself
|
|
7473
8182
|
*/
|
|
@@ -7487,7 +8196,9 @@ declare namespace sap {
|
|
|
7487
8196
|
/**
|
|
7488
8197
|
* The function to be called when the event occurs
|
|
7489
8198
|
*/
|
|
7490
|
-
fnFunction: (
|
|
8199
|
+
fnFunction: (
|
|
8200
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$GeoMapDropEventParameters>
|
|
8201
|
+
) => void,
|
|
7491
8202
|
/**
|
|
7492
8203
|
* Context object to call the event handler with. Defaults to this `sap.ui.vbm.GeoMap` itself
|
|
7493
8204
|
*/
|
|
@@ -7512,7 +8223,9 @@ declare namespace sap {
|
|
|
7512
8223
|
/**
|
|
7513
8224
|
* The function to be called when the event occurs
|
|
7514
8225
|
*/
|
|
7515
|
-
fnFunction: (
|
|
8226
|
+
fnFunction: (
|
|
8227
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$GeoMapKeyDownEventParameters>
|
|
8228
|
+
) => void,
|
|
7516
8229
|
/**
|
|
7517
8230
|
* Context object to call the event handler with. Defaults to this `sap.ui.vbm.GeoMap` itself
|
|
7518
8231
|
*/
|
|
@@ -7532,7 +8245,9 @@ declare namespace sap {
|
|
|
7532
8245
|
/**
|
|
7533
8246
|
* The function to be called when the event occurs
|
|
7534
8247
|
*/
|
|
7535
|
-
fnFunction: (
|
|
8248
|
+
fnFunction: (
|
|
8249
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$GeoMapKeyDownEventParameters>
|
|
8250
|
+
) => void,
|
|
7536
8251
|
/**
|
|
7537
8252
|
* Context object to call the event handler with. Defaults to this `sap.ui.vbm.GeoMap` itself
|
|
7538
8253
|
*/
|
|
@@ -7557,7 +8272,9 @@ declare namespace sap {
|
|
|
7557
8272
|
/**
|
|
7558
8273
|
* The function to be called when the event occurs
|
|
7559
8274
|
*/
|
|
7560
|
-
fnFunction: (
|
|
8275
|
+
fnFunction: (
|
|
8276
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$GeoMapKeyPressEventParameters>
|
|
8277
|
+
) => void,
|
|
7561
8278
|
/**
|
|
7562
8279
|
* Context object to call the event handler with. Defaults to this `sap.ui.vbm.GeoMap` itself
|
|
7563
8280
|
*/
|
|
@@ -7577,7 +8294,9 @@ declare namespace sap {
|
|
|
7577
8294
|
/**
|
|
7578
8295
|
* The function to be called when the event occurs
|
|
7579
8296
|
*/
|
|
7580
|
-
fnFunction: (
|
|
8297
|
+
fnFunction: (
|
|
8298
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$GeoMapKeyPressEventParameters>
|
|
8299
|
+
) => void,
|
|
7581
8300
|
/**
|
|
7582
8301
|
* Context object to call the event handler with. Defaults to this `sap.ui.vbm.GeoMap` itself
|
|
7583
8302
|
*/
|
|
@@ -7602,7 +8321,9 @@ declare namespace sap {
|
|
|
7602
8321
|
/**
|
|
7603
8322
|
* The function to be called when the event occurs
|
|
7604
8323
|
*/
|
|
7605
|
-
fnFunction: (
|
|
8324
|
+
fnFunction: (
|
|
8325
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$GeoMapKeyUpEventParameters>
|
|
8326
|
+
) => void,
|
|
7606
8327
|
/**
|
|
7607
8328
|
* Context object to call the event handler with. Defaults to this `sap.ui.vbm.GeoMap` itself
|
|
7608
8329
|
*/
|
|
@@ -7622,7 +8343,9 @@ declare namespace sap {
|
|
|
7622
8343
|
/**
|
|
7623
8344
|
* The function to be called when the event occurs
|
|
7624
8345
|
*/
|
|
7625
|
-
fnFunction: (
|
|
8346
|
+
fnFunction: (
|
|
8347
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$GeoMapKeyUpEventParameters>
|
|
8348
|
+
) => void,
|
|
7626
8349
|
/**
|
|
7627
8350
|
* Context object to call the event handler with. Defaults to this `sap.ui.vbm.GeoMap` itself
|
|
7628
8351
|
*/
|
|
@@ -7692,7 +8415,9 @@ declare namespace sap {
|
|
|
7692
8415
|
/**
|
|
7693
8416
|
* The function to be called when the event occurs
|
|
7694
8417
|
*/
|
|
7695
|
-
fnFunction: (
|
|
8418
|
+
fnFunction: (
|
|
8419
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$GeoMapZoomChangedEventParameters>
|
|
8420
|
+
) => void,
|
|
7696
8421
|
/**
|
|
7697
8422
|
* Context object to call the event handler with. Defaults to this `sap.ui.vbm.GeoMap` itself
|
|
7698
8423
|
*/
|
|
@@ -7712,7 +8437,9 @@ declare namespace sap {
|
|
|
7712
8437
|
/**
|
|
7713
8438
|
* The function to be called when the event occurs
|
|
7714
8439
|
*/
|
|
7715
|
-
fnFunction: (
|
|
8440
|
+
fnFunction: (
|
|
8441
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$GeoMapZoomChangedEventParameters>
|
|
8442
|
+
) => void,
|
|
7716
8443
|
/**
|
|
7717
8444
|
* Context object to call the event handler with. Defaults to this `sap.ui.vbm.GeoMap` itself
|
|
7718
8445
|
*/
|
|
@@ -7773,7 +8500,9 @@ declare namespace sap {
|
|
|
7773
8500
|
/**
|
|
7774
8501
|
* The function to be called, when the event occurs
|
|
7775
8502
|
*/
|
|
7776
|
-
fnFunction: (
|
|
8503
|
+
fnFunction: (
|
|
8504
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$GeoMapCenterChangedEventParameters>
|
|
8505
|
+
) => void,
|
|
7777
8506
|
/**
|
|
7778
8507
|
* Context object on which the given function had to be called
|
|
7779
8508
|
*/
|
|
@@ -7790,7 +8519,9 @@ declare namespace sap {
|
|
|
7790
8519
|
/**
|
|
7791
8520
|
* The function to be called, when the event occurs
|
|
7792
8521
|
*/
|
|
7793
|
-
fnFunction: (
|
|
8522
|
+
fnFunction: (
|
|
8523
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$GeoMapClickEventParameters>
|
|
8524
|
+
) => void,
|
|
7794
8525
|
/**
|
|
7795
8526
|
* Context object on which the given function had to be called
|
|
7796
8527
|
*/
|
|
@@ -7807,7 +8538,9 @@ declare namespace sap {
|
|
|
7807
8538
|
/**
|
|
7808
8539
|
* The function to be called, when the event occurs
|
|
7809
8540
|
*/
|
|
7810
|
-
fnFunction: (
|
|
8541
|
+
fnFunction: (
|
|
8542
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$GeoMapContextMenuEventParameters>
|
|
8543
|
+
) => void,
|
|
7811
8544
|
/**
|
|
7812
8545
|
* Context object on which the given function had to be called
|
|
7813
8546
|
*/
|
|
@@ -7824,7 +8557,9 @@ declare namespace sap {
|
|
|
7824
8557
|
/**
|
|
7825
8558
|
* The function to be called, when the event occurs
|
|
7826
8559
|
*/
|
|
7827
|
-
fnFunction: (
|
|
8560
|
+
fnFunction: (
|
|
8561
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$GeoMapDropEventParameters>
|
|
8562
|
+
) => void,
|
|
7828
8563
|
/**
|
|
7829
8564
|
* Context object on which the given function had to be called
|
|
7830
8565
|
*/
|
|
@@ -7841,7 +8576,9 @@ declare namespace sap {
|
|
|
7841
8576
|
/**
|
|
7842
8577
|
* The function to be called, when the event occurs
|
|
7843
8578
|
*/
|
|
7844
|
-
fnFunction: (
|
|
8579
|
+
fnFunction: (
|
|
8580
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$GeoMapKeyDownEventParameters>
|
|
8581
|
+
) => void,
|
|
7845
8582
|
/**
|
|
7846
8583
|
* Context object on which the given function had to be called
|
|
7847
8584
|
*/
|
|
@@ -7858,7 +8595,9 @@ declare namespace sap {
|
|
|
7858
8595
|
/**
|
|
7859
8596
|
* The function to be called, when the event occurs
|
|
7860
8597
|
*/
|
|
7861
|
-
fnFunction: (
|
|
8598
|
+
fnFunction: (
|
|
8599
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$GeoMapKeyPressEventParameters>
|
|
8600
|
+
) => void,
|
|
7862
8601
|
/**
|
|
7863
8602
|
* Context object on which the given function had to be called
|
|
7864
8603
|
*/
|
|
@@ -7875,7 +8614,9 @@ declare namespace sap {
|
|
|
7875
8614
|
/**
|
|
7876
8615
|
* The function to be called, when the event occurs
|
|
7877
8616
|
*/
|
|
7878
|
-
fnFunction: (
|
|
8617
|
+
fnFunction: (
|
|
8618
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$GeoMapKeyUpEventParameters>
|
|
8619
|
+
) => void,
|
|
7879
8620
|
/**
|
|
7880
8621
|
* Context object on which the given function had to be called
|
|
7881
8622
|
*/
|
|
@@ -7909,7 +8650,9 @@ declare namespace sap {
|
|
|
7909
8650
|
/**
|
|
7910
8651
|
* The function to be called, when the event occurs
|
|
7911
8652
|
*/
|
|
7912
|
-
fnFunction: (
|
|
8653
|
+
fnFunction: (
|
|
8654
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$GeoMapZoomChangedEventParameters>
|
|
8655
|
+
) => void,
|
|
7913
8656
|
/**
|
|
7914
8657
|
* Context object on which the given function had to be called
|
|
7915
8658
|
*/
|
|
@@ -7926,20 +8669,7 @@ declare namespace sap {
|
|
|
7926
8669
|
/**
|
|
7927
8670
|
* Parameters to pass along with the event
|
|
7928
8671
|
*/
|
|
7929
|
-
mParameters?:
|
|
7930
|
-
/**
|
|
7931
|
-
* Center point of the map. Format : Lon;Lat;0.0.
|
|
7932
|
-
*/
|
|
7933
|
-
centerPoint?: string;
|
|
7934
|
-
/**
|
|
7935
|
-
* Viewport bounding box's upperLeft and lowerRight coordinates. Format : Lon;Lat;0.0.
|
|
7936
|
-
*/
|
|
7937
|
-
viewportBB?: object;
|
|
7938
|
-
/**
|
|
7939
|
-
* Level of detail.
|
|
7940
|
-
*/
|
|
7941
|
-
zoomLevel?: int;
|
|
7942
|
-
}
|
|
8672
|
+
mParameters?: sap.ui.vbm.$GeoMapCenterChangedEventParameters
|
|
7943
8673
|
): this;
|
|
7944
8674
|
/**
|
|
7945
8675
|
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
@@ -7952,12 +8682,7 @@ declare namespace sap {
|
|
|
7952
8682
|
/**
|
|
7953
8683
|
* Parameters to pass along with the event
|
|
7954
8684
|
*/
|
|
7955
|
-
mParameters?:
|
|
7956
|
-
/**
|
|
7957
|
-
* Geo coordinates in format "<longitude>;<latitude>;0"
|
|
7958
|
-
*/
|
|
7959
|
-
pos?: string;
|
|
7960
|
-
}
|
|
8685
|
+
mParameters?: sap.ui.vbm.$GeoMapClickEventParameters
|
|
7961
8686
|
): this;
|
|
7962
8687
|
/**
|
|
7963
8688
|
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
@@ -7970,20 +8695,7 @@ declare namespace sap {
|
|
|
7970
8695
|
/**
|
|
7971
8696
|
* Parameters to pass along with the event
|
|
7972
8697
|
*/
|
|
7973
|
-
mParameters?:
|
|
7974
|
-
/**
|
|
7975
|
-
* Client coordinate X
|
|
7976
|
-
*/
|
|
7977
|
-
clientX?: int;
|
|
7978
|
-
/**
|
|
7979
|
-
* Client coordinate Y
|
|
7980
|
-
*/
|
|
7981
|
-
clientY?: int;
|
|
7982
|
-
/**
|
|
7983
|
-
* Geo coordinates in format "<longitude>;<latitude>;0"
|
|
7984
|
-
*/
|
|
7985
|
-
pos?: string;
|
|
7986
|
-
}
|
|
8698
|
+
mParameters?: sap.ui.vbm.$GeoMapContextMenuEventParameters
|
|
7987
8699
|
): this;
|
|
7988
8700
|
/**
|
|
7989
8701
|
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
@@ -7996,50 +8708,20 @@ declare namespace sap {
|
|
|
7996
8708
|
/**
|
|
7997
8709
|
* Parameters to pass along with the event
|
|
7998
8710
|
*/
|
|
7999
|
-
mParameters?:
|
|
8000
|
-
/**
|
|
8001
|
-
* Geo coordinates in format "<longitude>;<latitude>;0"
|
|
8002
|
-
*/
|
|
8003
|
-
pos?: string;
|
|
8004
|
-
}
|
|
8711
|
+
mParameters?: sap.ui.vbm.$GeoMapDropEventParameters
|
|
8005
8712
|
): this;
|
|
8006
8713
|
/**
|
|
8007
8714
|
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
8008
8715
|
*
|
|
8009
|
-
* Fires event {@link #event:keyDown keyDown} to attached listeners.
|
|
8010
|
-
*
|
|
8011
|
-
* @returns Reference to `this` in order to allow method chaining
|
|
8012
|
-
*/
|
|
8013
|
-
fireKeyDown(
|
|
8014
|
-
/**
|
|
8015
|
-
* Parameters to pass along with the event
|
|
8016
|
-
*/
|
|
8017
|
-
mParameters?:
|
|
8018
|
-
/**
|
|
8019
|
-
* Key value of the key
|
|
8020
|
-
*/
|
|
8021
|
-
key?: string;
|
|
8022
|
-
/**
|
|
8023
|
-
* Code value of the key
|
|
8024
|
-
*/
|
|
8025
|
-
code?: int;
|
|
8026
|
-
/**
|
|
8027
|
-
* Shift key modifier state
|
|
8028
|
-
*/
|
|
8029
|
-
shift?: boolean;
|
|
8030
|
-
/**
|
|
8031
|
-
* Ctrl key modifier state
|
|
8032
|
-
*/
|
|
8033
|
-
ctrl?: boolean;
|
|
8034
|
-
/**
|
|
8035
|
-
* Alt key modifier state
|
|
8036
|
-
*/
|
|
8037
|
-
alt?: boolean;
|
|
8038
|
-
/**
|
|
8039
|
-
* Meta key modifier state
|
|
8040
|
-
*/
|
|
8041
|
-
meta?: boolean;
|
|
8042
|
-
}
|
|
8716
|
+
* Fires event {@link #event:keyDown keyDown} to attached listeners.
|
|
8717
|
+
*
|
|
8718
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
8719
|
+
*/
|
|
8720
|
+
fireKeyDown(
|
|
8721
|
+
/**
|
|
8722
|
+
* Parameters to pass along with the event
|
|
8723
|
+
*/
|
|
8724
|
+
mParameters?: sap.ui.vbm.$GeoMapKeyDownEventParameters
|
|
8043
8725
|
): this;
|
|
8044
8726
|
/**
|
|
8045
8727
|
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
@@ -8052,32 +8734,7 @@ declare namespace sap {
|
|
|
8052
8734
|
/**
|
|
8053
8735
|
* Parameters to pass along with the event
|
|
8054
8736
|
*/
|
|
8055
|
-
mParameters?:
|
|
8056
|
-
/**
|
|
8057
|
-
* Key value of the key
|
|
8058
|
-
*/
|
|
8059
|
-
key?: string;
|
|
8060
|
-
/**
|
|
8061
|
-
* Code value of the key
|
|
8062
|
-
*/
|
|
8063
|
-
code?: int;
|
|
8064
|
-
/**
|
|
8065
|
-
* Shift key modifier state
|
|
8066
|
-
*/
|
|
8067
|
-
shift?: boolean;
|
|
8068
|
-
/**
|
|
8069
|
-
* Ctrl key modifier state
|
|
8070
|
-
*/
|
|
8071
|
-
ctrl?: boolean;
|
|
8072
|
-
/**
|
|
8073
|
-
* Alt key modifier state
|
|
8074
|
-
*/
|
|
8075
|
-
alt?: boolean;
|
|
8076
|
-
/**
|
|
8077
|
-
* Meta key modifier state
|
|
8078
|
-
*/
|
|
8079
|
-
meta?: boolean;
|
|
8080
|
-
}
|
|
8737
|
+
mParameters?: sap.ui.vbm.$GeoMapKeyPressEventParameters
|
|
8081
8738
|
): this;
|
|
8082
8739
|
/**
|
|
8083
8740
|
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
@@ -8090,32 +8747,7 @@ declare namespace sap {
|
|
|
8090
8747
|
/**
|
|
8091
8748
|
* Parameters to pass along with the event
|
|
8092
8749
|
*/
|
|
8093
|
-
mParameters?:
|
|
8094
|
-
/**
|
|
8095
|
-
* Key value of the key
|
|
8096
|
-
*/
|
|
8097
|
-
key?: string;
|
|
8098
|
-
/**
|
|
8099
|
-
* Code value of the key
|
|
8100
|
-
*/
|
|
8101
|
-
code?: int;
|
|
8102
|
-
/**
|
|
8103
|
-
* Shift key modifier state
|
|
8104
|
-
*/
|
|
8105
|
-
shift?: boolean;
|
|
8106
|
-
/**
|
|
8107
|
-
* Ctrl key modifier state
|
|
8108
|
-
*/
|
|
8109
|
-
ctrl?: boolean;
|
|
8110
|
-
/**
|
|
8111
|
-
* Alt key modifier state
|
|
8112
|
-
*/
|
|
8113
|
-
alt?: boolean;
|
|
8114
|
-
/**
|
|
8115
|
-
* Meta key modifier state
|
|
8116
|
-
*/
|
|
8117
|
-
meta?: boolean;
|
|
8118
|
-
}
|
|
8750
|
+
mParameters?: sap.ui.vbm.$GeoMapKeyUpEventParameters
|
|
8119
8751
|
): this;
|
|
8120
8752
|
/**
|
|
8121
8753
|
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
@@ -8141,20 +8773,7 @@ declare namespace sap {
|
|
|
8141
8773
|
/**
|
|
8142
8774
|
* Parameters to pass along with the event
|
|
8143
8775
|
*/
|
|
8144
|
-
mParameters?:
|
|
8145
|
-
/**
|
|
8146
|
-
* Center point of the map. Format : Lon;Lat;0.0.
|
|
8147
|
-
*/
|
|
8148
|
-
centerPoint?: string;
|
|
8149
|
-
/**
|
|
8150
|
-
* Viewport bounding box's upperLeft and lowerRight coordinates. Format : Lon;Lat;0.0.
|
|
8151
|
-
*/
|
|
8152
|
-
viewportBB?: object;
|
|
8153
|
-
/**
|
|
8154
|
-
* Level of detail.
|
|
8155
|
-
*/
|
|
8156
|
-
zoomLevel?: int;
|
|
8157
|
-
}
|
|
8776
|
+
mParameters?: sap.ui.vbm.$GeoMapZoomChangedEventParameters
|
|
8158
8777
|
): this;
|
|
8159
8778
|
/**
|
|
8160
8779
|
* Retrieves the center position of the current map.
|
|
@@ -8392,8 +9011,8 @@ declare namespace sap {
|
|
|
8392
9011
|
* @deprecated (since 1.31) - This aggregation should not longer be used. Its functionality has been replaced
|
|
8393
9012
|
* by the more generic`geoJsonLayers` aggregation.
|
|
8394
9013
|
*
|
|
8395
|
-
* Checks for the provided `sap.ui.vbm.FeatureCollection` in the aggregation {@link #getFeatureCollections
|
|
8396
|
-
*
|
|
9014
|
+
* Checks for the provided `sap.ui.vbm.FeatureCollection` in the aggregation {@link #getFeatureCollections featureCollections}.
|
|
9015
|
+
* and returns its index if found or -1 otherwise.
|
|
8397
9016
|
*
|
|
8398
9017
|
* @returns The index of the provided control in the aggregation if found, or -1 otherwise
|
|
8399
9018
|
*/
|
|
@@ -9553,7 +10172,9 @@ declare namespace sap {
|
|
|
9553
10172
|
/**
|
|
9554
10173
|
* The function to be called when the event occurs
|
|
9555
10174
|
*/
|
|
9556
|
-
fnFunction: (
|
|
10175
|
+
fnFunction: (
|
|
10176
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$LegendClickEventParameters>
|
|
10177
|
+
) => void,
|
|
9557
10178
|
/**
|
|
9558
10179
|
* Context object to call the event handler with. Defaults to this `sap.ui.vbm.Legend` itself
|
|
9559
10180
|
*/
|
|
@@ -9573,7 +10194,9 @@ declare namespace sap {
|
|
|
9573
10194
|
/**
|
|
9574
10195
|
* The function to be called when the event occurs
|
|
9575
10196
|
*/
|
|
9576
|
-
fnFunction: (
|
|
10197
|
+
fnFunction: (
|
|
10198
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$LegendClickEventParameters>
|
|
10199
|
+
) => void,
|
|
9577
10200
|
/**
|
|
9578
10201
|
* Context object to call the event handler with. Defaults to this `sap.ui.vbm.Legend` itself
|
|
9579
10202
|
*/
|
|
@@ -9596,7 +10219,9 @@ declare namespace sap {
|
|
|
9596
10219
|
/**
|
|
9597
10220
|
* The function to be called, when the event occurs
|
|
9598
10221
|
*/
|
|
9599
|
-
fnFunction: (
|
|
10222
|
+
fnFunction: (
|
|
10223
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$LegendClickEventParameters>
|
|
10224
|
+
) => void,
|
|
9600
10225
|
/**
|
|
9601
10226
|
* Context object on which the given function had to be called
|
|
9602
10227
|
*/
|
|
@@ -9613,32 +10238,7 @@ declare namespace sap {
|
|
|
9613
10238
|
/**
|
|
9614
10239
|
* Parameters to pass along with the event
|
|
9615
10240
|
*/
|
|
9616
|
-
mParameters?:
|
|
9617
|
-
/**
|
|
9618
|
-
* Event data object
|
|
9619
|
-
*/
|
|
9620
|
-
data?: object;
|
|
9621
|
-
/**
|
|
9622
|
-
* The row number where the click occurred
|
|
9623
|
-
*/
|
|
9624
|
-
row?: int;
|
|
9625
|
-
/**
|
|
9626
|
-
* key modifier Ctrl pressed
|
|
9627
|
-
*/
|
|
9628
|
-
ctrlKey?: boolean;
|
|
9629
|
-
/**
|
|
9630
|
-
* key modifier Shift pressed
|
|
9631
|
-
*/
|
|
9632
|
-
shiftKey?: boolean;
|
|
9633
|
-
/**
|
|
9634
|
-
* key modifier Meta pressed
|
|
9635
|
-
*/
|
|
9636
|
-
metaKey?: boolean;
|
|
9637
|
-
/**
|
|
9638
|
-
* key modifier Alt pressed
|
|
9639
|
-
*/
|
|
9640
|
-
altKey?: boolean;
|
|
9641
|
-
}
|
|
10241
|
+
mParameters?: sap.ui.vbm.$LegendClickEventParameters
|
|
9642
10242
|
): this;
|
|
9643
10243
|
/**
|
|
9644
10244
|
* Gets current value of property {@link #getCaption caption}.
|
|
@@ -9807,7 +10407,9 @@ declare namespace sap {
|
|
|
9807
10407
|
/**
|
|
9808
10408
|
* The function to be called when the event occurs
|
|
9809
10409
|
*/
|
|
9810
|
-
fnFunction: (
|
|
10410
|
+
fnFunction: (
|
|
10411
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$LegendItemClickEventParameters>
|
|
10412
|
+
) => void,
|
|
9811
10413
|
/**
|
|
9812
10414
|
* Context object to call the event handler with. Defaults to this `sap.ui.vbm.LegendItem` itself
|
|
9813
10415
|
*/
|
|
@@ -9827,7 +10429,9 @@ declare namespace sap {
|
|
|
9827
10429
|
/**
|
|
9828
10430
|
* The function to be called when the event occurs
|
|
9829
10431
|
*/
|
|
9830
|
-
fnFunction: (
|
|
10432
|
+
fnFunction: (
|
|
10433
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$LegendItemClickEventParameters>
|
|
10434
|
+
) => void,
|
|
9831
10435
|
/**
|
|
9832
10436
|
* Context object to call the event handler with. Defaults to this `sap.ui.vbm.LegendItem` itself
|
|
9833
10437
|
*/
|
|
@@ -9844,7 +10448,9 @@ declare namespace sap {
|
|
|
9844
10448
|
/**
|
|
9845
10449
|
* The function to be called, when the event occurs
|
|
9846
10450
|
*/
|
|
9847
|
-
fnFunction: (
|
|
10451
|
+
fnFunction: (
|
|
10452
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$LegendItemClickEventParameters>
|
|
10453
|
+
) => void,
|
|
9848
10454
|
/**
|
|
9849
10455
|
* Context object on which the given function had to be called
|
|
9850
10456
|
*/
|
|
@@ -9861,28 +10467,7 @@ declare namespace sap {
|
|
|
9861
10467
|
/**
|
|
9862
10468
|
* Parameters to pass along with the event
|
|
9863
10469
|
*/
|
|
9864
|
-
mParameters?:
|
|
9865
|
-
/**
|
|
9866
|
-
* Event data object
|
|
9867
|
-
*/
|
|
9868
|
-
data?: object;
|
|
9869
|
-
/**
|
|
9870
|
-
* key modifier Ctrl pressed
|
|
9871
|
-
*/
|
|
9872
|
-
ctrlKey?: boolean;
|
|
9873
|
-
/**
|
|
9874
|
-
* key modifier Shift pressed
|
|
9875
|
-
*/
|
|
9876
|
-
shiftKey?: boolean;
|
|
9877
|
-
/**
|
|
9878
|
-
* key modifier Meta pressed
|
|
9879
|
-
*/
|
|
9880
|
-
metaKey?: boolean;
|
|
9881
|
-
/**
|
|
9882
|
-
* key modifier Alt pressed
|
|
9883
|
-
*/
|
|
9884
|
-
altKey?: boolean;
|
|
9885
|
-
}
|
|
10470
|
+
mParameters?: sap.ui.vbm.$LegendItemClickEventParameters
|
|
9886
10471
|
): this;
|
|
9887
10472
|
/**
|
|
9888
10473
|
* Gets current value of property {@link #getColor color}.
|
|
@@ -10667,7 +11252,9 @@ declare namespace sap {
|
|
|
10667
11252
|
/**
|
|
10668
11253
|
* The function to be called when the event occurs
|
|
10669
11254
|
*/
|
|
10670
|
-
fnFunction: (
|
|
11255
|
+
fnFunction: (
|
|
11256
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$RegionClickEventParameters>
|
|
11257
|
+
) => void,
|
|
10671
11258
|
/**
|
|
10672
11259
|
* Context object to call the event handler with. Defaults to this `sap.ui.vbm.Region` itself
|
|
10673
11260
|
*/
|
|
@@ -10687,7 +11274,9 @@ declare namespace sap {
|
|
|
10687
11274
|
/**
|
|
10688
11275
|
* The function to be called when the event occurs
|
|
10689
11276
|
*/
|
|
10690
|
-
fnFunction: (
|
|
11277
|
+
fnFunction: (
|
|
11278
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$RegionClickEventParameters>
|
|
11279
|
+
) => void,
|
|
10691
11280
|
/**
|
|
10692
11281
|
* Context object to call the event handler with. Defaults to this `sap.ui.vbm.Region` itself
|
|
10693
11282
|
*/
|
|
@@ -10712,7 +11301,9 @@ declare namespace sap {
|
|
|
10712
11301
|
/**
|
|
10713
11302
|
* The function to be called when the event occurs
|
|
10714
11303
|
*/
|
|
10715
|
-
fnFunction: (
|
|
11304
|
+
fnFunction: (
|
|
11305
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$RegionContextMenuEventParameters>
|
|
11306
|
+
) => void,
|
|
10716
11307
|
/**
|
|
10717
11308
|
* Context object to call the event handler with. Defaults to this `sap.ui.vbm.Region` itself
|
|
10718
11309
|
*/
|
|
@@ -10732,7 +11323,9 @@ declare namespace sap {
|
|
|
10732
11323
|
/**
|
|
10733
11324
|
* The function to be called when the event occurs
|
|
10734
11325
|
*/
|
|
10735
|
-
fnFunction: (
|
|
11326
|
+
fnFunction: (
|
|
11327
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$RegionContextMenuEventParameters>
|
|
11328
|
+
) => void,
|
|
10736
11329
|
/**
|
|
10737
11330
|
* Context object to call the event handler with. Defaults to this `sap.ui.vbm.Region` itself
|
|
10738
11331
|
*/
|
|
@@ -10749,7 +11342,9 @@ declare namespace sap {
|
|
|
10749
11342
|
/**
|
|
10750
11343
|
* The function to be called, when the event occurs
|
|
10751
11344
|
*/
|
|
10752
|
-
fnFunction: (
|
|
11345
|
+
fnFunction: (
|
|
11346
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$RegionClickEventParameters>
|
|
11347
|
+
) => void,
|
|
10753
11348
|
/**
|
|
10754
11349
|
* Context object on which the given function had to be called
|
|
10755
11350
|
*/
|
|
@@ -10766,7 +11361,9 @@ declare namespace sap {
|
|
|
10766
11361
|
/**
|
|
10767
11362
|
* The function to be called, when the event occurs
|
|
10768
11363
|
*/
|
|
10769
|
-
fnFunction: (
|
|
11364
|
+
fnFunction: (
|
|
11365
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$RegionContextMenuEventParameters>
|
|
11366
|
+
) => void,
|
|
10770
11367
|
/**
|
|
10771
11368
|
* Context object on which the given function had to be called
|
|
10772
11369
|
*/
|
|
@@ -10783,12 +11380,7 @@ declare namespace sap {
|
|
|
10783
11380
|
/**
|
|
10784
11381
|
* Parameters to pass along with the event
|
|
10785
11382
|
*/
|
|
10786
|
-
mParameters?:
|
|
10787
|
-
/**
|
|
10788
|
-
* The region code.
|
|
10789
|
-
*/
|
|
10790
|
-
code?: string;
|
|
10791
|
-
}
|
|
11383
|
+
mParameters?: sap.ui.vbm.$RegionClickEventParameters
|
|
10792
11384
|
): this;
|
|
10793
11385
|
/**
|
|
10794
11386
|
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
@@ -10801,12 +11393,7 @@ declare namespace sap {
|
|
|
10801
11393
|
/**
|
|
10802
11394
|
* Parameters to pass along with the event
|
|
10803
11395
|
*/
|
|
10804
|
-
mParameters?:
|
|
10805
|
-
/**
|
|
10806
|
-
* The region code.
|
|
10807
|
-
*/
|
|
10808
|
-
code?: string;
|
|
10809
|
-
}
|
|
11396
|
+
mParameters?: sap.ui.vbm.$RegionContextMenuEventParameters
|
|
10810
11397
|
): this;
|
|
10811
11398
|
/**
|
|
10812
11399
|
* Gets current value of property {@link #getCode code}.
|
|
@@ -12247,10 +12834,10 @@ declare namespace sap {
|
|
|
12247
12834
|
* Specific Visual Object element for a Spot. A Spot is actually an image drawn at the given position.
|
|
12248
12835
|
* There are two modes for using spots:
|
|
12249
12836
|
* - A controlled mode by providing a spot type. In this mode many properties for the spot are automatically
|
|
12250
|
-
*
|
|
12837
|
+
* set by programmed defaults according to the Fiori guidelines.
|
|
12251
12838
|
* - A freestyle mode, providing the full control on colors and layout. Beside the visualization
|
|
12252
|
-
*
|
|
12253
|
-
*
|
|
12839
|
+
* with an image a spot can have an icon or text, which can be controlled and positioned using
|
|
12840
|
+
* the content properties.
|
|
12254
12841
|
* A Spot supports GeoMap internal drag'n drop with fine grained control on matching drag sources and drop
|
|
12255
12842
|
* targets. A drag'n drop operation is possible if any type in the drag source aggregation of the dragged
|
|
12256
12843
|
* visual object matches a type in the drop target aggregation of the target vo. Drag source and drop target
|
|
@@ -13113,7 +13700,7 @@ declare namespace sap {
|
|
|
13113
13700
|
* The main or high level API of the VBI control is made of
|
|
13114
13701
|
* - method load for sending JSON to the control for processing, and
|
|
13115
13702
|
* - event submit returning a result JSON as parameter data containing actual event information
|
|
13116
|
-
*
|
|
13703
|
+
* and changed data. Further the high level API provides the thumbnail support.
|
|
13117
13704
|
* Additionally the control offers a low level API made of several events, like render, zoom, move and
|
|
13118
13705
|
* so on, which allow to render application specific content directly on the controls canvas.
|
|
13119
13706
|
*/
|
|
@@ -13235,7 +13822,9 @@ declare namespace sap {
|
|
|
13235
13822
|
/**
|
|
13236
13823
|
* The function to be called when the event occurs
|
|
13237
13824
|
*/
|
|
13238
|
-
fnFunction: (
|
|
13825
|
+
fnFunction: (
|
|
13826
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$VBIChangeTrackingModeEventParameters>
|
|
13827
|
+
) => void,
|
|
13239
13828
|
/**
|
|
13240
13829
|
* Context object to call the event handler with. Defaults to this `sap.ui.vbm.VBI` itself
|
|
13241
13830
|
*/
|
|
@@ -13256,7 +13845,9 @@ declare namespace sap {
|
|
|
13256
13845
|
/**
|
|
13257
13846
|
* The function to be called when the event occurs
|
|
13258
13847
|
*/
|
|
13259
|
-
fnFunction: (
|
|
13848
|
+
fnFunction: (
|
|
13849
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$VBIChangeTrackingModeEventParameters>
|
|
13850
|
+
) => void,
|
|
13260
13851
|
/**
|
|
13261
13852
|
* Context object to call the event handler with. Defaults to this `sap.ui.vbm.VBI` itself
|
|
13262
13853
|
*/
|
|
@@ -13282,7 +13873,9 @@ declare namespace sap {
|
|
|
13282
13873
|
/**
|
|
13283
13874
|
* The function to be called when the event occurs
|
|
13284
13875
|
*/
|
|
13285
|
-
fnFunction: (
|
|
13876
|
+
fnFunction: (
|
|
13877
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$VBICloseWindowEventParameters>
|
|
13878
|
+
) => void,
|
|
13286
13879
|
/**
|
|
13287
13880
|
* Context object to call the event handler with. Defaults to this `sap.ui.vbm.VBI` itself
|
|
13288
13881
|
*/
|
|
@@ -13303,7 +13896,9 @@ declare namespace sap {
|
|
|
13303
13896
|
/**
|
|
13304
13897
|
* The function to be called when the event occurs
|
|
13305
13898
|
*/
|
|
13306
|
-
fnFunction: (
|
|
13899
|
+
fnFunction: (
|
|
13900
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$VBICloseWindowEventParameters>
|
|
13901
|
+
) => void,
|
|
13307
13902
|
/**
|
|
13308
13903
|
* Context object to call the event handler with. Defaults to this `sap.ui.vbm.VBI` itself
|
|
13309
13904
|
*/
|
|
@@ -13330,7 +13925,9 @@ declare namespace sap {
|
|
|
13330
13925
|
/**
|
|
13331
13926
|
* The function to be called when the event occurs
|
|
13332
13927
|
*/
|
|
13333
|
-
fnFunction: (
|
|
13928
|
+
fnFunction: (
|
|
13929
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$VBIContainerCreatedEventParameters>
|
|
13930
|
+
) => void,
|
|
13334
13931
|
/**
|
|
13335
13932
|
* Context object to call the event handler with. Defaults to this `sap.ui.vbm.VBI` itself
|
|
13336
13933
|
*/
|
|
@@ -13352,7 +13949,9 @@ declare namespace sap {
|
|
|
13352
13949
|
/**
|
|
13353
13950
|
* The function to be called when the event occurs
|
|
13354
13951
|
*/
|
|
13355
|
-
fnFunction: (
|
|
13952
|
+
fnFunction: (
|
|
13953
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$VBIContainerCreatedEventParameters>
|
|
13954
|
+
) => void,
|
|
13356
13955
|
/**
|
|
13357
13956
|
* Context object to call the event handler with. Defaults to this `sap.ui.vbm.VBI` itself
|
|
13358
13957
|
*/
|
|
@@ -13379,7 +13978,9 @@ declare namespace sap {
|
|
|
13379
13978
|
/**
|
|
13380
13979
|
* The function to be called when the event occurs
|
|
13381
13980
|
*/
|
|
13382
|
-
fnFunction: (
|
|
13981
|
+
fnFunction: (
|
|
13982
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$VBIContainerDestroyedEventParameters>
|
|
13983
|
+
) => void,
|
|
13383
13984
|
/**
|
|
13384
13985
|
* Context object to call the event handler with. Defaults to this `sap.ui.vbm.VBI` itself
|
|
13385
13986
|
*/
|
|
@@ -13401,7 +14002,9 @@ declare namespace sap {
|
|
|
13401
14002
|
/**
|
|
13402
14003
|
* The function to be called when the event occurs
|
|
13403
14004
|
*/
|
|
13404
|
-
fnFunction: (
|
|
14005
|
+
fnFunction: (
|
|
14006
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$VBIContainerDestroyedEventParameters>
|
|
14007
|
+
) => void,
|
|
13405
14008
|
/**
|
|
13406
14009
|
* Context object to call the event handler with. Defaults to this `sap.ui.vbm.VBI` itself
|
|
13407
14010
|
*/
|
|
@@ -13426,7 +14029,9 @@ declare namespace sap {
|
|
|
13426
14029
|
/**
|
|
13427
14030
|
* The function to be called when the event occurs
|
|
13428
14031
|
*/
|
|
13429
|
-
fnFunction: (
|
|
14032
|
+
fnFunction: (
|
|
14033
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$VBIMoveEventParameters>
|
|
14034
|
+
) => void,
|
|
13430
14035
|
/**
|
|
13431
14036
|
* Context object to call the event handler with. Defaults to this `sap.ui.vbm.VBI` itself
|
|
13432
14037
|
*/
|
|
@@ -13446,7 +14051,9 @@ declare namespace sap {
|
|
|
13446
14051
|
/**
|
|
13447
14052
|
* The function to be called when the event occurs
|
|
13448
14053
|
*/
|
|
13449
|
-
fnFunction: (
|
|
14054
|
+
fnFunction: (
|
|
14055
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$VBIMoveEventParameters>
|
|
14056
|
+
) => void,
|
|
13450
14057
|
/**
|
|
13451
14058
|
* Context object to call the event handler with. Defaults to this `sap.ui.vbm.VBI` itself
|
|
13452
14059
|
*/
|
|
@@ -13472,7 +14079,9 @@ declare namespace sap {
|
|
|
13472
14079
|
/**
|
|
13473
14080
|
* The function to be called when the event occurs
|
|
13474
14081
|
*/
|
|
13475
|
-
fnFunction: (
|
|
14082
|
+
fnFunction: (
|
|
14083
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$VBIOpenWindowEventParameters>
|
|
14084
|
+
) => void,
|
|
13476
14085
|
/**
|
|
13477
14086
|
* Context object to call the event handler with. Defaults to this `sap.ui.vbm.VBI` itself
|
|
13478
14087
|
*/
|
|
@@ -13493,7 +14102,9 @@ declare namespace sap {
|
|
|
13493
14102
|
/**
|
|
13494
14103
|
* The function to be called when the event occurs
|
|
13495
14104
|
*/
|
|
13496
|
-
fnFunction: (
|
|
14105
|
+
fnFunction: (
|
|
14106
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$VBIOpenWindowEventParameters>
|
|
14107
|
+
) => void,
|
|
13497
14108
|
/**
|
|
13498
14109
|
* Context object to call the event handler with. Defaults to this `sap.ui.vbm.VBI` itself
|
|
13499
14110
|
*/
|
|
@@ -13519,7 +14130,9 @@ declare namespace sap {
|
|
|
13519
14130
|
/**
|
|
13520
14131
|
* The function to be called when the event occurs
|
|
13521
14132
|
*/
|
|
13522
|
-
fnFunction: (
|
|
14133
|
+
fnFunction: (
|
|
14134
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$VBIRenderEventParameters>
|
|
14135
|
+
) => void,
|
|
13523
14136
|
/**
|
|
13524
14137
|
* Context object to call the event handler with. Defaults to this `sap.ui.vbm.VBI` itself
|
|
13525
14138
|
*/
|
|
@@ -13540,7 +14153,9 @@ declare namespace sap {
|
|
|
13540
14153
|
/**
|
|
13541
14154
|
* The function to be called when the event occurs
|
|
13542
14155
|
*/
|
|
13543
|
-
fnFunction: (
|
|
14156
|
+
fnFunction: (
|
|
14157
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$VBIRenderEventParameters>
|
|
14158
|
+
) => void,
|
|
13544
14159
|
/**
|
|
13545
14160
|
* Context object to call the event handler with. Defaults to this `sap.ui.vbm.VBI` itself
|
|
13546
14161
|
*/
|
|
@@ -13565,7 +14180,9 @@ declare namespace sap {
|
|
|
13565
14180
|
/**
|
|
13566
14181
|
* The function to be called when the event occurs
|
|
13567
14182
|
*/
|
|
13568
|
-
fnFunction: (
|
|
14183
|
+
fnFunction: (
|
|
14184
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$VBISubmitEventParameters>
|
|
14185
|
+
) => void,
|
|
13569
14186
|
/**
|
|
13570
14187
|
* Context object to call the event handler with. Defaults to this `sap.ui.vbm.VBI` itself
|
|
13571
14188
|
*/
|
|
@@ -13585,7 +14202,9 @@ declare namespace sap {
|
|
|
13585
14202
|
/**
|
|
13586
14203
|
* The function to be called when the event occurs
|
|
13587
14204
|
*/
|
|
13588
|
-
fnFunction: (
|
|
14205
|
+
fnFunction: (
|
|
14206
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$VBISubmitEventParameters>
|
|
14207
|
+
) => void,
|
|
13589
14208
|
/**
|
|
13590
14209
|
* Context object to call the event handler with. Defaults to this `sap.ui.vbm.VBI` itself
|
|
13591
14210
|
*/
|
|
@@ -13611,7 +14230,9 @@ declare namespace sap {
|
|
|
13611
14230
|
/**
|
|
13612
14231
|
* The function to be called when the event occurs
|
|
13613
14232
|
*/
|
|
13614
|
-
fnFunction: (
|
|
14233
|
+
fnFunction: (
|
|
14234
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$VBIThumbnailClickEventParameters>
|
|
14235
|
+
) => void,
|
|
13615
14236
|
/**
|
|
13616
14237
|
* Context object to call the event handler with. Defaults to this `sap.ui.vbm.VBI` itself
|
|
13617
14238
|
*/
|
|
@@ -13632,7 +14253,9 @@ declare namespace sap {
|
|
|
13632
14253
|
/**
|
|
13633
14254
|
* The function to be called when the event occurs
|
|
13634
14255
|
*/
|
|
13635
|
-
fnFunction: (
|
|
14256
|
+
fnFunction: (
|
|
14257
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$VBIThumbnailClickEventParameters>
|
|
14258
|
+
) => void,
|
|
13636
14259
|
/**
|
|
13637
14260
|
* Context object to call the event handler with. Defaults to this `sap.ui.vbm.VBI` itself
|
|
13638
14261
|
*/
|
|
@@ -13657,7 +14280,9 @@ declare namespace sap {
|
|
|
13657
14280
|
/**
|
|
13658
14281
|
* The function to be called when the event occurs
|
|
13659
14282
|
*/
|
|
13660
|
-
fnFunction: (
|
|
14283
|
+
fnFunction: (
|
|
14284
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$VBIZoomEventParameters>
|
|
14285
|
+
) => void,
|
|
13661
14286
|
/**
|
|
13662
14287
|
* Context object to call the event handler with. Defaults to this `sap.ui.vbm.VBI` itself
|
|
13663
14288
|
*/
|
|
@@ -13677,7 +14302,9 @@ declare namespace sap {
|
|
|
13677
14302
|
/**
|
|
13678
14303
|
* The function to be called when the event occurs
|
|
13679
14304
|
*/
|
|
13680
|
-
fnFunction: (
|
|
14305
|
+
fnFunction: (
|
|
14306
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$VBIZoomEventParameters>
|
|
14307
|
+
) => void,
|
|
13681
14308
|
/**
|
|
13682
14309
|
* Context object to call the event handler with. Defaults to this `sap.ui.vbm.VBI` itself
|
|
13683
14310
|
*/
|
|
@@ -13695,7 +14322,9 @@ declare namespace sap {
|
|
|
13695
14322
|
/**
|
|
13696
14323
|
* The function to be called, when the event occurs
|
|
13697
14324
|
*/
|
|
13698
|
-
fnFunction: (
|
|
14325
|
+
fnFunction: (
|
|
14326
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$VBIChangeTrackingModeEventParameters>
|
|
14327
|
+
) => void,
|
|
13699
14328
|
/**
|
|
13700
14329
|
* Context object on which the given function had to be called
|
|
13701
14330
|
*/
|
|
@@ -13712,7 +14341,9 @@ declare namespace sap {
|
|
|
13712
14341
|
/**
|
|
13713
14342
|
* The function to be called, when the event occurs
|
|
13714
14343
|
*/
|
|
13715
|
-
fnFunction: (
|
|
14344
|
+
fnFunction: (
|
|
14345
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$VBICloseWindowEventParameters>
|
|
14346
|
+
) => void,
|
|
13716
14347
|
/**
|
|
13717
14348
|
* Context object on which the given function had to be called
|
|
13718
14349
|
*/
|
|
@@ -13730,7 +14361,9 @@ declare namespace sap {
|
|
|
13730
14361
|
/**
|
|
13731
14362
|
* The function to be called, when the event occurs
|
|
13732
14363
|
*/
|
|
13733
|
-
fnFunction: (
|
|
14364
|
+
fnFunction: (
|
|
14365
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$VBIContainerCreatedEventParameters>
|
|
14366
|
+
) => void,
|
|
13734
14367
|
/**
|
|
13735
14368
|
* Context object on which the given function had to be called
|
|
13736
14369
|
*/
|
|
@@ -13748,7 +14381,9 @@ declare namespace sap {
|
|
|
13748
14381
|
/**
|
|
13749
14382
|
* The function to be called, when the event occurs
|
|
13750
14383
|
*/
|
|
13751
|
-
fnFunction: (
|
|
14384
|
+
fnFunction: (
|
|
14385
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$VBIContainerDestroyedEventParameters>
|
|
14386
|
+
) => void,
|
|
13752
14387
|
/**
|
|
13753
14388
|
* Context object on which the given function had to be called
|
|
13754
14389
|
*/
|
|
@@ -13765,7 +14400,9 @@ declare namespace sap {
|
|
|
13765
14400
|
/**
|
|
13766
14401
|
* The function to be called, when the event occurs
|
|
13767
14402
|
*/
|
|
13768
|
-
fnFunction: (
|
|
14403
|
+
fnFunction: (
|
|
14404
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$VBIMoveEventParameters>
|
|
14405
|
+
) => void,
|
|
13769
14406
|
/**
|
|
13770
14407
|
* Context object on which the given function had to be called
|
|
13771
14408
|
*/
|
|
@@ -13782,7 +14419,9 @@ declare namespace sap {
|
|
|
13782
14419
|
/**
|
|
13783
14420
|
* The function to be called, when the event occurs
|
|
13784
14421
|
*/
|
|
13785
|
-
fnFunction: (
|
|
14422
|
+
fnFunction: (
|
|
14423
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$VBIOpenWindowEventParameters>
|
|
14424
|
+
) => void,
|
|
13786
14425
|
/**
|
|
13787
14426
|
* Context object on which the given function had to be called
|
|
13788
14427
|
*/
|
|
@@ -13799,7 +14438,9 @@ declare namespace sap {
|
|
|
13799
14438
|
/**
|
|
13800
14439
|
* The function to be called, when the event occurs
|
|
13801
14440
|
*/
|
|
13802
|
-
fnFunction: (
|
|
14441
|
+
fnFunction: (
|
|
14442
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$VBIRenderEventParameters>
|
|
14443
|
+
) => void,
|
|
13803
14444
|
/**
|
|
13804
14445
|
* Context object on which the given function had to be called
|
|
13805
14446
|
*/
|
|
@@ -13816,7 +14457,9 @@ declare namespace sap {
|
|
|
13816
14457
|
/**
|
|
13817
14458
|
* The function to be called, when the event occurs
|
|
13818
14459
|
*/
|
|
13819
|
-
fnFunction: (
|
|
14460
|
+
fnFunction: (
|
|
14461
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$VBISubmitEventParameters>
|
|
14462
|
+
) => void,
|
|
13820
14463
|
/**
|
|
13821
14464
|
* Context object on which the given function had to be called
|
|
13822
14465
|
*/
|
|
@@ -13834,7 +14477,9 @@ declare namespace sap {
|
|
|
13834
14477
|
/**
|
|
13835
14478
|
* The function to be called, when the event occurs
|
|
13836
14479
|
*/
|
|
13837
|
-
fnFunction: (
|
|
14480
|
+
fnFunction: (
|
|
14481
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$VBIThumbnailClickEventParameters>
|
|
14482
|
+
) => void,
|
|
13838
14483
|
/**
|
|
13839
14484
|
* Context object on which the given function had to be called
|
|
13840
14485
|
*/
|
|
@@ -13851,7 +14496,9 @@ declare namespace sap {
|
|
|
13851
14496
|
/**
|
|
13852
14497
|
* The function to be called, when the event occurs
|
|
13853
14498
|
*/
|
|
13854
|
-
fnFunction: (
|
|
14499
|
+
fnFunction: (
|
|
14500
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$VBIZoomEventParameters>
|
|
14501
|
+
) => void,
|
|
13855
14502
|
/**
|
|
13856
14503
|
* Context object on which the given function had to be called
|
|
13857
14504
|
*/
|
|
@@ -13868,16 +14515,7 @@ declare namespace sap {
|
|
|
13868
14515
|
/**
|
|
13869
14516
|
* Parameters to pass along with the event
|
|
13870
14517
|
*/
|
|
13871
|
-
mParameters?:
|
|
13872
|
-
/**
|
|
13873
|
-
* tracking mode to set or reset
|
|
13874
|
-
*/
|
|
13875
|
-
mode?: int;
|
|
13876
|
-
/**
|
|
13877
|
-
* set or reset the mode
|
|
13878
|
-
*/
|
|
13879
|
-
bSet?: boolean;
|
|
13880
|
-
}
|
|
14518
|
+
mParameters?: sap.ui.vbm.$VBIChangeTrackingModeEventParameters
|
|
13881
14519
|
): this;
|
|
13882
14520
|
/**
|
|
13883
14521
|
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
@@ -13890,16 +14528,7 @@ declare namespace sap {
|
|
|
13890
14528
|
/**
|
|
13891
14529
|
* Parameters to pass along with the event
|
|
13892
14530
|
*/
|
|
13893
|
-
mParameters?:
|
|
13894
|
-
/**
|
|
13895
|
-
* DomRef of placeholder Div for content.
|
|
13896
|
-
*/
|
|
13897
|
-
contentarea?: object;
|
|
13898
|
-
/**
|
|
13899
|
-
* ID of the window that is closed.
|
|
13900
|
-
*/
|
|
13901
|
-
id?: string;
|
|
13902
|
-
}
|
|
14531
|
+
mParameters?: sap.ui.vbm.$VBICloseWindowEventParameters
|
|
13903
14532
|
): this;
|
|
13904
14533
|
/**
|
|
13905
14534
|
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
@@ -13912,16 +14541,7 @@ declare namespace sap {
|
|
|
13912
14541
|
/**
|
|
13913
14542
|
* Parameters to pass along with the event
|
|
13914
14543
|
*/
|
|
13915
|
-
mParameters?:
|
|
13916
|
-
/**
|
|
13917
|
-
* DomRef of placeholder Div to render into.
|
|
13918
|
-
*/
|
|
13919
|
-
contentarea?: object;
|
|
13920
|
-
/**
|
|
13921
|
-
* ID of the container that was created.
|
|
13922
|
-
*/
|
|
13923
|
-
id?: string;
|
|
13924
|
-
}
|
|
14544
|
+
mParameters?: sap.ui.vbm.$VBIContainerCreatedEventParameters
|
|
13925
14545
|
): this;
|
|
13926
14546
|
/**
|
|
13927
14547
|
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
@@ -13934,16 +14554,7 @@ declare namespace sap {
|
|
|
13934
14554
|
/**
|
|
13935
14555
|
* Parameters to pass along with the event
|
|
13936
14556
|
*/
|
|
13937
|
-
mParameters?:
|
|
13938
|
-
/**
|
|
13939
|
-
* DomRef of placeholder Div of content.
|
|
13940
|
-
*/
|
|
13941
|
-
contentarea?: object;
|
|
13942
|
-
/**
|
|
13943
|
-
* ID of the container that is destroyed.
|
|
13944
|
-
*/
|
|
13945
|
-
id?: string;
|
|
13946
|
-
}
|
|
14557
|
+
mParameters?: sap.ui.vbm.$VBIContainerDestroyedEventParameters
|
|
13947
14558
|
): this;
|
|
13948
14559
|
/**
|
|
13949
14560
|
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
@@ -13956,12 +14567,7 @@ declare namespace sap {
|
|
|
13956
14567
|
/**
|
|
13957
14568
|
* Parameters to pass along with the event
|
|
13958
14569
|
*/
|
|
13959
|
-
mParameters?:
|
|
13960
|
-
/**
|
|
13961
|
-
* Canvas object to render into.
|
|
13962
|
-
*/
|
|
13963
|
-
canvas?: object;
|
|
13964
|
-
}
|
|
14570
|
+
mParameters?: sap.ui.vbm.$VBIMoveEventParameters
|
|
13965
14571
|
): this;
|
|
13966
14572
|
/**
|
|
13967
14573
|
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
@@ -13974,16 +14580,7 @@ declare namespace sap {
|
|
|
13974
14580
|
/**
|
|
13975
14581
|
* Parameters to pass along with the event
|
|
13976
14582
|
*/
|
|
13977
|
-
mParameters?:
|
|
13978
|
-
/**
|
|
13979
|
-
* DomRef of placeholder Div to render into.
|
|
13980
|
-
*/
|
|
13981
|
-
contentarea?: object;
|
|
13982
|
-
/**
|
|
13983
|
-
* ID of the window that is opened.
|
|
13984
|
-
*/
|
|
13985
|
-
id?: string;
|
|
13986
|
-
}
|
|
14583
|
+
mParameters?: sap.ui.vbm.$VBIOpenWindowEventParameters
|
|
13987
14584
|
): this;
|
|
13988
14585
|
/**
|
|
13989
14586
|
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
@@ -13996,12 +14593,7 @@ declare namespace sap {
|
|
|
13996
14593
|
/**
|
|
13997
14594
|
* Parameters to pass along with the event
|
|
13998
14595
|
*/
|
|
13999
|
-
mParameters?:
|
|
14000
|
-
/**
|
|
14001
|
-
* Canvas object to render into.
|
|
14002
|
-
*/
|
|
14003
|
-
canvas?: object;
|
|
14004
|
-
}
|
|
14596
|
+
mParameters?: sap.ui.vbm.$VBIRenderEventParameters
|
|
14005
14597
|
): this;
|
|
14006
14598
|
/**
|
|
14007
14599
|
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
@@ -14014,13 +14606,7 @@ declare namespace sap {
|
|
|
14014
14606
|
/**
|
|
14015
14607
|
* Parameters to pass along with the event
|
|
14016
14608
|
*/
|
|
14017
|
-
mParameters?:
|
|
14018
|
-
/**
|
|
14019
|
-
* JSON (or possibly XML and case the plugin is used) string describing the delta state of Visual Business
|
|
14020
|
-
* and the information about the event.
|
|
14021
|
-
*/
|
|
14022
|
-
data?: string;
|
|
14023
|
-
}
|
|
14609
|
+
mParameters?: sap.ui.vbm.$VBISubmitEventParameters
|
|
14024
14610
|
): this;
|
|
14025
14611
|
/**
|
|
14026
14612
|
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
@@ -14033,16 +14619,7 @@ declare namespace sap {
|
|
|
14033
14619
|
/**
|
|
14034
14620
|
* Parameters to pass along with the event
|
|
14035
14621
|
*/
|
|
14036
|
-
mParameters?:
|
|
14037
|
-
/**
|
|
14038
|
-
* Geo coordinates in format "lon;lat;0"
|
|
14039
|
-
*/
|
|
14040
|
-
pos?: string;
|
|
14041
|
-
/**
|
|
14042
|
-
* Level of detail.
|
|
14043
|
-
*/
|
|
14044
|
-
zoomLevel?: int;
|
|
14045
|
-
}
|
|
14622
|
+
mParameters?: sap.ui.vbm.$VBIThumbnailClickEventParameters
|
|
14046
14623
|
): this;
|
|
14047
14624
|
/**
|
|
14048
14625
|
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
@@ -14055,12 +14632,7 @@ declare namespace sap {
|
|
|
14055
14632
|
/**
|
|
14056
14633
|
* Parameters to pass along with the event
|
|
14057
14634
|
*/
|
|
14058
|
-
mParameters?:
|
|
14059
|
-
/**
|
|
14060
|
-
* Canvas object to render into
|
|
14061
|
-
*/
|
|
14062
|
-
canvas?: object;
|
|
14063
|
-
}
|
|
14635
|
+
mParameters?: sap.ui.vbm.$VBIZoomEventParameters
|
|
14064
14636
|
): this;
|
|
14065
14637
|
/**
|
|
14066
14638
|
* Gets current value of property {@link #getAllowKeyEventRepeat allowKeyEventRepeat}.
|
|
@@ -14073,8 +14645,7 @@ declare namespace sap {
|
|
|
14073
14645
|
*/
|
|
14074
14646
|
getAllowKeyEventRepeat(): boolean;
|
|
14075
14647
|
/**
|
|
14076
|
-
* Returns array of IDs of the elements which are the current targets of the association {@link #getAriaDescribedBy
|
|
14077
|
-
* ariaDescribedBy}.
|
|
14648
|
+
* Returns array of IDs of the elements which are the current targets of the association {@link #getAriaDescribedBy ariaDescribedBy}.
|
|
14078
14649
|
*/
|
|
14079
14650
|
getAriaDescribedBy(): sap.ui.core.ID[];
|
|
14080
14651
|
/**
|
|
@@ -14086,8 +14657,7 @@ declare namespace sap {
|
|
|
14086
14657
|
*/
|
|
14087
14658
|
getAriaLabel(): string;
|
|
14088
14659
|
/**
|
|
14089
|
-
* Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy
|
|
14090
|
-
* ariaLabelledBy}.
|
|
14660
|
+
* Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
14091
14661
|
*/
|
|
14092
14662
|
getAriaLabelledBy(): sap.ui.core.ID[];
|
|
14093
14663
|
/**
|
|
@@ -14577,7 +15147,9 @@ declare namespace sap {
|
|
|
14577
15147
|
/**
|
|
14578
15148
|
* The function to be called when the event occurs
|
|
14579
15149
|
*/
|
|
14580
|
-
fnFunction: (
|
|
15150
|
+
fnFunction: (
|
|
15151
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$ViewportCameraChangeEventParameters>
|
|
15152
|
+
) => void,
|
|
14581
15153
|
/**
|
|
14582
15154
|
* Context object to call the event handler with. Defaults to this `sap.ui.vbm.Viewport` itself
|
|
14583
15155
|
*/
|
|
@@ -14597,7 +15169,9 @@ declare namespace sap {
|
|
|
14597
15169
|
/**
|
|
14598
15170
|
* The function to be called when the event occurs
|
|
14599
15171
|
*/
|
|
14600
|
-
fnFunction: (
|
|
15172
|
+
fnFunction: (
|
|
15173
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$ViewportCameraChangeEventParameters>
|
|
15174
|
+
) => void,
|
|
14601
15175
|
/**
|
|
14602
15176
|
* Context object to call the event handler with. Defaults to this `sap.ui.vbm.Viewport` itself
|
|
14603
15177
|
*/
|
|
@@ -14614,7 +15188,9 @@ declare namespace sap {
|
|
|
14614
15188
|
/**
|
|
14615
15189
|
* The function to be called, when the event occurs
|
|
14616
15190
|
*/
|
|
14617
|
-
fnFunction: (
|
|
15191
|
+
fnFunction: (
|
|
15192
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$ViewportCameraChangeEventParameters>
|
|
15193
|
+
) => void,
|
|
14618
15194
|
/**
|
|
14619
15195
|
* Context object on which the given function had to be called
|
|
14620
15196
|
*/
|
|
@@ -14631,16 +15207,7 @@ declare namespace sap {
|
|
|
14631
15207
|
/**
|
|
14632
15208
|
* Parameters to pass along with the event
|
|
14633
15209
|
*/
|
|
14634
|
-
mParameters?:
|
|
14635
|
-
/**
|
|
14636
|
-
* Current position in camera history
|
|
14637
|
-
*/
|
|
14638
|
-
historyPos?: int;
|
|
14639
|
-
/**
|
|
14640
|
-
* Camera history length
|
|
14641
|
-
*/
|
|
14642
|
-
historyLength?: int;
|
|
14643
|
-
}
|
|
15210
|
+
mParameters?: sap.ui.vbm.$ViewportCameraChangeEventParameters
|
|
14644
15211
|
): this;
|
|
14645
15212
|
/**
|
|
14646
15213
|
* Gets current value of property {@link #getCameraHistoryLength cameraHistoryLength}.
|
|
@@ -14759,8 +15326,8 @@ declare namespace sap {
|
|
|
14759
15326
|
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
14760
15327
|
* of the syntax of the settings object.
|
|
14761
15328
|
*
|
|
14762
|
-
* This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.core.Element#constructor
|
|
14763
|
-
*
|
|
15329
|
+
* This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.core.Element#constructor sap.ui.core.Element }
|
|
15330
|
+
* can be used.
|
|
14764
15331
|
*/
|
|
14765
15332
|
constructor(
|
|
14766
15333
|
/**
|
|
@@ -14775,8 +15342,8 @@ declare namespace sap {
|
|
|
14775
15342
|
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
14776
15343
|
* of the syntax of the settings object.
|
|
14777
15344
|
*
|
|
14778
|
-
* This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.core.Element#constructor
|
|
14779
|
-
*
|
|
15345
|
+
* This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.core.Element#constructor sap.ui.core.Element }
|
|
15346
|
+
* can be used.
|
|
14780
15347
|
*/
|
|
14781
15348
|
constructor(
|
|
14782
15349
|
/**
|
|
@@ -14920,7 +15487,9 @@ declare namespace sap {
|
|
|
14920
15487
|
/**
|
|
14921
15488
|
* The function to be called when the event occurs
|
|
14922
15489
|
*/
|
|
14923
|
-
fnFunction: (
|
|
15490
|
+
fnFunction: (
|
|
15491
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$VoAggregationClickEventParameters>
|
|
15492
|
+
) => void,
|
|
14924
15493
|
/**
|
|
14925
15494
|
* Context object to call the event handler with. Defaults to this `sap.ui.vbm.VoAggregation` itself
|
|
14926
15495
|
*/
|
|
@@ -14940,7 +15509,9 @@ declare namespace sap {
|
|
|
14940
15509
|
/**
|
|
14941
15510
|
* The function to be called when the event occurs
|
|
14942
15511
|
*/
|
|
14943
|
-
fnFunction: (
|
|
15512
|
+
fnFunction: (
|
|
15513
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$VoAggregationClickEventParameters>
|
|
15514
|
+
) => void,
|
|
14944
15515
|
/**
|
|
14945
15516
|
* Context object to call the event handler with. Defaults to this `sap.ui.vbm.VoAggregation` itself
|
|
14946
15517
|
*/
|
|
@@ -14965,7 +15536,9 @@ declare namespace sap {
|
|
|
14965
15536
|
/**
|
|
14966
15537
|
* The function to be called when the event occurs
|
|
14967
15538
|
*/
|
|
14968
|
-
fnFunction: (
|
|
15539
|
+
fnFunction: (
|
|
15540
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$VoAggregationContextMenuEventParameters>
|
|
15541
|
+
) => void,
|
|
14969
15542
|
/**
|
|
14970
15543
|
* Context object to call the event handler with. Defaults to this `sap.ui.vbm.VoAggregation` itself
|
|
14971
15544
|
*/
|
|
@@ -14985,7 +15558,9 @@ declare namespace sap {
|
|
|
14985
15558
|
/**
|
|
14986
15559
|
* The function to be called when the event occurs
|
|
14987
15560
|
*/
|
|
14988
|
-
fnFunction: (
|
|
15561
|
+
fnFunction: (
|
|
15562
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$VoAggregationContextMenuEventParameters>
|
|
15563
|
+
) => void,
|
|
14989
15564
|
/**
|
|
14990
15565
|
* Context object to call the event handler with. Defaults to this `sap.ui.vbm.VoAggregation` itself
|
|
14991
15566
|
*/
|
|
@@ -15010,7 +15585,9 @@ declare namespace sap {
|
|
|
15010
15585
|
/**
|
|
15011
15586
|
* The function to be called when the event occurs
|
|
15012
15587
|
*/
|
|
15013
|
-
fnFunction: (
|
|
15588
|
+
fnFunction: (
|
|
15589
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$VoAggregationDeselectEventParameters>
|
|
15590
|
+
) => void,
|
|
15014
15591
|
/**
|
|
15015
15592
|
* Context object to call the event handler with. Defaults to this `sap.ui.vbm.VoAggregation` itself
|
|
15016
15593
|
*/
|
|
@@ -15030,7 +15607,9 @@ declare namespace sap {
|
|
|
15030
15607
|
/**
|
|
15031
15608
|
* The function to be called when the event occurs
|
|
15032
15609
|
*/
|
|
15033
|
-
fnFunction: (
|
|
15610
|
+
fnFunction: (
|
|
15611
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$VoAggregationDeselectEventParameters>
|
|
15612
|
+
) => void,
|
|
15034
15613
|
/**
|
|
15035
15614
|
* Context object to call the event handler with. Defaults to this `sap.ui.vbm.VoAggregation` itself
|
|
15036
15615
|
*/
|
|
@@ -15055,7 +15634,9 @@ declare namespace sap {
|
|
|
15055
15634
|
/**
|
|
15056
15635
|
* The function to be called when the event occurs
|
|
15057
15636
|
*/
|
|
15058
|
-
fnFunction: (
|
|
15637
|
+
fnFunction: (
|
|
15638
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$VoAggregationDropEventParameters>
|
|
15639
|
+
) => void,
|
|
15059
15640
|
/**
|
|
15060
15641
|
* Context object to call the event handler with. Defaults to this `sap.ui.vbm.VoAggregation` itself
|
|
15061
15642
|
*/
|
|
@@ -15075,7 +15656,9 @@ declare namespace sap {
|
|
|
15075
15656
|
/**
|
|
15076
15657
|
* The function to be called when the event occurs
|
|
15077
15658
|
*/
|
|
15078
|
-
fnFunction: (
|
|
15659
|
+
fnFunction: (
|
|
15660
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$VoAggregationDropEventParameters>
|
|
15661
|
+
) => void,
|
|
15079
15662
|
/**
|
|
15080
15663
|
* Context object to call the event handler with. Defaults to this `sap.ui.vbm.VoAggregation` itself
|
|
15081
15664
|
*/
|
|
@@ -15100,7 +15683,9 @@ declare namespace sap {
|
|
|
15100
15683
|
/**
|
|
15101
15684
|
* The function to be called when the event occurs
|
|
15102
15685
|
*/
|
|
15103
|
-
fnFunction: (
|
|
15686
|
+
fnFunction: (
|
|
15687
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$VoAggregationHandleClickEventParameters>
|
|
15688
|
+
) => void,
|
|
15104
15689
|
/**
|
|
15105
15690
|
* Context object to call the event handler with. Defaults to this `sap.ui.vbm.VoAggregation` itself
|
|
15106
15691
|
*/
|
|
@@ -15120,7 +15705,9 @@ declare namespace sap {
|
|
|
15120
15705
|
/**
|
|
15121
15706
|
* The function to be called when the event occurs
|
|
15122
15707
|
*/
|
|
15123
|
-
fnFunction: (
|
|
15708
|
+
fnFunction: (
|
|
15709
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$VoAggregationHandleClickEventParameters>
|
|
15710
|
+
) => void,
|
|
15124
15711
|
/**
|
|
15125
15712
|
* Context object to call the event handler with. Defaults to this `sap.ui.vbm.VoAggregation` itself
|
|
15126
15713
|
*/
|
|
@@ -15146,7 +15733,9 @@ declare namespace sap {
|
|
|
15146
15733
|
/**
|
|
15147
15734
|
* The function to be called when the event occurs
|
|
15148
15735
|
*/
|
|
15149
|
-
fnFunction: (
|
|
15736
|
+
fnFunction: (
|
|
15737
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$VoAggregationHandleContextMenuEventParameters>
|
|
15738
|
+
) => void,
|
|
15150
15739
|
/**
|
|
15151
15740
|
* Context object to call the event handler with. Defaults to this `sap.ui.vbm.VoAggregation` itself
|
|
15152
15741
|
*/
|
|
@@ -15167,7 +15756,9 @@ declare namespace sap {
|
|
|
15167
15756
|
/**
|
|
15168
15757
|
* The function to be called when the event occurs
|
|
15169
15758
|
*/
|
|
15170
|
-
fnFunction: (
|
|
15759
|
+
fnFunction: (
|
|
15760
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$VoAggregationHandleContextMenuEventParameters>
|
|
15761
|
+
) => void,
|
|
15171
15762
|
/**
|
|
15172
15763
|
* Context object to call the event handler with. Defaults to this `sap.ui.vbm.VoAggregation` itself
|
|
15173
15764
|
*/
|
|
@@ -15192,7 +15783,9 @@ declare namespace sap {
|
|
|
15192
15783
|
/**
|
|
15193
15784
|
* The function to be called when the event occurs
|
|
15194
15785
|
*/
|
|
15195
|
-
fnFunction: (
|
|
15786
|
+
fnFunction: (
|
|
15787
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$VoAggregationHandleMovedEventParameters>
|
|
15788
|
+
) => void,
|
|
15196
15789
|
/**
|
|
15197
15790
|
* Context object to call the event handler with. Defaults to this `sap.ui.vbm.VoAggregation` itself
|
|
15198
15791
|
*/
|
|
@@ -15212,7 +15805,9 @@ declare namespace sap {
|
|
|
15212
15805
|
/**
|
|
15213
15806
|
* The function to be called when the event occurs
|
|
15214
15807
|
*/
|
|
15215
|
-
fnFunction: (
|
|
15808
|
+
fnFunction: (
|
|
15809
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$VoAggregationHandleMovedEventParameters>
|
|
15810
|
+
) => void,
|
|
15216
15811
|
/**
|
|
15217
15812
|
* Context object to call the event handler with. Defaults to this `sap.ui.vbm.VoAggregation` itself
|
|
15218
15813
|
*/
|
|
@@ -15237,7 +15832,9 @@ declare namespace sap {
|
|
|
15237
15832
|
/**
|
|
15238
15833
|
* The function to be called when the event occurs
|
|
15239
15834
|
*/
|
|
15240
|
-
fnFunction: (
|
|
15835
|
+
fnFunction: (
|
|
15836
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$VoAggregationSelectEventParameters>
|
|
15837
|
+
) => void,
|
|
15241
15838
|
/**
|
|
15242
15839
|
* Context object to call the event handler with. Defaults to this `sap.ui.vbm.VoAggregation` itself
|
|
15243
15840
|
*/
|
|
@@ -15257,7 +15854,9 @@ declare namespace sap {
|
|
|
15257
15854
|
/**
|
|
15258
15855
|
* The function to be called when the event occurs
|
|
15259
15856
|
*/
|
|
15260
|
-
fnFunction: (
|
|
15857
|
+
fnFunction: (
|
|
15858
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$VoAggregationSelectEventParameters>
|
|
15859
|
+
) => void,
|
|
15261
15860
|
/**
|
|
15262
15861
|
* Context object to call the event handler with. Defaults to this `sap.ui.vbm.VoAggregation` itself
|
|
15263
15862
|
*/
|
|
@@ -15274,7 +15873,9 @@ declare namespace sap {
|
|
|
15274
15873
|
/**
|
|
15275
15874
|
* The function to be called, when the event occurs
|
|
15276
15875
|
*/
|
|
15277
|
-
fnFunction: (
|
|
15876
|
+
fnFunction: (
|
|
15877
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$VoAggregationClickEventParameters>
|
|
15878
|
+
) => void,
|
|
15278
15879
|
/**
|
|
15279
15880
|
* Context object on which the given function had to be called
|
|
15280
15881
|
*/
|
|
@@ -15291,7 +15892,9 @@ declare namespace sap {
|
|
|
15291
15892
|
/**
|
|
15292
15893
|
* The function to be called, when the event occurs
|
|
15293
15894
|
*/
|
|
15294
|
-
fnFunction: (
|
|
15895
|
+
fnFunction: (
|
|
15896
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$VoAggregationContextMenuEventParameters>
|
|
15897
|
+
) => void,
|
|
15295
15898
|
/**
|
|
15296
15899
|
* Context object on which the given function had to be called
|
|
15297
15900
|
*/
|
|
@@ -15308,7 +15911,9 @@ declare namespace sap {
|
|
|
15308
15911
|
/**
|
|
15309
15912
|
* The function to be called, when the event occurs
|
|
15310
15913
|
*/
|
|
15311
|
-
fnFunction: (
|
|
15914
|
+
fnFunction: (
|
|
15915
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$VoAggregationDeselectEventParameters>
|
|
15916
|
+
) => void,
|
|
15312
15917
|
/**
|
|
15313
15918
|
* Context object on which the given function had to be called
|
|
15314
15919
|
*/
|
|
@@ -15325,7 +15930,9 @@ declare namespace sap {
|
|
|
15325
15930
|
/**
|
|
15326
15931
|
* The function to be called, when the event occurs
|
|
15327
15932
|
*/
|
|
15328
|
-
fnFunction: (
|
|
15933
|
+
fnFunction: (
|
|
15934
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$VoAggregationDropEventParameters>
|
|
15935
|
+
) => void,
|
|
15329
15936
|
/**
|
|
15330
15937
|
* Context object on which the given function had to be called
|
|
15331
15938
|
*/
|
|
@@ -15342,7 +15949,9 @@ declare namespace sap {
|
|
|
15342
15949
|
/**
|
|
15343
15950
|
* The function to be called, when the event occurs
|
|
15344
15951
|
*/
|
|
15345
|
-
fnFunction: (
|
|
15952
|
+
fnFunction: (
|
|
15953
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$VoAggregationHandleClickEventParameters>
|
|
15954
|
+
) => void,
|
|
15346
15955
|
/**
|
|
15347
15956
|
* Context object on which the given function had to be called
|
|
15348
15957
|
*/
|
|
@@ -15360,7 +15969,9 @@ declare namespace sap {
|
|
|
15360
15969
|
/**
|
|
15361
15970
|
* The function to be called, when the event occurs
|
|
15362
15971
|
*/
|
|
15363
|
-
fnFunction: (
|
|
15972
|
+
fnFunction: (
|
|
15973
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$VoAggregationHandleContextMenuEventParameters>
|
|
15974
|
+
) => void,
|
|
15364
15975
|
/**
|
|
15365
15976
|
* Context object on which the given function had to be called
|
|
15366
15977
|
*/
|
|
@@ -15377,7 +15988,9 @@ declare namespace sap {
|
|
|
15377
15988
|
/**
|
|
15378
15989
|
* The function to be called, when the event occurs
|
|
15379
15990
|
*/
|
|
15380
|
-
fnFunction: (
|
|
15991
|
+
fnFunction: (
|
|
15992
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$VoAggregationHandleMovedEventParameters>
|
|
15993
|
+
) => void,
|
|
15381
15994
|
/**
|
|
15382
15995
|
* Context object on which the given function had to be called
|
|
15383
15996
|
*/
|
|
@@ -15394,7 +16007,9 @@ declare namespace sap {
|
|
|
15394
16007
|
/**
|
|
15395
16008
|
* The function to be called, when the event occurs
|
|
15396
16009
|
*/
|
|
15397
|
-
fnFunction: (
|
|
16010
|
+
fnFunction: (
|
|
16011
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$VoAggregationSelectEventParameters>
|
|
16012
|
+
) => void,
|
|
15398
16013
|
/**
|
|
15399
16014
|
* Context object on which the given function had to be called
|
|
15400
16015
|
*/
|
|
@@ -15411,12 +16026,7 @@ declare namespace sap {
|
|
|
15411
16026
|
/**
|
|
15412
16027
|
* Parameters to pass along with the event
|
|
15413
16028
|
*/
|
|
15414
|
-
mParameters?:
|
|
15415
|
-
/**
|
|
15416
|
-
* Clicked instance
|
|
15417
|
-
*/
|
|
15418
|
-
instance?: sap.ui.vbm.VoBase;
|
|
15419
|
-
}
|
|
16029
|
+
mParameters?: sap.ui.vbm.$VoAggregationClickEventParameters
|
|
15420
16030
|
): this;
|
|
15421
16031
|
/**
|
|
15422
16032
|
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
@@ -15429,16 +16039,7 @@ declare namespace sap {
|
|
|
15429
16039
|
/**
|
|
15430
16040
|
* Parameters to pass along with the event
|
|
15431
16041
|
*/
|
|
15432
|
-
mParameters?:
|
|
15433
|
-
/**
|
|
15434
|
-
* Clicked instance
|
|
15435
|
-
*/
|
|
15436
|
-
instance?: sap.ui.vbm.VoBase;
|
|
15437
|
-
/**
|
|
15438
|
-
* Menu to open
|
|
15439
|
-
*/
|
|
15440
|
-
menu?: sap.ui.unified.Menu;
|
|
15441
|
-
}
|
|
16042
|
+
mParameters?: sap.ui.vbm.$VoAggregationContextMenuEventParameters
|
|
15442
16043
|
): this;
|
|
15443
16044
|
/**
|
|
15444
16045
|
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
@@ -15451,12 +16052,7 @@ declare namespace sap {
|
|
|
15451
16052
|
/**
|
|
15452
16053
|
* Parameters to pass along with the event
|
|
15453
16054
|
*/
|
|
15454
|
-
mParameters?:
|
|
15455
|
-
/**
|
|
15456
|
-
* Array of deselected VOs
|
|
15457
|
-
*/
|
|
15458
|
-
deselected?: any[];
|
|
15459
|
-
}
|
|
16055
|
+
mParameters?: sap.ui.vbm.$VoAggregationDeselectEventParameters
|
|
15460
16056
|
): this;
|
|
15461
16057
|
/**
|
|
15462
16058
|
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
@@ -15469,16 +16065,7 @@ declare namespace sap {
|
|
|
15469
16065
|
/**
|
|
15470
16066
|
* Parameters to pass along with the event
|
|
15471
16067
|
*/
|
|
15472
|
-
mParameters?:
|
|
15473
|
-
/**
|
|
15474
|
-
* Drop target instance
|
|
15475
|
-
*/
|
|
15476
|
-
instance?: sap.ui.vbm.Spot;
|
|
15477
|
-
/**
|
|
15478
|
-
* Dragged instance
|
|
15479
|
-
*/
|
|
15480
|
-
dragSource?: sap.ui.vbm.VoBase;
|
|
15481
|
-
}
|
|
16068
|
+
mParameters?: sap.ui.vbm.$VoAggregationDropEventParameters
|
|
15482
16069
|
): this;
|
|
15483
16070
|
/**
|
|
15484
16071
|
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
@@ -15491,16 +16078,7 @@ declare namespace sap {
|
|
|
15491
16078
|
/**
|
|
15492
16079
|
* Parameters to pass along with the event
|
|
15493
16080
|
*/
|
|
15494
|
-
mParameters?:
|
|
15495
|
-
/**
|
|
15496
|
-
* Clicked instance
|
|
15497
|
-
*/
|
|
15498
|
-
instance?: sap.ui.vbm.VoBase;
|
|
15499
|
-
/**
|
|
15500
|
-
* The number of the handle where the click occured. Handles are numbered zero based.
|
|
15501
|
-
*/
|
|
15502
|
-
handle?: int;
|
|
15503
|
-
}
|
|
16081
|
+
mParameters?: sap.ui.vbm.$VoAggregationHandleClickEventParameters
|
|
15504
16082
|
): this;
|
|
15505
16083
|
/**
|
|
15506
16084
|
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
@@ -15513,20 +16091,7 @@ declare namespace sap {
|
|
|
15513
16091
|
/**
|
|
15514
16092
|
* Parameters to pass along with the event
|
|
15515
16093
|
*/
|
|
15516
|
-
mParameters?:
|
|
15517
|
-
/**
|
|
15518
|
-
* Clicked instance
|
|
15519
|
-
*/
|
|
15520
|
-
instance?: sap.ui.vbm.VoBase;
|
|
15521
|
-
/**
|
|
15522
|
-
* Menu to open
|
|
15523
|
-
*/
|
|
15524
|
-
menu?: sap.ui.unified.Menu;
|
|
15525
|
-
/**
|
|
15526
|
-
* The number of the handle where the click occured. Handles are numbered zero based.
|
|
15527
|
-
*/
|
|
15528
|
-
handle?: int;
|
|
15529
|
-
}
|
|
16094
|
+
mParameters?: sap.ui.vbm.$VoAggregationHandleContextMenuEventParameters
|
|
15530
16095
|
): this;
|
|
15531
16096
|
/**
|
|
15532
16097
|
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
@@ -15539,16 +16104,7 @@ declare namespace sap {
|
|
|
15539
16104
|
/**
|
|
15540
16105
|
* Parameters to pass along with the event
|
|
15541
16106
|
*/
|
|
15542
|
-
mParameters?:
|
|
15543
|
-
/**
|
|
15544
|
-
* Clicked instance
|
|
15545
|
-
*/
|
|
15546
|
-
instance?: sap.ui.vbm.VoBase;
|
|
15547
|
-
/**
|
|
15548
|
-
* The number of the handle where the click occured. Handles are numbered zero based.
|
|
15549
|
-
*/
|
|
15550
|
-
handle?: int;
|
|
15551
|
-
}
|
|
16107
|
+
mParameters?: sap.ui.vbm.$VoAggregationHandleMovedEventParameters
|
|
15552
16108
|
): this;
|
|
15553
16109
|
/**
|
|
15554
16110
|
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
@@ -15561,12 +16117,7 @@ declare namespace sap {
|
|
|
15561
16117
|
/**
|
|
15562
16118
|
* Parameters to pass along with the event
|
|
15563
16119
|
*/
|
|
15564
|
-
mParameters?:
|
|
15565
|
-
/**
|
|
15566
|
-
* Array of selected VOs
|
|
15567
|
-
*/
|
|
15568
|
-
selected?: any[];
|
|
15569
|
-
}
|
|
16120
|
+
mParameters?: sap.ui.vbm.$VoAggregationSelectEventParameters
|
|
15570
16121
|
): this;
|
|
15571
16122
|
/**
|
|
15572
16123
|
* Gets current value of property {@link #getCustomProperties customProperties}.
|
|
@@ -15684,9 +16235,9 @@ declare namespace sap {
|
|
|
15684
16235
|
* As a common feature it provides the Label, which may be attached to any visual object. There are two
|
|
15685
16236
|
* modes for using labels:
|
|
15686
16237
|
* - A controlled mode by providing a label type. In this mode most parameters for the label are automatically
|
|
15687
|
-
*
|
|
16238
|
+
* set by programmed defaults according to the Fiori guidelines.
|
|
15688
16239
|
* - A freestyle mode, providing the full control on colors and layout. Further all visual objects
|
|
15689
|
-
*
|
|
16240
|
+
* have common edit capabilities and it is possible to drop content on visual objects.
|
|
15690
16241
|
*/
|
|
15691
16242
|
class VoBase extends sap.ui.core.Element {
|
|
15692
16243
|
/**
|
|
@@ -15813,7 +16364,9 @@ declare namespace sap {
|
|
|
15813
16364
|
/**
|
|
15814
16365
|
* The function to be called when the event occurs
|
|
15815
16366
|
*/
|
|
15816
|
-
fnFunction: (
|
|
16367
|
+
fnFunction: (
|
|
16368
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$VoBaseContextMenuEventParameters>
|
|
16369
|
+
) => void,
|
|
15817
16370
|
/**
|
|
15818
16371
|
* Context object to call the event handler with. Defaults to this `sap.ui.vbm.VoBase` itself
|
|
15819
16372
|
*/
|
|
@@ -15833,7 +16386,9 @@ declare namespace sap {
|
|
|
15833
16386
|
/**
|
|
15834
16387
|
* The function to be called when the event occurs
|
|
15835
16388
|
*/
|
|
15836
|
-
fnFunction: (
|
|
16389
|
+
fnFunction: (
|
|
16390
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$VoBaseContextMenuEventParameters>
|
|
16391
|
+
) => void,
|
|
15837
16392
|
/**
|
|
15838
16393
|
* Context object to call the event handler with. Defaults to this `sap.ui.vbm.VoBase` itself
|
|
15839
16394
|
*/
|
|
@@ -15858,7 +16413,9 @@ declare namespace sap {
|
|
|
15858
16413
|
/**
|
|
15859
16414
|
* The function to be called when the event occurs
|
|
15860
16415
|
*/
|
|
15861
|
-
fnFunction: (
|
|
16416
|
+
fnFunction: (
|
|
16417
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$VoBaseDropEventParameters>
|
|
16418
|
+
) => void,
|
|
15862
16419
|
/**
|
|
15863
16420
|
* Context object to call the event handler with. Defaults to this `sap.ui.vbm.VoBase` itself
|
|
15864
16421
|
*/
|
|
@@ -15878,7 +16435,9 @@ declare namespace sap {
|
|
|
15878
16435
|
/**
|
|
15879
16436
|
* The function to be called when the event occurs
|
|
15880
16437
|
*/
|
|
15881
|
-
fnFunction: (
|
|
16438
|
+
fnFunction: (
|
|
16439
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$VoBaseDropEventParameters>
|
|
16440
|
+
) => void,
|
|
15882
16441
|
/**
|
|
15883
16442
|
* Context object to call the event handler with. Defaults to this `sap.ui.vbm.VoBase` itself
|
|
15884
16443
|
*/
|
|
@@ -15903,7 +16462,9 @@ declare namespace sap {
|
|
|
15903
16462
|
/**
|
|
15904
16463
|
* The function to be called when the event occurs
|
|
15905
16464
|
*/
|
|
15906
|
-
fnFunction: (
|
|
16465
|
+
fnFunction: (
|
|
16466
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$VoBaseHandleClickEventParameters>
|
|
16467
|
+
) => void,
|
|
15907
16468
|
/**
|
|
15908
16469
|
* Context object to call the event handler with. Defaults to this `sap.ui.vbm.VoBase` itself
|
|
15909
16470
|
*/
|
|
@@ -15923,7 +16484,9 @@ declare namespace sap {
|
|
|
15923
16484
|
/**
|
|
15924
16485
|
* The function to be called when the event occurs
|
|
15925
16486
|
*/
|
|
15926
|
-
fnFunction: (
|
|
16487
|
+
fnFunction: (
|
|
16488
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$VoBaseHandleClickEventParameters>
|
|
16489
|
+
) => void,
|
|
15927
16490
|
/**
|
|
15928
16491
|
* Context object to call the event handler with. Defaults to this `sap.ui.vbm.VoBase` itself
|
|
15929
16492
|
*/
|
|
@@ -15949,7 +16512,9 @@ declare namespace sap {
|
|
|
15949
16512
|
/**
|
|
15950
16513
|
* The function to be called when the event occurs
|
|
15951
16514
|
*/
|
|
15952
|
-
fnFunction: (
|
|
16515
|
+
fnFunction: (
|
|
16516
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$VoBaseHandleContextMenuEventParameters>
|
|
16517
|
+
) => void,
|
|
15953
16518
|
/**
|
|
15954
16519
|
* Context object to call the event handler with. Defaults to this `sap.ui.vbm.VoBase` itself
|
|
15955
16520
|
*/
|
|
@@ -15970,7 +16535,9 @@ declare namespace sap {
|
|
|
15970
16535
|
/**
|
|
15971
16536
|
* The function to be called when the event occurs
|
|
15972
16537
|
*/
|
|
15973
|
-
fnFunction: (
|
|
16538
|
+
fnFunction: (
|
|
16539
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$VoBaseHandleContextMenuEventParameters>
|
|
16540
|
+
) => void,
|
|
15974
16541
|
/**
|
|
15975
16542
|
* Context object to call the event handler with. Defaults to this `sap.ui.vbm.VoBase` itself
|
|
15976
16543
|
*/
|
|
@@ -15995,7 +16562,9 @@ declare namespace sap {
|
|
|
15995
16562
|
/**
|
|
15996
16563
|
* The function to be called when the event occurs
|
|
15997
16564
|
*/
|
|
15998
|
-
fnFunction: (
|
|
16565
|
+
fnFunction: (
|
|
16566
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$VoBaseHandleMovedEventParameters>
|
|
16567
|
+
) => void,
|
|
15999
16568
|
/**
|
|
16000
16569
|
* Context object to call the event handler with. Defaults to this `sap.ui.vbm.VoBase` itself
|
|
16001
16570
|
*/
|
|
@@ -16015,7 +16584,9 @@ declare namespace sap {
|
|
|
16015
16584
|
/**
|
|
16016
16585
|
* The function to be called when the event occurs
|
|
16017
16586
|
*/
|
|
16018
|
-
fnFunction: (
|
|
16587
|
+
fnFunction: (
|
|
16588
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$VoBaseHandleMovedEventParameters>
|
|
16589
|
+
) => void,
|
|
16019
16590
|
/**
|
|
16020
16591
|
* Context object to call the event handler with. Defaults to this `sap.ui.vbm.VoBase` itself
|
|
16021
16592
|
*/
|
|
@@ -16049,7 +16620,9 @@ declare namespace sap {
|
|
|
16049
16620
|
/**
|
|
16050
16621
|
* The function to be called, when the event occurs
|
|
16051
16622
|
*/
|
|
16052
|
-
fnFunction: (
|
|
16623
|
+
fnFunction: (
|
|
16624
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$VoBaseContextMenuEventParameters>
|
|
16625
|
+
) => void,
|
|
16053
16626
|
/**
|
|
16054
16627
|
* Context object on which the given function had to be called
|
|
16055
16628
|
*/
|
|
@@ -16066,7 +16639,9 @@ declare namespace sap {
|
|
|
16066
16639
|
/**
|
|
16067
16640
|
* The function to be called, when the event occurs
|
|
16068
16641
|
*/
|
|
16069
|
-
fnFunction: (
|
|
16642
|
+
fnFunction: (
|
|
16643
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$VoBaseDropEventParameters>
|
|
16644
|
+
) => void,
|
|
16070
16645
|
/**
|
|
16071
16646
|
* Context object on which the given function had to be called
|
|
16072
16647
|
*/
|
|
@@ -16083,7 +16658,9 @@ declare namespace sap {
|
|
|
16083
16658
|
/**
|
|
16084
16659
|
* The function to be called, when the event occurs
|
|
16085
16660
|
*/
|
|
16086
|
-
fnFunction: (
|
|
16661
|
+
fnFunction: (
|
|
16662
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$VoBaseHandleClickEventParameters>
|
|
16663
|
+
) => void,
|
|
16087
16664
|
/**
|
|
16088
16665
|
* Context object on which the given function had to be called
|
|
16089
16666
|
*/
|
|
@@ -16101,7 +16678,9 @@ declare namespace sap {
|
|
|
16101
16678
|
/**
|
|
16102
16679
|
* The function to be called, when the event occurs
|
|
16103
16680
|
*/
|
|
16104
|
-
fnFunction: (
|
|
16681
|
+
fnFunction: (
|
|
16682
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$VoBaseHandleContextMenuEventParameters>
|
|
16683
|
+
) => void,
|
|
16105
16684
|
/**
|
|
16106
16685
|
* Context object on which the given function had to be called
|
|
16107
16686
|
*/
|
|
@@ -16118,7 +16697,9 @@ declare namespace sap {
|
|
|
16118
16697
|
/**
|
|
16119
16698
|
* The function to be called, when the event occurs
|
|
16120
16699
|
*/
|
|
16121
|
-
fnFunction: (
|
|
16700
|
+
fnFunction: (
|
|
16701
|
+
p1: sap.ui.base.Event<sap.ui.vbm.$VoBaseHandleMovedEventParameters>
|
|
16702
|
+
) => void,
|
|
16122
16703
|
/**
|
|
16123
16704
|
* Context object on which the given function had to be called
|
|
16124
16705
|
*/
|
|
@@ -16148,12 +16729,7 @@ declare namespace sap {
|
|
|
16148
16729
|
/**
|
|
16149
16730
|
* Parameters to pass along with the event
|
|
16150
16731
|
*/
|
|
16151
|
-
mParameters?:
|
|
16152
|
-
/**
|
|
16153
|
-
* Menu to open
|
|
16154
|
-
*/
|
|
16155
|
-
menu?: sap.ui.unified.Menu;
|
|
16156
|
-
}
|
|
16732
|
+
mParameters?: sap.ui.vbm.$VoBaseContextMenuEventParameters
|
|
16157
16733
|
): this;
|
|
16158
16734
|
/**
|
|
16159
16735
|
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
@@ -16166,12 +16742,7 @@ declare namespace sap {
|
|
|
16166
16742
|
/**
|
|
16167
16743
|
* Parameters to pass along with the event
|
|
16168
16744
|
*/
|
|
16169
|
-
mParameters?:
|
|
16170
|
-
/**
|
|
16171
|
-
* Dragged instance
|
|
16172
|
-
*/
|
|
16173
|
-
dragSource?: sap.ui.vbm.VoBase;
|
|
16174
|
-
}
|
|
16745
|
+
mParameters?: sap.ui.vbm.$VoBaseDropEventParameters
|
|
16175
16746
|
): this;
|
|
16176
16747
|
/**
|
|
16177
16748
|
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
@@ -16184,12 +16755,7 @@ declare namespace sap {
|
|
|
16184
16755
|
/**
|
|
16185
16756
|
* Parameters to pass along with the event
|
|
16186
16757
|
*/
|
|
16187
|
-
mParameters?:
|
|
16188
|
-
/**
|
|
16189
|
-
* The number of the handle where the click occured. Handles are numbered zero based.
|
|
16190
|
-
*/
|
|
16191
|
-
handle?: int;
|
|
16192
|
-
}
|
|
16758
|
+
mParameters?: sap.ui.vbm.$VoBaseHandleClickEventParameters
|
|
16193
16759
|
): this;
|
|
16194
16760
|
/**
|
|
16195
16761
|
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
@@ -16202,16 +16768,7 @@ declare namespace sap {
|
|
|
16202
16768
|
/**
|
|
16203
16769
|
* Parameters to pass along with the event
|
|
16204
16770
|
*/
|
|
16205
|
-
mParameters?:
|
|
16206
|
-
/**
|
|
16207
|
-
* The number of the handle where the click occured. Handles are numbered zero based.
|
|
16208
|
-
*/
|
|
16209
|
-
handle?: int;
|
|
16210
|
-
/**
|
|
16211
|
-
* Menu to open
|
|
16212
|
-
*/
|
|
16213
|
-
menu?: sap.ui.unified.Menu;
|
|
16214
|
-
}
|
|
16771
|
+
mParameters?: sap.ui.vbm.$VoBaseHandleContextMenuEventParameters
|
|
16215
16772
|
): this;
|
|
16216
16773
|
/**
|
|
16217
16774
|
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
@@ -16224,12 +16781,7 @@ declare namespace sap {
|
|
|
16224
16781
|
/**
|
|
16225
16782
|
* Parameters to pass along with the event
|
|
16226
16783
|
*/
|
|
16227
|
-
mParameters?:
|
|
16228
|
-
/**
|
|
16229
|
-
* The number of the handle where the click occured. Handles are numbered zero based.
|
|
16230
|
-
*/
|
|
16231
|
-
handle?: int;
|
|
16232
|
-
}
|
|
16784
|
+
mParameters?: sap.ui.vbm.$VoBaseHandleMovedEventParameters
|
|
16233
16785
|
): this;
|
|
16234
16786
|
/**
|
|
16235
16787
|
* Gets current value of property {@link #getChangeable changeable}.
|