@sapui5/types 1.120.9 → 1.121.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 +1 -0
- package/types/sap.apf.d.ts +50 -18
- package/types/sap.ca.ui.d.ts +1112 -544
- package/types/sap.chart.d.ts +17 -1
- package/types/sap.collaboration.d.ts +185 -64
- package/types/sap.esh.search.ui.d.ts +2 -1886
- package/types/sap.f.d.ts +124 -45
- package/types/sap.fe.core.d.ts +75 -79
- package/types/sap.fe.macros.d.ts +427 -554
- package/types/sap.fe.navigation.d.ts +4 -6
- package/types/sap.fe.placeholder.d.ts +1 -1
- package/types/sap.fe.plugins.managecache.d.ts +9 -0
- package/types/sap.fe.templates.d.ts +1 -7
- package/types/sap.fe.test.d.ts +105 -27
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +222 -63
- package/types/sap.insights.d.ts +115 -1
- package/types/sap.m.d.ts +2105 -303
- package/types/sap.makit.d.ts +11 -1
- package/types/sap.me.d.ts +7 -1
- package/types/sap.ndc.d.ts +1 -1
- package/types/sap.ovp.d.ts +1 -1
- package/types/sap.rules.ui.d.ts +134 -75
- package/types/sap.sac.df.d.ts +270 -47
- package/types/sap.suite.ui.commons.d.ts +1318 -19
- package/types/sap.suite.ui.generic.template.d.ts +38 -48
- package/types/sap.suite.ui.microchart.d.ts +63 -1
- package/types/sap.tnt.d.ts +628 -113
- package/types/sap.ui.codeeditor.d.ts +10 -6
- package/types/sap.ui.commons.d.ts +92 -8
- package/types/sap.ui.comp.d.ts +260 -111
- package/types/sap.ui.core.d.ts +500 -186
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +16 -3
- package/types/sap.ui.fl.d.ts +91 -68
- package/types/sap.ui.generic.app.d.ts +250 -193
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +51 -4
- package/types/sap.ui.layout.d.ts +214 -27
- package/types/sap.ui.mdc.d.ts +1544 -811
- package/types/sap.ui.richtexteditor.d.ts +4 -1
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +3 -1
- package/types/sap.ui.support.d.ts +28 -4
- package/types/sap.ui.table.d.ts +65 -11
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +157 -54
- package/types/sap.ui.ux3.d.ts +30 -12
- package/types/sap.ui.vbm.d.ts +6081 -3279
- package/types/sap.ui.vk.d.ts +93 -105
- package/types/sap.ui.vtm.d.ts +681 -211
- package/types/sap.ui.webc.common.d.ts +1 -1
- package/types/sap.ui.webc.fiori.d.ts +49 -1
- package/types/sap.ui.webc.main.d.ts +144 -9
- package/types/sap.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +4394 -3926
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +52 -5
- package/types/sap.viz.d.ts +89 -1
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +79 -18
- package/types/sap.zen.crosstab.d.ts +81 -13
- package/types/sap.zen.dsh.d.ts +194 -143
package/types/sap.ui.vtm.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.121.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/vtm/library" {
|
|
4
4
|
import Vtm from "sap/ui/vtm/Vtm";
|
|
@@ -9,6 +9,7 @@ declare module "sap/ui/vtm/library" {
|
|
|
9
9
|
* The {@link sap.ui.vtm.Vtm} constructor can be used to create an instance of {@link sap.ui.vtm.Vtm} with
|
|
10
10
|
* a specific set of extensions.
|
|
11
11
|
*
|
|
12
|
+
*
|
|
12
13
|
* @returns The created instance of {@link sap.ui.vtm.Vtm}.
|
|
13
14
|
*/
|
|
14
15
|
export function createVtm(
|
|
@@ -23,174 +24,174 @@ declare module "sap/ui/vtm/library" {
|
|
|
23
24
|
mSettings: object
|
|
24
25
|
): Vtm;
|
|
25
26
|
/**
|
|
26
|
-
* @experimental (since 1.0.0) - This class is experimental and might be modified or removed in future versions.
|
|
27
|
-
*
|
|
28
27
|
* A float[] type representing a transformation matrix in a ISO 10303-42 format (in a 1 dimensional array
|
|
29
28
|
* of 13 numbers).
|
|
30
29
|
*
|
|
31
30
|
* The {@link sap.ui.vtm.MatrixComponent} enumeration enumerates the array indices of the matrix components
|
|
32
31
|
* for this type
|
|
32
|
+
*
|
|
33
|
+
* @experimental (since 1.0.0) - This class is experimental and might be modified or removed in future versions.
|
|
33
34
|
*/
|
|
34
35
|
export type Matrix = float[];
|
|
35
36
|
|
|
36
37
|
export namespace interfaces {
|
|
37
38
|
/**
|
|
39
|
+
* Interface for extensions which manage the display state (visibility, opacity, highlight color) of the
|
|
40
|
+
* scene nodes in the VTM viewports.
|
|
41
|
+
*
|
|
38
42
|
* @since 1.50
|
|
39
43
|
* @experimental (since 1.50.0) - This library is experimental and might be modified or removed in future
|
|
40
44
|
* versions.
|
|
41
|
-
*
|
|
42
|
-
* Interface for extensions which manage the display state (visibility, opacity, highlight color) of the
|
|
43
|
-
* scene nodes in the VTM viewports.
|
|
44
45
|
*/
|
|
45
46
|
interface IDisplayStateCalculationExtension {
|
|
46
47
|
__implements__sap_ui_vtm_interfaces_IDisplayStateCalculationExtension: boolean;
|
|
47
48
|
}
|
|
48
49
|
|
|
49
50
|
/**
|
|
51
|
+
* Interface for extensions which indicate progress while viewables are being downloaded.
|
|
52
|
+
*
|
|
50
53
|
* @since 1.50
|
|
51
54
|
* @experimental (since 1.50.0) - This library is experimental and might be modified or removed in future
|
|
52
55
|
* versions.
|
|
53
|
-
*
|
|
54
|
-
* Interface for extensions which indicate progress while viewables are being downloaded.
|
|
55
56
|
*/
|
|
56
57
|
interface IDownloadProgressExtension {
|
|
57
58
|
__implements__sap_ui_vtm_interfaces_IDownloadProgressExtension: boolean;
|
|
58
59
|
}
|
|
59
60
|
|
|
60
61
|
/**
|
|
62
|
+
* Interface for extensions which manage the initial view in the VTM viewports after loading an initial
|
|
63
|
+
* set of viewables.
|
|
64
|
+
*
|
|
61
65
|
* @since 1.50
|
|
62
66
|
* @experimental (since 1.50.0) - This library is experimental and might be modified or removed in future
|
|
63
67
|
* versions.
|
|
64
|
-
*
|
|
65
|
-
* Interface for extensions which manage the initial view in the VTM viewports after loading an initial
|
|
66
|
-
* set of viewables.
|
|
67
68
|
*/
|
|
68
69
|
interface IInitialViewExtension {
|
|
69
70
|
__implements__sap_ui_vtm_interfaces_IInitialViewExtension: boolean;
|
|
70
71
|
}
|
|
71
72
|
|
|
72
73
|
/**
|
|
74
|
+
* Interface for extensions which indicate progress while viewables are being loaded.
|
|
75
|
+
*
|
|
73
76
|
* @since 1.50
|
|
74
77
|
* @experimental (since 1.50.0) - This library is experimental and might be modified or removed in future
|
|
75
78
|
* versions.
|
|
76
|
-
*
|
|
77
|
-
* Interface for extensions which indicate progress while viewables are being loaded.
|
|
78
79
|
*/
|
|
79
80
|
interface ILoadProgressExtension {
|
|
80
81
|
__implements__sap_ui_vtm_interfaces_ILoadProgressExtension: boolean;
|
|
81
82
|
}
|
|
82
83
|
|
|
83
84
|
/**
|
|
85
|
+
* Interface for extensions which calculate the icon to show for each tree item in the {@link sap.ui.vtm.InternalColumnDescriptor.MessageStatus }
|
|
86
|
+
* column.
|
|
87
|
+
*
|
|
84
88
|
* @since 1.50
|
|
85
89
|
* @experimental (since 1.50.0) - This library is experimental and might be modified or removed in future
|
|
86
90
|
* versions.
|
|
87
|
-
*
|
|
88
|
-
* Interface for extensions which calculate the icon to show for each tree item in the {@link sap.ui.vtm.InternalColumnDescriptor.MessageStatus }
|
|
89
|
-
* column.
|
|
90
91
|
*/
|
|
91
92
|
interface IMessageStatusCalculationExtension {
|
|
92
93
|
__implements__sap_ui_vtm_interfaces_IMessageStatusCalculationExtension: boolean;
|
|
93
94
|
}
|
|
94
95
|
|
|
95
96
|
/**
|
|
97
|
+
* Interface for extensions which provide a behavior when the icon in the column header for the {@link sap.ui.vtm.InternalColumnDescriptor.MessageStatus }
|
|
98
|
+
* column is clicked.
|
|
99
|
+
*
|
|
96
100
|
* @since 1.50
|
|
97
101
|
* @experimental (since 1.50.0) - This library is experimental and might be modified or removed in future
|
|
98
102
|
* versions.
|
|
99
|
-
*
|
|
100
|
-
* Interface for extensions which provide a behavior when the icon in the column header for the {@link sap.ui.vtm.InternalColumnDescriptor.MessageStatus }
|
|
101
|
-
* column is clicked.
|
|
102
103
|
*/
|
|
103
104
|
interface IMessageStatusHeaderIconClickExtension {
|
|
104
105
|
__implements__sap_ui_vtm_interfaces_IMessageStatusHeaderIconClickExtension: boolean;
|
|
105
106
|
}
|
|
106
107
|
|
|
107
108
|
/**
|
|
109
|
+
* Interface for extensions which provide a behavior when an icon in the {@link sap.ui.vtm.InternalColumnDescriptor.MessageStatus }
|
|
110
|
+
* column is clicked.
|
|
111
|
+
*
|
|
108
112
|
* @since 1.50
|
|
109
113
|
* @experimental (since 1.50.0) - This library is experimental and might be modified or removed in future
|
|
110
114
|
* versions.
|
|
111
|
-
*
|
|
112
|
-
* Interface for extensions which provide a behavior when an icon in the {@link sap.ui.vtm.InternalColumnDescriptor.MessageStatus }
|
|
113
|
-
* column is clicked.
|
|
114
115
|
*/
|
|
115
116
|
interface IMessageStatusIconClickExtension {
|
|
116
117
|
__implements__sap_ui_vtm_interfaces_IMessageStatusIconClickExtension: boolean;
|
|
117
118
|
}
|
|
118
119
|
|
|
119
120
|
/**
|
|
121
|
+
* Interface for extensions which highlight the scene node that is being hovered over in a viewport.
|
|
122
|
+
*
|
|
120
123
|
* @since 1.50
|
|
121
124
|
* @experimental (since 1.50.0) - This library is experimental and might be modified or removed in future
|
|
122
125
|
* versions.
|
|
123
|
-
*
|
|
124
|
-
* Interface for extensions which highlight the scene node that is being hovered over in a viewport.
|
|
125
126
|
*/
|
|
126
127
|
interface ISceneNodeHoverHighlightExtension {
|
|
127
128
|
__implements__sap_ui_vtm_interfaces_ISceneNodeHoverHighlightExtension: boolean;
|
|
128
129
|
}
|
|
129
130
|
|
|
130
131
|
/**
|
|
132
|
+
* Interface for extensions which show a tooltip for the scene node that is being hovered over in a viewport.
|
|
133
|
+
*
|
|
131
134
|
* @since 1.50
|
|
132
135
|
* @experimental (since 1.50.0) - This library is experimental and might be modified or removed in future
|
|
133
136
|
* versions.
|
|
134
|
-
*
|
|
135
|
-
* Interface for extensions which show a tooltip for the scene node that is being hovered over in a viewport.
|
|
136
137
|
*/
|
|
137
138
|
interface ISceneNodeHoverTooltipExtension {
|
|
138
139
|
__implements__sap_ui_vtm_interfaces_ISceneNodeHoverTooltipExtension: boolean;
|
|
139
140
|
}
|
|
140
141
|
|
|
141
142
|
/**
|
|
143
|
+
* Interface for extensions which link the selections in trees across panels.
|
|
144
|
+
*
|
|
142
145
|
* @since 1.50
|
|
143
146
|
* @experimental (since 1.50.0) - This library is experimental and might be modified or removed in future
|
|
144
147
|
* versions.
|
|
145
|
-
*
|
|
146
|
-
* Interface for extensions which link the selections in trees across panels.
|
|
147
148
|
*/
|
|
148
149
|
interface ISelectionLinkingExtension {
|
|
149
150
|
__implements__sap_ui_vtm_interfaces_ISelectionLinkingExtension: boolean;
|
|
150
151
|
}
|
|
151
152
|
|
|
152
153
|
/**
|
|
154
|
+
* Interface for extensions which link the views (camera positions) across VTM viewports.
|
|
155
|
+
*
|
|
153
156
|
* @since 1.50
|
|
154
157
|
* @experimental (since 1.50.0) - This library is experimental and might be modified or removed in future
|
|
155
158
|
* versions.
|
|
156
|
-
*
|
|
157
|
-
* Interface for extensions which link the views (camera positions) across VTM viewports.
|
|
158
159
|
*/
|
|
159
160
|
interface IViewLinkingExtension {
|
|
160
161
|
__implements__sap_ui_vtm_interfaces_IViewLinkingExtension: boolean;
|
|
161
162
|
}
|
|
162
163
|
|
|
163
164
|
/**
|
|
165
|
+
* Interface for extensions which link the selection state between the tree and the viewport in each VTM
|
|
166
|
+
* panel.
|
|
167
|
+
*
|
|
164
168
|
* @since 1.50
|
|
165
169
|
* @experimental (since 1.50.0) - This library is experimental and might be modified or removed in future
|
|
166
170
|
* versions.
|
|
167
|
-
*
|
|
168
|
-
* Interface for extensions which link the selection state between the tree and the viewport in each VTM
|
|
169
|
-
* panel.
|
|
170
171
|
*/
|
|
171
172
|
interface IViewportSelectionLinkingExtension {
|
|
172
173
|
__implements__sap_ui_vtm_interfaces_IViewportSelectionLinkingExtension: boolean;
|
|
173
174
|
}
|
|
174
175
|
|
|
175
176
|
/**
|
|
177
|
+
* Interface for extensions which provide a behavior when the icon in the column header for the {@link sap.ui.vtm.InternalColumnDescriptor.Visibility }
|
|
178
|
+
* column is clicked.
|
|
179
|
+
*
|
|
176
180
|
* @since 1.50
|
|
177
181
|
* @experimental (since 1.50.0) - This library is experimental and might be modified or removed in future
|
|
178
182
|
* versions.
|
|
179
|
-
*
|
|
180
|
-
* Interface for extensions which provide a behavior when the icon in the column header for the {@link sap.ui.vtm.InternalColumnDescriptor.Visibility }
|
|
181
|
-
* column is clicked.
|
|
182
183
|
*/
|
|
183
184
|
interface IVisibilityHeaderIconClickExtension {
|
|
184
185
|
__implements__sap_ui_vtm_interfaces_IVisibilityHeaderIconClickExtension: boolean;
|
|
185
186
|
}
|
|
186
187
|
|
|
187
188
|
/**
|
|
189
|
+
* Interface for extensions which provide a behavior when an icon in the {@link sap.ui.vtm.InternalColumnDescriptor.Visibility }
|
|
190
|
+
* column is clicked.
|
|
191
|
+
*
|
|
188
192
|
* @since 1.50
|
|
189
193
|
* @experimental (since 1.50.0) - This library is experimental and might be modified or removed in future
|
|
190
194
|
* versions.
|
|
191
|
-
*
|
|
192
|
-
* Interface for extensions which provide a behavior when an icon in the {@link sap.ui.vtm.InternalColumnDescriptor.Visibility }
|
|
193
|
-
* column is clicked.
|
|
194
195
|
*/
|
|
195
196
|
interface IVisibilityIconClickExtension {
|
|
196
197
|
__implements__sap_ui_vtm_interfaces_IVisibilityIconClickExtension: boolean;
|
|
@@ -200,15 +201,16 @@ declare module "sap/ui/vtm/library" {
|
|
|
200
201
|
|
|
201
202
|
declare module "sap/ui/vtm/ArrayUtilities" {
|
|
202
203
|
/**
|
|
204
|
+
* A set of utility functions for working with arrays.
|
|
205
|
+
*
|
|
203
206
|
* @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
|
|
204
207
|
* versions.
|
|
205
|
-
*
|
|
206
|
-
* A set of utility functions for working with arrays.
|
|
207
208
|
*/
|
|
208
209
|
interface ArrayUtilities {
|
|
209
210
|
/**
|
|
210
211
|
* Returns `true` if a group of arrays are equal.
|
|
211
212
|
*
|
|
213
|
+
*
|
|
212
214
|
* @returns `true` if the all the arrays are equal.
|
|
213
215
|
*/
|
|
214
216
|
areEqual(
|
|
@@ -225,6 +227,7 @@ declare module "sap/ui/vtm/ArrayUtilities" {
|
|
|
225
227
|
/**
|
|
226
228
|
* Creates a copy of an array in which the items are cloned.
|
|
227
229
|
*
|
|
230
|
+
*
|
|
228
231
|
* @returns The cloned array
|
|
229
232
|
*/
|
|
230
233
|
deepClone(
|
|
@@ -242,6 +245,7 @@ declare module "sap/ui/vtm/ArrayUtilities" {
|
|
|
242
245
|
* Returns the first item in an array that matches the supplied predicate or returns undefined if no match
|
|
243
246
|
* is found.
|
|
244
247
|
*
|
|
248
|
+
*
|
|
245
249
|
* @returns The matching item or undefined if no match was found.
|
|
246
250
|
*/
|
|
247
251
|
find(
|
|
@@ -259,6 +263,7 @@ declare module "sap/ui/vtm/ArrayUtilities" {
|
|
|
259
263
|
* Returns the index of the first item in an array that matches the supplied predicate or returns -1 if
|
|
260
264
|
* no match is found.
|
|
261
265
|
*
|
|
266
|
+
*
|
|
262
267
|
* @returns The index of the matching item or -1 if no match was found.
|
|
263
268
|
*/
|
|
264
269
|
findIndex(
|
|
@@ -275,6 +280,7 @@ declare module "sap/ui/vtm/ArrayUtilities" {
|
|
|
275
280
|
/**
|
|
276
281
|
* Flattens an array of arrays down to an array.
|
|
277
282
|
*
|
|
283
|
+
*
|
|
278
284
|
* @returns A flattened array.
|
|
279
285
|
*/
|
|
280
286
|
flatten(
|
|
@@ -286,6 +292,7 @@ declare module "sap/ui/vtm/ArrayUtilities" {
|
|
|
286
292
|
/**
|
|
287
293
|
* Converts from an array-like object (an object that supports indexing and has a length) to an array.
|
|
288
294
|
*
|
|
295
|
+
*
|
|
289
296
|
* @returns The array containing the same values as the array-like object.
|
|
290
297
|
*/
|
|
291
298
|
fromArrayLike(
|
|
@@ -297,6 +304,7 @@ declare module "sap/ui/vtm/ArrayUtilities" {
|
|
|
297
304
|
/**
|
|
298
305
|
* Converts an ES6 Set to an array.
|
|
299
306
|
*
|
|
307
|
+
*
|
|
300
308
|
* @returns The array containing the same set of unique items as the Set.
|
|
301
309
|
*/
|
|
302
310
|
fromSet(
|
|
@@ -308,6 +316,7 @@ declare module "sap/ui/vtm/ArrayUtilities" {
|
|
|
308
316
|
/**
|
|
309
317
|
* Returns whether a group of arrays have a non empty set intersection.
|
|
310
318
|
*
|
|
319
|
+
*
|
|
311
320
|
* @returns Whether the arrays have a non empty set intersection.
|
|
312
321
|
*/
|
|
313
322
|
haveIntersection(
|
|
@@ -324,6 +333,7 @@ declare module "sap/ui/vtm/ArrayUtilities" {
|
|
|
324
333
|
/**
|
|
325
334
|
* Returns the set intersection of a group of arrays.
|
|
326
335
|
*
|
|
336
|
+
*
|
|
327
337
|
* @returns The set intersection of the arrays.
|
|
328
338
|
*/
|
|
329
339
|
intersect(
|
|
@@ -340,6 +350,7 @@ declare module "sap/ui/vtm/ArrayUtilities" {
|
|
|
340
350
|
/**
|
|
341
351
|
* Creates a copy of an array in which the items are copied by reference rather than being cloned.
|
|
342
352
|
*
|
|
353
|
+
*
|
|
343
354
|
* @returns The cloned array
|
|
344
355
|
*/
|
|
345
356
|
shallowClone(
|
|
@@ -351,6 +362,7 @@ declare module "sap/ui/vtm/ArrayUtilities" {
|
|
|
351
362
|
/**
|
|
352
363
|
* Converts an array to an ES6 Set.
|
|
353
364
|
*
|
|
365
|
+
*
|
|
354
366
|
* @returns The Set containing the same set of unique items as the array.
|
|
355
367
|
*/
|
|
356
368
|
toSet(
|
|
@@ -362,6 +374,7 @@ declare module "sap/ui/vtm/ArrayUtilities" {
|
|
|
362
374
|
/**
|
|
363
375
|
* Returns the set union (as an array) of a group of arrays.
|
|
364
376
|
*
|
|
377
|
+
*
|
|
365
378
|
* @returns The set union of the arrays.
|
|
366
379
|
*/
|
|
367
380
|
union(
|
|
@@ -384,6 +397,7 @@ declare module "sap/ui/vtm/ArrayUtilities" {
|
|
|
384
397
|
* - If the parameter is an array of length 1, the first element of the array is returned.
|
|
385
398
|
* - Otherwise if the parameter is an array of length > 1, the parameter is returned (as an array).
|
|
386
399
|
*
|
|
400
|
+
*
|
|
387
401
|
* @returns The unwrapped value.
|
|
388
402
|
*/
|
|
389
403
|
unwrap(
|
|
@@ -400,6 +414,7 @@ declare module "sap/ui/vtm/ArrayUtilities" {
|
|
|
400
414
|
* - If the parameter is `undefined` an empty array is returned.
|
|
401
415
|
* - Otherwise a single element array containing the parameter value is returned.
|
|
402
416
|
*
|
|
417
|
+
*
|
|
403
418
|
* @returns The parameter if it is an array, otherwise returns a single element array containing the parameter
|
|
404
419
|
* value
|
|
405
420
|
*/
|
|
@@ -416,9 +431,9 @@ declare module "sap/ui/vtm/ArrayUtilities" {
|
|
|
416
431
|
|
|
417
432
|
declare module "sap/ui/vtm/ChildCollectionType" {
|
|
418
433
|
/**
|
|
419
|
-
* @experimental (since 1.50.0) - This type is experimental and might be modified or removed in future versions.
|
|
420
|
-
*
|
|
421
434
|
* Enumeration specifying which tree item child collections an operation should apply to.
|
|
435
|
+
*
|
|
436
|
+
* @experimental (since 1.50.0) - This type is experimental and might be modified or removed in future versions.
|
|
422
437
|
*/
|
|
423
438
|
enum ChildCollectionType {
|
|
424
439
|
/**
|
|
@@ -459,10 +474,10 @@ declare module "sap/ui/vtm/Column" {
|
|
|
459
474
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
460
475
|
|
|
461
476
|
/**
|
|
477
|
+
* Represents a data column for a {@link sap.ui.vtm.Tree}.
|
|
478
|
+
*
|
|
462
479
|
* @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
|
|
463
480
|
* versions.
|
|
464
|
-
*
|
|
465
|
-
* Represents a data column for a {@link sap.ui.vtm.Tree}.
|
|
466
481
|
*/
|
|
467
482
|
export default class Column extends UI5Element {
|
|
468
483
|
/**
|
|
@@ -489,6 +504,7 @@ declare module "sap/ui/vtm/Column" {
|
|
|
489
504
|
*
|
|
490
505
|
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Element.extend}.
|
|
491
506
|
*
|
|
507
|
+
*
|
|
492
508
|
* @returns Created class / constructor function
|
|
493
509
|
*/
|
|
494
510
|
static extend<T extends Record<string, unknown>>(
|
|
@@ -509,6 +525,7 @@ declare module "sap/ui/vtm/Column" {
|
|
|
509
525
|
/**
|
|
510
526
|
* Returns a metadata object for class sap.ui.vtm.Column.
|
|
511
527
|
*
|
|
528
|
+
*
|
|
512
529
|
* @returns Metadata object describing this class
|
|
513
530
|
*/
|
|
514
531
|
static getMetadata(): ElementMetadata;
|
|
@@ -528,6 +545,7 @@ declare module "sap/ui/vtm/Column" {
|
|
|
528
545
|
* When the type property has a value of {@link sap.ui.vtm.ColumnType.AppData} the descriptor property has
|
|
529
546
|
* the following form: `'bomId'`
|
|
530
547
|
*
|
|
548
|
+
*
|
|
531
549
|
* @returns Value of property `descriptor`
|
|
532
550
|
*/
|
|
533
551
|
getDescriptor(): string;
|
|
@@ -538,6 +556,7 @@ declare module "sap/ui/vtm/Column" {
|
|
|
538
556
|
*
|
|
539
557
|
* Default value is `"Left"`.
|
|
540
558
|
*
|
|
559
|
+
*
|
|
541
560
|
* @returns Value of property `hAlign`
|
|
542
561
|
*/
|
|
543
562
|
getHAlign(): HorizontalAlign | keyof typeof HorizontalAlign;
|
|
@@ -547,6 +566,7 @@ declare module "sap/ui/vtm/Column" {
|
|
|
547
566
|
* A textual name for the column. This is also used in the {@link sap.ui.vtm.ColumnSelectionDialog}, so
|
|
548
567
|
* it should be included whether or not the `labelControl` property is used.
|
|
549
568
|
*
|
|
569
|
+
*
|
|
550
570
|
* @returns Value of property `label`
|
|
551
571
|
*/
|
|
552
572
|
getLabel(): string;
|
|
@@ -557,6 +577,7 @@ declare module "sap/ui/vtm/Column" {
|
|
|
557
577
|
* to the `label` property as the column header content. However the `label` property should also be specified
|
|
558
578
|
* since it is used in the used in the {@link sap.ui.vtm.ColumnSelectionDialog}.
|
|
559
579
|
*
|
|
580
|
+
*
|
|
560
581
|
* @returns Value of property `labelControl`
|
|
561
582
|
*/
|
|
562
583
|
getLabelControl(): object;
|
|
@@ -567,6 +588,7 @@ declare module "sap/ui/vtm/Column" {
|
|
|
567
588
|
*
|
|
568
589
|
* Default value is `true`.
|
|
569
590
|
*
|
|
591
|
+
*
|
|
570
592
|
* @returns Value of property `resizable`
|
|
571
593
|
*/
|
|
572
594
|
getResizable(): boolean;
|
|
@@ -576,6 +598,7 @@ declare module "sap/ui/vtm/Column" {
|
|
|
576
598
|
* If defined, overrides the cell template for the column.
|
|
577
599
|
* If this is defined, the `valueFormatter` and `tooltipFormatter` properties are ignored.
|
|
578
600
|
*
|
|
601
|
+
*
|
|
579
602
|
* @returns Value of property `template`
|
|
580
603
|
*/
|
|
581
604
|
getTemplate(): Control;
|
|
@@ -585,6 +608,7 @@ declare module "sap/ui/vtm/Column" {
|
|
|
585
608
|
* A localized string to show in the column header tooltip. If unspecified, the label value will be used
|
|
586
609
|
* as the column header tooltip.
|
|
587
610
|
*
|
|
611
|
+
*
|
|
588
612
|
* @returns Value of property `tooltip`
|
|
589
613
|
*/
|
|
590
614
|
getTooltip(): string;
|
|
@@ -599,6 +623,7 @@ declare module "sap/ui/vtm/Column" {
|
|
|
599
623
|
* The first parameter to the function (which may not always be defined) is the tree item for the tree
|
|
600
624
|
* table row.
|
|
601
625
|
*
|
|
626
|
+
*
|
|
602
627
|
* @returns Value of property `tooltipFormatter`
|
|
603
628
|
*/
|
|
604
629
|
getTooltipFormatter(): any;
|
|
@@ -607,6 +632,7 @@ declare module "sap/ui/vtm/Column" {
|
|
|
607
632
|
*
|
|
608
633
|
* The type of column.
|
|
609
634
|
*
|
|
635
|
+
*
|
|
610
636
|
* @returns Value of property `type`
|
|
611
637
|
*/
|
|
612
638
|
getType(): ColumnType | keyof typeof ColumnType;
|
|
@@ -619,6 +645,7 @@ declare module "sap/ui/vtm/Column" {
|
|
|
619
645
|
* The first parameter to the function (which may not always be defined) is the tree item for the tree
|
|
620
646
|
* table row.
|
|
621
647
|
*
|
|
648
|
+
*
|
|
622
649
|
* @returns Value of property `valueFormatter`
|
|
623
650
|
*/
|
|
624
651
|
getValueFormatter(): any;
|
|
@@ -629,6 +656,7 @@ declare module "sap/ui/vtm/Column" {
|
|
|
629
656
|
*
|
|
630
657
|
* Default value is `"200px"`.
|
|
631
658
|
*
|
|
659
|
+
*
|
|
632
660
|
* @returns Value of property `width`
|
|
633
661
|
*/
|
|
634
662
|
getWidth(): CSSSize;
|
|
@@ -650,6 +678,7 @@ declare module "sap/ui/vtm/Column" {
|
|
|
650
678
|
*
|
|
651
679
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
652
680
|
*
|
|
681
|
+
*
|
|
653
682
|
* @returns Reference to `this` in order to allow method chaining
|
|
654
683
|
*/
|
|
655
684
|
setDescriptor(
|
|
@@ -667,6 +696,7 @@ declare module "sap/ui/vtm/Column" {
|
|
|
667
696
|
*
|
|
668
697
|
* Default value is `"Left"`.
|
|
669
698
|
*
|
|
699
|
+
*
|
|
670
700
|
* @returns Reference to `this` in order to allow method chaining
|
|
671
701
|
*/
|
|
672
702
|
setHAlign(
|
|
@@ -683,6 +713,7 @@ declare module "sap/ui/vtm/Column" {
|
|
|
683
713
|
*
|
|
684
714
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
685
715
|
*
|
|
716
|
+
*
|
|
686
717
|
* @returns Reference to `this` in order to allow method chaining
|
|
687
718
|
*/
|
|
688
719
|
setLabel(
|
|
@@ -700,6 +731,7 @@ declare module "sap/ui/vtm/Column" {
|
|
|
700
731
|
*
|
|
701
732
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
702
733
|
*
|
|
734
|
+
*
|
|
703
735
|
* @returns Reference to `this` in order to allow method chaining
|
|
704
736
|
*/
|
|
705
737
|
setLabelControl(
|
|
@@ -717,6 +749,7 @@ declare module "sap/ui/vtm/Column" {
|
|
|
717
749
|
*
|
|
718
750
|
* Default value is `true`.
|
|
719
751
|
*
|
|
752
|
+
*
|
|
720
753
|
* @returns Reference to `this` in order to allow method chaining
|
|
721
754
|
*/
|
|
722
755
|
setResizable(
|
|
@@ -733,6 +766,7 @@ declare module "sap/ui/vtm/Column" {
|
|
|
733
766
|
*
|
|
734
767
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
735
768
|
*
|
|
769
|
+
*
|
|
736
770
|
* @returns Reference to `this` in order to allow method chaining
|
|
737
771
|
*/
|
|
738
772
|
setTemplate(
|
|
@@ -749,6 +783,7 @@ declare module "sap/ui/vtm/Column" {
|
|
|
749
783
|
*
|
|
750
784
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
751
785
|
*
|
|
786
|
+
*
|
|
752
787
|
* @returns Reference to `this` in order to allow method chaining
|
|
753
788
|
*/
|
|
754
789
|
setTooltip(
|
|
@@ -771,6 +806,7 @@ declare module "sap/ui/vtm/Column" {
|
|
|
771
806
|
*
|
|
772
807
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
773
808
|
*
|
|
809
|
+
*
|
|
774
810
|
* @returns Reference to `this` in order to allow method chaining
|
|
775
811
|
*/
|
|
776
812
|
setTooltipFormatter(
|
|
@@ -786,6 +822,7 @@ declare module "sap/ui/vtm/Column" {
|
|
|
786
822
|
*
|
|
787
823
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
788
824
|
*
|
|
825
|
+
*
|
|
789
826
|
* @returns Reference to `this` in order to allow method chaining
|
|
790
827
|
*/
|
|
791
828
|
setType(
|
|
@@ -805,6 +842,7 @@ declare module "sap/ui/vtm/Column" {
|
|
|
805
842
|
*
|
|
806
843
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
807
844
|
*
|
|
845
|
+
*
|
|
808
846
|
* @returns Reference to `this` in order to allow method chaining
|
|
809
847
|
*/
|
|
810
848
|
setValueFormatter(
|
|
@@ -822,6 +860,7 @@ declare module "sap/ui/vtm/Column" {
|
|
|
822
860
|
*
|
|
823
861
|
* Default value is `"200px"`.
|
|
824
862
|
*
|
|
863
|
+
*
|
|
825
864
|
* @returns Reference to `this` in order to allow method chaining
|
|
826
865
|
*/
|
|
827
866
|
setWidth(
|
|
@@ -924,9 +963,9 @@ declare module "sap/ui/vtm/Column" {
|
|
|
924
963
|
|
|
925
964
|
declare module "sap/ui/vtm/ColumnType" {
|
|
926
965
|
/**
|
|
927
|
-
* @experimental (since 1.50.0) - This type is experimental and might be modified or removed in future versions.
|
|
928
|
-
*
|
|
929
966
|
* Enumeration specifying types of {@link sap.ui.vtm.Column}.
|
|
967
|
+
*
|
|
968
|
+
* @experimental (since 1.50.0) - This type is experimental and might be modified or removed in future versions.
|
|
930
969
|
*/
|
|
931
970
|
enum ColumnType {
|
|
932
971
|
/**
|
|
@@ -957,15 +996,16 @@ declare module "sap/ui/vtm/ColumnType" {
|
|
|
957
996
|
|
|
958
997
|
declare module "sap/ui/vtm/DescriptorUtilities" {
|
|
959
998
|
/**
|
|
999
|
+
* A set of utility functions for working with metadata and identifier descriptors.
|
|
1000
|
+
*
|
|
960
1001
|
* @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
|
|
961
1002
|
* versions.
|
|
962
|
-
*
|
|
963
|
-
* A set of utility functions for working with metadata and identifier descriptors.
|
|
964
1003
|
*/
|
|
965
1004
|
interface DescriptorUtilities {
|
|
966
1005
|
/**
|
|
967
1006
|
* Creates a descriptor for an identifier.
|
|
968
1007
|
*
|
|
1008
|
+
*
|
|
969
1009
|
* @returns The descriptor representing the identifier.
|
|
970
1010
|
*/
|
|
971
1011
|
createIdentifierDescriptor(
|
|
@@ -981,6 +1021,7 @@ declare module "sap/ui/vtm/DescriptorUtilities" {
|
|
|
981
1021
|
/**
|
|
982
1022
|
* Creates a descriptor for a metadata field.
|
|
983
1023
|
*
|
|
1024
|
+
*
|
|
984
1025
|
* @returns The descriptor representing the metadata field.
|
|
985
1026
|
*/
|
|
986
1027
|
createMetadataDescriptor(
|
|
@@ -1006,11 +1047,11 @@ declare module "sap/ui/vtm/DisplayGroup" {
|
|
|
1006
1047
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
1007
1048
|
|
|
1008
1049
|
/**
|
|
1009
|
-
* @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
|
|
1010
|
-
* versions.
|
|
1011
|
-
*
|
|
1012
1050
|
* This class is used to represent display states for a set of scene nodes. The same display state need
|
|
1013
1051
|
* not be used for all of the scene nodes in the set.
|
|
1052
|
+
*
|
|
1053
|
+
* @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
|
|
1054
|
+
* versions.
|
|
1014
1055
|
*/
|
|
1015
1056
|
export default class DisplayGroup extends UI5Element {
|
|
1016
1057
|
/**
|
|
@@ -1037,6 +1078,7 @@ declare module "sap/ui/vtm/DisplayGroup" {
|
|
|
1037
1078
|
*
|
|
1038
1079
|
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Element.extend}.
|
|
1039
1080
|
*
|
|
1081
|
+
*
|
|
1040
1082
|
* @returns Created class / constructor function
|
|
1041
1083
|
*/
|
|
1042
1084
|
static extend<T extends Record<string, unknown>>(
|
|
@@ -1057,6 +1099,7 @@ declare module "sap/ui/vtm/DisplayGroup" {
|
|
|
1057
1099
|
/**
|
|
1058
1100
|
* Returns a metadata object for class sap.ui.vtm.DisplayGroup.
|
|
1059
1101
|
*
|
|
1102
|
+
*
|
|
1060
1103
|
* @returns Metadata object describing this class
|
|
1061
1104
|
*/
|
|
1062
1105
|
static getMetadata(): ElementMetadata;
|
|
@@ -1085,6 +1128,7 @@ declare module "sap/ui/vtm/DisplayGroup" {
|
|
|
1085
1128
|
*
|
|
1086
1129
|
* Default value is `{}`.
|
|
1087
1130
|
*
|
|
1131
|
+
*
|
|
1088
1132
|
* @returns Value of property `displayStatesBySceneNodeId`
|
|
1089
1133
|
*/
|
|
1090
1134
|
getDisplayStatesBySceneNodeId(): object;
|
|
@@ -1115,6 +1159,7 @@ declare module "sap/ui/vtm/DisplayGroup" {
|
|
|
1115
1159
|
*
|
|
1116
1160
|
* Default value is `{}`.
|
|
1117
1161
|
*
|
|
1162
|
+
*
|
|
1118
1163
|
* @returns Reference to `this` in order to allow method chaining
|
|
1119
1164
|
*/
|
|
1120
1165
|
setDisplayStatesBySceneNodeId(
|
|
@@ -1163,9 +1208,6 @@ declare module "sap/ui/vtm/Extension" {
|
|
|
1163
1208
|
import Vtm from "sap/ui/vtm/Vtm";
|
|
1164
1209
|
|
|
1165
1210
|
/**
|
|
1166
|
-
* @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
|
|
1167
|
-
* versions.
|
|
1168
|
-
*
|
|
1169
1211
|
* A base class for extensions.
|
|
1170
1212
|
*
|
|
1171
1213
|
* Extensions provide an extensibility mechanism through which behaviors can be added, allowing for a default
|
|
@@ -1179,6 +1221,9 @@ declare module "sap/ui/vtm/Extension" {
|
|
|
1179
1221
|
* be found by interface calling {@link sap.ui.vtm.Vtm#getExtensionByInterface getExtensionByInterface}.
|
|
1180
1222
|
* Specific extensions can be found using {@link sap.ui.vtm.Vtm#getExtensionByName getExtensionByName}.
|
|
1181
1223
|
* Typically extensions are retrieved using these methods in order to get or set their `enabled` property.
|
|
1224
|
+
*
|
|
1225
|
+
* @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
|
|
1226
|
+
* versions.
|
|
1182
1227
|
*/
|
|
1183
1228
|
export default class Extension extends UI5Element {
|
|
1184
1229
|
/**
|
|
@@ -1205,6 +1250,7 @@ declare module "sap/ui/vtm/Extension" {
|
|
|
1205
1250
|
*
|
|
1206
1251
|
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Element.extend}.
|
|
1207
1252
|
*
|
|
1253
|
+
*
|
|
1208
1254
|
* @returns Created class / constructor function
|
|
1209
1255
|
*/
|
|
1210
1256
|
static extend<T extends Record<string, unknown>>(
|
|
@@ -1225,6 +1271,7 @@ declare module "sap/ui/vtm/Extension" {
|
|
|
1225
1271
|
/**
|
|
1226
1272
|
* Returns a metadata object for class sap.ui.vtm.Extension.
|
|
1227
1273
|
*
|
|
1274
|
+
*
|
|
1228
1275
|
* @returns Metadata object describing this class
|
|
1229
1276
|
*/
|
|
1230
1277
|
static getMetadata(): ElementMetadata;
|
|
@@ -1249,6 +1296,7 @@ declare module "sap/ui/vtm/Extension" {
|
|
|
1249
1296
|
*
|
|
1250
1297
|
* Fired when the enabled property is changed.
|
|
1251
1298
|
*
|
|
1299
|
+
*
|
|
1252
1300
|
* @returns Reference to `this` in order to allow method chaining
|
|
1253
1301
|
*/
|
|
1254
1302
|
attachEnabledChanged(
|
|
@@ -1275,6 +1323,7 @@ declare module "sap/ui/vtm/Extension" {
|
|
|
1275
1323
|
*
|
|
1276
1324
|
* Fired when the enabled property is changed.
|
|
1277
1325
|
*
|
|
1326
|
+
*
|
|
1278
1327
|
* @returns Reference to `this` in order to allow method chaining
|
|
1279
1328
|
*/
|
|
1280
1329
|
attachEnabledChanged(
|
|
@@ -1295,6 +1344,7 @@ declare module "sap/ui/vtm/Extension" {
|
|
|
1295
1344
|
*
|
|
1296
1345
|
* Fired when initialization has completed.
|
|
1297
1346
|
*
|
|
1347
|
+
*
|
|
1298
1348
|
* @returns Reference to `this` in order to allow method chaining
|
|
1299
1349
|
*/
|
|
1300
1350
|
attachInitialized(
|
|
@@ -1320,6 +1370,7 @@ declare module "sap/ui/vtm/Extension" {
|
|
|
1320
1370
|
*
|
|
1321
1371
|
* Fired when initialization has completed.
|
|
1322
1372
|
*
|
|
1373
|
+
*
|
|
1323
1374
|
* @returns Reference to `this` in order to allow method chaining
|
|
1324
1375
|
*/
|
|
1325
1376
|
attachInitialized(
|
|
@@ -1338,6 +1389,7 @@ declare module "sap/ui/vtm/Extension" {
|
|
|
1338
1389
|
* See {@link sap.ui.base.ManagedObject#bindProperty ManagedObject.bindProperty} for a detailed description
|
|
1339
1390
|
* of the possible properties of `oBindingInfo`
|
|
1340
1391
|
*
|
|
1392
|
+
*
|
|
1341
1393
|
* @returns Reference to `this` in order to allow method chaining
|
|
1342
1394
|
*/
|
|
1343
1395
|
bindEnabled(
|
|
@@ -1352,6 +1404,7 @@ declare module "sap/ui/vtm/Extension" {
|
|
|
1352
1404
|
*
|
|
1353
1405
|
* The passed function and listener object must match the ones used for event registration.
|
|
1354
1406
|
*
|
|
1407
|
+
*
|
|
1355
1408
|
* @returns Reference to `this` in order to allow method chaining
|
|
1356
1409
|
*/
|
|
1357
1410
|
detachEnabledChanged(
|
|
@@ -1369,6 +1422,7 @@ declare module "sap/ui/vtm/Extension" {
|
|
|
1369
1422
|
*
|
|
1370
1423
|
* The passed function and listener object must match the ones used for event registration.
|
|
1371
1424
|
*
|
|
1425
|
+
*
|
|
1372
1426
|
* @returns Reference to `this` in order to allow method chaining
|
|
1373
1427
|
*/
|
|
1374
1428
|
detachInitialized(
|
|
@@ -1382,10 +1436,10 @@ declare module "sap/ui/vtm/Extension" {
|
|
|
1382
1436
|
oListener?: object
|
|
1383
1437
|
): this;
|
|
1384
1438
|
/**
|
|
1385
|
-
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
1386
|
-
*
|
|
1387
1439
|
* Fires event {@link #event:enabledChanged enabledChanged} to attached listeners.
|
|
1388
1440
|
*
|
|
1441
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
1442
|
+
*
|
|
1389
1443
|
* @returns Reference to `this` in order to allow method chaining
|
|
1390
1444
|
*/
|
|
1391
1445
|
fireEnabledChanged(
|
|
@@ -1395,10 +1449,10 @@ declare module "sap/ui/vtm/Extension" {
|
|
|
1395
1449
|
mParameters?: object
|
|
1396
1450
|
): this;
|
|
1397
1451
|
/**
|
|
1398
|
-
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
1399
|
-
*
|
|
1400
1452
|
* Fires event {@link #event:initialized initialized} to attached listeners.
|
|
1401
1453
|
*
|
|
1454
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
1455
|
+
*
|
|
1402
1456
|
* @returns Reference to `this` in order to allow method chaining
|
|
1403
1457
|
*/
|
|
1404
1458
|
fireInitialized(
|
|
@@ -1414,6 +1468,7 @@ declare module "sap/ui/vtm/Extension" {
|
|
|
1414
1468
|
*
|
|
1415
1469
|
* Default value is `true`.
|
|
1416
1470
|
*
|
|
1471
|
+
*
|
|
1417
1472
|
* @returns Value of property `enabled`
|
|
1418
1473
|
*/
|
|
1419
1474
|
getEnabled(): boolean;
|
|
@@ -1424,6 +1479,7 @@ declare module "sap/ui/vtm/Extension" {
|
|
|
1424
1479
|
* The {@link #initialize initialize} method is called after the {@link Promise} returned by {@link #getVtmPromise getVtmPromise }
|
|
1425
1480
|
* resolves.
|
|
1426
1481
|
*
|
|
1482
|
+
*
|
|
1427
1483
|
* @returns A {@link Promise} that is resolved after the {@link #initialize initialize} method has been
|
|
1428
1484
|
* called for the extension.
|
|
1429
1485
|
*/
|
|
@@ -1434,6 +1490,7 @@ declare module "sap/ui/vtm/Extension" {
|
|
|
1434
1490
|
*
|
|
1435
1491
|
* The relevant {@link sap.ui.vtm.Vtm} instance is passed to the resolve handler.
|
|
1436
1492
|
*
|
|
1493
|
+
*
|
|
1437
1494
|
* @returns A {@link Promise} that is resolved when the extension is added to the `extensions` aggregation
|
|
1438
1495
|
* of an {@link sap.ui.vtm.Vtm} instance.
|
|
1439
1496
|
*/
|
|
@@ -1456,6 +1513,7 @@ declare module "sap/ui/vtm/Extension" {
|
|
|
1456
1513
|
*
|
|
1457
1514
|
* Default value is `true`.
|
|
1458
1515
|
*
|
|
1516
|
+
*
|
|
1459
1517
|
* @returns Reference to `this` in order to allow method chaining
|
|
1460
1518
|
*/
|
|
1461
1519
|
setEnabled(
|
|
@@ -1467,6 +1525,7 @@ declare module "sap/ui/vtm/Extension" {
|
|
|
1467
1525
|
/**
|
|
1468
1526
|
* Unbinds property {@link #getEnabled enabled} from model data.
|
|
1469
1527
|
*
|
|
1528
|
+
*
|
|
1470
1529
|
* @returns Reference to `this` in order to allow method chaining
|
|
1471
1530
|
*/
|
|
1472
1531
|
unbindEnabled(): this;
|
|
@@ -1515,15 +1574,15 @@ declare module "sap/ui/vtm/extensions/DisplayStateCalculationExtension" {
|
|
|
1515
1574
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
1516
1575
|
|
|
1517
1576
|
/**
|
|
1518
|
-
* @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
|
|
1519
|
-
* versions.
|
|
1520
|
-
*
|
|
1521
1577
|
* Adds a behavior that calculates display state (visibility, opacity, highlight color) for the scene nodes
|
|
1522
1578
|
* in a viewport using information in the tree items, context display groups and override display groups.
|
|
1523
1579
|
*
|
|
1524
1580
|
* Excluded tree items are ignored when calculating display state since visible scene nodes that are not
|
|
1525
1581
|
* visible due to a context or override display group should relate to one or more selectable tree items
|
|
1526
1582
|
* in the tree.
|
|
1583
|
+
*
|
|
1584
|
+
* @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
|
|
1585
|
+
* versions.
|
|
1527
1586
|
*/
|
|
1528
1587
|
export default class DisplayStateCalculationExtension
|
|
1529
1588
|
extends Extension
|
|
@@ -1550,6 +1609,7 @@ declare module "sap/ui/vtm/extensions/DisplayStateCalculationExtension" {
|
|
|
1550
1609
|
*
|
|
1551
1610
|
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.vtm.Extension.extend}.
|
|
1552
1611
|
*
|
|
1612
|
+
*
|
|
1553
1613
|
* @returns Created class / constructor function
|
|
1554
1614
|
*/
|
|
1555
1615
|
static extend<T extends Record<string, unknown>>(
|
|
@@ -1570,6 +1630,7 @@ declare module "sap/ui/vtm/extensions/DisplayStateCalculationExtension" {
|
|
|
1570
1630
|
/**
|
|
1571
1631
|
* Returns a metadata object for class sap.ui.vtm.extensions.DisplayStateCalculationExtension.
|
|
1572
1632
|
*
|
|
1633
|
+
*
|
|
1573
1634
|
* @returns Metadata object describing this class
|
|
1574
1635
|
*/
|
|
1575
1636
|
static getMetadata(): ElementMetadata;
|
|
@@ -1594,10 +1655,10 @@ declare module "sap/ui/vtm/extensions/InitialViewExtension" {
|
|
|
1594
1655
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
1595
1656
|
|
|
1596
1657
|
/**
|
|
1658
|
+
* Adds a behavior that zooms to all (or a specific view) after the first viewable has loaded successfully.
|
|
1659
|
+
*
|
|
1597
1660
|
* @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
|
|
1598
1661
|
* versions.
|
|
1599
|
-
*
|
|
1600
|
-
* Adds a behavior that zooms to all (or a specific view) after the first viewable has loaded successfully.
|
|
1601
1662
|
*/
|
|
1602
1663
|
export default class InitialViewExtension
|
|
1603
1664
|
extends Extension
|
|
@@ -1628,6 +1689,7 @@ declare module "sap/ui/vtm/extensions/InitialViewExtension" {
|
|
|
1628
1689
|
*
|
|
1629
1690
|
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.vtm.Extension.extend}.
|
|
1630
1691
|
*
|
|
1692
|
+
*
|
|
1631
1693
|
* @returns Created class / constructor function
|
|
1632
1694
|
*/
|
|
1633
1695
|
static extend<T extends Record<string, unknown>>(
|
|
@@ -1648,6 +1710,7 @@ declare module "sap/ui/vtm/extensions/InitialViewExtension" {
|
|
|
1648
1710
|
/**
|
|
1649
1711
|
* Returns a metadata object for class sap.ui.vtm.extensions.InitialViewExtension.
|
|
1650
1712
|
*
|
|
1713
|
+
*
|
|
1651
1714
|
* @returns Metadata object describing this class
|
|
1652
1715
|
*/
|
|
1653
1716
|
static getMetadata(): ElementMetadata;
|
|
@@ -1657,6 +1720,7 @@ declare module "sap/ui/vtm/extensions/InitialViewExtension" {
|
|
|
1657
1720
|
* Specifies a predefined view to use. If a specific view is not specified this extension will zoom to fit
|
|
1658
1721
|
* all geometry without changing the camera angle.
|
|
1659
1722
|
*
|
|
1723
|
+
*
|
|
1660
1724
|
* @returns Value of property `predefinedView`
|
|
1661
1725
|
*/
|
|
1662
1726
|
getPredefinedView(): PredefinedView;
|
|
@@ -1668,6 +1732,7 @@ declare module "sap/ui/vtm/extensions/InitialViewExtension" {
|
|
|
1668
1732
|
*
|
|
1669
1733
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1670
1734
|
*
|
|
1735
|
+
*
|
|
1671
1736
|
* @returns Reference to `this` in order to allow method chaining
|
|
1672
1737
|
*/
|
|
1673
1738
|
setPredefinedView(
|
|
@@ -1698,10 +1763,10 @@ declare module "sap/ui/vtm/extensions/LoadProgressExtension" {
|
|
|
1698
1763
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
1699
1764
|
|
|
1700
1765
|
/**
|
|
1766
|
+
* Adds a behavior that shows a progress dialog when downloading/loading of viewables is occurring.
|
|
1767
|
+
*
|
|
1701
1768
|
* @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
|
|
1702
1769
|
* versions.
|
|
1703
|
-
*
|
|
1704
|
-
* Adds a behavior that shows a progress dialog when downloading/loading of viewables is occurring.
|
|
1705
1770
|
*/
|
|
1706
1771
|
export default class LoadProgressExtension
|
|
1707
1772
|
extends Extension
|
|
@@ -1731,6 +1796,7 @@ declare module "sap/ui/vtm/extensions/LoadProgressExtension" {
|
|
|
1731
1796
|
*
|
|
1732
1797
|
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.vtm.Extension.extend}.
|
|
1733
1798
|
*
|
|
1799
|
+
*
|
|
1734
1800
|
* @returns Created class / constructor function
|
|
1735
1801
|
*/
|
|
1736
1802
|
static extend<T extends Record<string, unknown>>(
|
|
@@ -1751,6 +1817,7 @@ declare module "sap/ui/vtm/extensions/LoadProgressExtension" {
|
|
|
1751
1817
|
/**
|
|
1752
1818
|
* Returns a metadata object for class sap.ui.vtm.extensions.LoadProgressExtension.
|
|
1753
1819
|
*
|
|
1820
|
+
*
|
|
1754
1821
|
* @returns Metadata object describing this class
|
|
1755
1822
|
*/
|
|
1756
1823
|
static getMetadata(): ElementMetadata;
|
|
@@ -1770,9 +1837,6 @@ declare module "sap/ui/vtm/extensions/MessageStatusCalculationExtension" {
|
|
|
1770
1837
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
1771
1838
|
|
|
1772
1839
|
/**
|
|
1773
|
-
* @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
|
|
1774
|
-
* versions.
|
|
1775
|
-
*
|
|
1776
1840
|
* Adds a behavior that calculates the properties of the message status icons. The behavior:
|
|
1777
1841
|
* - Allows for error, warning and information messages.
|
|
1778
1842
|
* - Uses red icons for error related indications.
|
|
@@ -1790,6 +1854,9 @@ declare module "sap/ui/vtm/extensions/MessageStatusCalculationExtension" {
|
|
|
1790
1854
|
* - Warning messages on descendants are given a higher priority than information messages that apply
|
|
1791
1855
|
* to the tree item
|
|
1792
1856
|
* - Information messages are not cascaded up the tree
|
|
1857
|
+
*
|
|
1858
|
+
* @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
|
|
1859
|
+
* versions.
|
|
1793
1860
|
*/
|
|
1794
1861
|
export default class MessageStatusCalculationExtension
|
|
1795
1862
|
extends Extension
|
|
@@ -1816,6 +1883,7 @@ declare module "sap/ui/vtm/extensions/MessageStatusCalculationExtension" {
|
|
|
1816
1883
|
*
|
|
1817
1884
|
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.vtm.Extension.extend}.
|
|
1818
1885
|
*
|
|
1886
|
+
*
|
|
1819
1887
|
* @returns Created class / constructor function
|
|
1820
1888
|
*/
|
|
1821
1889
|
static extend<T extends Record<string, unknown>>(
|
|
@@ -1836,6 +1904,7 @@ declare module "sap/ui/vtm/extensions/MessageStatusCalculationExtension" {
|
|
|
1836
1904
|
/**
|
|
1837
1905
|
* Returns a metadata object for class sap.ui.vtm.extensions.MessageStatusCalculationExtension.
|
|
1838
1906
|
*
|
|
1907
|
+
*
|
|
1839
1908
|
* @returns Metadata object describing this class
|
|
1840
1909
|
*/
|
|
1841
1910
|
static getMetadata(): ElementMetadata;
|
|
@@ -1856,10 +1925,10 @@ declare module "sap/ui/vtm/extensions/MessageStatusIconClickExtension" {
|
|
|
1856
1925
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
1857
1926
|
|
|
1858
1927
|
/**
|
|
1928
|
+
* Adds a behavior that shows a {@link sap.ui.vtm.MessagesPopover} when a message status icon is clicked.
|
|
1929
|
+
*
|
|
1859
1930
|
* @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
|
|
1860
1931
|
* versions.
|
|
1861
|
-
*
|
|
1862
|
-
* Adds a behavior that shows a {@link sap.ui.vtm.MessagesPopover} when a message status icon is clicked.
|
|
1863
1932
|
*/
|
|
1864
1933
|
export default class MessageStatusIconClickExtension
|
|
1865
1934
|
extends Extension
|
|
@@ -1886,6 +1955,7 @@ declare module "sap/ui/vtm/extensions/MessageStatusIconClickExtension" {
|
|
|
1886
1955
|
*
|
|
1887
1956
|
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.vtm.Extension.extend}.
|
|
1888
1957
|
*
|
|
1958
|
+
*
|
|
1889
1959
|
* @returns Created class / constructor function
|
|
1890
1960
|
*/
|
|
1891
1961
|
static extend<T extends Record<string, unknown>>(
|
|
@@ -1906,6 +1976,7 @@ declare module "sap/ui/vtm/extensions/MessageStatusIconClickExtension" {
|
|
|
1906
1976
|
/**
|
|
1907
1977
|
* Returns a metadata object for class sap.ui.vtm.extensions.MessageStatusIconClickExtension.
|
|
1908
1978
|
*
|
|
1979
|
+
*
|
|
1909
1980
|
* @returns Metadata object describing this class
|
|
1910
1981
|
*/
|
|
1911
1982
|
static getMetadata(): ElementMetadata;
|
|
@@ -1930,10 +2001,10 @@ declare module "sap/ui/vtm/extensions/SceneNodeHoverHighlightExtension" {
|
|
|
1930
2001
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
1931
2002
|
|
|
1932
2003
|
/**
|
|
2004
|
+
* Adds a behaviour which highlights a scene node when the mouse hovers over it.
|
|
2005
|
+
*
|
|
1933
2006
|
* @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
|
|
1934
2007
|
* versions.
|
|
1935
|
-
*
|
|
1936
|
-
* Adds a behaviour which highlights a scene node when the mouse hovers over it.
|
|
1937
2008
|
*/
|
|
1938
2009
|
export default class SceneNodeHoverHighlightExtension
|
|
1939
2010
|
extends Extension
|
|
@@ -1963,6 +2034,7 @@ declare module "sap/ui/vtm/extensions/SceneNodeHoverHighlightExtension" {
|
|
|
1963
2034
|
*
|
|
1964
2035
|
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.vtm.Extension.extend}.
|
|
1965
2036
|
*
|
|
2037
|
+
*
|
|
1966
2038
|
* @returns Created class / constructor function
|
|
1967
2039
|
*/
|
|
1968
2040
|
static extend<T extends Record<string, unknown>>(
|
|
@@ -1983,6 +2055,7 @@ declare module "sap/ui/vtm/extensions/SceneNodeHoverHighlightExtension" {
|
|
|
1983
2055
|
/**
|
|
1984
2056
|
* Returns a metadata object for class sap.ui.vtm.extensions.SceneNodeHoverHighlightExtension.
|
|
1985
2057
|
*
|
|
2058
|
+
*
|
|
1986
2059
|
* @returns Metadata object describing this class
|
|
1987
2060
|
*/
|
|
1988
2061
|
static getMetadata(): ElementMetadata;
|
|
@@ -1993,6 +2066,7 @@ declare module "sap/ui/vtm/extensions/SceneNodeHoverHighlightExtension" {
|
|
|
1993
2066
|
*
|
|
1994
2067
|
* Default value is `"rgba(0, 0, 255, 0.7)"`.
|
|
1995
2068
|
*
|
|
2069
|
+
*
|
|
1996
2070
|
* @returns Value of property `highlightColor`
|
|
1997
2071
|
*/
|
|
1998
2072
|
getHighlightColor(): CSSColor;
|
|
@@ -2005,6 +2079,7 @@ declare module "sap/ui/vtm/extensions/SceneNodeHoverHighlightExtension" {
|
|
|
2005
2079
|
*
|
|
2006
2080
|
* Default value is `"rgba(0, 0, 255, 0.7)"`.
|
|
2007
2081
|
*
|
|
2082
|
+
*
|
|
2008
2083
|
* @returns Reference to `this` in order to allow method chaining
|
|
2009
2084
|
*/
|
|
2010
2085
|
setHighlightColor(
|
|
@@ -2037,11 +2112,11 @@ declare module "sap/ui/vtm/extensions/SceneNodeHoverTooltipExtension" {
|
|
|
2037
2112
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
2038
2113
|
|
|
2039
2114
|
/**
|
|
2040
|
-
* @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
|
|
2041
|
-
* versions.
|
|
2042
|
-
*
|
|
2043
2115
|
* Adds a behaviour in which a tooltip (which can be specified by application code using a callback function)
|
|
2044
2116
|
* is displayed when the mouse is hovering over a scene node.
|
|
2117
|
+
*
|
|
2118
|
+
* @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
|
|
2119
|
+
* versions.
|
|
2045
2120
|
*/
|
|
2046
2121
|
export default class SceneNodeHoverTooltipExtension
|
|
2047
2122
|
extends Extension
|
|
@@ -2071,6 +2146,7 @@ declare module "sap/ui/vtm/extensions/SceneNodeHoverTooltipExtension" {
|
|
|
2071
2146
|
*
|
|
2072
2147
|
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.vtm.Extension.extend}.
|
|
2073
2148
|
*
|
|
2149
|
+
*
|
|
2074
2150
|
* @returns Created class / constructor function
|
|
2075
2151
|
*/
|
|
2076
2152
|
static extend<T extends Record<string, unknown>>(
|
|
@@ -2091,6 +2167,7 @@ declare module "sap/ui/vtm/extensions/SceneNodeHoverTooltipExtension" {
|
|
|
2091
2167
|
/**
|
|
2092
2168
|
* Returns a metadata object for class sap.ui.vtm.extensions.SceneNodeHoverTooltipExtension.
|
|
2093
2169
|
*
|
|
2170
|
+
*
|
|
2094
2171
|
* @returns Metadata object describing this class
|
|
2095
2172
|
*/
|
|
2096
2173
|
static getMetadata(): ElementMetadata;
|
|
@@ -2110,6 +2187,7 @@ declare module "sap/ui/vtm/extensions/SceneNodeHoverTooltipExtension" {
|
|
|
2110
2187
|
* ```
|
|
2111
2188
|
* If function returns null no tooltip will be displayed.
|
|
2112
2189
|
*
|
|
2190
|
+
*
|
|
2113
2191
|
* @returns Value of property `tooltipCallback`
|
|
2114
2192
|
*/
|
|
2115
2193
|
getTooltipCallback(): any;
|
|
@@ -2131,6 +2209,7 @@ declare module "sap/ui/vtm/extensions/SceneNodeHoverTooltipExtension" {
|
|
|
2131
2209
|
*
|
|
2132
2210
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
2133
2211
|
*
|
|
2212
|
+
*
|
|
2134
2213
|
* @returns Reference to `this` in order to allow method chaining
|
|
2135
2214
|
*/
|
|
2136
2215
|
setTooltipCallback(
|
|
@@ -2174,11 +2253,11 @@ declare module "sap/ui/vtm/extensions/SelectionLinkingExtension" {
|
|
|
2174
2253
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
2175
2254
|
|
|
2176
2255
|
/**
|
|
2177
|
-
* @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
|
|
2178
|
-
* versions.
|
|
2179
|
-
*
|
|
2180
2256
|
* Adds a behavior that links items the visibility of tree items in a {@link sap.ui.vtm.Tree} with the visibility
|
|
2181
2257
|
* of their associated scene nodes in the {@link sap.ui.vtm.Viewport} in the same {@link sap.ui.vtm.Panel}.
|
|
2258
|
+
*
|
|
2259
|
+
* @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
|
|
2260
|
+
* versions.
|
|
2182
2261
|
*/
|
|
2183
2262
|
export default class SelectionLinkingExtension
|
|
2184
2263
|
extends Extension
|
|
@@ -2209,6 +2288,7 @@ declare module "sap/ui/vtm/extensions/SelectionLinkingExtension" {
|
|
|
2209
2288
|
*
|
|
2210
2289
|
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.vtm.Extension.extend}.
|
|
2211
2290
|
*
|
|
2291
|
+
*
|
|
2212
2292
|
* @returns Created class / constructor function
|
|
2213
2293
|
*/
|
|
2214
2294
|
static extend<T extends Record<string, unknown>>(
|
|
@@ -2229,6 +2309,7 @@ declare module "sap/ui/vtm/extensions/SelectionLinkingExtension" {
|
|
|
2229
2309
|
/**
|
|
2230
2310
|
* Returns a metadata object for class sap.ui.vtm.extensions.SelectionLinkingExtension.
|
|
2231
2311
|
*
|
|
2312
|
+
*
|
|
2232
2313
|
* @returns Metadata object describing this class
|
|
2233
2314
|
*/
|
|
2234
2315
|
static getMetadata(): ElementMetadata;
|
|
@@ -2243,6 +2324,7 @@ declare module "sap/ui/vtm/extensions/SelectionLinkingExtension" {
|
|
|
2243
2324
|
* The third parameter is the {@link sap.ui.vtm.Tree} to search for matches in.
|
|
2244
2325
|
* The function returns an array of tree items that match the specified tree item.
|
|
2245
2326
|
*
|
|
2327
|
+
*
|
|
2246
2328
|
* @returns Value of property `findMatchingTreeItems`
|
|
2247
2329
|
*/
|
|
2248
2330
|
getFindMatchingTreeItems(): any;
|
|
@@ -2259,6 +2341,7 @@ declare module "sap/ui/vtm/extensions/SelectionLinkingExtension" {
|
|
|
2259
2341
|
*
|
|
2260
2342
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
2261
2343
|
*
|
|
2344
|
+
*
|
|
2262
2345
|
* @returns Reference to `this` in order to allow method chaining
|
|
2263
2346
|
*/
|
|
2264
2347
|
setFindMatchingTreeItems(
|
|
@@ -2295,11 +2378,11 @@ declare module "sap/ui/vtm/extensions/ViewLinkingExtension" {
|
|
|
2295
2378
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
2296
2379
|
|
|
2297
2380
|
/**
|
|
2298
|
-
* @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
|
|
2299
|
-
* versions.
|
|
2300
|
-
*
|
|
2301
2381
|
* Adds a behavior that links the camera views for all the {@link sap.ui.vtm.Viewport} instances associated
|
|
2302
2382
|
* with a {@link sap.ui.vtm.Vtm} instance.
|
|
2383
|
+
*
|
|
2384
|
+
* @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
|
|
2385
|
+
* versions.
|
|
2303
2386
|
*/
|
|
2304
2387
|
export default class ViewLinkingExtension
|
|
2305
2388
|
extends Extension
|
|
@@ -2316,6 +2399,7 @@ declare module "sap/ui/vtm/extensions/ViewLinkingExtension" {
|
|
|
2316
2399
|
*
|
|
2317
2400
|
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.vtm.Extension.extend}.
|
|
2318
2401
|
*
|
|
2402
|
+
*
|
|
2319
2403
|
* @returns Created class / constructor function
|
|
2320
2404
|
*/
|
|
2321
2405
|
static extend<T extends Record<string, unknown>>(
|
|
@@ -2336,6 +2420,7 @@ declare module "sap/ui/vtm/extensions/ViewLinkingExtension" {
|
|
|
2336
2420
|
/**
|
|
2337
2421
|
* Returns a metadata object for class sap.ui.vtm.extensions.ViewLinkingExtension.
|
|
2338
2422
|
*
|
|
2423
|
+
*
|
|
2339
2424
|
* @returns Metadata object describing this class
|
|
2340
2425
|
*/
|
|
2341
2426
|
static getMetadata(): ElementMetadata;
|
|
@@ -2355,11 +2440,11 @@ declare module "sap/ui/vtm/extensions/ViewportSelectionLinkingExtension" {
|
|
|
2355
2440
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
2356
2441
|
|
|
2357
2442
|
/**
|
|
2358
|
-
* @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
|
|
2359
|
-
* versions.
|
|
2360
|
-
*
|
|
2361
2443
|
* Adds a behavior that links the selection state of tree items in a {@link sap.ui.vtm.Tree} with their
|
|
2362
2444
|
* corresponding scene nodes in the {@link sap.ui.vtm.Viewport} in the same {@link sap.ui.vtm.Panel}.
|
|
2445
|
+
*
|
|
2446
|
+
* @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
|
|
2447
|
+
* versions.
|
|
2363
2448
|
*/
|
|
2364
2449
|
export default class ViewportSelectionLinkingExtension
|
|
2365
2450
|
extends Extension
|
|
@@ -2386,6 +2471,7 @@ declare module "sap/ui/vtm/extensions/ViewportSelectionLinkingExtension" {
|
|
|
2386
2471
|
*
|
|
2387
2472
|
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.vtm.Extension.extend}.
|
|
2388
2473
|
*
|
|
2474
|
+
*
|
|
2389
2475
|
* @returns Created class / constructor function
|
|
2390
2476
|
*/
|
|
2391
2477
|
static extend<T extends Record<string, unknown>>(
|
|
@@ -2406,6 +2492,7 @@ declare module "sap/ui/vtm/extensions/ViewportSelectionLinkingExtension" {
|
|
|
2406
2492
|
/**
|
|
2407
2493
|
* Returns a metadata object for class sap.ui.vtm.extensions.ViewportSelectionLinkingExtension.
|
|
2408
2494
|
*
|
|
2495
|
+
*
|
|
2409
2496
|
* @returns Metadata object describing this class
|
|
2410
2497
|
*/
|
|
2411
2498
|
static getMetadata(): ElementMetadata;
|
|
@@ -2426,11 +2513,11 @@ declare module "sap/ui/vtm/extensions/VisibilityIconClickExtension" {
|
|
|
2426
2513
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
2427
2514
|
|
|
2428
2515
|
/**
|
|
2429
|
-
* @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
|
|
2430
|
-
* versions.
|
|
2431
|
-
*
|
|
2432
2516
|
* Adds a behavior that updates visibility in the {@link sap.ui.vtm.Tree} when a visibility checkbox (eye)
|
|
2433
2517
|
* is clicked.
|
|
2518
|
+
*
|
|
2519
|
+
* @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
|
|
2520
|
+
* versions.
|
|
2434
2521
|
*/
|
|
2435
2522
|
export default class VisibilityIconClickExtension
|
|
2436
2523
|
extends Extension
|
|
@@ -2460,6 +2547,7 @@ declare module "sap/ui/vtm/extensions/VisibilityIconClickExtension" {
|
|
|
2460
2547
|
*
|
|
2461
2548
|
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.vtm.Extension.extend}.
|
|
2462
2549
|
*
|
|
2550
|
+
*
|
|
2463
2551
|
* @returns Created class / constructor function
|
|
2464
2552
|
*/
|
|
2465
2553
|
static extend<T extends Record<string, unknown>>(
|
|
@@ -2480,6 +2568,7 @@ declare module "sap/ui/vtm/extensions/VisibilityIconClickExtension" {
|
|
|
2480
2568
|
/**
|
|
2481
2569
|
* Returns a metadata object for class sap.ui.vtm.extensions.VisibilityIconClickExtension.
|
|
2482
2570
|
*
|
|
2571
|
+
*
|
|
2483
2572
|
* @returns Metadata object describing this class
|
|
2484
2573
|
*/
|
|
2485
2574
|
static getMetadata(): ElementMetadata;
|
|
@@ -2493,15 +2582,16 @@ declare module "sap/ui/vtm/HashUtilities" {
|
|
|
2493
2582
|
import { Matrix } from "sap/ui/vtm/library";
|
|
2494
2583
|
|
|
2495
2584
|
/**
|
|
2585
|
+
* A set of utility functions for working with hash values.
|
|
2586
|
+
*
|
|
2496
2587
|
* @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
|
|
2497
2588
|
* versions.
|
|
2498
|
-
*
|
|
2499
|
-
* A set of utility functions for working with hash values.
|
|
2500
2589
|
*/
|
|
2501
2590
|
interface HashUtilities {
|
|
2502
2591
|
/**
|
|
2503
2592
|
* Creates a single hash code from a set of hash code values and normalizes it using {@link sap.ui.vtm.HashUtilities.normalizeHash}.
|
|
2504
2593
|
*
|
|
2594
|
+
*
|
|
2505
2595
|
* @returns The combined hash code.
|
|
2506
2596
|
*/
|
|
2507
2597
|
combineHashes(
|
|
@@ -2520,6 +2610,7 @@ declare module "sap/ui/vtm/HashUtilities" {
|
|
|
2520
2610
|
* The resulting hash value can be any integer value. Use {@link sap.ui.vtm.HashUtilities.normalizeHash }
|
|
2521
2611
|
* on the result to create a hash code that is useful as a key in a {@link sap.ui.vtm.Lookup}.
|
|
2522
2612
|
*
|
|
2613
|
+
*
|
|
2523
2614
|
* @returns The hash code for the specified transformation matrix.
|
|
2524
2615
|
*/
|
|
2525
2616
|
hashMatrix(
|
|
@@ -2534,6 +2625,7 @@ declare module "sap/ui/vtm/HashUtilities" {
|
|
|
2534
2625
|
* The resulting hash value can be any integer value. Use {@link sap.ui.vtm.HashUtilities.normalizeHash }
|
|
2535
2626
|
* on the result to create a hash code that is useful as a key in a {@link sap.ui.vtm.Lookup}.
|
|
2536
2627
|
*
|
|
2628
|
+
*
|
|
2537
2629
|
* @returns The hash code value for the string.
|
|
2538
2630
|
*/
|
|
2539
2631
|
hashString(
|
|
@@ -2546,6 +2638,7 @@ declare module "sap/ui/vtm/HashUtilities" {
|
|
|
2546
2638
|
* Normalizes a hash code to a range between 0 and an upper bound. Useful for creating a hash code that
|
|
2547
2639
|
* can be used as a key in a {@link sap.ui.vtm.Lookup} (to limit the number of buckets in the lookup).
|
|
2548
2640
|
*
|
|
2641
|
+
*
|
|
2549
2642
|
* @returns The normalized hash code.
|
|
2550
2643
|
*/
|
|
2551
2644
|
normalizeHash(
|
|
@@ -2565,9 +2658,9 @@ declare module "sap/ui/vtm/HashUtilities" {
|
|
|
2565
2658
|
|
|
2566
2659
|
declare module "sap/ui/vtm/InternalColumnDescriptor" {
|
|
2567
2660
|
/**
|
|
2568
|
-
* @experimental (since 1.50.0) - This type is experimental and might be modified or removed in future versions.
|
|
2569
|
-
*
|
|
2570
2661
|
* Enumeration specifying descriptors for {@link sap.ui.vtm.Column} objects of type {@link sap.ui.vtm.ColumnType.Internal}.
|
|
2662
|
+
*
|
|
2663
|
+
* @experimental (since 1.50.0) - This type is experimental and might be modified or removed in future versions.
|
|
2571
2664
|
*/
|
|
2572
2665
|
enum InternalColumnDescriptor {
|
|
2573
2666
|
/**
|
|
@@ -2616,57 +2709,65 @@ declare module "sap/ui/vtm/InternalColumns" {
|
|
|
2616
2709
|
import Column from "sap/ui/vtm/Column";
|
|
2617
2710
|
|
|
2618
2711
|
/**
|
|
2712
|
+
* A set of utility functions for creating internal tree columns.
|
|
2713
|
+
*
|
|
2619
2714
|
* @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
|
|
2620
2715
|
* versions.
|
|
2621
|
-
*
|
|
2622
|
-
* A set of utility functions for creating internal tree columns.
|
|
2623
2716
|
*/
|
|
2624
2717
|
interface InternalColumns {
|
|
2625
2718
|
/**
|
|
2626
2719
|
* Creates a {@link sap.ui.vtm.InternalColumnDescriptor.AbsoluteMatrix} column.
|
|
2627
2720
|
*
|
|
2721
|
+
*
|
|
2628
2722
|
* @returns The {@link sap.ui.vtm.InternalColumnDescriptor.AbsoluteMatrix} column.
|
|
2629
2723
|
*/
|
|
2630
2724
|
createAbsoluteMatrixColumn(): Column;
|
|
2631
2725
|
/**
|
|
2632
2726
|
* Creates a {@link sap.ui.vtm.InternalColumnDescriptor.MessageStatus} internal column.
|
|
2633
2727
|
*
|
|
2728
|
+
*
|
|
2634
2729
|
* @returns The {@link sap.ui.vtm.InternalColumnDescriptor.MessageStatus} internal column.
|
|
2635
2730
|
*/
|
|
2636
2731
|
createMessageStatusColumn(): Column;
|
|
2637
2732
|
/**
|
|
2638
2733
|
* Creates an {@link sap.ui.vtm.InternalColumnDescriptor.Opacity} column.
|
|
2639
2734
|
*
|
|
2735
|
+
*
|
|
2640
2736
|
* @returns The {@link sap.ui.vtm.InternalColumnDescriptor.Opacity} column.
|
|
2641
2737
|
*/
|
|
2642
2738
|
createOpacityColumn(): Column;
|
|
2643
2739
|
/**
|
|
2644
2740
|
* Creates a {@link sap.ui.vtm.InternalColumnDescriptor.RelativeMatrix} column.
|
|
2645
2741
|
*
|
|
2742
|
+
*
|
|
2646
2743
|
* @returns The {@link sap.ui.vtm.InternalColumnDescriptor.RelativeMatrix} column.
|
|
2647
2744
|
*/
|
|
2648
2745
|
createRelativeMatrixColumn(): Column;
|
|
2649
2746
|
/**
|
|
2650
2747
|
* Creates a {@link sap.ui.vtm.InternalColumnDescriptor.SceneNodeIds} column.
|
|
2651
2748
|
*
|
|
2749
|
+
*
|
|
2652
2750
|
* @returns The {@link sap.ui.vtm.InternalColumnDescriptor.SceneNodeIds} column.
|
|
2653
2751
|
*/
|
|
2654
2752
|
createSceneNodeIdsColumn(): Column;
|
|
2655
2753
|
/**
|
|
2656
2754
|
* Creates a {@link sap.ui.vtm.InternalColumnDescriptor.Tree} internal column.
|
|
2657
2755
|
*
|
|
2756
|
+
*
|
|
2658
2757
|
* @returns The {@link sap.ui.vtm.InternalColumnDescriptor.Tree} internal column.
|
|
2659
2758
|
*/
|
|
2660
2759
|
createTreeColumn(): Column;
|
|
2661
2760
|
/**
|
|
2662
2761
|
* Creates a {@link sap.ui.vtm.InternalColumnDescriptor.TreeItemId} column.
|
|
2663
2762
|
*
|
|
2763
|
+
*
|
|
2664
2764
|
* @returns The {@link sap.ui.vtm.InternalColumnDescriptor.TreeItemId} column.
|
|
2665
2765
|
*/
|
|
2666
2766
|
createTreeItemIdColumn(): Column;
|
|
2667
2767
|
/**
|
|
2668
2768
|
* Creates a {@link sap.ui.vtm.InternalColumnDescriptor.Visibility} internal column.
|
|
2669
2769
|
*
|
|
2770
|
+
*
|
|
2670
2771
|
* @returns The {@link sap.ui.vtm.InternalColumnDescriptor.Visibility} internal column.
|
|
2671
2772
|
*/
|
|
2672
2773
|
createVisibilityColumn(): Column;
|
|
@@ -2681,9 +2782,6 @@ declare module "sap/ui/vtm/Lookup" {
|
|
|
2681
2782
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
2682
2783
|
|
|
2683
2784
|
/**
|
|
2684
|
-
* @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
|
|
2685
|
-
* versions.
|
|
2686
|
-
*
|
|
2687
2785
|
* A map that can contain multiple values per key value. This is a utility class that can be used as a data
|
|
2688
2786
|
* structure for:
|
|
2689
2787
|
* - Maintaining a lookup containing scene nodes keyed by a particular value in order to determine the
|
|
@@ -2696,6 +2794,9 @@ declare module "sap/ui/vtm/Lookup" {
|
|
|
2696
2794
|
* of the {@link sap.ui.vtm.Lookup} with a suitable key can drastically reduces the number of items that
|
|
2697
2795
|
* need to be compared when performing a search. This is important when there are large numbers of searches
|
|
2698
2796
|
* that need to be performed within a large set of items.
|
|
2797
|
+
*
|
|
2798
|
+
* @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
|
|
2799
|
+
* versions.
|
|
2699
2800
|
*/
|
|
2700
2801
|
export default class Lookup extends UI5Element {
|
|
2701
2802
|
/**
|
|
@@ -2719,6 +2820,7 @@ declare module "sap/ui/vtm/Lookup" {
|
|
|
2719
2820
|
*
|
|
2720
2821
|
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Element.extend}.
|
|
2721
2822
|
*
|
|
2823
|
+
*
|
|
2722
2824
|
* @returns Created class / constructor function
|
|
2723
2825
|
*/
|
|
2724
2826
|
static extend<T extends Record<string, unknown>>(
|
|
@@ -2739,12 +2841,14 @@ declare module "sap/ui/vtm/Lookup" {
|
|
|
2739
2841
|
/**
|
|
2740
2842
|
* Returns a metadata object for class sap.ui.vtm.Lookup.
|
|
2741
2843
|
*
|
|
2844
|
+
*
|
|
2742
2845
|
* @returns Metadata object describing this class
|
|
2743
2846
|
*/
|
|
2744
2847
|
static getMetadata(): ElementMetadata;
|
|
2745
2848
|
/**
|
|
2746
2849
|
* Adds a value to the set of values stored against a given key.
|
|
2747
2850
|
*
|
|
2851
|
+
*
|
|
2748
2852
|
* @returns `this` for method chaining.
|
|
2749
2853
|
*/
|
|
2750
2854
|
addValue(
|
|
@@ -2760,12 +2864,14 @@ declare module "sap/ui/vtm/Lookup" {
|
|
|
2760
2864
|
/**
|
|
2761
2865
|
* Clears the Lookup.
|
|
2762
2866
|
*
|
|
2867
|
+
*
|
|
2763
2868
|
* @returns `this` for method chaining.
|
|
2764
2869
|
*/
|
|
2765
2870
|
clear(): Lookup;
|
|
2766
2871
|
/**
|
|
2767
2872
|
* Loops over the key/value array pairs calling the callback function for each pair.
|
|
2768
2873
|
*
|
|
2874
|
+
*
|
|
2769
2875
|
* @returns `this` for method chaining.
|
|
2770
2876
|
*/
|
|
2771
2877
|
forEach(
|
|
@@ -2778,6 +2884,7 @@ declare module "sap/ui/vtm/Lookup" {
|
|
|
2778
2884
|
/**
|
|
2779
2885
|
* Gets the values stored against a given key.
|
|
2780
2886
|
*
|
|
2887
|
+
*
|
|
2781
2888
|
* @returns The values (if any) associated with the given key.
|
|
2782
2889
|
*/
|
|
2783
2890
|
getValues(
|
|
@@ -2789,6 +2896,7 @@ declare module "sap/ui/vtm/Lookup" {
|
|
|
2789
2896
|
/**
|
|
2790
2897
|
* Returns whether there are any values stored against the given key.
|
|
2791
2898
|
*
|
|
2899
|
+
*
|
|
2792
2900
|
* @returns `true` if there are any values stored against the given key.
|
|
2793
2901
|
*/
|
|
2794
2902
|
hasValue(
|
|
@@ -2800,6 +2908,7 @@ declare module "sap/ui/vtm/Lookup" {
|
|
|
2800
2908
|
/**
|
|
2801
2909
|
* Removes a particular value.
|
|
2802
2910
|
*
|
|
2911
|
+
*
|
|
2803
2912
|
* @returns `this` for method chaining.
|
|
2804
2913
|
*/
|
|
2805
2914
|
removeValue(
|
|
@@ -2828,16 +2937,17 @@ declare module "sap/ui/vtm/MatrixUtilities" {
|
|
|
2828
2937
|
import TransformationMatrix from "sap/ui/vk/TransformationMatrix";
|
|
2829
2938
|
|
|
2830
2939
|
/**
|
|
2831
|
-
* @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
|
|
2832
|
-
* versions.
|
|
2833
|
-
*
|
|
2834
2940
|
* A set of utility functions for working with transformation matrices in a ISO 10303-42 format (in the
|
|
2835
2941
|
* form of a 1 dimensional array of 13 numbers)
|
|
2942
|
+
*
|
|
2943
|
+
* @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
|
|
2944
|
+
* versions.
|
|
2836
2945
|
*/
|
|
2837
2946
|
interface MatrixUtilities {
|
|
2838
2947
|
/**
|
|
2839
2948
|
* Returns true when the two matrix parameters are equal.
|
|
2840
2949
|
*
|
|
2950
|
+
*
|
|
2841
2951
|
* @returns `true` if the two matrix parameters are equal.
|
|
2842
2952
|
*/
|
|
2843
2953
|
areEqual(
|
|
@@ -2853,12 +2963,14 @@ declare module "sap/ui/vtm/MatrixUtilities" {
|
|
|
2853
2963
|
/**
|
|
2854
2964
|
* Returns an identity transformation matrix.
|
|
2855
2965
|
*
|
|
2966
|
+
*
|
|
2856
2967
|
* @returns A new identity transformation matrix.
|
|
2857
2968
|
*/
|
|
2858
2969
|
createIdentity(): Matrix;
|
|
2859
2970
|
/**
|
|
2860
2971
|
* Converts a 4x4 transformation matrix to a {@link sap.ui.vtm.Matrix}.
|
|
2861
2972
|
*
|
|
2973
|
+
*
|
|
2862
2974
|
* @returns The {@link sap.ui.vtm.Matrix} value.
|
|
2863
2975
|
*/
|
|
2864
2976
|
from4x4Matrix(
|
|
@@ -2871,6 +2983,7 @@ declare module "sap/ui/vtm/MatrixUtilities" {
|
|
|
2871
2983
|
* Converts a {@link sap.ui.vk.TransformationMatrix} (as used by the sap.ui.vk library) to a {@link sap.ui.vtm.Matrix }
|
|
2872
2984
|
* value.
|
|
2873
2985
|
*
|
|
2986
|
+
*
|
|
2874
2987
|
* @returns The {@link sap.ui.vtm.Matrix} value.
|
|
2875
2988
|
*/
|
|
2876
2989
|
fromVkMatrix(
|
|
@@ -2882,6 +2995,7 @@ declare module "sap/ui/vtm/MatrixUtilities" {
|
|
|
2882
2995
|
/**
|
|
2883
2996
|
* Converts a VSM transformation matrix string to a {@link sap.ui.vtm.Matrix} value.
|
|
2884
2997
|
*
|
|
2998
|
+
*
|
|
2885
2999
|
* @returns The {@link sap.ui.vtm.Matrix} value.
|
|
2886
3000
|
*/
|
|
2887
3001
|
fromVsmMatrixString(
|
|
@@ -2893,6 +3007,7 @@ declare module "sap/ui/vtm/MatrixUtilities" {
|
|
|
2893
3007
|
/**
|
|
2894
3008
|
* Returns the inverse of the passed matrix without modifying the passed matrix.
|
|
2895
3009
|
*
|
|
3010
|
+
*
|
|
2896
3011
|
* @returns The inverse of the specified matrix.
|
|
2897
3012
|
*/
|
|
2898
3013
|
invert(
|
|
@@ -2904,6 +3019,7 @@ declare module "sap/ui/vtm/MatrixUtilities" {
|
|
|
2904
3019
|
/**
|
|
2905
3020
|
* Returns whether a matrix is invertible.
|
|
2906
3021
|
*
|
|
3022
|
+
*
|
|
2907
3023
|
* @returns Whether the matrix is invertible.
|
|
2908
3024
|
*/
|
|
2909
3025
|
isInvertible(
|
|
@@ -2915,6 +3031,7 @@ declare module "sap/ui/vtm/MatrixUtilities" {
|
|
|
2915
3031
|
/**
|
|
2916
3032
|
* Returns true if the parameter represents a valid transformation matrix.
|
|
2917
3033
|
*
|
|
3034
|
+
*
|
|
2918
3035
|
* @returns true if the parameter represents a valid transformation matrix.
|
|
2919
3036
|
*/
|
|
2920
3037
|
isValid(
|
|
@@ -2932,6 +3049,7 @@ declare module "sap/ui/vtm/MatrixUtilities" {
|
|
|
2932
3049
|
/**
|
|
2933
3050
|
* Returns the result of multiplying two matrices (without modifying the passed matrices).
|
|
2934
3051
|
*
|
|
3052
|
+
*
|
|
2935
3053
|
* @returns The matrix representing the multiplication result.
|
|
2936
3054
|
*/
|
|
2937
3055
|
multiply(
|
|
@@ -2947,6 +3065,7 @@ declare module "sap/ui/vtm/MatrixUtilities" {
|
|
|
2947
3065
|
/**
|
|
2948
3066
|
* Converts a {@link sap.ui.vtm.Matrix} to a 4x4 transformation matrix.
|
|
2949
3067
|
*
|
|
3068
|
+
*
|
|
2950
3069
|
* @returns A 4x4 transformation matrix (represented as an array of arrays of numbers).
|
|
2951
3070
|
*/
|
|
2952
3071
|
to4x4Matrix(
|
|
@@ -2959,6 +3078,7 @@ declare module "sap/ui/vtm/MatrixUtilities" {
|
|
|
2959
3078
|
* Converts a {@link sap.ui.vtm.Matrix} value to a {@link sap.ui.vk.TransformationMatrix} as used by the
|
|
2960
3079
|
* sap.ui.vk library.
|
|
2961
3080
|
*
|
|
3081
|
+
*
|
|
2962
3082
|
* @returns The {@link sap.ui.vk.TransformationMatrix} value.
|
|
2963
3083
|
*/
|
|
2964
3084
|
toVkMatrix(
|
|
@@ -2970,6 +3090,7 @@ declare module "sap/ui/vtm/MatrixUtilities" {
|
|
|
2970
3090
|
/**
|
|
2971
3091
|
* Converts a {@link sap.ui.vtm.Matrix} value to a VSM transformation matrix string.
|
|
2972
3092
|
*
|
|
3093
|
+
*
|
|
2973
3094
|
* @returns The VSM transformation matrix string.
|
|
2974
3095
|
*/
|
|
2975
3096
|
toVsmMatrixString(
|
|
@@ -2993,10 +3114,10 @@ declare module "sap/ui/vtm/MessagesPopover" {
|
|
|
2993
3114
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
2994
3115
|
|
|
2995
3116
|
/**
|
|
3117
|
+
* A control that can be used to show messages applied to a tree item.
|
|
3118
|
+
*
|
|
2996
3119
|
* @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
|
|
2997
3120
|
* versions.
|
|
2998
|
-
*
|
|
2999
|
-
* A control that can be used to show messages applied to a tree item.
|
|
3000
3121
|
*/
|
|
3001
3122
|
export default class MessagesPopover extends Popover {
|
|
3002
3123
|
/**
|
|
@@ -3014,6 +3135,7 @@ declare module "sap/ui/vtm/MessagesPopover" {
|
|
|
3014
3135
|
*
|
|
3015
3136
|
* `oClassInfo` might contain the same kind of information as described in {@link sap.m.Popover.extend}.
|
|
3016
3137
|
*
|
|
3138
|
+
*
|
|
3017
3139
|
* @returns Created class / constructor function
|
|
3018
3140
|
*/
|
|
3019
3141
|
static extend<T extends Record<string, unknown>>(
|
|
@@ -3034,6 +3156,7 @@ declare module "sap/ui/vtm/MessagesPopover" {
|
|
|
3034
3156
|
/**
|
|
3035
3157
|
* Returns a metadata object for class sap.ui.vtm.MessagesPopover.
|
|
3036
3158
|
*
|
|
3159
|
+
*
|
|
3037
3160
|
* @returns Metadata object describing this class
|
|
3038
3161
|
*/
|
|
3039
3162
|
static getMetadata(): ElementMetadata;
|
|
@@ -3042,6 +3165,7 @@ declare module "sap/ui/vtm/MessagesPopover" {
|
|
|
3042
3165
|
*
|
|
3043
3166
|
* Maximum height of status window.
|
|
3044
3167
|
*
|
|
3168
|
+
*
|
|
3045
3169
|
* @returns Value of property `maxHeight`
|
|
3046
3170
|
*/
|
|
3047
3171
|
getMaxHeight(): CSSSize;
|
|
@@ -3055,6 +3179,7 @@ declare module "sap/ui/vtm/MessagesPopover" {
|
|
|
3055
3179
|
* - `text`
|
|
3056
3180
|
* - `icon`
|
|
3057
3181
|
*
|
|
3182
|
+
*
|
|
3058
3183
|
* @returns Value of property `messages`
|
|
3059
3184
|
*/
|
|
3060
3185
|
getMessages(): object[];
|
|
@@ -3065,6 +3190,7 @@ declare module "sap/ui/vtm/MessagesPopover" {
|
|
|
3065
3190
|
*
|
|
3066
3191
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
3067
3192
|
*
|
|
3193
|
+
*
|
|
3068
3194
|
* @returns Reference to `this` in order to allow method chaining
|
|
3069
3195
|
*/
|
|
3070
3196
|
setMaxHeight(
|
|
@@ -3085,6 +3211,7 @@ declare module "sap/ui/vtm/MessagesPopover" {
|
|
|
3085
3211
|
*
|
|
3086
3212
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
3087
3213
|
*
|
|
3214
|
+
*
|
|
3088
3215
|
* @returns Reference to `this` in order to allow method chaining
|
|
3089
3216
|
*/
|
|
3090
3217
|
setMessages(
|
|
@@ -3134,12 +3261,12 @@ declare module "sap/ui/vtm/Panel" {
|
|
|
3134
3261
|
} from "sap/ui/base/ManagedObject";
|
|
3135
3262
|
|
|
3136
3263
|
/**
|
|
3137
|
-
* @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
|
|
3138
|
-
* versions.
|
|
3139
|
-
*
|
|
3140
3264
|
* A control that represents a VTM panel. Contains:
|
|
3141
3265
|
* - A header area containing a title and optionally a set of application controls
|
|
3142
3266
|
* - A sap.ui.vtm.Tree and a sap.ui.vtm.Viewport separated by a splitter
|
|
3267
|
+
*
|
|
3268
|
+
* @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
|
|
3269
|
+
* versions.
|
|
3143
3270
|
*/
|
|
3144
3271
|
export default class Panel extends Control {
|
|
3145
3272
|
/**
|
|
@@ -3170,6 +3297,7 @@ declare module "sap/ui/vtm/Panel" {
|
|
|
3170
3297
|
*
|
|
3171
3298
|
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
|
|
3172
3299
|
*
|
|
3300
|
+
*
|
|
3173
3301
|
* @returns Created class / constructor function
|
|
3174
3302
|
*/
|
|
3175
3303
|
static extend<T extends Record<string, unknown>>(
|
|
@@ -3190,12 +3318,14 @@ declare module "sap/ui/vtm/Panel" {
|
|
|
3190
3318
|
/**
|
|
3191
3319
|
* Returns a metadata object for class sap.ui.vtm.Panel.
|
|
3192
3320
|
*
|
|
3321
|
+
*
|
|
3193
3322
|
* @returns Metadata object describing this class
|
|
3194
3323
|
*/
|
|
3195
3324
|
static getMetadata(): ElementMetadata;
|
|
3196
3325
|
/**
|
|
3197
3326
|
* Adds some titleControl to the aggregation {@link #getTitleControls titleControls}.
|
|
3198
3327
|
*
|
|
3328
|
+
*
|
|
3199
3329
|
* @returns Reference to `this` in order to allow method chaining
|
|
3200
3330
|
*/
|
|
3201
3331
|
addTitleControl(
|
|
@@ -3207,6 +3337,7 @@ declare module "sap/ui/vtm/Panel" {
|
|
|
3207
3337
|
/**
|
|
3208
3338
|
* Adds some treeHeaderControl to the aggregation {@link #getTreeHeaderControls treeHeaderControls}.
|
|
3209
3339
|
*
|
|
3340
|
+
*
|
|
3210
3341
|
* @returns Reference to `this` in order to allow method chaining
|
|
3211
3342
|
*/
|
|
3212
3343
|
addTreeHeaderControl(
|
|
@@ -3218,6 +3349,7 @@ declare module "sap/ui/vtm/Panel" {
|
|
|
3218
3349
|
/**
|
|
3219
3350
|
* Adds some viewportHeaderControl to the aggregation {@link #getViewportHeaderControls viewportHeaderControls}.
|
|
3220
3351
|
*
|
|
3352
|
+
*
|
|
3221
3353
|
* @returns Reference to `this` in order to allow method chaining
|
|
3222
3354
|
*/
|
|
3223
3355
|
addViewportHeaderControl(
|
|
@@ -3235,6 +3367,7 @@ declare module "sap/ui/vtm/Panel" {
|
|
|
3235
3367
|
* Raised when the web browser `contextmenu` event is raised. To prevent the default browser context menu
|
|
3236
3368
|
* from being shown call preventDefault() on the event.
|
|
3237
3369
|
*
|
|
3370
|
+
*
|
|
3238
3371
|
* @returns Reference to `this` in order to allow method chaining
|
|
3239
3372
|
*/
|
|
3240
3373
|
attachContextMenu(
|
|
@@ -3261,6 +3394,7 @@ declare module "sap/ui/vtm/Panel" {
|
|
|
3261
3394
|
* Raised when the web browser `contextmenu` event is raised. To prevent the default browser context menu
|
|
3262
3395
|
* from being shown call preventDefault() on the event.
|
|
3263
3396
|
*
|
|
3397
|
+
*
|
|
3264
3398
|
* @returns Reference to `this` in order to allow method chaining
|
|
3265
3399
|
*/
|
|
3266
3400
|
attachContextMenu(
|
|
@@ -3281,6 +3415,7 @@ declare module "sap/ui/vtm/Panel" {
|
|
|
3281
3415
|
*
|
|
3282
3416
|
* Raised when the panel is initialized.
|
|
3283
3417
|
*
|
|
3418
|
+
*
|
|
3284
3419
|
* @returns Reference to `this` in order to allow method chaining
|
|
3285
3420
|
*/
|
|
3286
3421
|
attachInitialized(
|
|
@@ -3306,6 +3441,7 @@ declare module "sap/ui/vtm/Panel" {
|
|
|
3306
3441
|
*
|
|
3307
3442
|
* Raised when the panel is initialized.
|
|
3308
3443
|
*
|
|
3444
|
+
*
|
|
3309
3445
|
* @returns Reference to `this` in order to allow method chaining
|
|
3310
3446
|
*/
|
|
3311
3447
|
attachInitialized(
|
|
@@ -3321,18 +3457,21 @@ declare module "sap/ui/vtm/Panel" {
|
|
|
3321
3457
|
/**
|
|
3322
3458
|
* Destroys all the titleControls in the aggregation {@link #getTitleControls titleControls}.
|
|
3323
3459
|
*
|
|
3460
|
+
*
|
|
3324
3461
|
* @returns Reference to `this` in order to allow method chaining
|
|
3325
3462
|
*/
|
|
3326
3463
|
destroyTitleControls(): this;
|
|
3327
3464
|
/**
|
|
3328
3465
|
* Destroys all the treeHeaderControls in the aggregation {@link #getTreeHeaderControls treeHeaderControls}.
|
|
3329
3466
|
*
|
|
3467
|
+
*
|
|
3330
3468
|
* @returns Reference to `this` in order to allow method chaining
|
|
3331
3469
|
*/
|
|
3332
3470
|
destroyTreeHeaderControls(): this;
|
|
3333
3471
|
/**
|
|
3334
3472
|
* Destroys all the viewportHeaderControls in the aggregation {@link #getViewportHeaderControls viewportHeaderControls}.
|
|
3335
3473
|
*
|
|
3474
|
+
*
|
|
3336
3475
|
* @returns Reference to `this` in order to allow method chaining
|
|
3337
3476
|
*/
|
|
3338
3477
|
destroyViewportHeaderControls(): this;
|
|
@@ -3341,6 +3480,7 @@ declare module "sap/ui/vtm/Panel" {
|
|
|
3341
3480
|
*
|
|
3342
3481
|
* The passed function and listener object must match the ones used for event registration.
|
|
3343
3482
|
*
|
|
3483
|
+
*
|
|
3344
3484
|
* @returns Reference to `this` in order to allow method chaining
|
|
3345
3485
|
*/
|
|
3346
3486
|
detachContextMenu(
|
|
@@ -3358,6 +3498,7 @@ declare module "sap/ui/vtm/Panel" {
|
|
|
3358
3498
|
*
|
|
3359
3499
|
* The passed function and listener object must match the ones used for event registration.
|
|
3360
3500
|
*
|
|
3501
|
+
*
|
|
3361
3502
|
* @returns Reference to `this` in order to allow method chaining
|
|
3362
3503
|
*/
|
|
3363
3504
|
detachInitialized(
|
|
@@ -3371,13 +3512,13 @@ declare module "sap/ui/vtm/Panel" {
|
|
|
3371
3512
|
oListener?: object
|
|
3372
3513
|
): this;
|
|
3373
3514
|
/**
|
|
3374
|
-
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
3375
|
-
*
|
|
3376
3515
|
* Fires event {@link #event:contextMenu contextMenu} to attached listeners.
|
|
3377
3516
|
*
|
|
3378
3517
|
* Listeners may prevent the default action of this event by calling the `preventDefault` method on the
|
|
3379
3518
|
* event object. The return value of this method indicates whether the default action should be executed.
|
|
3380
3519
|
*
|
|
3520
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
3521
|
+
*
|
|
3381
3522
|
* @returns Whether or not to prevent the default action
|
|
3382
3523
|
*/
|
|
3383
3524
|
fireContextMenu(
|
|
@@ -3387,10 +3528,10 @@ declare module "sap/ui/vtm/Panel" {
|
|
|
3387
3528
|
mParameters?: Panel$ContextMenuEventParameters
|
|
3388
3529
|
): boolean;
|
|
3389
3530
|
/**
|
|
3390
|
-
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
3391
|
-
*
|
|
3392
3531
|
* Fires event {@link #event:initialized initialized} to attached listeners.
|
|
3393
3532
|
*
|
|
3533
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
3534
|
+
*
|
|
3394
3535
|
* @returns Reference to `this` in order to allow method chaining
|
|
3395
3536
|
*/
|
|
3396
3537
|
fireInitialized(
|
|
@@ -3406,12 +3547,14 @@ declare module "sap/ui/vtm/Panel" {
|
|
|
3406
3547
|
*
|
|
3407
3548
|
* Default value is `"inherit"`.
|
|
3408
3549
|
*
|
|
3550
|
+
*
|
|
3409
3551
|
* @returns Value of property `height`
|
|
3410
3552
|
*/
|
|
3411
3553
|
getHeight(): CSSSize;
|
|
3412
3554
|
/**
|
|
3413
3555
|
* Gets whether this is the active {@link sap.ui.vtm.Panel}.
|
|
3414
3556
|
*
|
|
3557
|
+
*
|
|
3415
3558
|
* @returns `true` if this is the active panel.
|
|
3416
3559
|
*/
|
|
3417
3560
|
getIsActive(): boolean;
|
|
@@ -3422,6 +3565,7 @@ declare module "sap/ui/vtm/Panel" {
|
|
|
3422
3565
|
*
|
|
3423
3566
|
* Default value is `true`.
|
|
3424
3567
|
*
|
|
3568
|
+
*
|
|
3425
3569
|
* @returns Value of property `showViewport`
|
|
3426
3570
|
*/
|
|
3427
3571
|
getShowViewport(): boolean;
|
|
@@ -3430,6 +3574,7 @@ declare module "sap/ui/vtm/Panel" {
|
|
|
3430
3574
|
*
|
|
3431
3575
|
* The text to show in the title bar for this panel.
|
|
3432
3576
|
*
|
|
3577
|
+
*
|
|
3433
3578
|
* @returns Value of property `title`
|
|
3434
3579
|
*/
|
|
3435
3580
|
getTitle(): string;
|
|
@@ -3442,6 +3587,7 @@ declare module "sap/ui/vtm/Panel" {
|
|
|
3442
3587
|
/**
|
|
3443
3588
|
* Gets the tree owned by this panel.
|
|
3444
3589
|
*
|
|
3590
|
+
*
|
|
3445
3591
|
* @returns The tree owned by this panel.
|
|
3446
3592
|
*/
|
|
3447
3593
|
getTree(): Tree;
|
|
@@ -3458,12 +3604,14 @@ declare module "sap/ui/vtm/Panel" {
|
|
|
3458
3604
|
*
|
|
3459
3605
|
* Default value is `"50%"`.
|
|
3460
3606
|
*
|
|
3607
|
+
*
|
|
3461
3608
|
* @returns Value of property `treeWidth`
|
|
3462
3609
|
*/
|
|
3463
3610
|
getTreeWidth(): CSSSize;
|
|
3464
3611
|
/**
|
|
3465
3612
|
* Gets the viewport owned by this panel.
|
|
3466
3613
|
*
|
|
3614
|
+
*
|
|
3467
3615
|
* @returns The viewport owned by this panel.
|
|
3468
3616
|
*/
|
|
3469
3617
|
getViewport(): Viewport;
|
|
@@ -3476,17 +3624,19 @@ declare module "sap/ui/vtm/Panel" {
|
|
|
3476
3624
|
/**
|
|
3477
3625
|
* Gets the {@link sap.ui.vtm.Vtm} instance that owns this panel.
|
|
3478
3626
|
*
|
|
3627
|
+
*
|
|
3479
3628
|
* @returns The {@link sap.ui.vtm.Vtm} instance that owns this panel.
|
|
3480
3629
|
*/
|
|
3481
3630
|
getVtm(): Vtm;
|
|
3482
3631
|
/**
|
|
3483
3632
|
* ID of the element which is the current target of the association {@link #getVtmId vtmId}, or `null`.
|
|
3484
3633
|
*/
|
|
3485
|
-
getVtmId(): ID;
|
|
3634
|
+
getVtmId(): ID | null;
|
|
3486
3635
|
/**
|
|
3487
3636
|
* Checks for the provided `sap.ui.core.Control` in the aggregation {@link #getTitleControls titleControls}.
|
|
3488
3637
|
* and returns its index if found or -1 otherwise.
|
|
3489
3638
|
*
|
|
3639
|
+
*
|
|
3490
3640
|
* @returns The index of the provided control in the aggregation if found, or -1 otherwise
|
|
3491
3641
|
*/
|
|
3492
3642
|
indexOfTitleControl(
|
|
@@ -3499,6 +3649,7 @@ declare module "sap/ui/vtm/Panel" {
|
|
|
3499
3649
|
* Checks for the provided `sap.ui.core.Control` in the aggregation {@link #getTreeHeaderControls treeHeaderControls}.
|
|
3500
3650
|
* and returns its index if found or -1 otherwise.
|
|
3501
3651
|
*
|
|
3652
|
+
*
|
|
3502
3653
|
* @returns The index of the provided control in the aggregation if found, or -1 otherwise
|
|
3503
3654
|
*/
|
|
3504
3655
|
indexOfTreeHeaderControl(
|
|
@@ -3511,6 +3662,7 @@ declare module "sap/ui/vtm/Panel" {
|
|
|
3511
3662
|
* Checks for the provided `sap.ui.core.Control` in the aggregation {@link #getViewportHeaderControls viewportHeaderControls}.
|
|
3512
3663
|
* and returns its index if found or -1 otherwise.
|
|
3513
3664
|
*
|
|
3665
|
+
*
|
|
3514
3666
|
* @returns The index of the provided control in the aggregation if found, or -1 otherwise
|
|
3515
3667
|
*/
|
|
3516
3668
|
indexOfViewportHeaderControl(
|
|
@@ -3522,6 +3674,7 @@ declare module "sap/ui/vtm/Panel" {
|
|
|
3522
3674
|
/**
|
|
3523
3675
|
* Inserts a titleControl into the aggregation {@link #getTitleControls titleControls}.
|
|
3524
3676
|
*
|
|
3677
|
+
*
|
|
3525
3678
|
* @returns Reference to `this` in order to allow method chaining
|
|
3526
3679
|
*/
|
|
3527
3680
|
insertTitleControl(
|
|
@@ -3539,6 +3692,7 @@ declare module "sap/ui/vtm/Panel" {
|
|
|
3539
3692
|
/**
|
|
3540
3693
|
* Inserts a treeHeaderControl into the aggregation {@link #getTreeHeaderControls treeHeaderControls}.
|
|
3541
3694
|
*
|
|
3695
|
+
*
|
|
3542
3696
|
* @returns Reference to `this` in order to allow method chaining
|
|
3543
3697
|
*/
|
|
3544
3698
|
insertTreeHeaderControl(
|
|
@@ -3556,6 +3710,7 @@ declare module "sap/ui/vtm/Panel" {
|
|
|
3556
3710
|
/**
|
|
3557
3711
|
* Inserts a viewportHeaderControl into the aggregation {@link #getViewportHeaderControls viewportHeaderControls}.
|
|
3558
3712
|
*
|
|
3713
|
+
*
|
|
3559
3714
|
* @returns Reference to `this` in order to allow method chaining
|
|
3560
3715
|
*/
|
|
3561
3716
|
insertViewportHeaderControl(
|
|
@@ -3575,6 +3730,7 @@ declare module "sap/ui/vtm/Panel" {
|
|
|
3575
3730
|
*
|
|
3576
3731
|
* Additionally, it unregisters them from the hosting UIArea.
|
|
3577
3732
|
*
|
|
3733
|
+
*
|
|
3578
3734
|
* @returns An array of the removed elements (might be empty)
|
|
3579
3735
|
*/
|
|
3580
3736
|
removeAllTitleControls(): Control[];
|
|
@@ -3583,6 +3739,7 @@ declare module "sap/ui/vtm/Panel" {
|
|
|
3583
3739
|
*
|
|
3584
3740
|
* Additionally, it unregisters them from the hosting UIArea.
|
|
3585
3741
|
*
|
|
3742
|
+
*
|
|
3586
3743
|
* @returns An array of the removed elements (might be empty)
|
|
3587
3744
|
*/
|
|
3588
3745
|
removeAllTreeHeaderControls(): Control[];
|
|
@@ -3591,12 +3748,14 @@ declare module "sap/ui/vtm/Panel" {
|
|
|
3591
3748
|
*
|
|
3592
3749
|
* Additionally, it unregisters them from the hosting UIArea.
|
|
3593
3750
|
*
|
|
3751
|
+
*
|
|
3594
3752
|
* @returns An array of the removed elements (might be empty)
|
|
3595
3753
|
*/
|
|
3596
3754
|
removeAllViewportHeaderControls(): Control[];
|
|
3597
3755
|
/**
|
|
3598
3756
|
* Removes a titleControl from the aggregation {@link #getTitleControls titleControls}.
|
|
3599
3757
|
*
|
|
3758
|
+
*
|
|
3600
3759
|
* @returns The removed titleControl or `null`
|
|
3601
3760
|
*/
|
|
3602
3761
|
removeTitleControl(
|
|
@@ -3608,6 +3767,7 @@ declare module "sap/ui/vtm/Panel" {
|
|
|
3608
3767
|
/**
|
|
3609
3768
|
* Removes a treeHeaderControl from the aggregation {@link #getTreeHeaderControls treeHeaderControls}.
|
|
3610
3769
|
*
|
|
3770
|
+
*
|
|
3611
3771
|
* @returns The removed treeHeaderControl or `null`
|
|
3612
3772
|
*/
|
|
3613
3773
|
removeTreeHeaderControl(
|
|
@@ -3619,6 +3779,7 @@ declare module "sap/ui/vtm/Panel" {
|
|
|
3619
3779
|
/**
|
|
3620
3780
|
* Removes a viewportHeaderControl from the aggregation {@link #getViewportHeaderControls viewportHeaderControls}.
|
|
3621
3781
|
*
|
|
3782
|
+
*
|
|
3622
3783
|
* @returns The removed viewportHeaderControl or `null`
|
|
3623
3784
|
*/
|
|
3624
3785
|
removeViewportHeaderControl(
|
|
@@ -3636,6 +3797,7 @@ declare module "sap/ui/vtm/Panel" {
|
|
|
3636
3797
|
*
|
|
3637
3798
|
* Default value is `"inherit"`.
|
|
3638
3799
|
*
|
|
3800
|
+
*
|
|
3639
3801
|
* @returns Reference to `this` in order to allow method chaining
|
|
3640
3802
|
*/
|
|
3641
3803
|
setHeight(
|
|
@@ -3653,6 +3815,7 @@ declare module "sap/ui/vtm/Panel" {
|
|
|
3653
3815
|
*
|
|
3654
3816
|
* Default value is `true`.
|
|
3655
3817
|
*
|
|
3818
|
+
*
|
|
3656
3819
|
* @returns Reference to `this` in order to allow method chaining
|
|
3657
3820
|
*/
|
|
3658
3821
|
setShowViewport(
|
|
@@ -3664,6 +3827,7 @@ declare module "sap/ui/vtm/Panel" {
|
|
|
3664
3827
|
/**
|
|
3665
3828
|
* Sets the panel title.
|
|
3666
3829
|
*
|
|
3830
|
+
*
|
|
3667
3831
|
* @returns Returns `this` for method chaining.
|
|
3668
3832
|
*/
|
|
3669
3833
|
setTitle(
|
|
@@ -3681,6 +3845,7 @@ declare module "sap/ui/vtm/Panel" {
|
|
|
3681
3845
|
*
|
|
3682
3846
|
* Default value is `"50%"`.
|
|
3683
3847
|
*
|
|
3848
|
+
*
|
|
3684
3849
|
* @returns Reference to `this` in order to allow method chaining
|
|
3685
3850
|
*/
|
|
3686
3851
|
setTreeWidth(
|
|
@@ -3692,6 +3857,7 @@ declare module "sap/ui/vtm/Panel" {
|
|
|
3692
3857
|
/**
|
|
3693
3858
|
* Sets the associated {@link #getVtmId vtmId}.
|
|
3694
3859
|
*
|
|
3860
|
+
*
|
|
3695
3861
|
* @returns Reference to `this` in order to allow method chaining
|
|
3696
3862
|
*/
|
|
3697
3863
|
setVtmId(
|
|
@@ -3820,9 +3986,9 @@ declare module "sap/ui/vtm/Panel" {
|
|
|
3820
3986
|
|
|
3821
3987
|
declare module "sap/ui/vtm/PredefinedView" {
|
|
3822
3988
|
/**
|
|
3823
|
-
* @experimental (since 1.50.0) - This type is experimental and might be modified or removed in future versions.
|
|
3824
|
-
*
|
|
3825
3989
|
* Enumeration specifying predefined views.
|
|
3990
|
+
*
|
|
3991
|
+
* @experimental (since 1.50.0) - This type is experimental and might be modified or removed in future versions.
|
|
3826
3992
|
*/
|
|
3827
3993
|
enum PredefinedView {
|
|
3828
3994
|
/**
|
|
@@ -3863,10 +4029,10 @@ declare module "sap/ui/vtm/ProgressDialog" {
|
|
|
3863
4029
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
3864
4030
|
|
|
3865
4031
|
/**
|
|
4032
|
+
* A progress control to show viewable download and load progress.
|
|
4033
|
+
*
|
|
3866
4034
|
* @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
|
|
3867
4035
|
* versions.
|
|
3868
|
-
*
|
|
3869
|
-
* A progress control to show viewable download and load progress.
|
|
3870
4036
|
*/
|
|
3871
4037
|
export default class ProgressDialog extends Control {
|
|
3872
4038
|
/**
|
|
@@ -3889,6 +4055,7 @@ declare module "sap/ui/vtm/ProgressDialog" {
|
|
|
3889
4055
|
*
|
|
3890
4056
|
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
|
|
3891
4057
|
*
|
|
4058
|
+
*
|
|
3892
4059
|
* @returns Created class / constructor function
|
|
3893
4060
|
*/
|
|
3894
4061
|
static extend<T extends Record<string, unknown>>(
|
|
@@ -3909,12 +4076,14 @@ declare module "sap/ui/vtm/ProgressDialog" {
|
|
|
3909
4076
|
/**
|
|
3910
4077
|
* Returns a metadata object for class sap.ui.vtm.ProgressDialog.
|
|
3911
4078
|
*
|
|
4079
|
+
*
|
|
3912
4080
|
* @returns Metadata object describing this class
|
|
3913
4081
|
*/
|
|
3914
4082
|
static getMetadata(): ElementMetadata;
|
|
3915
4083
|
/**
|
|
3916
4084
|
* Closes the dialog.
|
|
3917
4085
|
*
|
|
4086
|
+
*
|
|
3918
4087
|
* @returns `this` for method chaining.
|
|
3919
4088
|
*/
|
|
3920
4089
|
close(): ProgressDialog;
|
|
@@ -3925,6 +4094,7 @@ declare module "sap/ui/vtm/ProgressDialog" {
|
|
|
3925
4094
|
*
|
|
3926
4095
|
* Default value is `0`.
|
|
3927
4096
|
*
|
|
4097
|
+
*
|
|
3928
4098
|
* @returns Value of property `percentComplete`
|
|
3929
4099
|
*/
|
|
3930
4100
|
getPercentComplete(): int;
|
|
@@ -3935,6 +4105,7 @@ declare module "sap/ui/vtm/ProgressDialog" {
|
|
|
3935
4105
|
*
|
|
3936
4106
|
* Default value is `"true"`.
|
|
3937
4107
|
*
|
|
4108
|
+
*
|
|
3938
4109
|
* @returns Value of property `progressBarVisible`
|
|
3939
4110
|
*/
|
|
3940
4111
|
getProgressBarVisible(): boolean;
|
|
@@ -3943,18 +4114,21 @@ declare module "sap/ui/vtm/ProgressDialog" {
|
|
|
3943
4114
|
*
|
|
3944
4115
|
* The text to display in the progress dialog.
|
|
3945
4116
|
*
|
|
4117
|
+
*
|
|
3946
4118
|
* @returns Value of property `progressText`
|
|
3947
4119
|
*/
|
|
3948
4120
|
getProgressText(): string;
|
|
3949
4121
|
/**
|
|
3950
4122
|
* Returns whether the dialog is open.
|
|
3951
4123
|
*
|
|
4124
|
+
*
|
|
3952
4125
|
* @returns `true` when the dialog is open.
|
|
3953
4126
|
*/
|
|
3954
4127
|
isOpen(): boolean;
|
|
3955
4128
|
/**
|
|
3956
4129
|
* Opens the dialog.
|
|
3957
4130
|
*
|
|
4131
|
+
*
|
|
3958
4132
|
* @returns `this` for method chaining.
|
|
3959
4133
|
*/
|
|
3960
4134
|
open(): ProgressDialog;
|
|
@@ -3967,6 +4141,7 @@ declare module "sap/ui/vtm/ProgressDialog" {
|
|
|
3967
4141
|
*
|
|
3968
4142
|
* Default value is `0`.
|
|
3969
4143
|
*
|
|
4144
|
+
*
|
|
3970
4145
|
* @returns Reference to `this` in order to allow method chaining
|
|
3971
4146
|
*/
|
|
3972
4147
|
setPercentComplete(
|
|
@@ -3984,6 +4159,7 @@ declare module "sap/ui/vtm/ProgressDialog" {
|
|
|
3984
4159
|
*
|
|
3985
4160
|
* Default value is `"true"`.
|
|
3986
4161
|
*
|
|
4162
|
+
*
|
|
3987
4163
|
* @returns Reference to `this` in order to allow method chaining
|
|
3988
4164
|
*/
|
|
3989
4165
|
setProgressBarVisible(
|
|
@@ -3999,6 +4175,7 @@ declare module "sap/ui/vtm/ProgressDialog" {
|
|
|
3999
4175
|
*
|
|
4000
4176
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
4001
4177
|
*
|
|
4178
|
+
*
|
|
4002
4179
|
* @returns Reference to `this` in order to allow method chaining
|
|
4003
4180
|
*/
|
|
4004
4181
|
setProgressText(
|
|
@@ -4041,13 +4218,13 @@ declare module "sap/ui/vtm/Scene" {
|
|
|
4041
4218
|
import Vtm from "sap/ui/vtm/Vtm";
|
|
4042
4219
|
|
|
4043
4220
|
/**
|
|
4044
|
-
* @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
|
|
4045
|
-
* versions.
|
|
4046
|
-
*
|
|
4047
4221
|
* Allows access to scene nodes in the scene. A single {@link sap.ui.vtm.Scene} is shared by the {@link sap.ui.vtm.Viewport }
|
|
4048
4222
|
* objects in all the {@link sap.ui.vtm.Panel} objects associated with a {@link sap.ui.vtm.Vtm} instance.
|
|
4049
4223
|
* Visibility, selection, highlighting and opacity can be controlled for each scene node separately in each
|
|
4050
4224
|
* {@link sap.ui.vtm.Viewport}.
|
|
4225
|
+
*
|
|
4226
|
+
* @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
|
|
4227
|
+
* versions.
|
|
4051
4228
|
*/
|
|
4052
4229
|
export default class Scene extends UI5Element {
|
|
4053
4230
|
/**
|
|
@@ -4066,6 +4243,7 @@ declare module "sap/ui/vtm/Scene" {
|
|
|
4066
4243
|
*
|
|
4067
4244
|
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Element.extend}.
|
|
4068
4245
|
*
|
|
4246
|
+
*
|
|
4069
4247
|
* @returns Created class / constructor function
|
|
4070
4248
|
*/
|
|
4071
4249
|
static extend<T extends Record<string, unknown>>(
|
|
@@ -4086,6 +4264,7 @@ declare module "sap/ui/vtm/Scene" {
|
|
|
4086
4264
|
/**
|
|
4087
4265
|
* Returns a metadata object for class sap.ui.vtm.Scene.
|
|
4088
4266
|
*
|
|
4267
|
+
*
|
|
4089
4268
|
* @returns Metadata object describing this class
|
|
4090
4269
|
*/
|
|
4091
4270
|
static getMetadata(): ElementMetadata;
|
|
@@ -4104,6 +4283,7 @@ declare module "sap/ui/vtm/Scene" {
|
|
|
4104
4283
|
* will occur as a result of the call to {@link #loadViewablesAsync} that resulted in the {@link sap.ui.vtm.Scene.downloadCompleted }
|
|
4105
4284
|
* event being raised.
|
|
4106
4285
|
*
|
|
4286
|
+
*
|
|
4107
4287
|
* @returns Reference to `this` in order to allow method chaining
|
|
4108
4288
|
*/
|
|
4109
4289
|
attachDownloadCompleted(
|
|
@@ -4136,6 +4316,7 @@ declare module "sap/ui/vtm/Scene" {
|
|
|
4136
4316
|
* will occur as a result of the call to {@link #loadViewablesAsync} that resulted in the {@link sap.ui.vtm.Scene.downloadCompleted }
|
|
4137
4317
|
* event being raised.
|
|
4138
4318
|
*
|
|
4319
|
+
*
|
|
4139
4320
|
* @returns Reference to `this` in order to allow method chaining
|
|
4140
4321
|
*/
|
|
4141
4322
|
attachDownloadCompleted(
|
|
@@ -4157,6 +4338,7 @@ declare module "sap/ui/vtm/Scene" {
|
|
|
4157
4338
|
*
|
|
4158
4339
|
* Raised to indicate download progress of a viewable while viewables are being downloaded
|
|
4159
4340
|
*
|
|
4341
|
+
*
|
|
4160
4342
|
* @returns Reference to `this` in order to allow method chaining
|
|
4161
4343
|
*/
|
|
4162
4344
|
attachDownloadProgress(
|
|
@@ -4183,6 +4365,7 @@ declare module "sap/ui/vtm/Scene" {
|
|
|
4183
4365
|
*
|
|
4184
4366
|
* Raised to indicate download progress of a viewable while viewables are being downloaded
|
|
4185
4367
|
*
|
|
4368
|
+
*
|
|
4186
4369
|
* @returns Reference to `this` in order to allow method chaining
|
|
4187
4370
|
*/
|
|
4188
4371
|
attachDownloadProgress(
|
|
@@ -4204,6 +4387,7 @@ declare module "sap/ui/vtm/Scene" {
|
|
|
4204
4387
|
*
|
|
4205
4388
|
* Raised when starting a download of a set of viewables.
|
|
4206
4389
|
*
|
|
4390
|
+
*
|
|
4207
4391
|
* @returns Reference to `this` in order to allow method chaining
|
|
4208
4392
|
*/
|
|
4209
4393
|
attachDownloadStarted(
|
|
@@ -4230,6 +4414,7 @@ declare module "sap/ui/vtm/Scene" {
|
|
|
4230
4414
|
*
|
|
4231
4415
|
* Raised when starting a download of a set of viewables.
|
|
4232
4416
|
*
|
|
4417
|
+
*
|
|
4233
4418
|
* @returns Reference to `this` in order to allow method chaining
|
|
4234
4419
|
*/
|
|
4235
4420
|
attachDownloadStarted(
|
|
@@ -4251,6 +4436,7 @@ declare module "sap/ui/vtm/Scene" {
|
|
|
4251
4436
|
*
|
|
4252
4437
|
* Raised when the scene hierarchy has been modified.
|
|
4253
4438
|
*
|
|
4439
|
+
*
|
|
4254
4440
|
* @returns Reference to `this` in order to allow method chaining
|
|
4255
4441
|
*/
|
|
4256
4442
|
attachHierarchyChanged(
|
|
@@ -4277,6 +4463,7 @@ declare module "sap/ui/vtm/Scene" {
|
|
|
4277
4463
|
*
|
|
4278
4464
|
* Raised when the scene hierarchy has been modified.
|
|
4279
4465
|
*
|
|
4466
|
+
*
|
|
4280
4467
|
* @returns Reference to `this` in order to allow method chaining
|
|
4281
4468
|
*/
|
|
4282
4469
|
attachHierarchyChanged(
|
|
@@ -4298,6 +4485,7 @@ declare module "sap/ui/vtm/Scene" {
|
|
|
4298
4485
|
* Raised when all viewables specified in a call to {@link #loadViewablesAsync} have either loaded or failed
|
|
4299
4486
|
* to load.
|
|
4300
4487
|
*
|
|
4488
|
+
*
|
|
4301
4489
|
* @returns Reference to `this` in order to allow method chaining
|
|
4302
4490
|
*/
|
|
4303
4491
|
attachLoadCompleted(
|
|
@@ -4324,6 +4512,7 @@ declare module "sap/ui/vtm/Scene" {
|
|
|
4324
4512
|
* Raised when all viewables specified in a call to {@link #loadViewablesAsync} have either loaded or failed
|
|
4325
4513
|
* to load.
|
|
4326
4514
|
*
|
|
4515
|
+
*
|
|
4327
4516
|
* @returns Reference to `this` in order to allow method chaining
|
|
4328
4517
|
*/
|
|
4329
4518
|
attachLoadCompleted(
|
|
@@ -4344,6 +4533,7 @@ declare module "sap/ui/vtm/Scene" {
|
|
|
4344
4533
|
*
|
|
4345
4534
|
* Raised to provide progress information for a viewable that is being loaded.
|
|
4346
4535
|
*
|
|
4536
|
+
*
|
|
4347
4537
|
* @returns Reference to `this` in order to allow method chaining
|
|
4348
4538
|
*/
|
|
4349
4539
|
attachLoadProgress(
|
|
@@ -4369,6 +4559,7 @@ declare module "sap/ui/vtm/Scene" {
|
|
|
4369
4559
|
*
|
|
4370
4560
|
* Raised to provide progress information for a viewable that is being loaded.
|
|
4371
4561
|
*
|
|
4562
|
+
*
|
|
4372
4563
|
* @returns Reference to `this` in order to allow method chaining
|
|
4373
4564
|
*/
|
|
4374
4565
|
attachLoadProgress(
|
|
@@ -4389,6 +4580,7 @@ declare module "sap/ui/vtm/Scene" {
|
|
|
4389
4580
|
*
|
|
4390
4581
|
* Raised when starting to load a set of viewables.
|
|
4391
4582
|
*
|
|
4583
|
+
*
|
|
4392
4584
|
* @returns Reference to `this` in order to allow method chaining
|
|
4393
4585
|
*/
|
|
4394
4586
|
attachLoadStarted(
|
|
@@ -4414,6 +4606,7 @@ declare module "sap/ui/vtm/Scene" {
|
|
|
4414
4606
|
*
|
|
4415
4607
|
* Raised when starting to load a set of viewables.
|
|
4416
4608
|
*
|
|
4609
|
+
*
|
|
4417
4610
|
* @returns Reference to `this` in order to allow method chaining
|
|
4418
4611
|
*/
|
|
4419
4612
|
attachLoadStarted(
|
|
@@ -4429,6 +4622,7 @@ declare module "sap/ui/vtm/Scene" {
|
|
|
4429
4622
|
/**
|
|
4430
4623
|
* Clones a scene node.
|
|
4431
4624
|
*
|
|
4625
|
+
*
|
|
4432
4626
|
* @returns The scene node ID of the created node.
|
|
4433
4627
|
*/
|
|
4434
4628
|
cloneNode(
|
|
@@ -4458,6 +4652,7 @@ declare module "sap/ui/vtm/Scene" {
|
|
|
4458
4652
|
/**
|
|
4459
4653
|
* Creates a scene node.
|
|
4460
4654
|
*
|
|
4655
|
+
*
|
|
4461
4656
|
* @returns The scene node ID of the created node.
|
|
4462
4657
|
*/
|
|
4463
4658
|
createNode(
|
|
@@ -4479,6 +4674,7 @@ declare module "sap/ui/vtm/Scene" {
|
|
|
4479
4674
|
/**
|
|
4480
4675
|
* Deletes a node from the scene.
|
|
4481
4676
|
*
|
|
4677
|
+
*
|
|
4482
4678
|
* @returns `this` for method chaining.
|
|
4483
4679
|
*/
|
|
4484
4680
|
deleteNode(
|
|
@@ -4493,6 +4689,7 @@ declare module "sap/ui/vtm/Scene" {
|
|
|
4493
4689
|
*
|
|
4494
4690
|
* The passed function and listener object must match the ones used for event registration.
|
|
4495
4691
|
*
|
|
4692
|
+
*
|
|
4496
4693
|
* @returns Reference to `this` in order to allow method chaining
|
|
4497
4694
|
*/
|
|
4498
4695
|
detachDownloadCompleted(
|
|
@@ -4511,6 +4708,7 @@ declare module "sap/ui/vtm/Scene" {
|
|
|
4511
4708
|
*
|
|
4512
4709
|
* The passed function and listener object must match the ones used for event registration.
|
|
4513
4710
|
*
|
|
4711
|
+
*
|
|
4514
4712
|
* @returns Reference to `this` in order to allow method chaining
|
|
4515
4713
|
*/
|
|
4516
4714
|
detachDownloadProgress(
|
|
@@ -4529,6 +4727,7 @@ declare module "sap/ui/vtm/Scene" {
|
|
|
4529
4727
|
*
|
|
4530
4728
|
* The passed function and listener object must match the ones used for event registration.
|
|
4531
4729
|
*
|
|
4730
|
+
*
|
|
4532
4731
|
* @returns Reference to `this` in order to allow method chaining
|
|
4533
4732
|
*/
|
|
4534
4733
|
detachDownloadStarted(
|
|
@@ -4547,6 +4746,7 @@ declare module "sap/ui/vtm/Scene" {
|
|
|
4547
4746
|
*
|
|
4548
4747
|
* The passed function and listener object must match the ones used for event registration.
|
|
4549
4748
|
*
|
|
4749
|
+
*
|
|
4550
4750
|
* @returns Reference to `this` in order to allow method chaining
|
|
4551
4751
|
*/
|
|
4552
4752
|
detachHierarchyChanged(
|
|
@@ -4565,6 +4765,7 @@ declare module "sap/ui/vtm/Scene" {
|
|
|
4565
4765
|
*
|
|
4566
4766
|
* The passed function and listener object must match the ones used for event registration.
|
|
4567
4767
|
*
|
|
4768
|
+
*
|
|
4568
4769
|
* @returns Reference to `this` in order to allow method chaining
|
|
4569
4770
|
*/
|
|
4570
4771
|
detachLoadCompleted(
|
|
@@ -4582,6 +4783,7 @@ declare module "sap/ui/vtm/Scene" {
|
|
|
4582
4783
|
*
|
|
4583
4784
|
* The passed function and listener object must match the ones used for event registration.
|
|
4584
4785
|
*
|
|
4786
|
+
*
|
|
4585
4787
|
* @returns Reference to `this` in order to allow method chaining
|
|
4586
4788
|
*/
|
|
4587
4789
|
detachLoadProgress(
|
|
@@ -4599,6 +4801,7 @@ declare module "sap/ui/vtm/Scene" {
|
|
|
4599
4801
|
*
|
|
4600
4802
|
* The passed function and listener object must match the ones used for event registration.
|
|
4601
4803
|
*
|
|
4804
|
+
*
|
|
4602
4805
|
* @returns Reference to `this` in order to allow method chaining
|
|
4603
4806
|
*/
|
|
4604
4807
|
detachLoadStarted(
|
|
@@ -4612,10 +4815,10 @@ declare module "sap/ui/vtm/Scene" {
|
|
|
4612
4815
|
oListener?: object
|
|
4613
4816
|
): this;
|
|
4614
4817
|
/**
|
|
4615
|
-
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
4616
|
-
*
|
|
4617
4818
|
* Fires event {@link #event:downloadCompleted downloadCompleted} to attached listeners.
|
|
4618
4819
|
*
|
|
4820
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
4821
|
+
*
|
|
4619
4822
|
* @returns Reference to `this` in order to allow method chaining
|
|
4620
4823
|
*/
|
|
4621
4824
|
fireDownloadCompleted(
|
|
@@ -4625,10 +4828,10 @@ declare module "sap/ui/vtm/Scene" {
|
|
|
4625
4828
|
mParameters?: Scene$DownloadCompletedEventParameters
|
|
4626
4829
|
): this;
|
|
4627
4830
|
/**
|
|
4628
|
-
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
4629
|
-
*
|
|
4630
4831
|
* Fires event {@link #event:downloadProgress downloadProgress} to attached listeners.
|
|
4631
4832
|
*
|
|
4833
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
4834
|
+
*
|
|
4632
4835
|
* @returns Reference to `this` in order to allow method chaining
|
|
4633
4836
|
*/
|
|
4634
4837
|
fireDownloadProgress(
|
|
@@ -4638,10 +4841,10 @@ declare module "sap/ui/vtm/Scene" {
|
|
|
4638
4841
|
mParameters?: Scene$DownloadProgressEventParameters
|
|
4639
4842
|
): this;
|
|
4640
4843
|
/**
|
|
4641
|
-
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
4642
|
-
*
|
|
4643
4844
|
* Fires event {@link #event:downloadStarted downloadStarted} to attached listeners.
|
|
4644
4845
|
*
|
|
4846
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
4847
|
+
*
|
|
4645
4848
|
* @returns Reference to `this` in order to allow method chaining
|
|
4646
4849
|
*/
|
|
4647
4850
|
fireDownloadStarted(
|
|
@@ -4651,10 +4854,10 @@ declare module "sap/ui/vtm/Scene" {
|
|
|
4651
4854
|
mParameters?: Scene$DownloadStartedEventParameters
|
|
4652
4855
|
): this;
|
|
4653
4856
|
/**
|
|
4654
|
-
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
4655
|
-
*
|
|
4656
4857
|
* Fires event {@link #event:hierarchyChanged hierarchyChanged} to attached listeners.
|
|
4657
4858
|
*
|
|
4859
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
4860
|
+
*
|
|
4658
4861
|
* @returns Reference to `this` in order to allow method chaining
|
|
4659
4862
|
*/
|
|
4660
4863
|
fireHierarchyChanged(
|
|
@@ -4664,10 +4867,10 @@ declare module "sap/ui/vtm/Scene" {
|
|
|
4664
4867
|
mParameters?: object
|
|
4665
4868
|
): this;
|
|
4666
4869
|
/**
|
|
4667
|
-
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
4668
|
-
*
|
|
4669
4870
|
* Fires event {@link #event:loadCompleted loadCompleted} to attached listeners.
|
|
4670
4871
|
*
|
|
4872
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
4873
|
+
*
|
|
4671
4874
|
* @returns Reference to `this` in order to allow method chaining
|
|
4672
4875
|
*/
|
|
4673
4876
|
fireLoadCompleted(
|
|
@@ -4677,10 +4880,10 @@ declare module "sap/ui/vtm/Scene" {
|
|
|
4677
4880
|
mParameters?: Scene$LoadCompletedEventParameters
|
|
4678
4881
|
): this;
|
|
4679
4882
|
/**
|
|
4680
|
-
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
4681
|
-
*
|
|
4682
4883
|
* Fires event {@link #event:loadProgress loadProgress} to attached listeners.
|
|
4683
4884
|
*
|
|
4885
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
4886
|
+
*
|
|
4684
4887
|
* @returns Reference to `this` in order to allow method chaining
|
|
4685
4888
|
*/
|
|
4686
4889
|
fireLoadProgress(
|
|
@@ -4690,10 +4893,10 @@ declare module "sap/ui/vtm/Scene" {
|
|
|
4690
4893
|
mParameters?: object
|
|
4691
4894
|
): this;
|
|
4692
4895
|
/**
|
|
4693
|
-
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
4694
|
-
*
|
|
4695
4896
|
* Fires event {@link #event:loadStarted loadStarted} to attached listeners.
|
|
4696
4897
|
*
|
|
4898
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
4899
|
+
*
|
|
4697
4900
|
* @returns Reference to `this` in order to allow method chaining
|
|
4698
4901
|
*/
|
|
4699
4902
|
fireLoadStarted(
|
|
@@ -4705,6 +4908,7 @@ declare module "sap/ui/vtm/Scene" {
|
|
|
4705
4908
|
/**
|
|
4706
4909
|
* Gets the scene node IDs of all the scene nodes in the scene.
|
|
4707
4910
|
*
|
|
4911
|
+
*
|
|
4708
4912
|
* @returns The scene node IDs of all the scene nodes in the scene.
|
|
4709
4913
|
*/
|
|
4710
4914
|
getAllIds(): string[];
|
|
@@ -4712,6 +4916,7 @@ declare module "sap/ui/vtm/Scene" {
|
|
|
4712
4916
|
* Gets the scene node IDs of the ancestors of the specified scene node. The root scene node is the first
|
|
4713
4917
|
* item in the array and the parent is the last.
|
|
4714
4918
|
*
|
|
4919
|
+
*
|
|
4715
4920
|
* @returns The scene node IDs of the ancestors of the scene node.
|
|
4716
4921
|
*/
|
|
4717
4922
|
getAncestorIds(
|
|
@@ -4755,6 +4960,7 @@ declare module "sap/ui/vtm/Scene" {
|
|
|
4755
4960
|
* If this method is called before any scene traversal has occurred, it populates the set of cached scene
|
|
4756
4961
|
* node IDs using {@link #getAllIds}.
|
|
4757
4962
|
*
|
|
4963
|
+
*
|
|
4758
4964
|
* @returns The set of all scene node IDs in the scene that have been discovered via scene traversal performed
|
|
4759
4965
|
* by the application.
|
|
4760
4966
|
*/
|
|
@@ -4762,6 +4968,7 @@ declare module "sap/ui/vtm/Scene" {
|
|
|
4762
4968
|
/**
|
|
4763
4969
|
* Gets the scene node IDs of the children of the specified scene node.
|
|
4764
4970
|
*
|
|
4971
|
+
*
|
|
4765
4972
|
* @returns The scene node IDs of the children of the specified scene node.
|
|
4766
4973
|
*/
|
|
4767
4974
|
getChildIds(
|
|
@@ -4773,6 +4980,7 @@ declare module "sap/ui/vtm/Scene" {
|
|
|
4773
4980
|
/**
|
|
4774
4981
|
* Gets the scene node IDs of the descendants of the specified scene node.
|
|
4775
4982
|
*
|
|
4983
|
+
*
|
|
4776
4984
|
* @returns The scene node IDs of the descendants of the specified scene node.
|
|
4777
4985
|
*/
|
|
4778
4986
|
getDescendantIds(
|
|
@@ -4784,12 +4992,14 @@ declare module "sap/ui/vtm/Scene" {
|
|
|
4784
4992
|
/**
|
|
4785
4993
|
* Gets the set of downloaded viewables.
|
|
4786
4994
|
*
|
|
4995
|
+
*
|
|
4787
4996
|
* @returns The set of downloaded viewables.
|
|
4788
4997
|
*/
|
|
4789
4998
|
getDownloadedViewables(): Viewable[];
|
|
4790
4999
|
/**
|
|
4791
5000
|
* Gets the set of loaded viewables.
|
|
4792
5001
|
*
|
|
5002
|
+
*
|
|
4793
5003
|
* @returns The set of loaded viewables.
|
|
4794
5004
|
*/
|
|
4795
5005
|
getLoadedViewables(): Viewable[];
|
|
@@ -4797,6 +5007,7 @@ declare module "sap/ui/vtm/Scene" {
|
|
|
4797
5007
|
* Gets the scene node ID of the parent node of the specified scene node or null if the specified scene
|
|
4798
5008
|
* node is a root scene node.
|
|
4799
5009
|
*
|
|
5010
|
+
*
|
|
4800
5011
|
* @returns The scene node ID of the parent scene node of the specified scene node or null if the specified
|
|
4801
5012
|
* scene node is a root scene node.
|
|
4802
5013
|
*/
|
|
@@ -4809,6 +5020,7 @@ declare module "sap/ui/vtm/Scene" {
|
|
|
4809
5020
|
/**
|
|
4810
5021
|
* Gets the IDs of the the root scene nodes.
|
|
4811
5022
|
*
|
|
5023
|
+
*
|
|
4812
5024
|
* @returns The root scene node IDs.
|
|
4813
5025
|
*/
|
|
4814
5026
|
getRootIds(): string[];
|
|
@@ -4816,6 +5028,7 @@ declare module "sap/ui/vtm/Scene" {
|
|
|
4816
5028
|
* Gets the set of {@link sap.ui.vtm.ViewableLoadInfo} objects that describe the status of each {@link sap.ui.vtm.Viewable }
|
|
4817
5029
|
* that has been passed to a {@link #loadViewablesAsyc} call made on this {@link sap.ui.vtm.Scene} instance.
|
|
4818
5030
|
*
|
|
5031
|
+
*
|
|
4819
5032
|
* @returns The set of {@link sap.ui.vtm.ViewableLoadInfo} objects that describe the status of each {@link sap.ui.vtm.Viewable }
|
|
4820
5033
|
* that has been passed to a {@link #loadViewablesAsyc} call made on this {@link sap.ui.vtm.Scene} instance.
|
|
4821
5034
|
*/
|
|
@@ -4823,6 +5036,7 @@ declare module "sap/ui/vtm/Scene" {
|
|
|
4823
5036
|
/**
|
|
4824
5037
|
* Gets the {@link sap.ui.vtm.Vtm} instance that owns this scene.
|
|
4825
5038
|
*
|
|
5039
|
+
*
|
|
4826
5040
|
* @returns The {@link sap.ui.vtm.Vtm} instance that owns this scene.
|
|
4827
5041
|
*/
|
|
4828
5042
|
getVtm(): Vtm;
|
|
@@ -4830,6 +5044,7 @@ declare module "sap/ui/vtm/Scene" {
|
|
|
4830
5044
|
* Load a set of viewables asynchronously. Progress is indicated by the `progress` event and completion
|
|
4831
5045
|
* is indicated by the `loadComplete` event.
|
|
4832
5046
|
*
|
|
5047
|
+
*
|
|
4833
5048
|
* @returns `this` for method chaining.
|
|
4834
5049
|
*/
|
|
4835
5050
|
loadViewablesAsync(
|
|
@@ -4843,6 +5058,7 @@ declare module "sap/ui/vtm/Scene" {
|
|
|
4843
5058
|
*
|
|
4844
5059
|
* Does not traverse the descendants of closed nodes.
|
|
4845
5060
|
*
|
|
5061
|
+
*
|
|
4846
5062
|
* @returns this
|
|
4847
5063
|
*/
|
|
4848
5064
|
traverseBranch(
|
|
@@ -4863,6 +5079,7 @@ declare module "sap/ui/vtm/Scene" {
|
|
|
4863
5079
|
/**
|
|
4864
5080
|
* Traverses a set of scene nodes specified by scene node ID, calling a function on each scene node.
|
|
4865
5081
|
*
|
|
5082
|
+
*
|
|
4866
5083
|
* @returns this
|
|
4867
5084
|
*/
|
|
4868
5085
|
traverseNodes(
|
|
@@ -4882,6 +5099,7 @@ declare module "sap/ui/vtm/Scene" {
|
|
|
4882
5099
|
/**
|
|
4883
5100
|
* Recursively traverses the scene tree calling a function on each scene node.
|
|
4884
5101
|
*
|
|
5102
|
+
*
|
|
4885
5103
|
* @returns this
|
|
4886
5104
|
*/
|
|
4887
5105
|
traverseTree(
|
|
@@ -5058,15 +5276,15 @@ declare module "sap/ui/vtm/SceneNode" {
|
|
|
5058
5276
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
5059
5277
|
|
|
5060
5278
|
/**
|
|
5061
|
-
* @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
|
|
5062
|
-
* versions.
|
|
5063
|
-
*
|
|
5064
5279
|
* This class provides access to the data for a scene node. Objects of this type are transient. Long lived
|
|
5065
5280
|
* references to such objects should not be kept. A single {@link sap.ui.vtm.SceneNode} object can be reused
|
|
5066
5281
|
* to refer to a different scene node by changing the value of the `sceneNodeId` property. Scene traversal
|
|
5067
5282
|
* methods typically reuse a single {@link sap.ui.vtm.SceneNode} object to avoid construction and destruction.
|
|
5068
5283
|
* Applications are expected to use their own data structures to store data extracted from scene nodes that
|
|
5069
5284
|
* needs to be accessed efficiently.
|
|
5285
|
+
*
|
|
5286
|
+
* @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
|
|
5287
|
+
* versions.
|
|
5070
5288
|
*/
|
|
5071
5289
|
export default class SceneNode extends UI5Element {
|
|
5072
5290
|
/**
|
|
@@ -5095,6 +5313,7 @@ declare module "sap/ui/vtm/SceneNode" {
|
|
|
5095
5313
|
*
|
|
5096
5314
|
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Element.extend}.
|
|
5097
5315
|
*
|
|
5316
|
+
*
|
|
5098
5317
|
* @returns Created class / constructor function
|
|
5099
5318
|
*/
|
|
5100
5319
|
static extend<T extends Record<string, unknown>>(
|
|
@@ -5115,12 +5334,14 @@ declare module "sap/ui/vtm/SceneNode" {
|
|
|
5115
5334
|
/**
|
|
5116
5335
|
* Returns a metadata object for class sap.ui.vtm.SceneNode.
|
|
5117
5336
|
*
|
|
5337
|
+
*
|
|
5118
5338
|
* @returns Metadata object describing this class
|
|
5119
5339
|
*/
|
|
5120
5340
|
static getMetadata(): ElementMetadata;
|
|
5121
5341
|
/**
|
|
5122
5342
|
* Gets the absolute transformation matrix that applies to the scene node in ISO 10303-42 format.
|
|
5123
5343
|
*
|
|
5344
|
+
*
|
|
5124
5345
|
* @returns The absolute transformation matrix that applies to the scene node in ISO 10303-42 format.
|
|
5125
5346
|
*/
|
|
5126
5347
|
getAbsoluteMatrix(): Matrix;
|
|
@@ -5128,6 +5349,7 @@ declare module "sap/ui/vtm/SceneNode" {
|
|
|
5128
5349
|
* Gets whether this scene node is closed. When a scene node is closed, the closed scene node and its descendants
|
|
5129
5350
|
* are treated as a single scene node (at least in terms of selection).
|
|
5130
5351
|
*
|
|
5352
|
+
*
|
|
5131
5353
|
* @returns Whether this scene node is closed.
|
|
5132
5354
|
*/
|
|
5133
5355
|
getClosed(): boolean;
|
|
@@ -5136,12 +5358,14 @@ declare module "sap/ui/vtm/SceneNode" {
|
|
|
5136
5358
|
* Values are strings or arrays of strings in the form: `'[{"name":"ID", "value":"_moto_x_asm"},{"name":"version",
|
|
5137
5359
|
* "value": "00"},{"name": "timestamp", "value":"2016-05-18 03:44:53.93"}]'`.
|
|
5138
5360
|
*
|
|
5361
|
+
*
|
|
5139
5362
|
* @returns The plain JavaScript object map of identifier values.
|
|
5140
5363
|
*/
|
|
5141
5364
|
getIdentifiers(): object;
|
|
5142
5365
|
/**
|
|
5143
5366
|
* Gets the name of the scene node.
|
|
5144
5367
|
*
|
|
5368
|
+
*
|
|
5145
5369
|
* @returns The scene node name.
|
|
5146
5370
|
*/
|
|
5147
5371
|
getName(): string;
|
|
@@ -5149,12 +5373,14 @@ declare module "sap/ui/vtm/SceneNode" {
|
|
|
5149
5373
|
* Gets a plain JavaScript object map of metadata values. Keys are in the form: `'{"category":"SAP","field":"MATERIAL"}'`.
|
|
5150
5374
|
* Values are in the form of strings or arrays of strings.
|
|
5151
5375
|
*
|
|
5376
|
+
*
|
|
5152
5377
|
* @returns The plain JavaScript object map of metadata values.
|
|
5153
5378
|
*/
|
|
5154
5379
|
getNodeMetadata(): object;
|
|
5155
5380
|
/**
|
|
5156
5381
|
* Gets the relative transformation matrix that applies to the scene node in ISO 10303-42 format.
|
|
5157
5382
|
*
|
|
5383
|
+
*
|
|
5158
5384
|
* @returns The relative transformation matrix that applies to the scene node in ISO 10303-42 format.
|
|
5159
5385
|
*/
|
|
5160
5386
|
getRelativeMatrix(): Matrix;
|
|
@@ -5163,6 +5389,7 @@ declare module "sap/ui/vtm/SceneNode" {
|
|
|
5163
5389
|
*
|
|
5164
5390
|
* The {@link sap.ui.vtm.Scene} for the scene node.
|
|
5165
5391
|
*
|
|
5392
|
+
*
|
|
5166
5393
|
* @returns Value of property `scene`
|
|
5167
5394
|
*/
|
|
5168
5395
|
getScene(): object;
|
|
@@ -5173,12 +5400,14 @@ declare module "sap/ui/vtm/SceneNode" {
|
|
|
5173
5400
|
*
|
|
5174
5401
|
* This is a transient identifier that exists in the context of the current scene. It should not be persisted.
|
|
5175
5402
|
*
|
|
5403
|
+
*
|
|
5176
5404
|
* @returns Value of property `sceneNodeId`
|
|
5177
5405
|
*/
|
|
5178
5406
|
getSceneNodeId(): string;
|
|
5179
5407
|
/**
|
|
5180
5408
|
* Sets the absolute transformation matrix that applies to the scene node in ISO 10303-42 format.
|
|
5181
5409
|
*
|
|
5410
|
+
*
|
|
5182
5411
|
* @returns `this` for method chaining.
|
|
5183
5412
|
*/
|
|
5184
5413
|
setAbsoluteMatrix(
|
|
@@ -5190,6 +5419,7 @@ declare module "sap/ui/vtm/SceneNode" {
|
|
|
5190
5419
|
/**
|
|
5191
5420
|
* Sets the relative transformation matrix that applies to the scene node in ISO 10303-42 format.
|
|
5192
5421
|
*
|
|
5422
|
+
*
|
|
5193
5423
|
* @returns `this` for method chaining.
|
|
5194
5424
|
*/
|
|
5195
5425
|
setRelativeMatrix(
|
|
@@ -5205,6 +5435,7 @@ declare module "sap/ui/vtm/SceneNode" {
|
|
|
5205
5435
|
*
|
|
5206
5436
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
5207
5437
|
*
|
|
5438
|
+
*
|
|
5208
5439
|
* @returns Reference to `this` in order to allow method chaining
|
|
5209
5440
|
*/
|
|
5210
5441
|
setScene(
|
|
@@ -5222,6 +5453,7 @@ declare module "sap/ui/vtm/SceneNode" {
|
|
|
5222
5453
|
*
|
|
5223
5454
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
5224
5455
|
*
|
|
5456
|
+
*
|
|
5225
5457
|
* @returns Reference to `this` in order to allow method chaining
|
|
5226
5458
|
*/
|
|
5227
5459
|
setSceneNodeId(
|
|
@@ -5257,10 +5489,10 @@ declare module "sap/ui/vtm/SelectColumnsDialog" {
|
|
|
5257
5489
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
5258
5490
|
|
|
5259
5491
|
/**
|
|
5492
|
+
* A dialog used to select the columns to display in a {@link sap.ui.vtm.Tree}.
|
|
5493
|
+
*
|
|
5260
5494
|
* @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
|
|
5261
5495
|
* versions.
|
|
5262
|
-
*
|
|
5263
|
-
* A dialog used to select the columns to display in a {@link sap.ui.vtm.Tree}.
|
|
5264
5496
|
*/
|
|
5265
5497
|
export default class SelectColumnsDialog extends Control {
|
|
5266
5498
|
/**
|
|
@@ -5278,6 +5510,7 @@ declare module "sap/ui/vtm/SelectColumnsDialog" {
|
|
|
5278
5510
|
*
|
|
5279
5511
|
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
|
|
5280
5512
|
*
|
|
5513
|
+
*
|
|
5281
5514
|
* @returns Created class / constructor function
|
|
5282
5515
|
*/
|
|
5283
5516
|
static extend<T extends Record<string, unknown>>(
|
|
@@ -5298,6 +5531,7 @@ declare module "sap/ui/vtm/SelectColumnsDialog" {
|
|
|
5298
5531
|
/**
|
|
5299
5532
|
* Returns a metadata object for class sap.ui.vtm.SelectColumnsDialog.
|
|
5300
5533
|
*
|
|
5534
|
+
*
|
|
5301
5535
|
* @returns Metadata object describing this class
|
|
5302
5536
|
*/
|
|
5303
5537
|
static getMetadata(): ElementMetadata;
|
|
@@ -5306,6 +5540,7 @@ declare module "sap/ui/vtm/SelectColumnsDialog" {
|
|
|
5306
5540
|
*
|
|
5307
5541
|
* The set of columns that should be shown in the dialog that may be selected for display.
|
|
5308
5542
|
*
|
|
5543
|
+
*
|
|
5309
5544
|
* @returns Value of property `selectableColumns`
|
|
5310
5545
|
*/
|
|
5311
5546
|
getSelectableColumns(): Column[];
|
|
@@ -5314,12 +5549,14 @@ declare module "sap/ui/vtm/SelectColumnsDialog" {
|
|
|
5314
5549
|
*
|
|
5315
5550
|
* The {@link sap.ui.vtm.Tree} that column selection is being performed for.
|
|
5316
5551
|
*
|
|
5552
|
+
*
|
|
5317
5553
|
* @returns Value of property `tree`
|
|
5318
5554
|
*/
|
|
5319
5555
|
getTree(): object;
|
|
5320
5556
|
/**
|
|
5321
5557
|
* Opens the dialog. The dialog applies the updated set of columns to the tree if confirmed.
|
|
5322
5558
|
*
|
|
5559
|
+
*
|
|
5323
5560
|
* @returns `this` for method chaining.
|
|
5324
5561
|
*/
|
|
5325
5562
|
open(): SelectColumnsDialog;
|
|
@@ -5330,6 +5567,7 @@ declare module "sap/ui/vtm/SelectColumnsDialog" {
|
|
|
5330
5567
|
*
|
|
5331
5568
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
5332
5569
|
*
|
|
5570
|
+
*
|
|
5333
5571
|
* @returns Reference to `this` in order to allow method chaining
|
|
5334
5572
|
*/
|
|
5335
5573
|
setSelectableColumns(
|
|
@@ -5345,6 +5583,7 @@ declare module "sap/ui/vtm/SelectColumnsDialog" {
|
|
|
5345
5583
|
*
|
|
5346
5584
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
5347
5585
|
*
|
|
5586
|
+
*
|
|
5348
5587
|
* @returns Reference to `this` in order to allow method chaining
|
|
5349
5588
|
*/
|
|
5350
5589
|
setTree(
|
|
@@ -5370,9 +5609,9 @@ declare module "sap/ui/vtm/SelectColumnsDialog" {
|
|
|
5370
5609
|
|
|
5371
5610
|
declare module "sap/ui/vtm/SelectionMode" {
|
|
5372
5611
|
/**
|
|
5373
|
-
* @experimental (since 1.50.0) - This type is experimental and might be modified or removed in future versions.
|
|
5374
|
-
*
|
|
5375
5612
|
* Enumeration specifying row selection modes for a {@link sap.ui.vtm.Tree}.
|
|
5613
|
+
*
|
|
5614
|
+
* @experimental (since 1.50.0) - This type is experimental and might be modified or removed in future versions.
|
|
5376
5615
|
*/
|
|
5377
5616
|
enum SelectionMode {
|
|
5378
5617
|
/**
|
|
@@ -5389,9 +5628,9 @@ declare module "sap/ui/vtm/SelectionMode" {
|
|
|
5389
5628
|
|
|
5390
5629
|
declare module "sap/ui/vtm/TextColor" {
|
|
5391
5630
|
/**
|
|
5392
|
-
* @experimental (since 1.50.0) - This type is experimental and might be modified or removed in future versions.
|
|
5393
|
-
*
|
|
5394
5631
|
* Enumeration specifying text colors.
|
|
5632
|
+
*
|
|
5633
|
+
* @experimental (since 1.50.0) - This type is experimental and might be modified or removed in future versions.
|
|
5395
5634
|
*/
|
|
5396
5635
|
enum TextColor {
|
|
5397
5636
|
/**
|
|
@@ -5433,9 +5672,6 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
5433
5672
|
} from "sap/ui/base/ManagedObject";
|
|
5434
5673
|
|
|
5435
5674
|
/**
|
|
5436
|
-
* @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
|
|
5437
|
-
* versions.
|
|
5438
|
-
*
|
|
5439
5675
|
* A control that contains a tree and associated data columns and provides helper methods for tree manipulation.
|
|
5440
5676
|
*
|
|
5441
5677
|
* Call {@link #setRootItems} to provide a tree model.
|
|
@@ -5540,6 +5776,10 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
5540
5776
|
* messageStatusIconColor: "red",
|
|
5541
5777
|
* messageStatusIconTooltip: "Error"
|
|
5542
5778
|
* }```
|
|
5779
|
+
*
|
|
5780
|
+
*
|
|
5781
|
+
* @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
|
|
5782
|
+
* versions.
|
|
5543
5783
|
*/
|
|
5544
5784
|
export default class Tree extends Control {
|
|
5545
5785
|
/**
|
|
@@ -5567,6 +5807,7 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
5567
5807
|
*
|
|
5568
5808
|
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
|
|
5569
5809
|
*
|
|
5810
|
+
*
|
|
5570
5811
|
* @returns Created class / constructor function
|
|
5571
5812
|
*/
|
|
5572
5813
|
static extend<T extends Record<string, unknown>>(
|
|
@@ -5587,12 +5828,14 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
5587
5828
|
/**
|
|
5588
5829
|
* Returns a metadata object for class sap.ui.vtm.Tree.
|
|
5589
5830
|
*
|
|
5831
|
+
*
|
|
5590
5832
|
* @returns Metadata object describing this class
|
|
5591
5833
|
*/
|
|
5592
5834
|
static getMetadata(): ElementMetadata;
|
|
5593
5835
|
/**
|
|
5594
5836
|
* Adds some headerControl to the aggregation {@link #getHeaderControls headerControls}.
|
|
5595
5837
|
*
|
|
5838
|
+
*
|
|
5596
5839
|
* @returns Reference to `this` in order to allow method chaining
|
|
5597
5840
|
*/
|
|
5598
5841
|
addHeaderControl(
|
|
@@ -5604,6 +5847,7 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
5604
5847
|
/**
|
|
5605
5848
|
* Adds a root item to the tree.
|
|
5606
5849
|
*
|
|
5850
|
+
*
|
|
5607
5851
|
* @returns `this` to allow method chaining.
|
|
5608
5852
|
*/
|
|
5609
5853
|
addRoot(
|
|
@@ -5621,6 +5865,7 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
5621
5865
|
*
|
|
5622
5866
|
* Raised before the model is updated.
|
|
5623
5867
|
*
|
|
5868
|
+
*
|
|
5624
5869
|
* @returns Reference to `this` in order to allow method chaining
|
|
5625
5870
|
*/
|
|
5626
5871
|
attachBeforeModelUpdated(
|
|
@@ -5647,6 +5892,7 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
5647
5892
|
*
|
|
5648
5893
|
* Raised before the model is updated.
|
|
5649
5894
|
*
|
|
5895
|
+
*
|
|
5650
5896
|
* @returns Reference to `this` in order to allow method chaining
|
|
5651
5897
|
*/
|
|
5652
5898
|
attachBeforeModelUpdated(
|
|
@@ -5668,6 +5914,7 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
5668
5914
|
*
|
|
5669
5915
|
* Raised when the data columns are updated.
|
|
5670
5916
|
*
|
|
5917
|
+
*
|
|
5671
5918
|
* @returns Reference to `this` in order to allow method chaining
|
|
5672
5919
|
*/
|
|
5673
5920
|
attachDataColumnsChanged(
|
|
@@ -5694,6 +5941,7 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
5694
5941
|
*
|
|
5695
5942
|
* Raised when the data columns are updated.
|
|
5696
5943
|
*
|
|
5944
|
+
*
|
|
5697
5945
|
* @returns Reference to `this` in order to allow method chaining
|
|
5698
5946
|
*/
|
|
5699
5947
|
attachDataColumnsChanged(
|
|
@@ -5715,6 +5963,7 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
5715
5963
|
* Raised when a tree item is dragged over a tree item or an unpopulated row in a tree. To allow a drop
|
|
5716
5964
|
* to occur call preventDefault() on the event.
|
|
5717
5965
|
*
|
|
5966
|
+
*
|
|
5718
5967
|
* @returns Reference to `this` in order to allow method chaining
|
|
5719
5968
|
*/
|
|
5720
5969
|
attachDragOver(
|
|
@@ -5741,6 +5990,7 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
5741
5990
|
* Raised when a tree item is dragged over a tree item or an unpopulated row in a tree. To allow a drop
|
|
5742
5991
|
* to occur call preventDefault() on the event.
|
|
5743
5992
|
*
|
|
5993
|
+
*
|
|
5744
5994
|
* @returns Reference to `this` in order to allow method chaining
|
|
5745
5995
|
*/
|
|
5746
5996
|
attachDragOver(
|
|
@@ -5762,6 +6012,7 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
5762
6012
|
* Raised when a tree item drag is initiated. To prevent a drag from being initiated call preventDefault()
|
|
5763
6013
|
* on the event.
|
|
5764
6014
|
*
|
|
6015
|
+
*
|
|
5765
6016
|
* @returns Reference to `this` in order to allow method chaining
|
|
5766
6017
|
*/
|
|
5767
6018
|
attachDragStart(
|
|
@@ -5788,6 +6039,7 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
5788
6039
|
* Raised when a tree item drag is initiated. To prevent a drag from being initiated call preventDefault()
|
|
5789
6040
|
* on the event.
|
|
5790
6041
|
*
|
|
6042
|
+
*
|
|
5791
6043
|
* @returns Reference to `this` in order to allow method chaining
|
|
5792
6044
|
*/
|
|
5793
6045
|
attachDragStart(
|
|
@@ -5809,6 +6061,7 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
5809
6061
|
* Raised when a tree item is dropped on a tree item or an unpopulated row in a tree. A drop cannot occur
|
|
5810
6062
|
* unless preventDefault() is called on the sap.ui.base.Event object in the preceding dragOver event.
|
|
5811
6063
|
*
|
|
6064
|
+
*
|
|
5812
6065
|
* @returns Reference to `this` in order to allow method chaining
|
|
5813
6066
|
*/
|
|
5814
6067
|
attachDrop(
|
|
@@ -5835,6 +6088,7 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
5835
6088
|
* Raised when a tree item is dropped on a tree item or an unpopulated row in a tree. A drop cannot occur
|
|
5836
6089
|
* unless preventDefault() is called on the sap.ui.base.Event object in the preceding dragOver event.
|
|
5837
6090
|
*
|
|
6091
|
+
*
|
|
5838
6092
|
* @returns Reference to `this` in order to allow method chaining
|
|
5839
6093
|
*/
|
|
5840
6094
|
attachDrop(
|
|
@@ -5856,6 +6110,7 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
5856
6110
|
*
|
|
5857
6111
|
* Raised when a tree item entry is expanded or collapsed.
|
|
5858
6112
|
*
|
|
6113
|
+
*
|
|
5859
6114
|
* @returns Reference to `this` in order to allow method chaining
|
|
5860
6115
|
*/
|
|
5861
6116
|
attachExpandedChanged(
|
|
@@ -5882,6 +6137,7 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
5882
6137
|
*
|
|
5883
6138
|
* Raised when a tree item entry is expanded or collapsed.
|
|
5884
6139
|
*
|
|
6140
|
+
*
|
|
5885
6141
|
* @returns Reference to `this` in order to allow method chaining
|
|
5886
6142
|
*/
|
|
5887
6143
|
attachExpandedChanged(
|
|
@@ -5903,6 +6159,7 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
5903
6159
|
*
|
|
5904
6160
|
* Raised when the fixed columns are updated.
|
|
5905
6161
|
*
|
|
6162
|
+
*
|
|
5906
6163
|
* @returns Reference to `this` in order to allow method chaining
|
|
5907
6164
|
*/
|
|
5908
6165
|
attachFixedColumnsChanged(
|
|
@@ -5929,6 +6186,7 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
5929
6186
|
*
|
|
5930
6187
|
* Raised when the fixed columns are updated.
|
|
5931
6188
|
*
|
|
6189
|
+
*
|
|
5932
6190
|
* @returns Reference to `this` in order to allow method chaining
|
|
5933
6191
|
*/
|
|
5934
6192
|
attachFixedColumnsChanged(
|
|
@@ -5950,6 +6208,7 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
5950
6208
|
*
|
|
5951
6209
|
* Raised when the tree hierarchy (the set of parent child relationships) changes.
|
|
5952
6210
|
*
|
|
6211
|
+
*
|
|
5953
6212
|
* @returns Reference to `this` in order to allow method chaining
|
|
5954
6213
|
*/
|
|
5955
6214
|
attachHierarchyChanged(
|
|
@@ -5976,6 +6235,7 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
5976
6235
|
*
|
|
5977
6236
|
* Raised when the tree hierarchy (the set of parent child relationships) changes.
|
|
5978
6237
|
*
|
|
6238
|
+
*
|
|
5979
6239
|
* @returns Reference to `this` in order to allow method chaining
|
|
5980
6240
|
*/
|
|
5981
6241
|
attachHierarchyChanged(
|
|
@@ -5997,6 +6257,7 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
5997
6257
|
*
|
|
5998
6258
|
* Raised when a tree item message status icon is clicked.
|
|
5999
6259
|
*
|
|
6260
|
+
*
|
|
6000
6261
|
* @returns Reference to `this` in order to allow method chaining
|
|
6001
6262
|
*/
|
|
6002
6263
|
attachMessageStatusHeaderIconClicked(
|
|
@@ -6023,6 +6284,7 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
6023
6284
|
*
|
|
6024
6285
|
* Raised when a tree item message status icon is clicked.
|
|
6025
6286
|
*
|
|
6287
|
+
*
|
|
6026
6288
|
* @returns Reference to `this` in order to allow method chaining
|
|
6027
6289
|
*/
|
|
6028
6290
|
attachMessageStatusHeaderIconClicked(
|
|
@@ -6044,6 +6306,7 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
6044
6306
|
*
|
|
6045
6307
|
* Raised when a tree item message status icon is clicked.
|
|
6046
6308
|
*
|
|
6309
|
+
*
|
|
6047
6310
|
* @returns Reference to `this` in order to allow method chaining
|
|
6048
6311
|
*/
|
|
6049
6312
|
attachMessageStatusIconClicked(
|
|
@@ -6070,6 +6333,7 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
6070
6333
|
*
|
|
6071
6334
|
* Raised when a tree item message status icon is clicked.
|
|
6072
6335
|
*
|
|
6336
|
+
*
|
|
6073
6337
|
* @returns Reference to `this` in order to allow method chaining
|
|
6074
6338
|
*/
|
|
6075
6339
|
attachMessageStatusIconClicked(
|
|
@@ -6090,6 +6354,7 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
6090
6354
|
*
|
|
6091
6355
|
* Raised after the model has been updated.
|
|
6092
6356
|
*
|
|
6357
|
+
*
|
|
6093
6358
|
* @returns Reference to `this` in order to allow method chaining
|
|
6094
6359
|
*/
|
|
6095
6360
|
attachModelUpdated(
|
|
@@ -6115,6 +6380,7 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
6115
6380
|
*
|
|
6116
6381
|
* Raised after the model has been updated.
|
|
6117
6382
|
*
|
|
6383
|
+
*
|
|
6118
6384
|
* @returns Reference to `this` in order to allow method chaining
|
|
6119
6385
|
*/
|
|
6120
6386
|
attachModelUpdated(
|
|
@@ -6136,6 +6402,7 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
6136
6402
|
*
|
|
6137
6403
|
* Raised when the set of selected tree items for a tree changes.
|
|
6138
6404
|
*
|
|
6405
|
+
*
|
|
6139
6406
|
* @returns Reference to `this` in order to allow method chaining
|
|
6140
6407
|
*/
|
|
6141
6408
|
attachSelectionChanged(
|
|
@@ -6162,6 +6429,7 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
6162
6429
|
*
|
|
6163
6430
|
* Raised when the set of selected tree items for a tree changes.
|
|
6164
6431
|
*
|
|
6432
|
+
*
|
|
6165
6433
|
* @returns Reference to `this` in order to allow method chaining
|
|
6166
6434
|
*/
|
|
6167
6435
|
attachSelectionChanged(
|
|
@@ -6183,6 +6451,7 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
6183
6451
|
*
|
|
6184
6452
|
* Raised when the icon in the visibility column header is clicked.
|
|
6185
6453
|
*
|
|
6454
|
+
*
|
|
6186
6455
|
* @returns Reference to `this` in order to allow method chaining
|
|
6187
6456
|
*/
|
|
6188
6457
|
attachVisibilityHeaderIconClicked(
|
|
@@ -6209,6 +6478,7 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
6209
6478
|
*
|
|
6210
6479
|
* Raised when the icon in the visibility column header is clicked.
|
|
6211
6480
|
*
|
|
6481
|
+
*
|
|
6212
6482
|
* @returns Reference to `this` in order to allow method chaining
|
|
6213
6483
|
*/
|
|
6214
6484
|
attachVisibilityHeaderIconClicked(
|
|
@@ -6230,6 +6500,7 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
6230
6500
|
*
|
|
6231
6501
|
* Raised when an icon in the visibility column is clicked.
|
|
6232
6502
|
*
|
|
6503
|
+
*
|
|
6233
6504
|
* @returns Reference to `this` in order to allow method chaining
|
|
6234
6505
|
*/
|
|
6235
6506
|
attachVisibilityIconClicked(
|
|
@@ -6256,6 +6527,7 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
6256
6527
|
*
|
|
6257
6528
|
* Raised when an icon in the visibility column is clicked.
|
|
6258
6529
|
*
|
|
6530
|
+
*
|
|
6259
6531
|
* @returns Reference to `this` in order to allow method chaining
|
|
6260
6532
|
*/
|
|
6261
6533
|
attachVisibilityIconClicked(
|
|
@@ -6271,12 +6543,14 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
6271
6543
|
/**
|
|
6272
6544
|
* Expands all tree items in the tree.
|
|
6273
6545
|
*
|
|
6546
|
+
*
|
|
6274
6547
|
* @returns Returns `this` for method chaining.
|
|
6275
6548
|
*/
|
|
6276
6549
|
collapseAll(): Tree;
|
|
6277
6550
|
/**
|
|
6278
6551
|
* Destroys all the headerControls in the aggregation {@link #getHeaderControls headerControls}.
|
|
6279
6552
|
*
|
|
6553
|
+
*
|
|
6280
6554
|
* @returns Reference to `this` in order to allow method chaining
|
|
6281
6555
|
*/
|
|
6282
6556
|
destroyHeaderControls(): this;
|
|
@@ -6286,6 +6560,7 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
6286
6560
|
*
|
|
6287
6561
|
* The passed function and listener object must match the ones used for event registration.
|
|
6288
6562
|
*
|
|
6563
|
+
*
|
|
6289
6564
|
* @returns Reference to `this` in order to allow method chaining
|
|
6290
6565
|
*/
|
|
6291
6566
|
detachBeforeModelUpdated(
|
|
@@ -6304,6 +6579,7 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
6304
6579
|
*
|
|
6305
6580
|
* The passed function and listener object must match the ones used for event registration.
|
|
6306
6581
|
*
|
|
6582
|
+
*
|
|
6307
6583
|
* @returns Reference to `this` in order to allow method chaining
|
|
6308
6584
|
*/
|
|
6309
6585
|
detachDataColumnsChanged(
|
|
@@ -6321,6 +6597,7 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
6321
6597
|
*
|
|
6322
6598
|
* The passed function and listener object must match the ones used for event registration.
|
|
6323
6599
|
*
|
|
6600
|
+
*
|
|
6324
6601
|
* @returns Reference to `this` in order to allow method chaining
|
|
6325
6602
|
*/
|
|
6326
6603
|
detachDragOver(
|
|
@@ -6338,6 +6615,7 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
6338
6615
|
*
|
|
6339
6616
|
* The passed function and listener object must match the ones used for event registration.
|
|
6340
6617
|
*
|
|
6618
|
+
*
|
|
6341
6619
|
* @returns Reference to `this` in order to allow method chaining
|
|
6342
6620
|
*/
|
|
6343
6621
|
detachDragStart(
|
|
@@ -6355,6 +6633,7 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
6355
6633
|
*
|
|
6356
6634
|
* The passed function and listener object must match the ones used for event registration.
|
|
6357
6635
|
*
|
|
6636
|
+
*
|
|
6358
6637
|
* @returns Reference to `this` in order to allow method chaining
|
|
6359
6638
|
*/
|
|
6360
6639
|
detachDrop(
|
|
@@ -6373,6 +6652,7 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
6373
6652
|
*
|
|
6374
6653
|
* The passed function and listener object must match the ones used for event registration.
|
|
6375
6654
|
*
|
|
6655
|
+
*
|
|
6376
6656
|
* @returns Reference to `this` in order to allow method chaining
|
|
6377
6657
|
*/
|
|
6378
6658
|
detachExpandedChanged(
|
|
@@ -6391,6 +6671,7 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
6391
6671
|
*
|
|
6392
6672
|
* The passed function and listener object must match the ones used for event registration.
|
|
6393
6673
|
*
|
|
6674
|
+
*
|
|
6394
6675
|
* @returns Reference to `this` in order to allow method chaining
|
|
6395
6676
|
*/
|
|
6396
6677
|
detachFixedColumnsChanged(
|
|
@@ -6409,6 +6690,7 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
6409
6690
|
*
|
|
6410
6691
|
* The passed function and listener object must match the ones used for event registration.
|
|
6411
6692
|
*
|
|
6693
|
+
*
|
|
6412
6694
|
* @returns Reference to `this` in order to allow method chaining
|
|
6413
6695
|
*/
|
|
6414
6696
|
detachHierarchyChanged(
|
|
@@ -6427,6 +6709,7 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
6427
6709
|
*
|
|
6428
6710
|
* The passed function and listener object must match the ones used for event registration.
|
|
6429
6711
|
*
|
|
6712
|
+
*
|
|
6430
6713
|
* @returns Reference to `this` in order to allow method chaining
|
|
6431
6714
|
*/
|
|
6432
6715
|
detachMessageStatusHeaderIconClicked(
|
|
@@ -6445,6 +6728,7 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
6445
6728
|
*
|
|
6446
6729
|
* The passed function and listener object must match the ones used for event registration.
|
|
6447
6730
|
*
|
|
6731
|
+
*
|
|
6448
6732
|
* @returns Reference to `this` in order to allow method chaining
|
|
6449
6733
|
*/
|
|
6450
6734
|
detachMessageStatusIconClicked(
|
|
@@ -6462,6 +6746,7 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
6462
6746
|
*
|
|
6463
6747
|
* The passed function and listener object must match the ones used for event registration.
|
|
6464
6748
|
*
|
|
6749
|
+
*
|
|
6465
6750
|
* @returns Reference to `this` in order to allow method chaining
|
|
6466
6751
|
*/
|
|
6467
6752
|
detachModelUpdated(
|
|
@@ -6480,6 +6765,7 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
6480
6765
|
*
|
|
6481
6766
|
* The passed function and listener object must match the ones used for event registration.
|
|
6482
6767
|
*
|
|
6768
|
+
*
|
|
6483
6769
|
* @returns Reference to `this` in order to allow method chaining
|
|
6484
6770
|
*/
|
|
6485
6771
|
detachSelectionChanged(
|
|
@@ -6498,6 +6784,7 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
6498
6784
|
*
|
|
6499
6785
|
* The passed function and listener object must match the ones used for event registration.
|
|
6500
6786
|
*
|
|
6787
|
+
*
|
|
6501
6788
|
* @returns Reference to `this` in order to allow method chaining
|
|
6502
6789
|
*/
|
|
6503
6790
|
detachVisibilityHeaderIconClicked(
|
|
@@ -6516,6 +6803,7 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
6516
6803
|
*
|
|
6517
6804
|
* The passed function and listener object must match the ones used for event registration.
|
|
6518
6805
|
*
|
|
6806
|
+
*
|
|
6519
6807
|
* @returns Reference to `this` in order to allow method chaining
|
|
6520
6808
|
*/
|
|
6521
6809
|
detachVisibilityIconClicked(
|
|
@@ -6531,6 +6819,7 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
6531
6819
|
/**
|
|
6532
6820
|
* Expands all tree items in the tree.
|
|
6533
6821
|
*
|
|
6822
|
+
*
|
|
6534
6823
|
* @returns Returns `this` for method chaining.
|
|
6535
6824
|
*/
|
|
6536
6825
|
expandAll(): Tree;
|
|
@@ -6539,6 +6828,7 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
6539
6828
|
*
|
|
6540
6829
|
* This method relies on {@link #updateCollections} being called after the tree is populated/changed.
|
|
6541
6830
|
*
|
|
6831
|
+
*
|
|
6542
6832
|
* @returns Returns `this` for method chaining.
|
|
6543
6833
|
*/
|
|
6544
6834
|
expandAncestors(
|
|
@@ -6550,6 +6840,7 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
6550
6840
|
/**
|
|
6551
6841
|
* Expands tree items in the tree from the root down to the given level.
|
|
6552
6842
|
*
|
|
6843
|
+
*
|
|
6553
6844
|
* @returns Returns `this` for method chaining.
|
|
6554
6845
|
*/
|
|
6555
6846
|
expandToLevel(
|
|
@@ -6559,10 +6850,10 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
6559
6850
|
iLevel: int
|
|
6560
6851
|
): Tree;
|
|
6561
6852
|
/**
|
|
6562
|
-
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
6563
|
-
*
|
|
6564
6853
|
* Fires event {@link #event:beforeModelUpdated beforeModelUpdated} to attached listeners.
|
|
6565
6854
|
*
|
|
6855
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
6856
|
+
*
|
|
6566
6857
|
* @returns Reference to `this` in order to allow method chaining
|
|
6567
6858
|
*/
|
|
6568
6859
|
fireBeforeModelUpdated(
|
|
@@ -6572,10 +6863,10 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
6572
6863
|
mParameters?: object
|
|
6573
6864
|
): this;
|
|
6574
6865
|
/**
|
|
6575
|
-
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
6576
|
-
*
|
|
6577
6866
|
* Fires event {@link #event:dataColumnsChanged dataColumnsChanged} to attached listeners.
|
|
6578
6867
|
*
|
|
6868
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
6869
|
+
*
|
|
6579
6870
|
* @returns Reference to `this` in order to allow method chaining
|
|
6580
6871
|
*/
|
|
6581
6872
|
fireDataColumnsChanged(
|
|
@@ -6585,13 +6876,13 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
6585
6876
|
mParameters?: object
|
|
6586
6877
|
): this;
|
|
6587
6878
|
/**
|
|
6588
|
-
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
6589
|
-
*
|
|
6590
6879
|
* Fires event {@link #event:dragOver dragOver} to attached listeners.
|
|
6591
6880
|
*
|
|
6592
6881
|
* Listeners may prevent the default action of this event by calling the `preventDefault` method on the
|
|
6593
6882
|
* event object. The return value of this method indicates whether the default action should be executed.
|
|
6594
6883
|
*
|
|
6884
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
6885
|
+
*
|
|
6595
6886
|
* @returns Whether or not to prevent the default action
|
|
6596
6887
|
*/
|
|
6597
6888
|
fireDragOver(
|
|
@@ -6601,13 +6892,13 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
6601
6892
|
mParameters?: Tree$DragOverEventParameters
|
|
6602
6893
|
): boolean;
|
|
6603
6894
|
/**
|
|
6604
|
-
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
6605
|
-
*
|
|
6606
6895
|
* Fires event {@link #event:dragStart dragStart} to attached listeners.
|
|
6607
6896
|
*
|
|
6608
6897
|
* Listeners may prevent the default action of this event by calling the `preventDefault` method on the
|
|
6609
6898
|
* event object. The return value of this method indicates whether the default action should be executed.
|
|
6610
6899
|
*
|
|
6900
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
6901
|
+
*
|
|
6611
6902
|
* @returns Whether or not to prevent the default action
|
|
6612
6903
|
*/
|
|
6613
6904
|
fireDragStart(
|
|
@@ -6617,10 +6908,10 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
6617
6908
|
mParameters?: Tree$DragStartEventParameters
|
|
6618
6909
|
): boolean;
|
|
6619
6910
|
/**
|
|
6620
|
-
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
6621
|
-
*
|
|
6622
6911
|
* Fires event {@link #event:drop drop} to attached listeners.
|
|
6623
6912
|
*
|
|
6913
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
6914
|
+
*
|
|
6624
6915
|
* @returns Reference to `this` in order to allow method chaining
|
|
6625
6916
|
*/
|
|
6626
6917
|
fireDrop(
|
|
@@ -6630,10 +6921,10 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
6630
6921
|
mParameters?: Tree$DropEventParameters
|
|
6631
6922
|
): this;
|
|
6632
6923
|
/**
|
|
6633
|
-
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
6634
|
-
*
|
|
6635
6924
|
* Fires event {@link #event:expandedChanged expandedChanged} to attached listeners.
|
|
6636
6925
|
*
|
|
6926
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
6927
|
+
*
|
|
6637
6928
|
* @returns Reference to `this` in order to allow method chaining
|
|
6638
6929
|
*/
|
|
6639
6930
|
fireExpandedChanged(
|
|
@@ -6643,10 +6934,10 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
6643
6934
|
mParameters?: Tree$ExpandedChangedEventParameters
|
|
6644
6935
|
): this;
|
|
6645
6936
|
/**
|
|
6646
|
-
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
6647
|
-
*
|
|
6648
6937
|
* Fires event {@link #event:fixedColumnsChanged fixedColumnsChanged} to attached listeners.
|
|
6649
6938
|
*
|
|
6939
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
6940
|
+
*
|
|
6650
6941
|
* @returns Reference to `this` in order to allow method chaining
|
|
6651
6942
|
*/
|
|
6652
6943
|
fireFixedColumnsChanged(
|
|
@@ -6656,10 +6947,10 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
6656
6947
|
mParameters?: object
|
|
6657
6948
|
): this;
|
|
6658
6949
|
/**
|
|
6659
|
-
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
6660
|
-
*
|
|
6661
6950
|
* Fires event {@link #event:hierarchyChanged hierarchyChanged} to attached listeners.
|
|
6662
6951
|
*
|
|
6952
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
6953
|
+
*
|
|
6663
6954
|
* @returns Reference to `this` in order to allow method chaining
|
|
6664
6955
|
*/
|
|
6665
6956
|
fireHierarchyChanged(
|
|
@@ -6669,11 +6960,11 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
6669
6960
|
mParameters?: object
|
|
6670
6961
|
): this;
|
|
6671
6962
|
/**
|
|
6672
|
-
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
6673
|
-
*
|
|
6674
6963
|
* Fires event {@link #event:messageStatusHeaderIconClicked messageStatusHeaderIconClicked} to attached
|
|
6675
6964
|
* listeners.
|
|
6676
6965
|
*
|
|
6966
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
6967
|
+
*
|
|
6677
6968
|
* @returns Reference to `this` in order to allow method chaining
|
|
6678
6969
|
*/
|
|
6679
6970
|
fireMessageStatusHeaderIconClicked(
|
|
@@ -6683,10 +6974,10 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
6683
6974
|
mParameters?: object
|
|
6684
6975
|
): this;
|
|
6685
6976
|
/**
|
|
6686
|
-
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
6687
|
-
*
|
|
6688
6977
|
* Fires event {@link #event:messageStatusIconClicked messageStatusIconClicked} to attached listeners.
|
|
6689
6978
|
*
|
|
6979
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
6980
|
+
*
|
|
6690
6981
|
* @returns Reference to `this` in order to allow method chaining
|
|
6691
6982
|
*/
|
|
6692
6983
|
fireMessageStatusIconClicked(
|
|
@@ -6696,10 +6987,10 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
6696
6987
|
mParameters?: Tree$MessageStatusIconClickedEventParameters
|
|
6697
6988
|
): this;
|
|
6698
6989
|
/**
|
|
6699
|
-
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
6700
|
-
*
|
|
6701
6990
|
* Fires event {@link #event:modelUpdated modelUpdated} to attached listeners.
|
|
6702
6991
|
*
|
|
6992
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
6993
|
+
*
|
|
6703
6994
|
* @returns Reference to `this` in order to allow method chaining
|
|
6704
6995
|
*/
|
|
6705
6996
|
fireModelUpdated(
|
|
@@ -6709,10 +7000,10 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
6709
7000
|
mParameters?: object
|
|
6710
7001
|
): this;
|
|
6711
7002
|
/**
|
|
6712
|
-
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
6713
|
-
*
|
|
6714
7003
|
* Fires event {@link #event:selectionChanged selectionChanged} to attached listeners.
|
|
6715
7004
|
*
|
|
7005
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
7006
|
+
*
|
|
6716
7007
|
* @returns Reference to `this` in order to allow method chaining
|
|
6717
7008
|
*/
|
|
6718
7009
|
fireSelectionChanged(
|
|
@@ -6722,10 +7013,10 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
6722
7013
|
mParameters?: Tree$SelectionChangedEventParameters
|
|
6723
7014
|
): this;
|
|
6724
7015
|
/**
|
|
6725
|
-
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
6726
|
-
*
|
|
6727
7016
|
* Fires event {@link #event:visibilityHeaderIconClicked visibilityHeaderIconClicked} to attached listeners.
|
|
6728
7017
|
*
|
|
7018
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
7019
|
+
*
|
|
6729
7020
|
* @returns Reference to `this` in order to allow method chaining
|
|
6730
7021
|
*/
|
|
6731
7022
|
fireVisibilityHeaderIconClicked(
|
|
@@ -6735,10 +7026,10 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
6735
7026
|
mParameters?: Tree$VisibilityHeaderIconClickedEventParameters
|
|
6736
7027
|
): this;
|
|
6737
7028
|
/**
|
|
6738
|
-
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
6739
|
-
*
|
|
6740
7029
|
* Fires event {@link #event:visibilityIconClicked visibilityIconClicked} to attached listeners.
|
|
6741
7030
|
*
|
|
7031
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
7032
|
+
*
|
|
6742
7033
|
* @returns Reference to `this` in order to allow method chaining
|
|
6743
7034
|
*/
|
|
6744
7035
|
fireVisibilityIconClicked(
|
|
@@ -6752,6 +7043,7 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
6752
7043
|
*
|
|
6753
7044
|
* This method relies on {@link #updateCollections} being called after the tree is populated/changed.
|
|
6754
7045
|
*
|
|
7046
|
+
*
|
|
6755
7047
|
* @returns All the tree items in the tree.
|
|
6756
7048
|
*/
|
|
6757
7049
|
getAllItems(
|
|
@@ -6771,6 +7063,7 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
6771
7063
|
*
|
|
6772
7064
|
* This method relies on {@link #updateCollections} being called after the tree is populated/changed.
|
|
6773
7065
|
*
|
|
7066
|
+
*
|
|
6774
7067
|
* @returns The ancestors of the tree item.
|
|
6775
7068
|
*/
|
|
6776
7069
|
getAncestorItems(
|
|
@@ -6782,6 +7075,7 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
6782
7075
|
/**
|
|
6783
7076
|
* Gets the set of data columns for the tree.
|
|
6784
7077
|
*
|
|
7078
|
+
*
|
|
6785
7079
|
* @returns The data columns for the tree.
|
|
6786
7080
|
*/
|
|
6787
7081
|
getDataColumns(): Column[];
|
|
@@ -6790,6 +7084,7 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
6790
7084
|
*
|
|
6791
7085
|
* This method relies on {@link #updateCollections} being called after the tree is populated/changed.
|
|
6792
7086
|
*
|
|
7087
|
+
*
|
|
6793
7088
|
* @returns The descendants of the tree item or undefined if the tree item is not found.
|
|
6794
7089
|
*/
|
|
6795
7090
|
getDescendantItems(
|
|
@@ -6807,6 +7102,7 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
6807
7102
|
*
|
|
6808
7103
|
* This method relies on {@link #updateCollections} being called after the tree is populated/changed.
|
|
6809
7104
|
*
|
|
7105
|
+
*
|
|
6810
7106
|
* @returns Whether the row associated with the specified tree item is expanded.
|
|
6811
7107
|
*/
|
|
6812
7108
|
getExpanded(
|
|
@@ -6818,6 +7114,7 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
6818
7114
|
/**
|
|
6819
7115
|
* Gets the fixed columns for the tree.
|
|
6820
7116
|
*
|
|
7117
|
+
*
|
|
6821
7118
|
* @returns The fixed columns.
|
|
6822
7119
|
*/
|
|
6823
7120
|
getFixedColumns(): Column[];
|
|
@@ -6833,6 +7130,7 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
6833
7130
|
* If a single tree item is passed to the method then a single value is returned.
|
|
6834
7131
|
* If an array of tree items is passed to the method then an array is returned.
|
|
6835
7132
|
*
|
|
7133
|
+
*
|
|
6836
7134
|
* @returns A single value or an array of values representing the highlight color values of the tree item(s)
|
|
6837
7135
|
* passed in.
|
|
6838
7136
|
*/
|
|
@@ -6846,6 +7144,7 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
6846
7144
|
* Finds a tree item by id or returns undefined if it is not found.
|
|
6847
7145
|
* This method relies on {@link #updateCollections} being called after the tree is populated/changed.
|
|
6848
7146
|
*
|
|
7147
|
+
*
|
|
6849
7148
|
* @returns The tree item matching the specified id or undefined if no match was found.
|
|
6850
7149
|
*/
|
|
6851
7150
|
getItem(
|
|
@@ -6858,6 +7157,7 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
6858
7157
|
* Finds a tree item by binding context path or returns undefined if it is not found. This is typically
|
|
6859
7158
|
* used to find the corresponding tree item in event handlers for custom column template controls.
|
|
6860
7159
|
*
|
|
7160
|
+
*
|
|
6861
7161
|
* @returns The tree item matching the specified binding context path or undefined if no match was found.
|
|
6862
7162
|
*/
|
|
6863
7163
|
getItemByBindingContextPath(
|
|
@@ -6871,6 +7171,7 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
6871
7171
|
*
|
|
6872
7172
|
* This method relies on {@link #updateCollections} being called after the tree is populated/changed.
|
|
6873
7173
|
*
|
|
7174
|
+
*
|
|
6874
7175
|
* @returns The set of tree items that have a `sceneNodeIds` property that contains the specified scene
|
|
6875
7176
|
* node id.
|
|
6876
7177
|
*/
|
|
@@ -6890,6 +7191,7 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
6890
7191
|
* If a single tree item is passed to the method then a single value is returned.
|
|
6891
7192
|
* If an array of tree items is passed to the method then an array is returned.
|
|
6892
7193
|
*
|
|
7194
|
+
*
|
|
6893
7195
|
* @returns A single value or an array of values representing the opacity values of the tree item(s) passed
|
|
6894
7196
|
* in.
|
|
6895
7197
|
*/
|
|
@@ -6902,6 +7204,7 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
6902
7204
|
/**
|
|
6903
7205
|
* Gets the panel this tree belongs to.
|
|
6904
7206
|
*
|
|
7207
|
+
*
|
|
6905
7208
|
* @returns The panel this tree belongs to.
|
|
6906
7209
|
*/
|
|
6907
7210
|
getPanel(): Panel;
|
|
@@ -6910,6 +7213,7 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
6910
7213
|
*
|
|
6911
7214
|
* This method relies on {@link #updateCollections} being called after the tree is populated/changed.
|
|
6912
7215
|
*
|
|
7216
|
+
*
|
|
6913
7217
|
* @returns The parent tree item or undefined if no match was found.
|
|
6914
7218
|
*/
|
|
6915
7219
|
getParentItem(
|
|
@@ -6921,12 +7225,14 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
6921
7225
|
/**
|
|
6922
7226
|
* Gets the root tree items.
|
|
6923
7227
|
*
|
|
7228
|
+
*
|
|
6924
7229
|
* @returns The root tree items.
|
|
6925
7230
|
*/
|
|
6926
7231
|
getRootItems(): object[];
|
|
6927
7232
|
/**
|
|
6928
7233
|
* Gets the selected tree items.
|
|
6929
7234
|
*
|
|
7235
|
+
*
|
|
6930
7236
|
* @returns The selected tree items.
|
|
6931
7237
|
*/
|
|
6932
7238
|
getSelectedItems(): object[];
|
|
@@ -6937,6 +7243,7 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
6937
7243
|
*
|
|
6938
7244
|
* Default value is `"Single"`.
|
|
6939
7245
|
*
|
|
7246
|
+
*
|
|
6940
7247
|
* @returns Value of property `selectionMode`
|
|
6941
7248
|
*/
|
|
6942
7249
|
getSelectionMode(): SelectionMode | keyof typeof SelectionMode;
|
|
@@ -6946,6 +7253,7 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
6946
7253
|
* If a single tree item is passed to the method then a single value is returned.
|
|
6947
7254
|
* If an array of tree items is passed to the method then an array is returned.
|
|
6948
7255
|
*
|
|
7256
|
+
*
|
|
6949
7257
|
* @returns A single value or an array of values where the value is `true` if the tree item is visible,
|
|
6950
7258
|
* `false` otherwise.
|
|
6951
7259
|
*/
|
|
@@ -6959,6 +7267,7 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
6959
7267
|
* Checks for the provided `sap.ui.core.Control` in the aggregation {@link #getHeaderControls headerControls}.
|
|
6960
7268
|
* and returns its index if found or -1 otherwise.
|
|
6961
7269
|
*
|
|
7270
|
+
*
|
|
6962
7271
|
* @returns The index of the provided control in the aggregation if found, or -1 otherwise
|
|
6963
7272
|
*/
|
|
6964
7273
|
indexOfHeaderControl(
|
|
@@ -6970,6 +7279,7 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
6970
7279
|
/**
|
|
6971
7280
|
* Inserts a headerControl into the aggregation {@link #getHeaderControls headerControls}.
|
|
6972
7281
|
*
|
|
7282
|
+
*
|
|
6973
7283
|
* @returns Reference to `this` in order to allow method chaining
|
|
6974
7284
|
*/
|
|
6975
7285
|
insertHeaderControl(
|
|
@@ -6987,6 +7297,7 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
6987
7297
|
/**
|
|
6988
7298
|
* Returns whether the tree is empty.
|
|
6989
7299
|
*
|
|
7300
|
+
*
|
|
6990
7301
|
* @returns Whether the tree is empty.
|
|
6991
7302
|
*/
|
|
6992
7303
|
isEmpty(): boolean;
|
|
@@ -6995,6 +7306,7 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
6995
7306
|
*
|
|
6996
7307
|
* This method relies on {@link #updateCollections} being called after the tree is populated/changed.
|
|
6997
7308
|
*
|
|
7309
|
+
*
|
|
6998
7310
|
* @returns Whether a tree item object is an included tree item in this tree.
|
|
6999
7311
|
*/
|
|
7000
7312
|
isExcludedItem(
|
|
@@ -7008,6 +7320,7 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
7008
7320
|
*
|
|
7009
7321
|
* This method relies on {@link #updateCollections} being called after the tree is populated/changed.
|
|
7010
7322
|
*
|
|
7323
|
+
*
|
|
7011
7324
|
* @returns Whether a tree item object is an included tree item in this tree.
|
|
7012
7325
|
*/
|
|
7013
7326
|
isIncludedItem(
|
|
@@ -7021,12 +7334,14 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
7021
7334
|
*
|
|
7022
7335
|
* Additionally, it unregisters them from the hosting UIArea.
|
|
7023
7336
|
*
|
|
7337
|
+
*
|
|
7024
7338
|
* @returns An array of the removed elements (might be empty)
|
|
7025
7339
|
*/
|
|
7026
7340
|
removeAllHeaderControls(): Control[];
|
|
7027
7341
|
/**
|
|
7028
7342
|
* Removes a headerControl from the aggregation {@link #getHeaderControls headerControls}.
|
|
7029
7343
|
*
|
|
7344
|
+
*
|
|
7030
7345
|
* @returns The removed headerControl or `null`
|
|
7031
7346
|
*/
|
|
7032
7347
|
removeHeaderControl(
|
|
@@ -7038,6 +7353,7 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
7038
7353
|
/**
|
|
7039
7354
|
* Removes a root item from the tree.
|
|
7040
7355
|
*
|
|
7356
|
+
*
|
|
7041
7357
|
* @returns Returns the deleted item or undefined if no item was removed.
|
|
7042
7358
|
*/
|
|
7043
7359
|
removeRoot(
|
|
@@ -7051,6 +7367,7 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
7051
7367
|
*
|
|
7052
7368
|
* This method relies on {@link #updateCollections} being called after the tree is populated/changed.
|
|
7053
7369
|
*
|
|
7370
|
+
*
|
|
7054
7371
|
* @returns Returns `this` for method chaining.
|
|
7055
7372
|
*/
|
|
7056
7373
|
scrollIntoView(
|
|
@@ -7062,6 +7379,7 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
7062
7379
|
/**
|
|
7063
7380
|
* Sets the data columns for the tree.
|
|
7064
7381
|
*
|
|
7382
|
+
*
|
|
7065
7383
|
* @returns Returns `this` for method chaining.
|
|
7066
7384
|
*/
|
|
7067
7385
|
setDataColumns(
|
|
@@ -7075,6 +7393,7 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
7075
7393
|
*
|
|
7076
7394
|
* This method relies on {@link #updateCollections} being called after the tree is populated/changed.
|
|
7077
7395
|
*
|
|
7396
|
+
*
|
|
7078
7397
|
* @returns A reference to `this` for method chaining.
|
|
7079
7398
|
*/
|
|
7080
7399
|
setExpanded(
|
|
@@ -7090,6 +7409,7 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
7090
7409
|
/**
|
|
7091
7410
|
* Sets the fixed columns for the tree.
|
|
7092
7411
|
*
|
|
7412
|
+
*
|
|
7093
7413
|
* @returns Returns `this` for method chaining.
|
|
7094
7414
|
*/
|
|
7095
7415
|
setFixedColumns(
|
|
@@ -7101,6 +7421,7 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
7101
7421
|
/**
|
|
7102
7422
|
* Sets the `highlightColor` property of some tree items.
|
|
7103
7423
|
*
|
|
7424
|
+
*
|
|
7104
7425
|
* @returns `this` to allow method chaining.
|
|
7105
7426
|
*/
|
|
7106
7427
|
setHighlightColor(
|
|
@@ -7132,6 +7453,7 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
7132
7453
|
/**
|
|
7133
7454
|
* Sets the `opacity` property of some tree items.
|
|
7134
7455
|
*
|
|
7456
|
+
*
|
|
7135
7457
|
* @returns `this` to allow method chaining.
|
|
7136
7458
|
*/
|
|
7137
7459
|
setOpacity(
|
|
@@ -7163,6 +7485,7 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
7163
7485
|
/**
|
|
7164
7486
|
* Sets the root tree items.
|
|
7165
7487
|
*
|
|
7488
|
+
*
|
|
7166
7489
|
* @returns Returns `this` for method chaining.
|
|
7167
7490
|
*/
|
|
7168
7491
|
setRootItems(
|
|
@@ -7176,6 +7499,7 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
7176
7499
|
*
|
|
7177
7500
|
* This method relies on {@link #updateCollections} being called after the tree is populated/changed.
|
|
7178
7501
|
*
|
|
7502
|
+
*
|
|
7179
7503
|
* @returns Returns `this` for method chaining.
|
|
7180
7504
|
*/
|
|
7181
7505
|
setSelectedItems(
|
|
@@ -7197,6 +7521,7 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
7197
7521
|
*
|
|
7198
7522
|
* Default value is `"Single"`.
|
|
7199
7523
|
*
|
|
7524
|
+
*
|
|
7200
7525
|
* @returns Reference to `this` in order to allow method chaining
|
|
7201
7526
|
*/
|
|
7202
7527
|
setSelectionMode(
|
|
@@ -7208,6 +7533,7 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
7208
7533
|
/**
|
|
7209
7534
|
* Sets the `visibility` property of some tree items.
|
|
7210
7535
|
*
|
|
7536
|
+
*
|
|
7211
7537
|
* @returns `this` to allow method chaining.
|
|
7212
7538
|
*/
|
|
7213
7539
|
setVisibility(
|
|
@@ -7240,6 +7566,7 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
7240
7566
|
* Recursively traverses a tree branch calling a function on each item (including the tree item that is
|
|
7241
7567
|
* the root of the branch).
|
|
7242
7568
|
*
|
|
7569
|
+
*
|
|
7243
7570
|
* @returns `this` to allow method chaining.
|
|
7244
7571
|
*/
|
|
7245
7572
|
traverseBranch(
|
|
@@ -7262,6 +7589,7 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
7262
7589
|
/**
|
|
7263
7590
|
* Recursively traverses the tree calling a function on each item.
|
|
7264
7591
|
*
|
|
7592
|
+
*
|
|
7265
7593
|
* @returns `this` to allow method chaining.
|
|
7266
7594
|
*/
|
|
7267
7595
|
traverseTree(
|
|
@@ -7302,6 +7630,7 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
7302
7630
|
* to the sceneNodeIds properties of the tree items, {@link #updateTreeItemsBySceneNodeId} can
|
|
7303
7631
|
* be used instead of {@link #updateCollections}.
|
|
7304
7632
|
*
|
|
7633
|
+
*
|
|
7305
7634
|
* @returns Returns `this` for method chaining.
|
|
7306
7635
|
*/
|
|
7307
7636
|
updateCollections(
|
|
@@ -7318,6 +7647,7 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
7318
7647
|
*
|
|
7319
7648
|
* The application should call this whenever changes are made to the tree model.
|
|
7320
7649
|
*
|
|
7650
|
+
*
|
|
7321
7651
|
* @returns Returns `this` for method chaining.
|
|
7322
7652
|
*/
|
|
7323
7653
|
updateModel(
|
|
@@ -7335,12 +7665,14 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
7335
7665
|
* This is useful when the only changes to the tree since the last call to {@link #updateCollections} are
|
|
7336
7666
|
* changes to the sceneNodeIds properties of the tree items.
|
|
7337
7667
|
*
|
|
7668
|
+
*
|
|
7338
7669
|
* @returns Returns `this` for method chaining.
|
|
7339
7670
|
*/
|
|
7340
7671
|
updateTreeItemsBySceneNodeId(): Tree;
|
|
7341
7672
|
/**
|
|
7342
7673
|
* Validates the tree. If errors are found they are written to the console log and an exception is thrown.
|
|
7343
7674
|
*
|
|
7675
|
+
*
|
|
7344
7676
|
* @returns `this` for method chaining.
|
|
7345
7677
|
*/
|
|
7346
7678
|
validateTree(): Tree;
|
|
@@ -7649,9 +7981,9 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
7649
7981
|
|
|
7650
7982
|
declare module "sap/ui/vtm/TreeItemType" {
|
|
7651
7983
|
/**
|
|
7652
|
-
* @experimental (since 1.50.0) - This type is experimental and might be modified or removed in future versions.
|
|
7653
|
-
*
|
|
7654
7984
|
* Enumeration specifying the type(s) of tree item to match during tree traversal.
|
|
7985
|
+
*
|
|
7986
|
+
* @experimental (since 1.50.0) - This type is experimental and might be modified or removed in future versions.
|
|
7655
7987
|
*/
|
|
7656
7988
|
enum TreeItemType {
|
|
7657
7989
|
/**
|
|
@@ -7681,10 +8013,10 @@ declare module "sap/ui/vtm/TreeItemUtilities" {
|
|
|
7681
8013
|
import Message from "sap/ui/core/Message";
|
|
7682
8014
|
|
|
7683
8015
|
/**
|
|
8016
|
+
* A set of utility functions for working with tree items for {@link sap.ui.vtm.Tree} controls.
|
|
8017
|
+
*
|
|
7684
8018
|
* @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
|
|
7685
8019
|
* versions.
|
|
7686
|
-
*
|
|
7687
|
-
* A set of utility functions for working with tree items for {@link sap.ui.vtm.Tree} controls.
|
|
7688
8020
|
*/
|
|
7689
8021
|
interface TreeItemUtilities {
|
|
7690
8022
|
/**
|
|
@@ -7758,6 +8090,7 @@ declare module "sap/ui/vtm/TreeItemUtilities" {
|
|
|
7758
8090
|
* Calculates the absolute matrix that should be applied to a tree item given its relative matrix and the
|
|
7759
8091
|
* absolute matrix of its parent.
|
|
7760
8092
|
*
|
|
8093
|
+
*
|
|
7761
8094
|
* @returns The calculated absolute matrix.
|
|
7762
8095
|
*/
|
|
7763
8096
|
calculateAbsoluteMatrix(
|
|
@@ -7774,6 +8107,7 @@ declare module "sap/ui/vtm/TreeItemUtilities" {
|
|
|
7774
8107
|
* Calculates the relative matrix that should be applied to a tree item given its absolute matrix and the
|
|
7775
8108
|
* absolute matrix of its parent.
|
|
7776
8109
|
*
|
|
8110
|
+
*
|
|
7777
8111
|
* @returns The calculated relative matrix.
|
|
7778
8112
|
*/
|
|
7779
8113
|
calculateRelativeMatrix(
|
|
@@ -7789,6 +8123,7 @@ declare module "sap/ui/vtm/TreeItemUtilities" {
|
|
|
7789
8123
|
/**
|
|
7790
8124
|
* Returns a cloned copy of the appData on the passed tree item.
|
|
7791
8125
|
*
|
|
8126
|
+
*
|
|
7792
8127
|
* @returns A cloned copy of the appData on the passed tree item.
|
|
7793
8128
|
*/
|
|
7794
8129
|
cloneAppData(
|
|
@@ -7800,6 +8135,7 @@ declare module "sap/ui/vtm/TreeItemUtilities" {
|
|
|
7800
8135
|
/**
|
|
7801
8136
|
* Returns a cloned copy of the identifiers on the passed tree item.
|
|
7802
8137
|
*
|
|
8138
|
+
*
|
|
7803
8139
|
* @returns A cloned copy of the metadata on the passed tree item.
|
|
7804
8140
|
*/
|
|
7805
8141
|
cloneIdentifiers(
|
|
@@ -7811,6 +8147,7 @@ declare module "sap/ui/vtm/TreeItemUtilities" {
|
|
|
7811
8147
|
/**
|
|
7812
8148
|
* Returns a cloned copy of the metadata on the passed tree item.
|
|
7813
8149
|
*
|
|
8150
|
+
*
|
|
7814
8151
|
* @returns A cloned copy of the metadata on the passed tree item.
|
|
7815
8152
|
*/
|
|
7816
8153
|
cloneMetadata(
|
|
@@ -7837,6 +8174,7 @@ declare module "sap/ui/vtm/TreeItemUtilities" {
|
|
|
7837
8174
|
/**
|
|
7838
8175
|
* Gets the application data field descriptors for a given tree item.
|
|
7839
8176
|
*
|
|
8177
|
+
*
|
|
7840
8178
|
* @returns The application data field descriptors for the given tree item.
|
|
7841
8179
|
*/
|
|
7842
8180
|
getAppDataDescriptors(
|
|
@@ -7848,6 +8186,7 @@ declare module "sap/ui/vtm/TreeItemUtilities" {
|
|
|
7848
8186
|
/**
|
|
7849
8187
|
* Gets the application data values associated with a particular descriptor for a tree item.
|
|
7850
8188
|
*
|
|
8189
|
+
*
|
|
7851
8190
|
* @returns The application data values.
|
|
7852
8191
|
*/
|
|
7853
8192
|
getAppDataValues(
|
|
@@ -7863,6 +8202,7 @@ declare module "sap/ui/vtm/TreeItemUtilities" {
|
|
|
7863
8202
|
/**
|
|
7864
8203
|
* Gets the children of a tree item from the `includedChildren` and/or `excludedChildren` collections.
|
|
7865
8204
|
*
|
|
8205
|
+
*
|
|
7866
8206
|
* @returns The children of the tree item of the given type.
|
|
7867
8207
|
*/
|
|
7868
8208
|
getChildren(
|
|
@@ -7887,6 +8227,7 @@ declare module "sap/ui/vtm/TreeItemUtilities" {
|
|
|
7887
8227
|
/**
|
|
7888
8228
|
* Gets the excluded children of a tree item.
|
|
7889
8229
|
*
|
|
8230
|
+
*
|
|
7890
8231
|
* @returns The excluded children of the tree item.
|
|
7891
8232
|
*/
|
|
7892
8233
|
getExcludedChildren(
|
|
@@ -7898,6 +8239,7 @@ declare module "sap/ui/vtm/TreeItemUtilities" {
|
|
|
7898
8239
|
/**
|
|
7899
8240
|
* Gets the identifier descriptors for a given tree item.
|
|
7900
8241
|
*
|
|
8242
|
+
*
|
|
7901
8243
|
* @returns The identifier descriptors for the given tree item.
|
|
7902
8244
|
*/
|
|
7903
8245
|
getIdentifierDescriptors(
|
|
@@ -7909,6 +8251,7 @@ declare module "sap/ui/vtm/TreeItemUtilities" {
|
|
|
7909
8251
|
/**
|
|
7910
8252
|
* Gets the identifier values associated with a particular descriptor for a tree item.
|
|
7911
8253
|
*
|
|
8254
|
+
*
|
|
7912
8255
|
* @returns The identifier values.
|
|
7913
8256
|
*/
|
|
7914
8257
|
getIdentifierValues(
|
|
@@ -7924,6 +8267,7 @@ declare module "sap/ui/vtm/TreeItemUtilities" {
|
|
|
7924
8267
|
/**
|
|
7925
8268
|
* Gets the included children of a tree item.
|
|
7926
8269
|
*
|
|
8270
|
+
*
|
|
7927
8271
|
* @returns The included children of the tree item.
|
|
7928
8272
|
*/
|
|
7929
8273
|
getIncludedChildren(
|
|
@@ -7935,6 +8279,7 @@ declare module "sap/ui/vtm/TreeItemUtilities" {
|
|
|
7935
8279
|
/**
|
|
7936
8280
|
* Gets the messages stored on a tree item.
|
|
7937
8281
|
*
|
|
8282
|
+
*
|
|
7938
8283
|
* @returns The tree item messages.
|
|
7939
8284
|
*/
|
|
7940
8285
|
getMessages(
|
|
@@ -7946,6 +8291,7 @@ declare module "sap/ui/vtm/TreeItemUtilities" {
|
|
|
7946
8291
|
/**
|
|
7947
8292
|
* Gets the metadata field descriptors for a given tree item.
|
|
7948
8293
|
*
|
|
8294
|
+
*
|
|
7949
8295
|
* @returns The metadata field descriptors for the given tree item.
|
|
7950
8296
|
*/
|
|
7951
8297
|
getMetadataDescriptors(
|
|
@@ -7957,6 +8303,7 @@ declare module "sap/ui/vtm/TreeItemUtilities" {
|
|
|
7957
8303
|
/**
|
|
7958
8304
|
* Gets the metadata values associated with a particular descriptor for a tree item.
|
|
7959
8305
|
*
|
|
8306
|
+
*
|
|
7960
8307
|
* @returns The metadata values.
|
|
7961
8308
|
*/
|
|
7962
8309
|
getMetadataValues(
|
|
@@ -7972,6 +8319,7 @@ declare module "sap/ui/vtm/TreeItemUtilities" {
|
|
|
7972
8319
|
/**
|
|
7973
8320
|
* Gets the IDs of the scene nodes associated with a tree item as an array of strings.
|
|
7974
8321
|
*
|
|
8322
|
+
*
|
|
7975
8323
|
* @returns The scene node IDs for the tree item.
|
|
7976
8324
|
*/
|
|
7977
8325
|
getSceneNodeIds(
|
|
@@ -7983,6 +8331,7 @@ declare module "sap/ui/vtm/TreeItemUtilities" {
|
|
|
7983
8331
|
/**
|
|
7984
8332
|
* Gets whether a tree item has items in the `includedChildren` and/or `excludedChildren` collections.
|
|
7985
8333
|
*
|
|
8334
|
+
*
|
|
7986
8335
|
* @returns Whether the tree item has children of the given type.
|
|
7987
8336
|
*/
|
|
7988
8337
|
hasChildren(
|
|
@@ -8008,6 +8357,7 @@ declare module "sap/ui/vtm/TreeItemUtilities" {
|
|
|
8008
8357
|
/**
|
|
8009
8358
|
* Gets whether a tree item has excluded children.
|
|
8010
8359
|
*
|
|
8360
|
+
*
|
|
8011
8361
|
* @returns The excluded children of the tree item.
|
|
8012
8362
|
*/
|
|
8013
8363
|
hasExcludedChildren(
|
|
@@ -8019,6 +8369,7 @@ declare module "sap/ui/vtm/TreeItemUtilities" {
|
|
|
8019
8369
|
/**
|
|
8020
8370
|
* Gets whether a tree item has included children.
|
|
8021
8371
|
*
|
|
8372
|
+
*
|
|
8022
8373
|
* @returns The included children of the tree item.
|
|
8023
8374
|
*/
|
|
8024
8375
|
hasIncludedChildren(
|
|
@@ -8030,6 +8381,7 @@ declare module "sap/ui/vtm/TreeItemUtilities" {
|
|
|
8030
8381
|
/**
|
|
8031
8382
|
* Returns whether the tree item has a `visibility` value.
|
|
8032
8383
|
*
|
|
8384
|
+
*
|
|
8033
8385
|
* @returns Whether the tree item has a `visibility` value.
|
|
8034
8386
|
*/
|
|
8035
8387
|
hasVisibility(
|
|
@@ -8056,6 +8408,7 @@ declare module "sap/ui/vtm/TreeItemUtilities" {
|
|
|
8056
8408
|
/**
|
|
8057
8409
|
* Applies a mapping function to each tree item in a branch of a tree to create a new tree branch.
|
|
8058
8410
|
*
|
|
8411
|
+
*
|
|
8059
8412
|
* @returns The mapped tree branch.
|
|
8060
8413
|
*/
|
|
8061
8414
|
mapBranch(
|
|
@@ -8071,6 +8424,7 @@ declare module "sap/ui/vtm/TreeItemUtilities" {
|
|
|
8071
8424
|
/**
|
|
8072
8425
|
* Applies a mapping function to each tree item in a tree to create a new tree.
|
|
8073
8426
|
*
|
|
8427
|
+
*
|
|
8074
8428
|
* @returns The root tree items of the mapped tree.
|
|
8075
8429
|
*/
|
|
8076
8430
|
mapTree(
|
|
@@ -8087,6 +8441,7 @@ declare module "sap/ui/vtm/TreeItemUtilities" {
|
|
|
8087
8441
|
* Removes a child tree item from the `includedChildren` and/or `excludedChildren` collection of its parent
|
|
8088
8442
|
* tree item.
|
|
8089
8443
|
*
|
|
8444
|
+
*
|
|
8090
8445
|
* @returns Returns the deleted item or undefined if no item was removed.
|
|
8091
8446
|
*/
|
|
8092
8447
|
removeChild(
|
|
@@ -8117,6 +8472,7 @@ declare module "sap/ui/vtm/TreeItemUtilities" {
|
|
|
8117
8472
|
/**
|
|
8118
8473
|
* Removes a child tree item from the `excludedChildren` collection of its parent tree item.
|
|
8119
8474
|
*
|
|
8475
|
+
*
|
|
8120
8476
|
* @returns Returns the deleted item or undefined if no item was removed.
|
|
8121
8477
|
*/
|
|
8122
8478
|
removeExcludedChild(
|
|
@@ -8132,6 +8488,7 @@ declare module "sap/ui/vtm/TreeItemUtilities" {
|
|
|
8132
8488
|
/**
|
|
8133
8489
|
* Removes a child tree item from the `includedChildren` collection of its parent tree item.
|
|
8134
8490
|
*
|
|
8491
|
+
*
|
|
8135
8492
|
* @returns Returns the deleted item or undefined if no item was removed.
|
|
8136
8493
|
*/
|
|
8137
8494
|
removeIncludedChild(
|
|
@@ -8147,6 +8504,7 @@ declare module "sap/ui/vtm/TreeItemUtilities" {
|
|
|
8147
8504
|
/**
|
|
8148
8505
|
* Removes a root item from the tree.
|
|
8149
8506
|
*
|
|
8507
|
+
*
|
|
8150
8508
|
* @returns Returns the deleted item or undefined if no item was removed.
|
|
8151
8509
|
*/
|
|
8152
8510
|
removeRoot(
|
|
@@ -8359,6 +8717,7 @@ declare module "sap/ui/vtm/TreeItemUtilities" {
|
|
|
8359
8717
|
/**
|
|
8360
8718
|
* Validates a tree and returns a set of error messages.
|
|
8361
8719
|
*
|
|
8720
|
+
*
|
|
8362
8721
|
* @returns The set of validation errors for the tree item.
|
|
8363
8722
|
*/
|
|
8364
8723
|
validateTree(
|
|
@@ -8370,6 +8729,7 @@ declare module "sap/ui/vtm/TreeItemUtilities" {
|
|
|
8370
8729
|
/**
|
|
8371
8730
|
* Validates a tree item and returns a set of error messages.
|
|
8372
8731
|
*
|
|
8732
|
+
*
|
|
8373
8733
|
* @returns The set of validation errors for the tree item.
|
|
8374
8734
|
*/
|
|
8375
8735
|
validateTreeItem(
|
|
@@ -8393,10 +8753,10 @@ declare module "sap/ui/vtm/Viewable" {
|
|
|
8393
8753
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
8394
8754
|
|
|
8395
8755
|
/**
|
|
8756
|
+
* A viewable containing 3D content that can be loaded into a {@link sap.ui.vtm.Scene}.
|
|
8757
|
+
*
|
|
8396
8758
|
* @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
|
|
8397
8759
|
* versions.
|
|
8398
|
-
*
|
|
8399
|
-
* A viewable containing 3D content that can be loaded into a {@link sap.ui.vtm.Scene}.
|
|
8400
8760
|
*/
|
|
8401
8761
|
export default class Viewable extends UI5Element {
|
|
8402
8762
|
/**
|
|
@@ -8423,6 +8783,7 @@ declare module "sap/ui/vtm/Viewable" {
|
|
|
8423
8783
|
*
|
|
8424
8784
|
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Element.extend}.
|
|
8425
8785
|
*
|
|
8786
|
+
*
|
|
8426
8787
|
* @returns Created class / constructor function
|
|
8427
8788
|
*/
|
|
8428
8789
|
static extend<T extends Record<string, unknown>>(
|
|
@@ -8443,6 +8804,7 @@ declare module "sap/ui/vtm/Viewable" {
|
|
|
8443
8804
|
/**
|
|
8444
8805
|
* Returns a metadata object for class sap.ui.vtm.Viewable.
|
|
8445
8806
|
*
|
|
8807
|
+
*
|
|
8446
8808
|
* @returns Metadata object describing this class
|
|
8447
8809
|
*/
|
|
8448
8810
|
static getMetadata(): ElementMetadata;
|
|
@@ -8451,6 +8813,7 @@ declare module "sap/ui/vtm/Viewable" {
|
|
|
8451
8813
|
*
|
|
8452
8814
|
* The name for this Viewable.
|
|
8453
8815
|
*
|
|
8816
|
+
*
|
|
8454
8817
|
* @returns Value of property `name`
|
|
8455
8818
|
*/
|
|
8456
8819
|
getName(): string;
|
|
@@ -8460,6 +8823,7 @@ declare module "sap/ui/vtm/Viewable" {
|
|
|
8460
8823
|
* The relative transformation matrix to apply to the scene node created to wrap the contents of the loaded
|
|
8461
8824
|
* viewable.
|
|
8462
8825
|
*
|
|
8826
|
+
*
|
|
8463
8827
|
* @returns Value of property `relativeMatrix`
|
|
8464
8828
|
*/
|
|
8465
8829
|
getRelativeMatrix(): Matrix;
|
|
@@ -8468,6 +8832,7 @@ declare module "sap/ui/vtm/Viewable" {
|
|
|
8468
8832
|
*
|
|
8469
8833
|
* The root scene node IDs for this viewable.
|
|
8470
8834
|
*
|
|
8835
|
+
*
|
|
8471
8836
|
* @returns Value of property `rootNodeIds`
|
|
8472
8837
|
*/
|
|
8473
8838
|
getRootNodeIds(): string[];
|
|
@@ -8476,12 +8841,14 @@ declare module "sap/ui/vtm/Viewable" {
|
|
|
8476
8841
|
*
|
|
8477
8842
|
* The source URL (string) or File for this Viewable.
|
|
8478
8843
|
*
|
|
8844
|
+
*
|
|
8479
8845
|
* @returns Value of property `source`
|
|
8480
8846
|
*/
|
|
8481
8847
|
getSource(): any;
|
|
8482
8848
|
/**
|
|
8483
8849
|
* Gets the unique ID that identifies this Viewable. This is an alias for {@link #getId}
|
|
8484
8850
|
*
|
|
8851
|
+
*
|
|
8485
8852
|
* @returns The unique ID that identifies this Viewable.
|
|
8486
8853
|
*/
|
|
8487
8854
|
getSourceId(): string;
|
|
@@ -8489,12 +8856,14 @@ declare module "sap/ui/vtm/Viewable" {
|
|
|
8489
8856
|
* Returns a string representation of the source. If the source is a {@link File} this returns the file
|
|
8490
8857
|
* name (which is not guaranteed to uniquely identify the file).
|
|
8491
8858
|
*
|
|
8859
|
+
*
|
|
8492
8860
|
* @returns A string representation of the source.
|
|
8493
8861
|
*/
|
|
8494
8862
|
getSourceString(): string;
|
|
8495
8863
|
/**
|
|
8496
8864
|
* Sets the name for this Viewable.
|
|
8497
8865
|
*
|
|
8866
|
+
*
|
|
8498
8867
|
* @returns `this` for method chaining.
|
|
8499
8868
|
*/
|
|
8500
8869
|
setName(
|
|
@@ -8511,6 +8880,7 @@ declare module "sap/ui/vtm/Viewable" {
|
|
|
8511
8880
|
*
|
|
8512
8881
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
8513
8882
|
*
|
|
8883
|
+
*
|
|
8514
8884
|
* @returns Reference to `this` in order to allow method chaining
|
|
8515
8885
|
*/
|
|
8516
8886
|
setRelativeMatrix(
|
|
@@ -8526,6 +8896,7 @@ declare module "sap/ui/vtm/Viewable" {
|
|
|
8526
8896
|
*
|
|
8527
8897
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
8528
8898
|
*
|
|
8899
|
+
*
|
|
8529
8900
|
* @returns Reference to `this` in order to allow method chaining
|
|
8530
8901
|
*/
|
|
8531
8902
|
setRootNodeIds(
|
|
@@ -8537,6 +8908,7 @@ declare module "sap/ui/vtm/Viewable" {
|
|
|
8537
8908
|
/**
|
|
8538
8909
|
* Sets the source URL or File for this Viewable.
|
|
8539
8910
|
*
|
|
8911
|
+
*
|
|
8540
8912
|
* @returns `this` for method chaining.
|
|
8541
8913
|
*/
|
|
8542
8914
|
setSource(
|
|
@@ -8581,15 +8953,15 @@ declare module "sap/ui/vtm/ViewableLoadInfo" {
|
|
|
8581
8953
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
8582
8954
|
|
|
8583
8955
|
/**
|
|
8584
|
-
* @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
|
|
8585
|
-
* versions.
|
|
8586
|
-
*
|
|
8587
8956
|
* Contains information about the result of an attempt to download/load a viewable.
|
|
8588
8957
|
*
|
|
8589
8958
|
* The {@link sap.ui.vtm.Scene.downloadCompleted} and {@link sap.ui.vtm.Scene.loadCompleted} events have
|
|
8590
8959
|
* a `results` parameter that is passed an array of {@link sap.ui.vtm.ViewableLoadInfo} objects. {@link sap.ui.vtm.Scene#getViewableLoadInfos }
|
|
8591
8960
|
* also returns a array of {@link sap.ui.vtm.ViewableLoadInfo} objects for all viewables that have been
|
|
8592
8961
|
* passed into calls to {@link sap.ui.vtm.Scene#loadViewablesAsync}.
|
|
8962
|
+
*
|
|
8963
|
+
* @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
|
|
8964
|
+
* versions.
|
|
8593
8965
|
*/
|
|
8594
8966
|
export default class ViewableLoadInfo extends UI5Element {
|
|
8595
8967
|
/**
|
|
@@ -8607,6 +8979,7 @@ declare module "sap/ui/vtm/ViewableLoadInfo" {
|
|
|
8607
8979
|
*
|
|
8608
8980
|
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Element.extend}.
|
|
8609
8981
|
*
|
|
8982
|
+
*
|
|
8610
8983
|
* @returns Created class / constructor function
|
|
8611
8984
|
*/
|
|
8612
8985
|
static extend<T extends Record<string, unknown>>(
|
|
@@ -8627,6 +9000,7 @@ declare module "sap/ui/vtm/ViewableLoadInfo" {
|
|
|
8627
9000
|
/**
|
|
8628
9001
|
* Returns a metadata object for class sap.ui.vtm.ViewableLoadInfo.
|
|
8629
9002
|
*
|
|
9003
|
+
*
|
|
8630
9004
|
* @returns Metadata object describing this class
|
|
8631
9005
|
*/
|
|
8632
9006
|
static getMetadata(): ElementMetadata;
|
|
@@ -8637,6 +9011,7 @@ declare module "sap/ui/vtm/ViewableLoadInfo" {
|
|
|
8637
9011
|
*
|
|
8638
9012
|
* Use when {@link #getSucceeded} returns false.
|
|
8639
9013
|
*
|
|
9014
|
+
*
|
|
8640
9015
|
* @returns Value of property `errorCode`
|
|
8641
9016
|
*/
|
|
8642
9017
|
getErrorCode(): string;
|
|
@@ -8646,6 +9021,7 @@ declare module "sap/ui/vtm/ViewableLoadInfo" {
|
|
|
8646
9021
|
* The error text describing why the Viewable failed to load. This is an untranslated technical message.
|
|
8647
9022
|
* Use when {@link #getSucceeded} returns false.
|
|
8648
9023
|
*
|
|
9024
|
+
*
|
|
8649
9025
|
* @returns Value of property `errorText`
|
|
8650
9026
|
*/
|
|
8651
9027
|
getErrorText(): string;
|
|
@@ -8655,6 +9031,7 @@ declare module "sap/ui/vtm/ViewableLoadInfo" {
|
|
|
8655
9031
|
* The download/load status of the {@link sap.ui.vtm.Viewable} this {@link sap.ui.vtm.ViewableLoadInfo }
|
|
8656
9032
|
* relates to.
|
|
8657
9033
|
*
|
|
9034
|
+
*
|
|
8658
9035
|
* @returns Value of property `status`
|
|
8659
9036
|
*/
|
|
8660
9037
|
getStatus(): ViewableLoadStatus | keyof typeof ViewableLoadStatus;
|
|
@@ -8663,6 +9040,7 @@ declare module "sap/ui/vtm/ViewableLoadInfo" {
|
|
|
8663
9040
|
*
|
|
8664
9041
|
* The {@link sap.ui.vtm.Viewable} this {@link sap.ui.vtm.ViewableLoadInfo} relates to.
|
|
8665
9042
|
*
|
|
9043
|
+
*
|
|
8666
9044
|
* @returns Value of property `viewable`
|
|
8667
9045
|
*/
|
|
8668
9046
|
getViewable(): object;
|
|
@@ -8675,6 +9053,7 @@ declare module "sap/ui/vtm/ViewableLoadInfo" {
|
|
|
8675
9053
|
*
|
|
8676
9054
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
8677
9055
|
*
|
|
9056
|
+
*
|
|
8678
9057
|
* @returns Reference to `this` in order to allow method chaining
|
|
8679
9058
|
*/
|
|
8680
9059
|
setErrorCode(
|
|
@@ -8691,6 +9070,7 @@ declare module "sap/ui/vtm/ViewableLoadInfo" {
|
|
|
8691
9070
|
*
|
|
8692
9071
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
8693
9072
|
*
|
|
9073
|
+
*
|
|
8694
9074
|
* @returns Reference to `this` in order to allow method chaining
|
|
8695
9075
|
*/
|
|
8696
9076
|
setErrorText(
|
|
@@ -8707,6 +9087,7 @@ declare module "sap/ui/vtm/ViewableLoadInfo" {
|
|
|
8707
9087
|
*
|
|
8708
9088
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
8709
9089
|
*
|
|
9090
|
+
*
|
|
8710
9091
|
* @returns Reference to `this` in order to allow method chaining
|
|
8711
9092
|
*/
|
|
8712
9093
|
setStatus(
|
|
@@ -8722,6 +9103,7 @@ declare module "sap/ui/vtm/ViewableLoadInfo" {
|
|
|
8722
9103
|
*
|
|
8723
9104
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
8724
9105
|
*
|
|
9106
|
+
*
|
|
8725
9107
|
* @returns Reference to `this` in order to allow method chaining
|
|
8726
9108
|
*/
|
|
8727
9109
|
setViewable(
|
|
@@ -8764,9 +9146,9 @@ declare module "sap/ui/vtm/ViewableLoadInfo" {
|
|
|
8764
9146
|
|
|
8765
9147
|
declare module "sap/ui/vtm/ViewableLoadStatus" {
|
|
8766
9148
|
/**
|
|
8767
|
-
* @experimental (since 1.50.0) - This type is experimental and might be modified or removed in future versions.
|
|
8768
|
-
*
|
|
8769
9149
|
* Enumeration specifying the download/load status of a {@link sap.ui.vtm.Viewable}.
|
|
9150
|
+
*
|
|
9151
|
+
* @experimental (since 1.50.0) - This type is experimental and might be modified or removed in future versions.
|
|
8770
9152
|
*/
|
|
8771
9153
|
enum ViewableLoadStatus {
|
|
8772
9154
|
/**
|
|
@@ -8817,10 +9199,10 @@ declare module "sap/ui/vtm/Viewport" {
|
|
|
8817
9199
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
8818
9200
|
|
|
8819
9201
|
/**
|
|
9202
|
+
* A control that contains a 3D viewport.
|
|
9203
|
+
*
|
|
8820
9204
|
* @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
|
|
8821
9205
|
* versions.
|
|
8822
|
-
*
|
|
8823
|
-
* A control that contains a 3D viewport.
|
|
8824
9206
|
*/
|
|
8825
9207
|
export default class Viewport extends Control {
|
|
8826
9208
|
/**
|
|
@@ -8839,6 +9221,7 @@ declare module "sap/ui/vtm/Viewport" {
|
|
|
8839
9221
|
*
|
|
8840
9222
|
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
|
|
8841
9223
|
*
|
|
9224
|
+
*
|
|
8842
9225
|
* @returns Created class / constructor function
|
|
8843
9226
|
*/
|
|
8844
9227
|
static extend<T extends Record<string, unknown>>(
|
|
@@ -8859,12 +9242,14 @@ declare module "sap/ui/vtm/Viewport" {
|
|
|
8859
9242
|
/**
|
|
8860
9243
|
* Returns a metadata object for class sap.ui.vtm.Viewport.
|
|
8861
9244
|
*
|
|
9245
|
+
*
|
|
8862
9246
|
* @returns Metadata object describing this class
|
|
8863
9247
|
*/
|
|
8864
9248
|
static getMetadata(): ElementMetadata;
|
|
8865
9249
|
/**
|
|
8866
9250
|
* Adds an override display group to the `overrideDisplayGroups` property.
|
|
8867
9251
|
*
|
|
9252
|
+
*
|
|
8868
9253
|
* @returns `this` for method chaining.
|
|
8869
9254
|
*/
|
|
8870
9255
|
addContextDisplayGroup(
|
|
@@ -8876,6 +9261,7 @@ declare module "sap/ui/vtm/Viewport" {
|
|
|
8876
9261
|
/**
|
|
8877
9262
|
* Adds some headerControl into the association {@link #getHeaderControls headerControls}.
|
|
8878
9263
|
*
|
|
9264
|
+
*
|
|
8879
9265
|
* @returns Reference to `this` in order to allow method chaining
|
|
8880
9266
|
*/
|
|
8881
9267
|
addHeaderControl(
|
|
@@ -8887,6 +9273,7 @@ declare module "sap/ui/vtm/Viewport" {
|
|
|
8887
9273
|
/**
|
|
8888
9274
|
* Adds an override display group to the `overrideDisplayGroups` property.
|
|
8889
9275
|
*
|
|
9276
|
+
*
|
|
8890
9277
|
* @returns `this` for method chaining.
|
|
8891
9278
|
*/
|
|
8892
9279
|
addOverrideDisplayGroup(
|
|
@@ -8903,6 +9290,7 @@ declare module "sap/ui/vtm/Viewport" {
|
|
|
8903
9290
|
*
|
|
8904
9291
|
* Raised when a gesture begins.
|
|
8905
9292
|
*
|
|
9293
|
+
*
|
|
8906
9294
|
* @returns Reference to `this` in order to allow method chaining
|
|
8907
9295
|
*/
|
|
8908
9296
|
attachBeginGesture(
|
|
@@ -8928,6 +9316,7 @@ declare module "sap/ui/vtm/Viewport" {
|
|
|
8928
9316
|
*
|
|
8929
9317
|
* Raised when a gesture begins.
|
|
8930
9318
|
*
|
|
9319
|
+
*
|
|
8931
9320
|
* @returns Reference to `this` in order to allow method chaining
|
|
8932
9321
|
*/
|
|
8933
9322
|
attachBeginGesture(
|
|
@@ -8948,6 +9337,7 @@ declare module "sap/ui/vtm/Viewport" {
|
|
|
8948
9337
|
*
|
|
8949
9338
|
* Raised when a gesture ends.
|
|
8950
9339
|
*
|
|
9340
|
+
*
|
|
8951
9341
|
* @returns Reference to `this` in order to allow method chaining
|
|
8952
9342
|
*/
|
|
8953
9343
|
attachEndGesture(
|
|
@@ -8973,6 +9363,7 @@ declare module "sap/ui/vtm/Viewport" {
|
|
|
8973
9363
|
*
|
|
8974
9364
|
* Raised when a gesture ends.
|
|
8975
9365
|
*
|
|
9366
|
+
*
|
|
8976
9367
|
* @returns Reference to `this` in order to allow method chaining
|
|
8977
9368
|
*/
|
|
8978
9369
|
attachEndGesture(
|
|
@@ -8993,6 +9384,7 @@ declare module "sap/ui/vtm/Viewport" {
|
|
|
8993
9384
|
*
|
|
8994
9385
|
* Raised on mouse move over viewport.
|
|
8995
9386
|
*
|
|
9387
|
+
*
|
|
8996
9388
|
* @returns Reference to `this` in order to allow method chaining
|
|
8997
9389
|
*/
|
|
8998
9390
|
attachHover(
|
|
@@ -9018,6 +9410,7 @@ declare module "sap/ui/vtm/Viewport" {
|
|
|
9018
9410
|
*
|
|
9019
9411
|
* Raised on mouse move over viewport.
|
|
9020
9412
|
*
|
|
9413
|
+
*
|
|
9021
9414
|
* @returns Reference to `this` in order to allow method chaining
|
|
9022
9415
|
*/
|
|
9023
9416
|
attachHover(
|
|
@@ -9038,6 +9431,7 @@ declare module "sap/ui/vtm/Viewport" {
|
|
|
9038
9431
|
*
|
|
9039
9432
|
* Raised when a node in the viewport is clicked.
|
|
9040
9433
|
*
|
|
9434
|
+
*
|
|
9041
9435
|
* @returns Reference to `this` in order to allow method chaining
|
|
9042
9436
|
*/
|
|
9043
9437
|
attachNodeClicked(
|
|
@@ -9063,6 +9457,7 @@ declare module "sap/ui/vtm/Viewport" {
|
|
|
9063
9457
|
*
|
|
9064
9458
|
* Raised when a node in the viewport is clicked.
|
|
9065
9459
|
*
|
|
9460
|
+
*
|
|
9066
9461
|
* @returns Reference to `this` in order to allow method chaining
|
|
9067
9462
|
*/
|
|
9068
9463
|
attachNodeClicked(
|
|
@@ -9085,6 +9480,7 @@ declare module "sap/ui/vtm/Viewport" {
|
|
|
9085
9480
|
* Raised when {@link sap.ui.vk.dvl.Viewport#refresh refresh} is called. This event can be used by code
|
|
9086
9481
|
* that is managing the viewport display state.
|
|
9087
9482
|
*
|
|
9483
|
+
*
|
|
9088
9484
|
* @returns Reference to `this` in order to allow method chaining
|
|
9089
9485
|
*/
|
|
9090
9486
|
attachRefreshRequested(
|
|
@@ -9112,6 +9508,7 @@ declare module "sap/ui/vtm/Viewport" {
|
|
|
9112
9508
|
* Raised when {@link sap.ui.vk.dvl.Viewport#refresh refresh} is called. This event can be used by code
|
|
9113
9509
|
* that is managing the viewport display state.
|
|
9114
9510
|
*
|
|
9511
|
+
*
|
|
9115
9512
|
* @returns Reference to `this` in order to allow method chaining
|
|
9116
9513
|
*/
|
|
9117
9514
|
attachRefreshRequested(
|
|
@@ -9133,6 +9530,7 @@ declare module "sap/ui/vtm/Viewport" {
|
|
|
9133
9530
|
*
|
|
9134
9531
|
* Raised when the selection is changed due to a click in the viewport (either on a node or in empty space).
|
|
9135
9532
|
*
|
|
9533
|
+
*
|
|
9136
9534
|
* @returns Reference to `this` in order to allow method chaining
|
|
9137
9535
|
*/
|
|
9138
9536
|
attachSelectionChanged(
|
|
@@ -9159,6 +9557,7 @@ declare module "sap/ui/vtm/Viewport" {
|
|
|
9159
9557
|
*
|
|
9160
9558
|
* Raised when the selection is changed due to a click in the viewport (either on a node or in empty space).
|
|
9161
9559
|
*
|
|
9560
|
+
*
|
|
9162
9561
|
* @returns Reference to `this` in order to allow method chaining
|
|
9163
9562
|
*/
|
|
9164
9563
|
attachSelectionChanged(
|
|
@@ -9179,6 +9578,7 @@ declare module "sap/ui/vtm/Viewport" {
|
|
|
9179
9578
|
*
|
|
9180
9579
|
* Raised when viewport's camera view changed.
|
|
9181
9580
|
*
|
|
9581
|
+
*
|
|
9182
9582
|
* @returns Reference to `this` in order to allow method chaining
|
|
9183
9583
|
*/
|
|
9184
9584
|
attachViewChanged(
|
|
@@ -9204,6 +9604,7 @@ declare module "sap/ui/vtm/Viewport" {
|
|
|
9204
9604
|
*
|
|
9205
9605
|
* Raised when viewport's camera view changed.
|
|
9206
9606
|
*
|
|
9607
|
+
*
|
|
9207
9608
|
* @returns Reference to `this` in order to allow method chaining
|
|
9208
9609
|
*/
|
|
9209
9610
|
attachViewChanged(
|
|
@@ -9225,6 +9626,7 @@ declare module "sap/ui/vtm/Viewport" {
|
|
|
9225
9626
|
*
|
|
9226
9627
|
* Raised when the visibility of scene nodes changed in the viewport.
|
|
9227
9628
|
*
|
|
9629
|
+
*
|
|
9228
9630
|
* @returns Reference to `this` in order to allow method chaining
|
|
9229
9631
|
*/
|
|
9230
9632
|
attachVisibilityChanged(
|
|
@@ -9251,6 +9653,7 @@ declare module "sap/ui/vtm/Viewport" {
|
|
|
9251
9653
|
*
|
|
9252
9654
|
* Raised when the visibility of scene nodes changed in the viewport.
|
|
9253
9655
|
*
|
|
9656
|
+
*
|
|
9254
9657
|
* @returns Reference to `this` in order to allow method chaining
|
|
9255
9658
|
*/
|
|
9256
9659
|
attachVisibilityChanged(
|
|
@@ -9268,6 +9671,7 @@ declare module "sap/ui/vtm/Viewport" {
|
|
|
9268
9671
|
*
|
|
9269
9672
|
* The passed function and listener object must match the ones used for event registration.
|
|
9270
9673
|
*
|
|
9674
|
+
*
|
|
9271
9675
|
* @returns Reference to `this` in order to allow method chaining
|
|
9272
9676
|
*/
|
|
9273
9677
|
detachBeginGesture(
|
|
@@ -9285,6 +9689,7 @@ declare module "sap/ui/vtm/Viewport" {
|
|
|
9285
9689
|
*
|
|
9286
9690
|
* The passed function and listener object must match the ones used for event registration.
|
|
9287
9691
|
*
|
|
9692
|
+
*
|
|
9288
9693
|
* @returns Reference to `this` in order to allow method chaining
|
|
9289
9694
|
*/
|
|
9290
9695
|
detachEndGesture(
|
|
@@ -9302,6 +9707,7 @@ declare module "sap/ui/vtm/Viewport" {
|
|
|
9302
9707
|
*
|
|
9303
9708
|
* The passed function and listener object must match the ones used for event registration.
|
|
9304
9709
|
*
|
|
9710
|
+
*
|
|
9305
9711
|
* @returns Reference to `this` in order to allow method chaining
|
|
9306
9712
|
*/
|
|
9307
9713
|
detachHover(
|
|
@@ -9319,6 +9725,7 @@ declare module "sap/ui/vtm/Viewport" {
|
|
|
9319
9725
|
*
|
|
9320
9726
|
* The passed function and listener object must match the ones used for event registration.
|
|
9321
9727
|
*
|
|
9728
|
+
*
|
|
9322
9729
|
* @returns Reference to `this` in order to allow method chaining
|
|
9323
9730
|
*/
|
|
9324
9731
|
detachNodeClicked(
|
|
@@ -9337,6 +9744,7 @@ declare module "sap/ui/vtm/Viewport" {
|
|
|
9337
9744
|
*
|
|
9338
9745
|
* The passed function and listener object must match the ones used for event registration.
|
|
9339
9746
|
*
|
|
9747
|
+
*
|
|
9340
9748
|
* @returns Reference to `this` in order to allow method chaining
|
|
9341
9749
|
*/
|
|
9342
9750
|
detachRefreshRequested(
|
|
@@ -9355,6 +9763,7 @@ declare module "sap/ui/vtm/Viewport" {
|
|
|
9355
9763
|
*
|
|
9356
9764
|
* The passed function and listener object must match the ones used for event registration.
|
|
9357
9765
|
*
|
|
9766
|
+
*
|
|
9358
9767
|
* @returns Reference to `this` in order to allow method chaining
|
|
9359
9768
|
*/
|
|
9360
9769
|
detachSelectionChanged(
|
|
@@ -9372,6 +9781,7 @@ declare module "sap/ui/vtm/Viewport" {
|
|
|
9372
9781
|
*
|
|
9373
9782
|
* The passed function and listener object must match the ones used for event registration.
|
|
9374
9783
|
*
|
|
9784
|
+
*
|
|
9375
9785
|
* @returns Reference to `this` in order to allow method chaining
|
|
9376
9786
|
*/
|
|
9377
9787
|
detachViewChanged(
|
|
@@ -9390,6 +9800,7 @@ declare module "sap/ui/vtm/Viewport" {
|
|
|
9390
9800
|
*
|
|
9391
9801
|
* The passed function and listener object must match the ones used for event registration.
|
|
9392
9802
|
*
|
|
9803
|
+
*
|
|
9393
9804
|
* @returns Reference to `this` in order to allow method chaining
|
|
9394
9805
|
*/
|
|
9395
9806
|
detachVisibilityChanged(
|
|
@@ -9403,10 +9814,10 @@ declare module "sap/ui/vtm/Viewport" {
|
|
|
9403
9814
|
oListener?: object
|
|
9404
9815
|
): this;
|
|
9405
9816
|
/**
|
|
9406
|
-
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
9407
|
-
*
|
|
9408
9817
|
* Fires event {@link #event:beginGesture beginGesture} to attached listeners.
|
|
9409
9818
|
*
|
|
9819
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
9820
|
+
*
|
|
9410
9821
|
* @returns Reference to `this` in order to allow method chaining
|
|
9411
9822
|
*/
|
|
9412
9823
|
fireBeginGesture(
|
|
@@ -9416,10 +9827,10 @@ declare module "sap/ui/vtm/Viewport" {
|
|
|
9416
9827
|
mParameters?: object
|
|
9417
9828
|
): this;
|
|
9418
9829
|
/**
|
|
9419
|
-
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
9420
|
-
*
|
|
9421
9830
|
* Fires event {@link #event:endGesture endGesture} to attached listeners.
|
|
9422
9831
|
*
|
|
9832
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
9833
|
+
*
|
|
9423
9834
|
* @returns Reference to `this` in order to allow method chaining
|
|
9424
9835
|
*/
|
|
9425
9836
|
fireEndGesture(
|
|
@@ -9429,10 +9840,10 @@ declare module "sap/ui/vtm/Viewport" {
|
|
|
9429
9840
|
mParameters?: object
|
|
9430
9841
|
): this;
|
|
9431
9842
|
/**
|
|
9432
|
-
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
9433
|
-
*
|
|
9434
9843
|
* Fires event {@link #event:hover hover} to attached listeners.
|
|
9435
9844
|
*
|
|
9845
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
9846
|
+
*
|
|
9436
9847
|
* @returns Reference to `this` in order to allow method chaining
|
|
9437
9848
|
*/
|
|
9438
9849
|
fireHover(
|
|
@@ -9442,10 +9853,10 @@ declare module "sap/ui/vtm/Viewport" {
|
|
|
9442
9853
|
mParameters?: Viewport$HoverEventParameters
|
|
9443
9854
|
): this;
|
|
9444
9855
|
/**
|
|
9445
|
-
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
9446
|
-
*
|
|
9447
9856
|
* Fires event {@link #event:nodeClicked nodeClicked} to attached listeners.
|
|
9448
9857
|
*
|
|
9858
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
9859
|
+
*
|
|
9449
9860
|
* @returns Reference to `this` in order to allow method chaining
|
|
9450
9861
|
*/
|
|
9451
9862
|
fireNodeClicked(
|
|
@@ -9455,10 +9866,10 @@ declare module "sap/ui/vtm/Viewport" {
|
|
|
9455
9866
|
mParameters?: object
|
|
9456
9867
|
): this;
|
|
9457
9868
|
/**
|
|
9458
|
-
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
9459
|
-
*
|
|
9460
9869
|
* Fires event {@link #event:refreshRequested refreshRequested} to attached listeners.
|
|
9461
9870
|
*
|
|
9871
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
9872
|
+
*
|
|
9462
9873
|
* @returns Reference to `this` in order to allow method chaining
|
|
9463
9874
|
*/
|
|
9464
9875
|
fireRefreshRequested(
|
|
@@ -9468,10 +9879,10 @@ declare module "sap/ui/vtm/Viewport" {
|
|
|
9468
9879
|
mParameters?: object
|
|
9469
9880
|
): this;
|
|
9470
9881
|
/**
|
|
9471
|
-
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
9472
|
-
*
|
|
9473
9882
|
* Fires event {@link #event:selectionChanged selectionChanged} to attached listeners.
|
|
9474
9883
|
*
|
|
9884
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
9885
|
+
*
|
|
9475
9886
|
* @returns Reference to `this` in order to allow method chaining
|
|
9476
9887
|
*/
|
|
9477
9888
|
fireSelectionChanged(
|
|
@@ -9481,10 +9892,10 @@ declare module "sap/ui/vtm/Viewport" {
|
|
|
9481
9892
|
mParameters?: Viewport$SelectionChangedEventParameters
|
|
9482
9893
|
): this;
|
|
9483
9894
|
/**
|
|
9484
|
-
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
9485
|
-
*
|
|
9486
9895
|
* Fires event {@link #event:viewChanged viewChanged} to attached listeners.
|
|
9487
9896
|
*
|
|
9897
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
9898
|
+
*
|
|
9488
9899
|
* @returns Reference to `this` in order to allow method chaining
|
|
9489
9900
|
*/
|
|
9490
9901
|
fireViewChanged(
|
|
@@ -9494,10 +9905,10 @@ declare module "sap/ui/vtm/Viewport" {
|
|
|
9494
9905
|
mParameters?: Viewport$ViewChangedEventParameters
|
|
9495
9906
|
): this;
|
|
9496
9907
|
/**
|
|
9497
|
-
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
9498
|
-
*
|
|
9499
9908
|
* Fires event {@link #event:visibilityChanged visibilityChanged} to attached listeners.
|
|
9500
9909
|
*
|
|
9910
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
9911
|
+
*
|
|
9501
9912
|
* @returns Reference to `this` in order to allow method chaining
|
|
9502
9913
|
*/
|
|
9503
9914
|
fireVisibilityChanged(
|
|
@@ -9513,6 +9924,7 @@ declare module "sap/ui/vtm/Viewport" {
|
|
|
9513
9924
|
*
|
|
9514
9925
|
* Default value is `"white"`.
|
|
9515
9926
|
*
|
|
9927
|
+
*
|
|
9516
9928
|
* @returns Value of property `backgroundGradientBottomColor`
|
|
9517
9929
|
*/
|
|
9518
9930
|
getBackgroundGradientBottomColor(): CSSColor;
|
|
@@ -9523,6 +9935,7 @@ declare module "sap/ui/vtm/Viewport" {
|
|
|
9523
9935
|
*
|
|
9524
9936
|
* Default value is `"black"`.
|
|
9525
9937
|
*
|
|
9938
|
+
*
|
|
9526
9939
|
* @returns Value of property `backgroundGradientTopColor`
|
|
9527
9940
|
*/
|
|
9528
9941
|
getBackgroundGradientTopColor(): CSSColor;
|
|
@@ -9532,6 +9945,7 @@ declare module "sap/ui/vtm/Viewport" {
|
|
|
9532
9945
|
* This value can then be passed to {@link sap.ui.vtm.Viewport#setCameraInfo setCameraInfo} to restore the
|
|
9533
9946
|
* camera position at a later point in time.
|
|
9534
9947
|
*
|
|
9948
|
+
*
|
|
9535
9949
|
* @returns An object containing the current camera information for this viewport.
|
|
9536
9950
|
*/
|
|
9537
9951
|
getCameraInfo(): object;
|
|
@@ -9547,6 +9961,7 @@ declare module "sap/ui/vtm/Viewport" {
|
|
|
9547
9961
|
*
|
|
9548
9962
|
* Default value is `[]`.
|
|
9549
9963
|
*
|
|
9964
|
+
*
|
|
9550
9965
|
* @returns Value of property `contextDisplayGroups`
|
|
9551
9966
|
*/
|
|
9552
9967
|
getContextDisplayGroups(): object[];
|
|
@@ -9557,6 +9972,7 @@ declare module "sap/ui/vtm/Viewport" {
|
|
|
9557
9972
|
/**
|
|
9558
9973
|
* Gets the highlight colors for a set of scene nodes in this viewport.
|
|
9559
9974
|
*
|
|
9975
|
+
*
|
|
9560
9976
|
* @returns The highlight colors for the relevant scene nodes. The
|
|
9561
9977
|
*/
|
|
9562
9978
|
getHighlightColor(
|
|
@@ -9568,6 +9984,7 @@ declare module "sap/ui/vtm/Viewport" {
|
|
|
9568
9984
|
/**
|
|
9569
9985
|
* Returns whether the {@link sap.ui.vtm.Viewport} has been initialized.
|
|
9570
9986
|
*
|
|
9987
|
+
*
|
|
9571
9988
|
* @returns Whether the {@link sap.ui.vtm.Viewport} has been initialized.
|
|
9572
9989
|
*/
|
|
9573
9990
|
getInitialized(): boolean;
|
|
@@ -9575,6 +9992,7 @@ declare module "sap/ui/vtm/Viewport" {
|
|
|
9575
9992
|
* Gets the opacity for a set of scene nodes in this viewport. Opacity is specified as a floating point
|
|
9576
9993
|
* value in the interval [0,1].
|
|
9577
9994
|
*
|
|
9995
|
+
*
|
|
9578
9996
|
* @returns The opacity states for the relevant scene nodes.
|
|
9579
9997
|
*/
|
|
9580
9998
|
getOpacity(
|
|
@@ -9596,24 +10014,28 @@ declare module "sap/ui/vtm/Viewport" {
|
|
|
9596
10014
|
*
|
|
9597
10015
|
* Default value is `[]`.
|
|
9598
10016
|
*
|
|
10017
|
+
*
|
|
9599
10018
|
* @returns Value of property `overrideDisplayGroups`
|
|
9600
10019
|
*/
|
|
9601
10020
|
getOverrideDisplayGroups(): object[];
|
|
9602
10021
|
/**
|
|
9603
10022
|
* Gets the panel this viewport belongs to.
|
|
9604
10023
|
*
|
|
10024
|
+
*
|
|
9605
10025
|
* @returns The panel this viewport belongs to.
|
|
9606
10026
|
*/
|
|
9607
10027
|
getPanel(): Panel;
|
|
9608
10028
|
/**
|
|
9609
10029
|
* Gets the {@link sap.ui.vtm.Scene} used by this {@link sap.ui.vtm.Viewport}.
|
|
9610
10030
|
*
|
|
10031
|
+
*
|
|
9611
10032
|
* @returns The sap.ui.vtm.Scene used by this Viewport.
|
|
9612
10033
|
*/
|
|
9613
10034
|
getScene(): Scene;
|
|
9614
10035
|
/**
|
|
9615
10036
|
* Gets the selection state for a set of scene nodes in this viewport.
|
|
9616
10037
|
*
|
|
10038
|
+
*
|
|
9617
10039
|
* @returns The selection states for the relevant scene nodes.
|
|
9618
10040
|
*/
|
|
9619
10041
|
getSelected(
|
|
@@ -9625,12 +10047,14 @@ declare module "sap/ui/vtm/Viewport" {
|
|
|
9625
10047
|
/**
|
|
9626
10048
|
* Gets the IDs of the scene nodes that are selected in this viewport.
|
|
9627
10049
|
*
|
|
10050
|
+
*
|
|
9628
10051
|
* @returns The IDs of the scene nodes that are selected in this viewport.
|
|
9629
10052
|
*/
|
|
9630
10053
|
getSelectedIds(): string[];
|
|
9631
10054
|
/**
|
|
9632
10055
|
* Gets the visibility state for a set of scene nodes in this viewport.
|
|
9633
10056
|
*
|
|
10057
|
+
*
|
|
9634
10058
|
* @returns The visibility states for the relevant scene nodes.
|
|
9635
10059
|
*/
|
|
9636
10060
|
getVisibility(
|
|
@@ -9642,18 +10066,21 @@ declare module "sap/ui/vtm/Viewport" {
|
|
|
9642
10066
|
/**
|
|
9643
10067
|
* Fires a `refreshRequested` event.
|
|
9644
10068
|
*
|
|
10069
|
+
*
|
|
9645
10070
|
* @returns `this` for method chaining.
|
|
9646
10071
|
*/
|
|
9647
10072
|
refresh(): Viewport;
|
|
9648
10073
|
/**
|
|
9649
10074
|
* Removes all the controls in the association named {@link #getHeaderControls headerControls}.
|
|
9650
10075
|
*
|
|
10076
|
+
*
|
|
9651
10077
|
* @returns An array of the removed elements (might be empty)
|
|
9652
10078
|
*/
|
|
9653
10079
|
removeAllHeaderControls(): ID[];
|
|
9654
10080
|
/**
|
|
9655
10081
|
* Removes an headerControl from the association named {@link #getHeaderControls headerControls}.
|
|
9656
10082
|
*
|
|
10083
|
+
*
|
|
9657
10084
|
* @returns The removed headerControl or `null`
|
|
9658
10085
|
*/
|
|
9659
10086
|
removeHeaderControl(
|
|
@@ -9671,6 +10098,7 @@ declare module "sap/ui/vtm/Viewport" {
|
|
|
9671
10098
|
*
|
|
9672
10099
|
* Default value is `"white"`.
|
|
9673
10100
|
*
|
|
10101
|
+
*
|
|
9674
10102
|
* @returns Reference to `this` in order to allow method chaining
|
|
9675
10103
|
*/
|
|
9676
10104
|
setBackgroundGradientBottomColor(
|
|
@@ -9688,6 +10116,7 @@ declare module "sap/ui/vtm/Viewport" {
|
|
|
9688
10116
|
*
|
|
9689
10117
|
* Default value is `"black"`.
|
|
9690
10118
|
*
|
|
10119
|
+
*
|
|
9691
10120
|
* @returns Reference to `this` in order to allow method chaining
|
|
9692
10121
|
*/
|
|
9693
10122
|
setBackgroundGradientTopColor(
|
|
@@ -9699,6 +10128,7 @@ declare module "sap/ui/vtm/Viewport" {
|
|
|
9699
10128
|
/**
|
|
9700
10129
|
* Updates the camera for this viewport.
|
|
9701
10130
|
*
|
|
10131
|
+
*
|
|
9702
10132
|
* @returns A reference to `this` to allow method chaining.
|
|
9703
10133
|
*/
|
|
9704
10134
|
setCameraInfo(
|
|
@@ -9725,6 +10155,7 @@ declare module "sap/ui/vtm/Viewport" {
|
|
|
9725
10155
|
*
|
|
9726
10156
|
* Default value is `[]`.
|
|
9727
10157
|
*
|
|
10158
|
+
*
|
|
9728
10159
|
* @returns Reference to `this` in order to allow method chaining
|
|
9729
10160
|
*/
|
|
9730
10161
|
setContextDisplayGroups(
|
|
@@ -9740,6 +10171,7 @@ declare module "sap/ui/vtm/Viewport" {
|
|
|
9740
10171
|
* is being used. In that case the extension implementing {@link sap.ui.vtm.interfaces.IDisplayStateCalculationExtension }
|
|
9741
10172
|
* should perform all management of scene node visibility in the viewports.
|
|
9742
10173
|
*
|
|
10174
|
+
*
|
|
9743
10175
|
* @returns `this` for method chaining.
|
|
9744
10176
|
*/
|
|
9745
10177
|
setHighlightColor(
|
|
@@ -9766,6 +10198,7 @@ declare module "sap/ui/vtm/Viewport" {
|
|
|
9766
10198
|
* is being used. In that case the extension implementing {@link sap.ui.vtm.interfaces.IDisplayStateCalculationExtension }
|
|
9767
10199
|
* should perform all management of scene node visibility in the viewports.
|
|
9768
10200
|
*
|
|
10201
|
+
*
|
|
9769
10202
|
* @returns `this` for method chaining.
|
|
9770
10203
|
*/
|
|
9771
10204
|
setOpacity(
|
|
@@ -9797,6 +10230,7 @@ declare module "sap/ui/vtm/Viewport" {
|
|
|
9797
10230
|
*
|
|
9798
10231
|
* Default value is `[]`.
|
|
9799
10232
|
*
|
|
10233
|
+
*
|
|
9800
10234
|
* @returns Reference to `this` in order to allow method chaining
|
|
9801
10235
|
*/
|
|
9802
10236
|
setOverrideDisplayGroups(
|
|
@@ -9808,6 +10242,7 @@ declare module "sap/ui/vtm/Viewport" {
|
|
|
9808
10242
|
/**
|
|
9809
10243
|
* Sets the view in the current viewport to one of the predefined views.
|
|
9810
10244
|
*
|
|
10245
|
+
*
|
|
9811
10246
|
* @returns `this` for method chaining.
|
|
9812
10247
|
*/
|
|
9813
10248
|
setPredefinedView(
|
|
@@ -9823,6 +10258,7 @@ declare module "sap/ui/vtm/Viewport" {
|
|
|
9823
10258
|
* is being used. In that case the extension implementing {@link sap.ui.vtm.interfaces.IViewportSelectionLinkingExtension }
|
|
9824
10259
|
* should perform all management of scene node selection in the viewports.
|
|
9825
10260
|
*
|
|
10261
|
+
*
|
|
9826
10262
|
* @returns `this` for method chaining.
|
|
9827
10263
|
*/
|
|
9828
10264
|
setSelected(
|
|
@@ -9846,6 +10282,7 @@ declare module "sap/ui/vtm/Viewport" {
|
|
|
9846
10282
|
* is being used. In that case the extension implementing {@link sap.ui.vtm.interfaces.IDisplayStateCalculationExtension }
|
|
9847
10283
|
* should perform all management of scene node visibility in the viewports.
|
|
9848
10284
|
*
|
|
10285
|
+
*
|
|
9849
10286
|
* @returns `this` for method chaining.
|
|
9850
10287
|
*/
|
|
9851
10288
|
setVisibility(
|
|
@@ -9865,6 +10302,7 @@ declare module "sap/ui/vtm/Viewport" {
|
|
|
9865
10302
|
/**
|
|
9866
10303
|
* Zooms to a view in the current viewport that can fit all geometry in the scene (visible or not).
|
|
9867
10304
|
*
|
|
10305
|
+
*
|
|
9868
10306
|
* @returns Returns `this` for method chaining.
|
|
9869
10307
|
*/
|
|
9870
10308
|
zoomToAll(
|
|
@@ -9877,6 +10315,7 @@ declare module "sap/ui/vtm/Viewport" {
|
|
|
9877
10315
|
* Calls {@link sap.ui.vtm.Viewport#zoomToSelected zoomToSelected} if any geometry is selected in this viewport,
|
|
9878
10316
|
* otherwise calls {@link sap.ui.vtm.Viewport#zoomToAll zoomToAll}.
|
|
9879
10317
|
*
|
|
10318
|
+
*
|
|
9880
10319
|
* @returns Returns `this` for method chaining.
|
|
9881
10320
|
*/
|
|
9882
10321
|
zoomToFit(
|
|
@@ -9889,6 +10328,7 @@ declare module "sap/ui/vtm/Viewport" {
|
|
|
9889
10328
|
* Zooms to the set of geometry that is selected in the current viewport. If no geometry is selected, no
|
|
9890
10329
|
* action is taken.
|
|
9891
10330
|
*
|
|
10331
|
+
*
|
|
9892
10332
|
* @returns Returns `this` for method chaining.
|
|
9893
10333
|
*/
|
|
9894
10334
|
zoomToSelected(
|
|
@@ -9901,6 +10341,7 @@ declare module "sap/ui/vtm/Viewport" {
|
|
|
9901
10341
|
* Zooms to the set of geometry that is visible in the current viewport. If no geometry is visible, this
|
|
9902
10342
|
* zooms to all geometry in the current viewport.
|
|
9903
10343
|
*
|
|
10344
|
+
*
|
|
9904
10345
|
* @returns Returns `this` for method chaining.
|
|
9905
10346
|
*/
|
|
9906
10347
|
zoomToVisible(
|
|
@@ -10119,10 +10560,10 @@ declare module "sap/ui/vtm/Vtm" {
|
|
|
10119
10560
|
} from "sap/ui/base/ManagedObject";
|
|
10120
10561
|
|
|
10121
10562
|
/**
|
|
10563
|
+
* The main entry point for constructing VTM controls.
|
|
10564
|
+
*
|
|
10122
10565
|
* @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
|
|
10123
10566
|
* versions.
|
|
10124
|
-
*
|
|
10125
|
-
* The main entry point for constructing VTM controls.
|
|
10126
10567
|
*/
|
|
10127
10568
|
export default class Vtm extends UI5Element {
|
|
10128
10569
|
/**
|
|
@@ -10152,6 +10593,7 @@ declare module "sap/ui/vtm/Vtm" {
|
|
|
10152
10593
|
*
|
|
10153
10594
|
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Element.extend}.
|
|
10154
10595
|
*
|
|
10596
|
+
*
|
|
10155
10597
|
* @returns Created class / constructor function
|
|
10156
10598
|
*/
|
|
10157
10599
|
static extend<T extends Record<string, unknown>>(
|
|
@@ -10172,12 +10614,14 @@ declare module "sap/ui/vtm/Vtm" {
|
|
|
10172
10614
|
/**
|
|
10173
10615
|
* Returns a metadata object for class sap.ui.vtm.Vtm.
|
|
10174
10616
|
*
|
|
10617
|
+
*
|
|
10175
10618
|
* @returns Metadata object describing this class
|
|
10176
10619
|
*/
|
|
10177
10620
|
static getMetadata(): ElementMetadata;
|
|
10178
10621
|
/**
|
|
10179
10622
|
* Adds some extension to the aggregation {@link #getExtensions extensions}.
|
|
10180
10623
|
*
|
|
10624
|
+
*
|
|
10181
10625
|
* @returns Reference to `this` in order to allow method chaining
|
|
10182
10626
|
*/
|
|
10183
10627
|
addExtension(
|
|
@@ -10195,6 +10639,7 @@ declare module "sap/ui/vtm/Vtm" {
|
|
|
10195
10639
|
*
|
|
10196
10640
|
* Raised when the active panel has changed.
|
|
10197
10641
|
*
|
|
10642
|
+
*
|
|
10198
10643
|
* @returns Reference to `this` in order to allow method chaining
|
|
10199
10644
|
*/
|
|
10200
10645
|
attachActivePanelChanged(
|
|
@@ -10221,6 +10666,7 @@ declare module "sap/ui/vtm/Vtm" {
|
|
|
10221
10666
|
*
|
|
10222
10667
|
* Raised when the active panel has changed.
|
|
10223
10668
|
*
|
|
10669
|
+
*
|
|
10224
10670
|
* @returns Reference to `this` in order to allow method chaining
|
|
10225
10671
|
*/
|
|
10226
10672
|
attachActivePanelChanged(
|
|
@@ -10245,6 +10691,7 @@ declare module "sap/ui/vtm/Vtm" {
|
|
|
10245
10691
|
* the extensions can attach event handlers before the application attempts to attach event handlers to
|
|
10246
10692
|
* the same events.
|
|
10247
10693
|
*
|
|
10694
|
+
*
|
|
10248
10695
|
* @returns Reference to `this` in order to allow method chaining
|
|
10249
10696
|
*/
|
|
10250
10697
|
attachInitialized(
|
|
@@ -10274,6 +10721,7 @@ declare module "sap/ui/vtm/Vtm" {
|
|
|
10274
10721
|
* the extensions can attach event handlers before the application attempts to attach event handlers to
|
|
10275
10722
|
* the same events.
|
|
10276
10723
|
*
|
|
10724
|
+
*
|
|
10277
10725
|
* @returns Reference to `this` in order to allow method chaining
|
|
10278
10726
|
*/
|
|
10279
10727
|
attachInitialized(
|
|
@@ -10294,6 +10742,7 @@ declare module "sap/ui/vtm/Vtm" {
|
|
|
10294
10742
|
*
|
|
10295
10743
|
* Raised when a panel has been added.
|
|
10296
10744
|
*
|
|
10745
|
+
*
|
|
10297
10746
|
* @returns Reference to `this` in order to allow method chaining
|
|
10298
10747
|
*/
|
|
10299
10748
|
attachPanelAdded(
|
|
@@ -10319,6 +10768,7 @@ declare module "sap/ui/vtm/Vtm" {
|
|
|
10319
10768
|
*
|
|
10320
10769
|
* Raised when a panel has been added.
|
|
10321
10770
|
*
|
|
10771
|
+
*
|
|
10322
10772
|
* @returns Reference to `this` in order to allow method chaining
|
|
10323
10773
|
*/
|
|
10324
10774
|
attachPanelAdded(
|
|
@@ -10334,6 +10784,7 @@ declare module "sap/ui/vtm/Vtm" {
|
|
|
10334
10784
|
/**
|
|
10335
10785
|
* Creates a VTM panel associated with this {@link sap.ui.vtm.Vtm} instance.
|
|
10336
10786
|
*
|
|
10787
|
+
*
|
|
10337
10788
|
* @returns The created panel.
|
|
10338
10789
|
*/
|
|
10339
10790
|
createPanel(
|
|
@@ -10349,6 +10800,7 @@ declare module "sap/ui/vtm/Vtm" {
|
|
|
10349
10800
|
/**
|
|
10350
10801
|
* Destroys all the extensions in the aggregation {@link #getExtensions extensions}.
|
|
10351
10802
|
*
|
|
10803
|
+
*
|
|
10352
10804
|
* @returns Reference to `this` in order to allow method chaining
|
|
10353
10805
|
*/
|
|
10354
10806
|
destroyExtensions(): this;
|
|
@@ -10358,6 +10810,7 @@ declare module "sap/ui/vtm/Vtm" {
|
|
|
10358
10810
|
*
|
|
10359
10811
|
* The passed function and listener object must match the ones used for event registration.
|
|
10360
10812
|
*
|
|
10813
|
+
*
|
|
10361
10814
|
* @returns Reference to `this` in order to allow method chaining
|
|
10362
10815
|
*/
|
|
10363
10816
|
detachActivePanelChanged(
|
|
@@ -10375,6 +10828,7 @@ declare module "sap/ui/vtm/Vtm" {
|
|
|
10375
10828
|
*
|
|
10376
10829
|
* The passed function and listener object must match the ones used for event registration.
|
|
10377
10830
|
*
|
|
10831
|
+
*
|
|
10378
10832
|
* @returns Reference to `this` in order to allow method chaining
|
|
10379
10833
|
*/
|
|
10380
10834
|
detachInitialized(
|
|
@@ -10392,6 +10846,7 @@ declare module "sap/ui/vtm/Vtm" {
|
|
|
10392
10846
|
*
|
|
10393
10847
|
* The passed function and listener object must match the ones used for event registration.
|
|
10394
10848
|
*
|
|
10849
|
+
*
|
|
10395
10850
|
* @returns Reference to `this` in order to allow method chaining
|
|
10396
10851
|
*/
|
|
10397
10852
|
detachPanelAdded(
|
|
@@ -10405,10 +10860,10 @@ declare module "sap/ui/vtm/Vtm" {
|
|
|
10405
10860
|
oListener?: object
|
|
10406
10861
|
): this;
|
|
10407
10862
|
/**
|
|
10408
|
-
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
10409
|
-
*
|
|
10410
10863
|
* Fires event {@link #event:activePanelChanged activePanelChanged} to attached listeners.
|
|
10411
10864
|
*
|
|
10865
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
10866
|
+
*
|
|
10412
10867
|
* @returns Reference to `this` in order to allow method chaining
|
|
10413
10868
|
*/
|
|
10414
10869
|
fireActivePanelChanged(
|
|
@@ -10418,10 +10873,10 @@ declare module "sap/ui/vtm/Vtm" {
|
|
|
10418
10873
|
mParameters?: object
|
|
10419
10874
|
): this;
|
|
10420
10875
|
/**
|
|
10421
|
-
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
10422
|
-
*
|
|
10423
10876
|
* Fires event {@link #event:initialized initialized} to attached listeners.
|
|
10424
10877
|
*
|
|
10878
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
10879
|
+
*
|
|
10425
10880
|
* @returns Reference to `this` in order to allow method chaining
|
|
10426
10881
|
*/
|
|
10427
10882
|
fireInitialized(
|
|
@@ -10431,10 +10886,10 @@ declare module "sap/ui/vtm/Vtm" {
|
|
|
10431
10886
|
mParameters?: object
|
|
10432
10887
|
): this;
|
|
10433
10888
|
/**
|
|
10434
|
-
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
10435
|
-
*
|
|
10436
10889
|
* Fires event {@link #event:panelAdded panelAdded} to attached listeners.
|
|
10437
10890
|
*
|
|
10891
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
10892
|
+
*
|
|
10438
10893
|
* @returns Reference to `this` in order to allow method chaining
|
|
10439
10894
|
*/
|
|
10440
10895
|
firePanelAdded(
|
|
@@ -10446,6 +10901,7 @@ declare module "sap/ui/vtm/Vtm" {
|
|
|
10446
10901
|
/**
|
|
10447
10902
|
* Gets the active panel.
|
|
10448
10903
|
*
|
|
10904
|
+
*
|
|
10449
10905
|
* @returns The active panel, or null if there is no active panel.
|
|
10450
10906
|
*/
|
|
10451
10907
|
getActivePanel(): Panel | null;
|
|
@@ -10454,6 +10910,7 @@ declare module "sap/ui/vtm/Vtm" {
|
|
|
10454
10910
|
*
|
|
10455
10911
|
* When true populates the `extensions` aggregation with the default set of extensions in the default configuration.
|
|
10456
10912
|
*
|
|
10913
|
+
*
|
|
10457
10914
|
* @returns Value of property `addDefaultExtensions`
|
|
10458
10915
|
*/
|
|
10459
10916
|
getAddDefaultExtensions(): boolean;
|
|
@@ -10462,6 +10919,7 @@ declare module "sap/ui/vtm/Vtm" {
|
|
|
10462
10919
|
*
|
|
10463
10920
|
* Returns `undefined` if there is not exactly one matching extension.
|
|
10464
10921
|
*
|
|
10922
|
+
*
|
|
10465
10923
|
* @returns The matching extension or `undefined` if there is not exactly one matching extension.
|
|
10466
10924
|
*/
|
|
10467
10925
|
getExtensionByInterface(
|
|
@@ -10475,6 +10933,7 @@ declare module "sap/ui/vtm/Vtm" {
|
|
|
10475
10933
|
*
|
|
10476
10934
|
* Returns `undefined` if there is not exactly one matching extension.
|
|
10477
10935
|
*
|
|
10936
|
+
*
|
|
10478
10937
|
* @returns The matching extension or `undefined` if there is not exactly one matching extension.
|
|
10479
10938
|
*/
|
|
10480
10939
|
getExtensionByName(
|
|
@@ -10493,6 +10952,7 @@ declare module "sap/ui/vtm/Vtm" {
|
|
|
10493
10952
|
/**
|
|
10494
10953
|
* Gets the extensions implementing a specified interface.
|
|
10495
10954
|
*
|
|
10955
|
+
*
|
|
10496
10956
|
* @returns The matching extensions.
|
|
10497
10957
|
*/
|
|
10498
10958
|
getExtensionsByInterface(
|
|
@@ -10504,6 +10964,7 @@ declare module "sap/ui/vtm/Vtm" {
|
|
|
10504
10964
|
/**
|
|
10505
10965
|
* Gets the extensions with a specified class name.
|
|
10506
10966
|
*
|
|
10967
|
+
*
|
|
10507
10968
|
* @returns The matching extensions.
|
|
10508
10969
|
*/
|
|
10509
10970
|
getExtensionsByName(
|
|
@@ -10515,6 +10976,7 @@ declare module "sap/ui/vtm/Vtm" {
|
|
|
10515
10976
|
/**
|
|
10516
10977
|
* Gets a panel given its id. Returns undefined if no match is found.
|
|
10517
10978
|
*
|
|
10979
|
+
*
|
|
10518
10980
|
* @returns The matching panel or undefined if no match is found.
|
|
10519
10981
|
*/
|
|
10520
10982
|
getPanel(
|
|
@@ -10526,12 +10988,14 @@ declare module "sap/ui/vtm/Vtm" {
|
|
|
10526
10988
|
/**
|
|
10527
10989
|
* Gets the set of created panels. Do not modify the returned array.
|
|
10528
10990
|
*
|
|
10991
|
+
*
|
|
10529
10992
|
* @returns The created panels.
|
|
10530
10993
|
*/
|
|
10531
10994
|
getPanels(): Panel[];
|
|
10532
10995
|
/**
|
|
10533
10996
|
* Gets the scene.
|
|
10534
10997
|
*
|
|
10998
|
+
*
|
|
10535
10999
|
* @returns The scene.
|
|
10536
11000
|
*/
|
|
10537
11001
|
getScene(): Scene;
|
|
@@ -10539,6 +11003,7 @@ declare module "sap/ui/vtm/Vtm" {
|
|
|
10539
11003
|
* Checks for the provided `sap.ui.vtm.Extension` in the aggregation {@link #getExtensions extensions}.
|
|
10540
11004
|
* and returns its index if found or -1 otherwise.
|
|
10541
11005
|
*
|
|
11006
|
+
*
|
|
10542
11007
|
* @returns The index of the provided control in the aggregation if found, or -1 otherwise
|
|
10543
11008
|
*/
|
|
10544
11009
|
indexOfExtension(
|
|
@@ -10550,6 +11015,7 @@ declare module "sap/ui/vtm/Vtm" {
|
|
|
10550
11015
|
/**
|
|
10551
11016
|
* Inserts a extension into the aggregation {@link #getExtensions extensions}.
|
|
10552
11017
|
*
|
|
11018
|
+
*
|
|
10553
11019
|
* @returns Reference to `this` in order to allow method chaining
|
|
10554
11020
|
*/
|
|
10555
11021
|
insertExtension(
|
|
@@ -10569,12 +11035,14 @@ declare module "sap/ui/vtm/Vtm" {
|
|
|
10569
11035
|
*
|
|
10570
11036
|
* Additionally, it unregisters them from the hosting UIArea.
|
|
10571
11037
|
*
|
|
11038
|
+
*
|
|
10572
11039
|
* @returns An array of the removed elements (might be empty)
|
|
10573
11040
|
*/
|
|
10574
11041
|
removeAllExtensions(): Extension[];
|
|
10575
11042
|
/**
|
|
10576
11043
|
* Removes a extension from the aggregation {@link #getExtensions extensions}.
|
|
10577
11044
|
*
|
|
11045
|
+
*
|
|
10578
11046
|
* @returns The removed extension or `null`
|
|
10579
11047
|
*/
|
|
10580
11048
|
removeExtension(
|
|
@@ -10586,6 +11054,7 @@ declare module "sap/ui/vtm/Vtm" {
|
|
|
10586
11054
|
/**
|
|
10587
11055
|
* Sets the active panel.
|
|
10588
11056
|
*
|
|
11057
|
+
*
|
|
10589
11058
|
* @returns A reference to `this` for method chaining.
|
|
10590
11059
|
*/
|
|
10591
11060
|
setActivePanel(
|
|
@@ -10601,6 +11070,7 @@ declare module "sap/ui/vtm/Vtm" {
|
|
|
10601
11070
|
*
|
|
10602
11071
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
10603
11072
|
*
|
|
11073
|
+
*
|
|
10604
11074
|
* @returns Reference to `this` in order to allow method chaining
|
|
10605
11075
|
*/
|
|
10606
11076
|
setAddDefaultExtensions(
|
|
@@ -10668,12 +11138,12 @@ declare module "sap/ui/vtm/Vtm" {
|
|
|
10668
11138
|
declare namespace sap {
|
|
10669
11139
|
namespace ui {
|
|
10670
11140
|
/**
|
|
11141
|
+
* SAPUI5 library with controls to visualize, map and restructure hierarchical business data that maps to
|
|
11142
|
+
* 3D objects.
|
|
11143
|
+
*
|
|
10671
11144
|
* @deprecated (since 1.96.10)
|
|
10672
11145
|
* @experimental (since 1.50.0) - This library is experimental and might be modified or removed in future
|
|
10673
11146
|
* versions.
|
|
10674
|
-
*
|
|
10675
|
-
* SAPUI5 library with controls to visualize, map and restructure hierarchical business data that maps to
|
|
10676
|
-
* 3D objects.
|
|
10677
11147
|
*/
|
|
10678
11148
|
namespace vtm {
|
|
10679
11149
|
/**
|