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