@sapui5/ts-types-esm 1.96.47 → 1.96.49
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/types/index.d.ts +2 -2
- package/types/sap.chart.d.ts +1 -1
- package/types/sap.f.d.ts +1 -1
- package/types/sap.fe.common.d.ts +1 -1
- package/types/sap.fe.core.d.ts +1 -1
- package/types/sap.fe.navigation.d.ts +1 -1
- package/types/sap.fe.plugins.d.ts +1 -1
- package/types/sap.fe.semantics.d.ts +1 -1
- package/types/sap.fe.templates.d.ts +1 -1
- package/types/sap.fe.test.d.ts +1 -1
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.gantt.d.ts +1 -1
- package/types/sap.m.d.ts +1 -1
- package/types/sap.makit.d.ts +1 -1
- package/types/sap.me.d.ts +1 -1
- package/types/sap.ndc.d.ts +1 -1
- package/types/sap.ovp.d.ts +1 -1
- package/types/sap.sac.grid.d.ts +1 -1
- package/types/sap.suite.ui.commons.d.ts +1 -1
- package/types/sap.suite.ui.generic.template.d.ts +1 -1
- package/types/sap.suite.ui.microchart.d.ts +1 -1
- package/types/sap.tnt.d.ts +1 -1
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.commons.d.ts +1 -1
- package/types/sap.ui.comp.d.ts +1 -1
- package/types/sap.ui.core.d.ts +1 -1
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +3 -3
- package/types/sap.ui.fl.d.ts +5 -1
- package/types/sap.ui.integration.d.ts +1 -1
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/sap.ui.mdc.d.ts +1 -1
- package/types/sap.ui.richtexteditor.d.ts +1 -1
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +1 -1
- package/types/sap.ui.support.d.ts +6 -6
- package/types/sap.ui.table.d.ts +1 -1
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +1 -1
- package/types/sap.ui.ux3.d.ts +1 -1
- package/types/sap.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +1 -1
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +1 -1
- package/types/sap.viz.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +19 -11
- package/types/sap.zen.crosstab.d.ts +3 -886
- package/types/sap.zen.dsh.d.ts +64 -2943
- /package/types/{sap.fe.macros.d.ts → sap.fe.macros-1.96.34-esm-d.ts} +0 -0
- /package/types/{sap.fe.placeholder.d.ts → sap.fe.placeholder-1.96.34-esm-d.ts} +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.96.
|
|
1
|
+
// For Library Version: 1.96.39
|
|
2
2
|
|
|
3
3
|
declare module "sap/zen/crosstab/library" {}
|
|
4
4
|
|
|
@@ -12,7 +12,8 @@ declare module "sap/zen/crosstab/Crosstab" {
|
|
|
12
12
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
13
13
|
|
|
14
14
|
/**
|
|
15
|
-
* @deprecated (since 1.89
|
|
15
|
+
* @deprecated (since 1.89) - this library is deprecated and has been replaced by Web Dynpro-based apps
|
|
16
|
+
* in S/4HANA.
|
|
16
17
|
*
|
|
17
18
|
* Add your documentation for the new Crosstab
|
|
18
19
|
*/
|
|
@@ -126,894 +127,10 @@ declare module "sap/zen/crosstab/Crosstab" {
|
|
|
126
127
|
}
|
|
127
128
|
}
|
|
128
129
|
|
|
129
|
-
declare module "sap/zen/crosstab/DataCell" {
|
|
130
|
-
import { default as Control, $ControlSettings } from "sap/ui/core/Control";
|
|
131
|
-
|
|
132
|
-
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
133
|
-
|
|
134
|
-
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
135
|
-
|
|
136
|
-
/**
|
|
137
|
-
* @deprecated (since 1.89.0) - Please use the WD Grid control instead.
|
|
138
|
-
*
|
|
139
|
-
* Add your documentation for the new DataCell
|
|
140
|
-
*/
|
|
141
|
-
export default class DataCell extends Control {
|
|
142
|
-
/**
|
|
143
|
-
* Constructor for a new DataCell.
|
|
144
|
-
*
|
|
145
|
-
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
146
|
-
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
147
|
-
* of the syntax of the settings object.
|
|
148
|
-
*/
|
|
149
|
-
constructor(
|
|
150
|
-
/**
|
|
151
|
-
* initial settings for the new control
|
|
152
|
-
*/
|
|
153
|
-
mSettings?: $DataCellSettings
|
|
154
|
-
);
|
|
155
|
-
/**
|
|
156
|
-
* Constructor for a new DataCell.
|
|
157
|
-
*
|
|
158
|
-
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
159
|
-
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
160
|
-
* of the syntax of the settings object.
|
|
161
|
-
*/
|
|
162
|
-
constructor(
|
|
163
|
-
/**
|
|
164
|
-
* id for the new control, generated automatically if no id is given
|
|
165
|
-
*/
|
|
166
|
-
sId?: string,
|
|
167
|
-
/**
|
|
168
|
-
* initial settings for the new control
|
|
169
|
-
*/
|
|
170
|
-
mSettings?: $DataCellSettings
|
|
171
|
-
);
|
|
172
|
-
|
|
173
|
-
/**
|
|
174
|
-
* Creates a new subclass of class sap.zen.crosstab.DataCell with name `sClassName` and enriches it with
|
|
175
|
-
* the information contained in `oClassInfo`.
|
|
176
|
-
*
|
|
177
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
|
|
178
|
-
*/
|
|
179
|
-
static extend<T extends Record<string, unknown>>(
|
|
180
|
-
/**
|
|
181
|
-
* Name of the class being created
|
|
182
|
-
*/
|
|
183
|
-
sClassName: string,
|
|
184
|
-
/**
|
|
185
|
-
* Object literal with information about the class
|
|
186
|
-
*/
|
|
187
|
-
oClassInfo?: sap.ClassInfo<T, DataCell>,
|
|
188
|
-
/**
|
|
189
|
-
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
190
|
-
* used by this class
|
|
191
|
-
*/
|
|
192
|
-
FNMetaImpl?: Function
|
|
193
|
-
): Function;
|
|
194
|
-
/**
|
|
195
|
-
* Returns a metadata object for class sap.zen.crosstab.DataCell.
|
|
196
|
-
*/
|
|
197
|
-
static getMetadata(): ElementMetadata;
|
|
198
|
-
|
|
199
|
-
addStyle(sSStyle: string): void;
|
|
200
|
-
/**
|
|
201
|
-
* Gets current value of property {@link #getArea area}.
|
|
202
|
-
*
|
|
203
|
-
* the area of the data cell
|
|
204
|
-
*/
|
|
205
|
-
getArea(): object;
|
|
206
|
-
/**
|
|
207
|
-
* Gets current value of property {@link #getCol col}.
|
|
208
|
-
*
|
|
209
|
-
* the column of the data cell
|
|
210
|
-
*/
|
|
211
|
-
getCol(): int;
|
|
212
|
-
/**
|
|
213
|
-
* Gets current value of property {@link #getRow row}.
|
|
214
|
-
*
|
|
215
|
-
* the row of the data cell
|
|
216
|
-
*/
|
|
217
|
-
getRow(): int;
|
|
218
|
-
/**
|
|
219
|
-
* Gets current value of property {@link #getTableCol tableCol}.
|
|
220
|
-
*
|
|
221
|
-
* the table column of the data cell
|
|
222
|
-
*/
|
|
223
|
-
getTableCol(): int;
|
|
224
|
-
/**
|
|
225
|
-
* Gets current value of property {@link #getTableRow tableRow}.
|
|
226
|
-
*
|
|
227
|
-
* the table row of the data cell
|
|
228
|
-
*/
|
|
229
|
-
getTableRow(): int;
|
|
230
|
-
/**
|
|
231
|
-
* Gets current value of property {@link #getText text}.
|
|
232
|
-
*
|
|
233
|
-
* the text of the data cell
|
|
234
|
-
*/
|
|
235
|
-
getText(): string;
|
|
236
|
-
/**
|
|
237
|
-
* Sets a new value for property {@link #getArea area}.
|
|
238
|
-
*
|
|
239
|
-
* the area of the data cell
|
|
240
|
-
*
|
|
241
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
242
|
-
*/
|
|
243
|
-
setArea(
|
|
244
|
-
/**
|
|
245
|
-
* New value for property `area`
|
|
246
|
-
*/
|
|
247
|
-
oArea?: object
|
|
248
|
-
): this;
|
|
249
|
-
/**
|
|
250
|
-
* Sets a new value for property {@link #getCol col}.
|
|
251
|
-
*
|
|
252
|
-
* the column of the data cell
|
|
253
|
-
*
|
|
254
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
255
|
-
*/
|
|
256
|
-
setCol(
|
|
257
|
-
/**
|
|
258
|
-
* New value for property `col`
|
|
259
|
-
*/
|
|
260
|
-
iCol?: int
|
|
261
|
-
): this;
|
|
262
|
-
/**
|
|
263
|
-
* Sets a new value for property {@link #getRow row}.
|
|
264
|
-
*
|
|
265
|
-
* the row of the data cell
|
|
266
|
-
*
|
|
267
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
268
|
-
*/
|
|
269
|
-
setRow(
|
|
270
|
-
/**
|
|
271
|
-
* New value for property `row`
|
|
272
|
-
*/
|
|
273
|
-
iRow?: int
|
|
274
|
-
): this;
|
|
275
|
-
/**
|
|
276
|
-
* Sets a new value for property {@link #getTableCol tableCol}.
|
|
277
|
-
*
|
|
278
|
-
* the table column of the data cell
|
|
279
|
-
*
|
|
280
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
281
|
-
*/
|
|
282
|
-
setTableCol(
|
|
283
|
-
/**
|
|
284
|
-
* New value for property `tableCol`
|
|
285
|
-
*/
|
|
286
|
-
iTableCol?: int
|
|
287
|
-
): this;
|
|
288
|
-
/**
|
|
289
|
-
* Sets a new value for property {@link #getTableRow tableRow}.
|
|
290
|
-
*
|
|
291
|
-
* the table row of the data cell
|
|
292
|
-
*
|
|
293
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
294
|
-
*/
|
|
295
|
-
setTableRow(
|
|
296
|
-
/**
|
|
297
|
-
* New value for property `tableRow`
|
|
298
|
-
*/
|
|
299
|
-
iTableRow?: int
|
|
300
|
-
): this;
|
|
301
|
-
/**
|
|
302
|
-
* Sets a new value for property {@link #getText text}.
|
|
303
|
-
*
|
|
304
|
-
* the text of the data cell
|
|
305
|
-
*
|
|
306
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
307
|
-
*/
|
|
308
|
-
setText(
|
|
309
|
-
/**
|
|
310
|
-
* New value for property `text`
|
|
311
|
-
*/
|
|
312
|
-
sText?: string
|
|
313
|
-
): this;
|
|
314
|
-
}
|
|
315
|
-
|
|
316
|
-
export interface $DataCellSettings extends $ControlSettings {
|
|
317
|
-
/**
|
|
318
|
-
* the text of the data cell
|
|
319
|
-
*/
|
|
320
|
-
text?: string | PropertyBindingInfo;
|
|
321
|
-
|
|
322
|
-
/**
|
|
323
|
-
* the area of the data cell
|
|
324
|
-
*/
|
|
325
|
-
area?: object | PropertyBindingInfo;
|
|
326
|
-
|
|
327
|
-
/**
|
|
328
|
-
* the row of the data cell
|
|
329
|
-
*/
|
|
330
|
-
row?: int | PropertyBindingInfo;
|
|
331
|
-
|
|
332
|
-
/**
|
|
333
|
-
* the column of the data cell
|
|
334
|
-
*/
|
|
335
|
-
col?: int | PropertyBindingInfo;
|
|
336
|
-
|
|
337
|
-
/**
|
|
338
|
-
* the table row of the data cell
|
|
339
|
-
*/
|
|
340
|
-
tableRow?: int | PropertyBindingInfo;
|
|
341
|
-
|
|
342
|
-
/**
|
|
343
|
-
* the table column of the data cell
|
|
344
|
-
*/
|
|
345
|
-
tableCol?: int | PropertyBindingInfo;
|
|
346
|
-
}
|
|
347
|
-
}
|
|
348
|
-
|
|
349
|
-
declare module "sap/zen/crosstab/HeaderCell" {
|
|
350
|
-
import { default as Control, $ControlSettings } from "sap/ui/core/Control";
|
|
351
|
-
|
|
352
|
-
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
353
|
-
|
|
354
|
-
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
355
|
-
|
|
356
|
-
/**
|
|
357
|
-
* @deprecated (since 1.89.0) - Please use the WD Grid control instead.
|
|
358
|
-
*
|
|
359
|
-
* Add your documentation for the new HeaderCell
|
|
360
|
-
*/
|
|
361
|
-
export default class HeaderCell extends Control {
|
|
362
|
-
/**
|
|
363
|
-
* Constructor for a new HeaderCell.
|
|
364
|
-
*
|
|
365
|
-
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
366
|
-
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
367
|
-
* of the syntax of the settings object.
|
|
368
|
-
*/
|
|
369
|
-
constructor(
|
|
370
|
-
/**
|
|
371
|
-
* initial settings for the new control
|
|
372
|
-
*/
|
|
373
|
-
mSettings?: $HeaderCellSettings
|
|
374
|
-
);
|
|
375
|
-
/**
|
|
376
|
-
* Constructor for a new HeaderCell.
|
|
377
|
-
*
|
|
378
|
-
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
379
|
-
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
380
|
-
* of the syntax of the settings object.
|
|
381
|
-
*/
|
|
382
|
-
constructor(
|
|
383
|
-
/**
|
|
384
|
-
* id for the new control, generated automatically if no id is given
|
|
385
|
-
*/
|
|
386
|
-
sId?: string,
|
|
387
|
-
/**
|
|
388
|
-
* initial settings for the new control
|
|
389
|
-
*/
|
|
390
|
-
mSettings?: $HeaderCellSettings
|
|
391
|
-
);
|
|
392
|
-
|
|
393
|
-
/**
|
|
394
|
-
* Creates a new subclass of class sap.zen.crosstab.HeaderCell with name `sClassName` and enriches it with
|
|
395
|
-
* the information contained in `oClassInfo`.
|
|
396
|
-
*
|
|
397
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
|
|
398
|
-
*/
|
|
399
|
-
static extend<T extends Record<string, unknown>>(
|
|
400
|
-
/**
|
|
401
|
-
* Name of the class being created
|
|
402
|
-
*/
|
|
403
|
-
sClassName: string,
|
|
404
|
-
/**
|
|
405
|
-
* Object literal with information about the class
|
|
406
|
-
*/
|
|
407
|
-
oClassInfo?: sap.ClassInfo<T, HeaderCell>,
|
|
408
|
-
/**
|
|
409
|
-
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
410
|
-
* used by this class
|
|
411
|
-
*/
|
|
412
|
-
FNMetaImpl?: Function
|
|
413
|
-
): Function;
|
|
414
|
-
/**
|
|
415
|
-
* Returns a metadata object for class sap.zen.crosstab.HeaderCell.
|
|
416
|
-
*/
|
|
417
|
-
static getMetadata(): ElementMetadata;
|
|
418
|
-
/**
|
|
419
|
-
* Gets current value of property {@link #getAlignment alignment}.
|
|
420
|
-
*
|
|
421
|
-
* the alignment of the cell
|
|
422
|
-
*/
|
|
423
|
-
getAlignment(): string;
|
|
424
|
-
/**
|
|
425
|
-
* Gets current value of property {@link #getArea area}.
|
|
426
|
-
*
|
|
427
|
-
* area of the cell
|
|
428
|
-
*/
|
|
429
|
-
getArea(): object;
|
|
430
|
-
/**
|
|
431
|
-
* Gets current value of property {@link #getCol col}.
|
|
432
|
-
*
|
|
433
|
-
* the column of the cell in the crosstab
|
|
434
|
-
*/
|
|
435
|
-
getCol(): int;
|
|
436
|
-
/**
|
|
437
|
-
* Gets current value of property {@link #getColSpan colSpan}.
|
|
438
|
-
*
|
|
439
|
-
* Colspan of the cell
|
|
440
|
-
*/
|
|
441
|
-
getColSpan(): int;
|
|
442
|
-
/**
|
|
443
|
-
* Gets current value of property {@link #getDrillState drillState}.
|
|
444
|
-
*
|
|
445
|
-
* the drillstate of the cell
|
|
446
|
-
*/
|
|
447
|
-
getDrillState(): string;
|
|
448
|
-
/**
|
|
449
|
-
* Gets current value of property {@link #getEffectiveColSpan effectiveColSpan}.
|
|
450
|
-
*
|
|
451
|
-
* the effective col span
|
|
452
|
-
*/
|
|
453
|
-
getEffectiveColSpan(): int;
|
|
454
|
-
/**
|
|
455
|
-
* Gets current value of property {@link #getEffectiveRowSpan effectiveRowSpan}.
|
|
456
|
-
*
|
|
457
|
-
* the effective row span
|
|
458
|
-
*/
|
|
459
|
-
getEffectiveRowSpan(): int;
|
|
460
|
-
/**
|
|
461
|
-
* Gets current value of property {@link #getFormatter formatter}.
|
|
462
|
-
*
|
|
463
|
-
* helper to format the cell
|
|
464
|
-
*/
|
|
465
|
-
getFormatter(): object;
|
|
466
|
-
/**
|
|
467
|
-
* Gets current value of property {@link #getHierarchyAction hierarchyAction}.
|
|
468
|
-
*
|
|
469
|
-
* the hierarcyh action of the cell
|
|
470
|
-
*/
|
|
471
|
-
getHierarchyAction(): string;
|
|
472
|
-
/**
|
|
473
|
-
* Gets current value of property {@link #getHierarchyTooltip hierarchyTooltip}.
|
|
474
|
-
*
|
|
475
|
-
* the hierarchy tooltip
|
|
476
|
-
*/
|
|
477
|
-
getHierarchyTooltip(): string;
|
|
478
|
-
/**
|
|
479
|
-
* @deprecated (since 1.89.0)
|
|
480
|
-
*
|
|
481
|
-
* Gets current value of property {@link #getHtmlIE8RowSpan htmlIE8RowSpan}.
|
|
482
|
-
*
|
|
483
|
-
* the IE8 row span
|
|
484
|
-
*
|
|
485
|
-
* Default value is `1`.
|
|
486
|
-
*/
|
|
487
|
-
getHtmlIE8RowSpan(): int;
|
|
488
|
-
/**
|
|
489
|
-
* Gets current value of property {@link #getLevel level}.
|
|
490
|
-
*
|
|
491
|
-
* the level of the cell
|
|
492
|
-
*/
|
|
493
|
-
getLevel(): int;
|
|
494
|
-
/**
|
|
495
|
-
* Gets current value of property {@link #getMemberId memberId}.
|
|
496
|
-
*
|
|
497
|
-
* the id of the associated member
|
|
498
|
-
*/
|
|
499
|
-
getMemberId(): string;
|
|
500
|
-
/**
|
|
501
|
-
* Gets current value of property {@link #getMergeKey mergeKey}.
|
|
502
|
-
*
|
|
503
|
-
* whether to merge the cell if the keys are equal
|
|
504
|
-
*/
|
|
505
|
-
getMergeKey(): string;
|
|
506
|
-
/**
|
|
507
|
-
* Gets current value of property {@link #getNodeAlignment nodeAlignment}.
|
|
508
|
-
*
|
|
509
|
-
* the node alignment
|
|
510
|
-
*/
|
|
511
|
-
getNodeAlignment(): string;
|
|
512
|
-
/**
|
|
513
|
-
* Gets current value of property {@link #getParentMemberId parentMemberId}.
|
|
514
|
-
*
|
|
515
|
-
* the id of the parent of the associated member
|
|
516
|
-
*/
|
|
517
|
-
getParentMemberId(): string;
|
|
518
|
-
/**
|
|
519
|
-
* Gets current value of property {@link #getRow row}.
|
|
520
|
-
*
|
|
521
|
-
* the row of the cell in the crosstab
|
|
522
|
-
*/
|
|
523
|
-
getRow(): int;
|
|
524
|
-
/**
|
|
525
|
-
* Gets current value of property {@link #getRowSpan rowSpan}.
|
|
526
|
-
*
|
|
527
|
-
* Rowspan of the cell
|
|
528
|
-
*/
|
|
529
|
-
getRowSpan(): int;
|
|
530
|
-
/**
|
|
531
|
-
* Gets current value of property {@link #getSort sort}.
|
|
532
|
-
*
|
|
533
|
-
* sorting
|
|
534
|
-
*/
|
|
535
|
-
getSort(): string;
|
|
536
|
-
/**
|
|
537
|
-
* Gets current value of property {@link #getSortAction sortAction}.
|
|
538
|
-
*
|
|
539
|
-
* sort action
|
|
540
|
-
*/
|
|
541
|
-
getSortAction(): string;
|
|
542
|
-
/**
|
|
543
|
-
* Gets current value of property {@link #getSortTextIndex sortTextIndex}.
|
|
544
|
-
*
|
|
545
|
-
* the text sort index
|
|
546
|
-
*/
|
|
547
|
-
getSortTextIndex(): int;
|
|
548
|
-
/**
|
|
549
|
-
* Gets current value of property {@link #getTableCol tableCol}.
|
|
550
|
-
*
|
|
551
|
-
* the column of the table
|
|
552
|
-
*/
|
|
553
|
-
getTableCol(): int;
|
|
554
|
-
/**
|
|
555
|
-
* Gets current value of property {@link #getTableRow tableRow}.
|
|
556
|
-
*
|
|
557
|
-
* the row of the tabe
|
|
558
|
-
*/
|
|
559
|
-
getTableRow(): int;
|
|
560
|
-
/**
|
|
561
|
-
* Gets current value of property {@link #getText text}.
|
|
562
|
-
*
|
|
563
|
-
* Text of the cell
|
|
564
|
-
*/
|
|
565
|
-
getText(): string;
|
|
566
|
-
/**
|
|
567
|
-
* Sets a new value for property {@link #getAlignment alignment}.
|
|
568
|
-
*
|
|
569
|
-
* the alignment of the cell
|
|
570
|
-
*
|
|
571
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
572
|
-
*/
|
|
573
|
-
setAlignment(
|
|
574
|
-
/**
|
|
575
|
-
* New value for property `alignment`
|
|
576
|
-
*/
|
|
577
|
-
sAlignment?: string
|
|
578
|
-
): this;
|
|
579
|
-
/**
|
|
580
|
-
* Sets a new value for property {@link #getArea area}.
|
|
581
|
-
*
|
|
582
|
-
* area of the cell
|
|
583
|
-
*
|
|
584
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
585
|
-
*/
|
|
586
|
-
setArea(
|
|
587
|
-
/**
|
|
588
|
-
* New value for property `area`
|
|
589
|
-
*/
|
|
590
|
-
oArea?: object
|
|
591
|
-
): this;
|
|
592
|
-
/**
|
|
593
|
-
* Sets a new value for property {@link #getCol col}.
|
|
594
|
-
*
|
|
595
|
-
* the column of the cell in the crosstab
|
|
596
|
-
*
|
|
597
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
598
|
-
*/
|
|
599
|
-
setCol(
|
|
600
|
-
/**
|
|
601
|
-
* New value for property `col`
|
|
602
|
-
*/
|
|
603
|
-
iCol?: int
|
|
604
|
-
): this;
|
|
605
|
-
/**
|
|
606
|
-
* Sets a new value for property {@link #getColSpan colSpan}.
|
|
607
|
-
*
|
|
608
|
-
* Colspan of the cell
|
|
609
|
-
*
|
|
610
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
611
|
-
*/
|
|
612
|
-
setColSpan(
|
|
613
|
-
/**
|
|
614
|
-
* New value for property `colSpan`
|
|
615
|
-
*/
|
|
616
|
-
iColSpan?: int
|
|
617
|
-
): this;
|
|
618
|
-
/**
|
|
619
|
-
* Sets a new value for property {@link #getDrillState drillState}.
|
|
620
|
-
*
|
|
621
|
-
* the drillstate of the cell
|
|
622
|
-
*
|
|
623
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
624
|
-
*/
|
|
625
|
-
setDrillState(
|
|
626
|
-
/**
|
|
627
|
-
* New value for property `drillState`
|
|
628
|
-
*/
|
|
629
|
-
sDrillState?: string
|
|
630
|
-
): this;
|
|
631
|
-
/**
|
|
632
|
-
* Sets a new value for property {@link #getEffectiveColSpan effectiveColSpan}.
|
|
633
|
-
*
|
|
634
|
-
* the effective col span
|
|
635
|
-
*
|
|
636
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
637
|
-
*/
|
|
638
|
-
setEffectiveColSpan(
|
|
639
|
-
/**
|
|
640
|
-
* New value for property `effectiveColSpan`
|
|
641
|
-
*/
|
|
642
|
-
iEffectiveColSpan?: int
|
|
643
|
-
): this;
|
|
644
|
-
/**
|
|
645
|
-
* Sets a new value for property {@link #getEffectiveRowSpan effectiveRowSpan}.
|
|
646
|
-
*
|
|
647
|
-
* the effective row span
|
|
648
|
-
*
|
|
649
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
650
|
-
*/
|
|
651
|
-
setEffectiveRowSpan(
|
|
652
|
-
/**
|
|
653
|
-
* New value for property `effectiveRowSpan`
|
|
654
|
-
*/
|
|
655
|
-
iEffectiveRowSpan?: int
|
|
656
|
-
): this;
|
|
657
|
-
/**
|
|
658
|
-
* Sets a new value for property {@link #getFormatter formatter}.
|
|
659
|
-
*
|
|
660
|
-
* helper to format the cell
|
|
661
|
-
*
|
|
662
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
663
|
-
*/
|
|
664
|
-
setFormatter(
|
|
665
|
-
/**
|
|
666
|
-
* New value for property `formatter`
|
|
667
|
-
*/
|
|
668
|
-
oFormatter?: object
|
|
669
|
-
): this;
|
|
670
|
-
/**
|
|
671
|
-
* Sets a new value for property {@link #getHierarchyAction hierarchyAction}.
|
|
672
|
-
*
|
|
673
|
-
* the hierarcyh action of the cell
|
|
674
|
-
*
|
|
675
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
676
|
-
*/
|
|
677
|
-
setHierarchyAction(
|
|
678
|
-
/**
|
|
679
|
-
* New value for property `hierarchyAction`
|
|
680
|
-
*/
|
|
681
|
-
sHierarchyAction?: string
|
|
682
|
-
): this;
|
|
683
|
-
/**
|
|
684
|
-
* Sets a new value for property {@link #getHierarchyTooltip hierarchyTooltip}.
|
|
685
|
-
*
|
|
686
|
-
* the hierarchy tooltip
|
|
687
|
-
*
|
|
688
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
689
|
-
*/
|
|
690
|
-
setHierarchyTooltip(
|
|
691
|
-
/**
|
|
692
|
-
* New value for property `hierarchyTooltip`
|
|
693
|
-
*/
|
|
694
|
-
sHierarchyTooltip?: string
|
|
695
|
-
): this;
|
|
696
|
-
/**
|
|
697
|
-
* @deprecated (since 1.89.0)
|
|
698
|
-
*
|
|
699
|
-
* Sets a new value for property {@link #getHtmlIE8RowSpan htmlIE8RowSpan}.
|
|
700
|
-
*
|
|
701
|
-
* the IE8 row span
|
|
702
|
-
*
|
|
703
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
704
|
-
*
|
|
705
|
-
* Default value is `1`.
|
|
706
|
-
*/
|
|
707
|
-
setHtmlIE8RowSpan(
|
|
708
|
-
/**
|
|
709
|
-
* New value for property `htmlIE8RowSpan`
|
|
710
|
-
*/
|
|
711
|
-
iHtmlIE8RowSpan?: int
|
|
712
|
-
): this;
|
|
713
|
-
/**
|
|
714
|
-
* Sets a new value for property {@link #getLevel level}.
|
|
715
|
-
*
|
|
716
|
-
* the level of the cell
|
|
717
|
-
*
|
|
718
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
719
|
-
*/
|
|
720
|
-
setLevel(
|
|
721
|
-
/**
|
|
722
|
-
* New value for property `level`
|
|
723
|
-
*/
|
|
724
|
-
iLevel?: int
|
|
725
|
-
): this;
|
|
726
|
-
/**
|
|
727
|
-
* Sets a new value for property {@link #getMemberId memberId}.
|
|
728
|
-
*
|
|
729
|
-
* the id of the associated member
|
|
730
|
-
*
|
|
731
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
732
|
-
*/
|
|
733
|
-
setMemberId(
|
|
734
|
-
/**
|
|
735
|
-
* New value for property `memberId`
|
|
736
|
-
*/
|
|
737
|
-
sMemberId?: string
|
|
738
|
-
): this;
|
|
739
|
-
/**
|
|
740
|
-
* Sets a new value for property {@link #getMergeKey mergeKey}.
|
|
741
|
-
*
|
|
742
|
-
* whether to merge the cell if the keys are equal
|
|
743
|
-
*
|
|
744
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
745
|
-
*/
|
|
746
|
-
setMergeKey(
|
|
747
|
-
/**
|
|
748
|
-
* New value for property `mergeKey`
|
|
749
|
-
*/
|
|
750
|
-
sMergeKey?: string
|
|
751
|
-
): this;
|
|
752
|
-
/**
|
|
753
|
-
* Sets a new value for property {@link #getNodeAlignment nodeAlignment}.
|
|
754
|
-
*
|
|
755
|
-
* the node alignment
|
|
756
|
-
*
|
|
757
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
758
|
-
*/
|
|
759
|
-
setNodeAlignment(
|
|
760
|
-
/**
|
|
761
|
-
* New value for property `nodeAlignment`
|
|
762
|
-
*/
|
|
763
|
-
sNodeAlignment?: string
|
|
764
|
-
): this;
|
|
765
|
-
/**
|
|
766
|
-
* Sets a new value for property {@link #getParentMemberId parentMemberId}.
|
|
767
|
-
*
|
|
768
|
-
* the id of the parent of the associated member
|
|
769
|
-
*
|
|
770
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
771
|
-
*/
|
|
772
|
-
setParentMemberId(
|
|
773
|
-
/**
|
|
774
|
-
* New value for property `parentMemberId`
|
|
775
|
-
*/
|
|
776
|
-
sParentMemberId?: string
|
|
777
|
-
): this;
|
|
778
|
-
/**
|
|
779
|
-
* Sets a new value for property {@link #getRow row}.
|
|
780
|
-
*
|
|
781
|
-
* the row of the cell in the crosstab
|
|
782
|
-
*
|
|
783
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
784
|
-
*/
|
|
785
|
-
setRow(
|
|
786
|
-
/**
|
|
787
|
-
* New value for property `row`
|
|
788
|
-
*/
|
|
789
|
-
iRow?: int
|
|
790
|
-
): this;
|
|
791
|
-
/**
|
|
792
|
-
* Sets a new value for property {@link #getRowSpan rowSpan}.
|
|
793
|
-
*
|
|
794
|
-
* Rowspan of the cell
|
|
795
|
-
*
|
|
796
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
797
|
-
*/
|
|
798
|
-
setRowSpan(
|
|
799
|
-
/**
|
|
800
|
-
* New value for property `rowSpan`
|
|
801
|
-
*/
|
|
802
|
-
iRowSpan?: int
|
|
803
|
-
): this;
|
|
804
|
-
/**
|
|
805
|
-
* Sets a new value for property {@link #getSort sort}.
|
|
806
|
-
*
|
|
807
|
-
* sorting
|
|
808
|
-
*
|
|
809
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
810
|
-
*/
|
|
811
|
-
setSort(
|
|
812
|
-
/**
|
|
813
|
-
* New value for property `sort`
|
|
814
|
-
*/
|
|
815
|
-
sSort?: string
|
|
816
|
-
): this;
|
|
817
|
-
/**
|
|
818
|
-
* Sets a new value for property {@link #getSortAction sortAction}.
|
|
819
|
-
*
|
|
820
|
-
* sort action
|
|
821
|
-
*
|
|
822
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
823
|
-
*/
|
|
824
|
-
setSortAction(
|
|
825
|
-
/**
|
|
826
|
-
* New value for property `sortAction`
|
|
827
|
-
*/
|
|
828
|
-
sSortAction?: string
|
|
829
|
-
): this;
|
|
830
|
-
/**
|
|
831
|
-
* Sets a new value for property {@link #getSortTextIndex sortTextIndex}.
|
|
832
|
-
*
|
|
833
|
-
* the text sort index
|
|
834
|
-
*
|
|
835
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
836
|
-
*/
|
|
837
|
-
setSortTextIndex(
|
|
838
|
-
/**
|
|
839
|
-
* New value for property `sortTextIndex`
|
|
840
|
-
*/
|
|
841
|
-
iSortTextIndex?: int
|
|
842
|
-
): this;
|
|
843
|
-
/**
|
|
844
|
-
* Sets a new value for property {@link #getTableCol tableCol}.
|
|
845
|
-
*
|
|
846
|
-
* the column of the table
|
|
847
|
-
*
|
|
848
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
849
|
-
*/
|
|
850
|
-
setTableCol(
|
|
851
|
-
/**
|
|
852
|
-
* New value for property `tableCol`
|
|
853
|
-
*/
|
|
854
|
-
iTableCol?: int
|
|
855
|
-
): this;
|
|
856
|
-
/**
|
|
857
|
-
* Sets a new value for property {@link #getTableRow tableRow}.
|
|
858
|
-
*
|
|
859
|
-
* the row of the tabe
|
|
860
|
-
*
|
|
861
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
862
|
-
*/
|
|
863
|
-
setTableRow(
|
|
864
|
-
/**
|
|
865
|
-
* New value for property `tableRow`
|
|
866
|
-
*/
|
|
867
|
-
iTableRow?: int
|
|
868
|
-
): this;
|
|
869
|
-
/**
|
|
870
|
-
* Sets a new value for property {@link #getText text}.
|
|
871
|
-
*
|
|
872
|
-
* Text of the cell
|
|
873
|
-
*
|
|
874
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
875
|
-
*/
|
|
876
|
-
setText(
|
|
877
|
-
/**
|
|
878
|
-
* New value for property `text`
|
|
879
|
-
*/
|
|
880
|
-
sText?: string
|
|
881
|
-
): this;
|
|
882
|
-
}
|
|
883
|
-
|
|
884
|
-
export interface $HeaderCellSettings extends $ControlSettings {
|
|
885
|
-
/**
|
|
886
|
-
* Rowspan of the cell
|
|
887
|
-
*/
|
|
888
|
-
rowSpan?: int | PropertyBindingInfo;
|
|
889
|
-
|
|
890
|
-
/**
|
|
891
|
-
* Colspan of the cell
|
|
892
|
-
*/
|
|
893
|
-
colSpan?: int | PropertyBindingInfo;
|
|
894
|
-
|
|
895
|
-
/**
|
|
896
|
-
* Text of the cell
|
|
897
|
-
*/
|
|
898
|
-
text?: string | PropertyBindingInfo;
|
|
899
|
-
|
|
900
|
-
/**
|
|
901
|
-
* helper to format the cell
|
|
902
|
-
*/
|
|
903
|
-
formatter?: object | PropertyBindingInfo;
|
|
904
|
-
|
|
905
|
-
/**
|
|
906
|
-
* whether to merge the cell if the keys are equal
|
|
907
|
-
*/
|
|
908
|
-
mergeKey?: string | PropertyBindingInfo;
|
|
909
|
-
|
|
910
|
-
/**
|
|
911
|
-
* sorting
|
|
912
|
-
*/
|
|
913
|
-
sort?: string | PropertyBindingInfo;
|
|
914
|
-
|
|
915
|
-
/**
|
|
916
|
-
* sort action
|
|
917
|
-
*/
|
|
918
|
-
sortAction?: string | PropertyBindingInfo;
|
|
919
|
-
|
|
920
|
-
/**
|
|
921
|
-
* area of the cell
|
|
922
|
-
*/
|
|
923
|
-
area?: object | PropertyBindingInfo;
|
|
924
|
-
|
|
925
|
-
/**
|
|
926
|
-
* the effective col span
|
|
927
|
-
*/
|
|
928
|
-
effectiveColSpan?: int | PropertyBindingInfo;
|
|
929
|
-
|
|
930
|
-
/**
|
|
931
|
-
* the effective row span
|
|
932
|
-
*/
|
|
933
|
-
effectiveRowSpan?: int | PropertyBindingInfo;
|
|
934
|
-
|
|
935
|
-
/**
|
|
936
|
-
* the row of the cell in the crosstab
|
|
937
|
-
*/
|
|
938
|
-
row?: int | PropertyBindingInfo;
|
|
939
|
-
|
|
940
|
-
/**
|
|
941
|
-
* the column of the cell in the crosstab
|
|
942
|
-
*/
|
|
943
|
-
col?: int | PropertyBindingInfo;
|
|
944
|
-
|
|
945
|
-
/**
|
|
946
|
-
* the level of the cell
|
|
947
|
-
*/
|
|
948
|
-
level?: int | PropertyBindingInfo;
|
|
949
|
-
|
|
950
|
-
/**
|
|
951
|
-
* the drillstate of the cell
|
|
952
|
-
*/
|
|
953
|
-
drillState?: string | PropertyBindingInfo;
|
|
954
|
-
|
|
955
|
-
/**
|
|
956
|
-
* the hierarcyh action of the cell
|
|
957
|
-
*/
|
|
958
|
-
hierarchyAction?: string | PropertyBindingInfo;
|
|
959
|
-
|
|
960
|
-
/**
|
|
961
|
-
* the hierarchy tooltip
|
|
962
|
-
*/
|
|
963
|
-
hierarchyTooltip?: string | PropertyBindingInfo;
|
|
964
|
-
|
|
965
|
-
/**
|
|
966
|
-
* @deprecated (since 1.89.0)
|
|
967
|
-
*
|
|
968
|
-
* the IE8 row span
|
|
969
|
-
*/
|
|
970
|
-
htmlIE8RowSpan?: int | PropertyBindingInfo;
|
|
971
|
-
|
|
972
|
-
/**
|
|
973
|
-
* the text sort index
|
|
974
|
-
*/
|
|
975
|
-
sortTextIndex?: int | PropertyBindingInfo;
|
|
976
|
-
|
|
977
|
-
/**
|
|
978
|
-
* the row of the tabe
|
|
979
|
-
*/
|
|
980
|
-
tableRow?: int | PropertyBindingInfo;
|
|
981
|
-
|
|
982
|
-
/**
|
|
983
|
-
* the column of the table
|
|
984
|
-
*/
|
|
985
|
-
tableCol?: int | PropertyBindingInfo;
|
|
986
|
-
|
|
987
|
-
/**
|
|
988
|
-
* the alignment of the cell
|
|
989
|
-
*/
|
|
990
|
-
alignment?: string | PropertyBindingInfo;
|
|
991
|
-
|
|
992
|
-
/**
|
|
993
|
-
* the id of the associated member
|
|
994
|
-
*/
|
|
995
|
-
memberId?: string | PropertyBindingInfo;
|
|
996
|
-
|
|
997
|
-
/**
|
|
998
|
-
* the id of the parent of the associated member
|
|
999
|
-
*/
|
|
1000
|
-
parentMemberId?: string | PropertyBindingInfo;
|
|
1001
|
-
|
|
1002
|
-
/**
|
|
1003
|
-
* the node alignment
|
|
1004
|
-
*/
|
|
1005
|
-
nodeAlignment?: string | PropertyBindingInfo;
|
|
1006
|
-
}
|
|
1007
|
-
}
|
|
1008
|
-
|
|
1009
130
|
declare namespace sap {
|
|
1010
131
|
interface IUI5DefineDependencyNames {
|
|
1011
132
|
"sap/zen/crosstab/Crosstab": undefined;
|
|
1012
133
|
|
|
1013
|
-
"sap/zen/crosstab/DataCell": undefined;
|
|
1014
|
-
|
|
1015
|
-
"sap/zen/crosstab/HeaderCell": undefined;
|
|
1016
|
-
|
|
1017
134
|
"sap/zen/crosstab/library": undefined;
|
|
1018
135
|
}
|
|
1019
136
|
}
|