@openui5/ts-types 1.102.2 → 1.104.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/types/sap.f.d.ts +320 -24
- package/types/sap.m.d.ts +2388 -334
- package/types/sap.tnt.d.ts +5 -5
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.commons.d.ts +36 -36
- package/types/sap.ui.core.d.ts +384 -111
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +3 -1
- package/types/sap.ui.integration.d.ts +43 -64
- package/types/sap.ui.layout.d.ts +33 -41
- package/types/sap.ui.mdc.d.ts +1 -1
- package/types/sap.ui.rta.d.ts +3 -1
- package/types/sap.ui.suite.d.ts +1 -1
- package/types/sap.ui.support.d.ts +1 -1
- package/types/sap.ui.table.d.ts +9 -9
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +115 -35
- package/types/sap.ui.ux3.d.ts +43 -43
- package/types/sap.ui.webc.common.d.ts +1 -1
- package/types/sap.ui.webc.fiori.d.ts +30 -30
- package/types/sap.ui.webc.main.d.ts +49 -49
- package/types/sap.uxap.d.ts +13 -13
package/types/sap.m.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.104.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -65,7 +65,7 @@ declare namespace sap {
|
|
|
65
65
|
*
|
|
66
66
|
* Search given control's parents and try to find iScroll.
|
|
67
67
|
*
|
|
68
|
-
* @returns iScroll reference or undefined if cannot find
|
|
68
|
+
* @returns iScroll reference or `undefined` if cannot find
|
|
69
69
|
*/
|
|
70
70
|
function getIScroll(
|
|
71
71
|
/**
|
|
@@ -97,7 +97,7 @@ declare namespace sap {
|
|
|
97
97
|
*
|
|
98
98
|
* Search given control's parents and try to find a ScrollDelegate.
|
|
99
99
|
*
|
|
100
|
-
* @returns ScrollDelegate or undefined if it cannot be found
|
|
100
|
+
* @returns ScrollDelegate or `undefined` if it cannot be found
|
|
101
101
|
*/
|
|
102
102
|
function getScrollDelegate(
|
|
103
103
|
/**
|
|
@@ -260,7 +260,8 @@ declare namespace sap {
|
|
|
260
260
|
/**
|
|
261
261
|
* Converts the given percentage value to an absolute number based on the given base size.
|
|
262
262
|
*
|
|
263
|
-
* @returns The calculated size string with "px" as unit or null when the format of given parameter is
|
|
263
|
+
* @returns The calculated size string with "px" as unit or `null` when the format of given parameter is
|
|
264
|
+
* wrong.
|
|
264
265
|
*/
|
|
265
266
|
function calcPercentageSize(
|
|
266
267
|
/**
|
|
@@ -271,7 +272,7 @@ declare namespace sap {
|
|
|
271
272
|
* A float number which the calculation is based on.
|
|
272
273
|
*/
|
|
273
274
|
fBaseSize: float
|
|
274
|
-
):
|
|
275
|
+
): string | null;
|
|
275
276
|
}
|
|
276
277
|
/**
|
|
277
278
|
* Touch helper.
|
|
@@ -387,8 +388,90 @@ declare namespace sap {
|
|
|
387
388
|
}
|
|
388
389
|
|
|
389
390
|
namespace p13n {
|
|
391
|
+
namespace modification {
|
|
392
|
+
/**
|
|
393
|
+
* @EXPERIMENTAL (since 1.104)
|
|
394
|
+
*
|
|
395
|
+
* This class offers `sap.ui.fl` capabilities. It should be used as the persistence layer in the {@link
|
|
396
|
+
* sap.m.p13n.Engine#register Engine#register}process.
|
|
397
|
+
*/
|
|
398
|
+
class FlexModificationHandler {
|
|
399
|
+
constructor();
|
|
400
|
+
}
|
|
401
|
+
/**
|
|
402
|
+
* @EXPERIMENTAL (since 1.104)
|
|
403
|
+
*
|
|
404
|
+
* This class offers `localStorage` capabilities. It should be used as the persistence layer in the {@link
|
|
405
|
+
* sap.m.p13n.Engine#register Engine#register} process.
|
|
406
|
+
*/
|
|
407
|
+
class LocalStorageModificationHandler {
|
|
408
|
+
constructor();
|
|
409
|
+
}
|
|
410
|
+
/**
|
|
411
|
+
* @EXPERIMENTAL (since 1.104)
|
|
412
|
+
*
|
|
413
|
+
* This class offers modification capabilities without persistence. It should be used as the persistence
|
|
414
|
+
* layer in the {@link sap.m.p13n.Engine#register Engine#register} process.
|
|
415
|
+
*/
|
|
416
|
+
class ModificationHandler {
|
|
417
|
+
constructor();
|
|
418
|
+
}
|
|
419
|
+
}
|
|
420
|
+
/**
|
|
421
|
+
* @SINCE 1.97
|
|
422
|
+
* @EXPERIMENTAL
|
|
423
|
+
*
|
|
424
|
+
* Interface for P13nPopup which are suitable as content for the `sap.m.p13n.Popup`. Implementation of this
|
|
425
|
+
* interface should include the following methods:
|
|
426
|
+
* - `getTitle`
|
|
427
|
+
*/
|
|
428
|
+
interface IContent {
|
|
429
|
+
__implements__sap_m_p13n_IContent: boolean;
|
|
430
|
+
|
|
431
|
+
/**
|
|
432
|
+
* @EXPERIMENTAL
|
|
433
|
+
*
|
|
434
|
+
* Returns the title, which should be displayed in the P13nPopup to describe related content.
|
|
435
|
+
*
|
|
436
|
+
* @returns The title for the corresponding content to be displayed in the `sap.m.p13n.Popup`.
|
|
437
|
+
*/
|
|
438
|
+
getTitle(): string;
|
|
439
|
+
}
|
|
440
|
+
|
|
441
|
+
interface $BasePanelSettings extends sap.ui.core.$ControlSettings {
|
|
442
|
+
/**
|
|
443
|
+
* A short text describing the panel. **Note:** This text will only be displayed if the panel is being used
|
|
444
|
+
* in a `sap.m.p13n.Popup`.
|
|
445
|
+
*/
|
|
446
|
+
title?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
447
|
+
|
|
448
|
+
/**
|
|
449
|
+
* Determines whether the reordering of personalization items is enabled.
|
|
450
|
+
*/
|
|
451
|
+
enableReorder?:
|
|
452
|
+
| boolean
|
|
453
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
454
|
+
| `{${string}}`;
|
|
455
|
+
|
|
456
|
+
/**
|
|
457
|
+
* Defines an optional message strip to be displayed in the content area.
|
|
458
|
+
*/
|
|
459
|
+
messageStrip?: sap.m.MessageStrip;
|
|
460
|
+
|
|
461
|
+
/**
|
|
462
|
+
* This event is fired if any change has been made within the `BasePanel` control.
|
|
463
|
+
*/
|
|
464
|
+
change?: (oEvent: sap.ui.base.Event) => void;
|
|
465
|
+
}
|
|
466
|
+
|
|
390
467
|
interface $GroupPanelSettings
|
|
391
468
|
extends /* was: sap.m.p13n.$QueryPanelSettings */ Object {
|
|
469
|
+
/**
|
|
470
|
+
* A short text describing the panel. **Note:** This text will only be displayed if the panel is being used
|
|
471
|
+
* in a `sap.m.p13n.Popup`.
|
|
472
|
+
*/
|
|
473
|
+
title?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
474
|
+
|
|
392
475
|
/**
|
|
393
476
|
* Toggles an additional checkbox in the group panel to define whether items are made visible.
|
|
394
477
|
*/
|
|
@@ -430,9 +513,9 @@ declare namespace sap {
|
|
|
430
513
|
/**
|
|
431
514
|
* The panels that are displayed by the `sap.m.p13n.Popup`.
|
|
432
515
|
*/
|
|
433
|
-
panels?:
|
|
434
|
-
|
|
|
435
|
-
|
|
|
516
|
+
panels?:
|
|
517
|
+
| sap.m.p13n.IContent[]
|
|
518
|
+
| sap.m.p13n.IContent
|
|
436
519
|
| sap.ui.base.ManagedObject.AggregationBindingInfo
|
|
437
520
|
| `{${string}}`;
|
|
438
521
|
|
|
@@ -451,10 +534,15 @@ declare namespace sap {
|
|
|
451
534
|
close?: (oEvent: sap.ui.base.Event) => void;
|
|
452
535
|
}
|
|
453
536
|
|
|
454
|
-
interface $SelectionPanelSettings
|
|
455
|
-
extends /* was: sap.m.p13n.$BasePanelSettings */ Object {
|
|
537
|
+
interface $SelectionPanelSettings extends sap.m.p13n.$BasePanelSettings {
|
|
456
538
|
/**
|
|
457
|
-
*
|
|
539
|
+
* A short text describing the panel. **Note:** This text will only be displayed if the panel is being used
|
|
540
|
+
* in a `sap.m.p13n.Popup`.
|
|
541
|
+
*/
|
|
542
|
+
title?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
543
|
+
|
|
544
|
+
/**
|
|
545
|
+
* /** Shows an additional header with a search field and the Show Selected button.
|
|
458
546
|
*/
|
|
459
547
|
showHeader?:
|
|
460
548
|
| boolean
|
|
@@ -491,12 +579,498 @@ declare namespace sap {
|
|
|
491
579
|
}
|
|
492
580
|
|
|
493
581
|
interface $SortPanelSettings
|
|
494
|
-
extends /* was: sap.m.p13n.$QueryPanelSettings */ Object {
|
|
582
|
+
extends /* was: sap.m.p13n.$QueryPanelSettings */ Object {
|
|
583
|
+
/**
|
|
584
|
+
* A short text describing the panel. **Note:** This text will only be displayed if the panel is being used
|
|
585
|
+
* in a `sap.m.p13n.Popup`.
|
|
586
|
+
*/
|
|
587
|
+
title?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
588
|
+
}
|
|
589
|
+
|
|
590
|
+
/**
|
|
591
|
+
* @SINCE 1.104
|
|
592
|
+
* @EXPERIMENTAL (since 1.104)
|
|
593
|
+
*
|
|
594
|
+
* The `Engine` offers personalization capabilites by registering a control instance for modification such
|
|
595
|
+
* as:
|
|
596
|
+
*
|
|
597
|
+
*
|
|
598
|
+
* - `sap.m.p13n.Popup` initialization
|
|
599
|
+
* - Storing personalization states by chosing the desired persistence layer
|
|
600
|
+
* - State appliance considering the persistence layer
|
|
601
|
+
*
|
|
602
|
+
* The Engine should be used whenever personalization should be enabled by considering a certain persistence
|
|
603
|
+
* layer. Available controller implementations for the registration process are:
|
|
604
|
+
*
|
|
605
|
+
*
|
|
606
|
+
* - {@link sap.m.p13n.SelectionController SelectionController}: can be used to define a list of selectable
|
|
607
|
+
* entries
|
|
608
|
+
* - {@link sap.m.p13n.SortController SortController}: can be used to define a list of sortable properties
|
|
609
|
+
*
|
|
610
|
+
* - {@link sap.m.p13n.GroupController GroupController}: can be used to define a list of groupable properties
|
|
611
|
+
*
|
|
612
|
+
*
|
|
613
|
+
* The following persistence layers can be chosen for personalization services:
|
|
614
|
+
*
|
|
615
|
+
*
|
|
616
|
+
* - {@link sap.m.p13n.modification.FlexModificationHandler FlexModificationHandler}: Can be used in combination
|
|
617
|
+
* with `sap.ui.fl.variants.VariantManagement` to persist state in variant using `sap.ui.fl` capabilites.
|
|
618
|
+
*
|
|
619
|
+
* - {@link sap.m.p13n.modification.LocalStorageModificationHandler LocalStorageModificationHandler}:
|
|
620
|
+
* can be used to store personalization state in the local storage
|
|
621
|
+
* - {@link sap.m.p13n.modification.ModificationHandler ModificationHandler}: will be used by default
|
|
622
|
+
* - this handler will not persist state.
|
|
623
|
+
*/
|
|
624
|
+
interface Engine {
|
|
625
|
+
/**
|
|
626
|
+
* Creates a new subclass of class sap.m.p13n.Engine with name `sClassName` and enriches it with the information
|
|
627
|
+
* contained in `oClassInfo`.
|
|
628
|
+
*
|
|
629
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.m.p13n.AdaptationProvider.extend}.
|
|
630
|
+
*
|
|
631
|
+
* @returns Created class / constructor function
|
|
632
|
+
*/
|
|
633
|
+
extend(
|
|
634
|
+
/**
|
|
635
|
+
* Name of the class being created
|
|
636
|
+
*/
|
|
637
|
+
sClassName: string,
|
|
638
|
+
/**
|
|
639
|
+
* Object literal with information about the class
|
|
640
|
+
*/
|
|
641
|
+
oClassInfo?: object,
|
|
642
|
+
/**
|
|
643
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
644
|
+
* used by this class
|
|
645
|
+
*/
|
|
646
|
+
FNMetaImpl?: Function
|
|
647
|
+
): Function;
|
|
648
|
+
/**
|
|
649
|
+
* Returns a metadata object for class sap.m.p13n.Engine.
|
|
650
|
+
*
|
|
651
|
+
* @returns Metadata object describing this class
|
|
652
|
+
*/
|
|
653
|
+
getMetadata(): sap.ui.base.Metadata;
|
|
654
|
+
/**
|
|
655
|
+
* @EXPERIMENTAL (since 1.104)
|
|
656
|
+
*
|
|
657
|
+
* Apply a State on a control by passing an object that contains the registered controller key and an object
|
|
658
|
+
* matching the innter subcontroller housekeeping.
|
|
659
|
+
*
|
|
660
|
+
* @returns A Promise resolving after the state has been applied
|
|
661
|
+
*/
|
|
662
|
+
applyState(
|
|
663
|
+
/**
|
|
664
|
+
* The registered control instance
|
|
665
|
+
*/
|
|
666
|
+
oControl: /* was: sap.m.Control */ any,
|
|
667
|
+
/**
|
|
668
|
+
* The state object
|
|
669
|
+
*/
|
|
670
|
+
oState: object,
|
|
671
|
+
/**
|
|
672
|
+
* Defines whether the state should be an additional delta on the current control state
|
|
673
|
+
*/
|
|
674
|
+
bApplyAbsolute: boolean
|
|
675
|
+
): Promise<any>;
|
|
676
|
+
/**
|
|
677
|
+
* @EXPERIMENTAL (since 1.104)
|
|
678
|
+
*
|
|
679
|
+
* Attaches an event handler to the `StateHandlerRegistry` class. The event handler may be fired every time
|
|
680
|
+
* a user triggers a personalization change for a control instance during runtime.
|
|
681
|
+
*
|
|
682
|
+
* @returns Returns `this` to allow method chaining
|
|
683
|
+
*/
|
|
684
|
+
attachStateChange(
|
|
685
|
+
/**
|
|
686
|
+
* The handler function to call when the event occurs
|
|
687
|
+
*/
|
|
688
|
+
fnStateEventHandler: Function
|
|
689
|
+
): this;
|
|
690
|
+
/**
|
|
691
|
+
* @EXPERIMENTAL (since 1.104)
|
|
692
|
+
*
|
|
693
|
+
* Deregister a registered control. By deregistering a control the control will be removed from the `Engine`
|
|
694
|
+
* registry and all instance specific sub modules such as the registered controllers are going to be destroyed.
|
|
695
|
+
*/
|
|
696
|
+
deregister(
|
|
697
|
+
/**
|
|
698
|
+
* The registered control instance
|
|
699
|
+
*/
|
|
700
|
+
oControl: /* was: sap.m.Control */ any
|
|
701
|
+
): void;
|
|
702
|
+
/**
|
|
703
|
+
* @EXPERIMENTAL (since 1.104)
|
|
704
|
+
*
|
|
705
|
+
* Removes a previously attached state change event handler from the `StateHandlerRegistry` class. The passed
|
|
706
|
+
* parameters must match those used for registration with {@link Engine#attachStateChange} beforehand.
|
|
707
|
+
*
|
|
708
|
+
* @returns Returns `this` to allow method chaining
|
|
709
|
+
*/
|
|
710
|
+
detachStateChange(
|
|
711
|
+
/**
|
|
712
|
+
* The handler function to detach from the event
|
|
713
|
+
*/
|
|
714
|
+
fnStateEventHandler: Function
|
|
715
|
+
): this;
|
|
716
|
+
/**
|
|
717
|
+
* @EXPERIMENTAL (since 1.104)
|
|
718
|
+
*
|
|
719
|
+
* This method should only be called once per instance to register provided classes of `sap.m.p13n.Controller`
|
|
720
|
+
* for the control instance.
|
|
721
|
+
*/
|
|
722
|
+
register(
|
|
723
|
+
/**
|
|
724
|
+
* The control insance to be registered for adaptation
|
|
725
|
+
*/
|
|
726
|
+
oControl: /* was: sap.m.Control */ any,
|
|
727
|
+
/**
|
|
728
|
+
* The config object providing key value pairs of keys and `sap.m.p13n.*Controller` classes.
|
|
729
|
+
*/
|
|
730
|
+
oConfig: Object
|
|
731
|
+
): void;
|
|
732
|
+
/**
|
|
733
|
+
* @EXPERIMENTAL (since 1.104)
|
|
734
|
+
*
|
|
735
|
+
* This method can be used to trigger a reset on the provided control instance.
|
|
736
|
+
*
|
|
737
|
+
* @returns A Promise resolving once the reset is completed.
|
|
738
|
+
*/
|
|
739
|
+
reset(
|
|
740
|
+
/**
|
|
741
|
+
* The according control instance.
|
|
742
|
+
*/
|
|
743
|
+
oControl: /* was: sap.m.Control */ any,
|
|
744
|
+
/**
|
|
745
|
+
* The key for the affected config.
|
|
746
|
+
*/
|
|
747
|
+
aKeys: string
|
|
748
|
+
): Promise<any>;
|
|
749
|
+
/**
|
|
750
|
+
* Retrieves the externalized state for a given control instance, after all necessary changes have been
|
|
751
|
+
* applied (e.g. modification handler appliance). After the returned Promise has been resolved, the returned
|
|
752
|
+
* State is in sync with the according state object of the control.
|
|
753
|
+
*
|
|
754
|
+
* @returns a Promise resolving in the current control state.
|
|
755
|
+
*/
|
|
756
|
+
retrieveState(
|
|
757
|
+
/**
|
|
758
|
+
* The control instance implementing IxState to retrieve the externalized state
|
|
759
|
+
*/
|
|
760
|
+
oControl: object
|
|
761
|
+
): Promise<any>;
|
|
762
|
+
/**
|
|
763
|
+
* @EXPERIMENTAL (since 1.104)
|
|
764
|
+
*
|
|
765
|
+
* Opens the personalization dialog.
|
|
766
|
+
*
|
|
767
|
+
* @returns Promise resolving in the `sap.m.p13n.Popup` instance.
|
|
768
|
+
*/
|
|
769
|
+
show(
|
|
770
|
+
/**
|
|
771
|
+
* The control instance to be personalized
|
|
772
|
+
*/
|
|
773
|
+
oControl: sap.ui.core.Control,
|
|
774
|
+
/**
|
|
775
|
+
* The affected panels that should be added to the `sap.m.p13n.Popup`
|
|
776
|
+
*/
|
|
777
|
+
vPanelKeys: string | string[],
|
|
778
|
+
/**
|
|
779
|
+
* The settings object for the personalization
|
|
780
|
+
*/
|
|
781
|
+
mSettings: {
|
|
782
|
+
/**
|
|
783
|
+
* The title for the `sap.m.p13n.Popup` control
|
|
784
|
+
*/
|
|
785
|
+
title?: string;
|
|
786
|
+
/**
|
|
787
|
+
* The source control to be used by the `sap.m.p13n.Popup` control (only necessary in case the mode is set
|
|
788
|
+
* to `ResponsivePopover`)
|
|
789
|
+
*/
|
|
790
|
+
source?: object;
|
|
791
|
+
/**
|
|
792
|
+
* The mode to be used by the `sap.m.p13n.Popup` control
|
|
793
|
+
*/
|
|
794
|
+
mode?: object;
|
|
795
|
+
/**
|
|
796
|
+
* Height configuration for the related popup container
|
|
797
|
+
*/
|
|
798
|
+
contentHeight?: object;
|
|
799
|
+
/**
|
|
800
|
+
* Width configuration for the related popup container
|
|
801
|
+
*/
|
|
802
|
+
contentWidth?: object;
|
|
803
|
+
}
|
|
804
|
+
): Promise<any>;
|
|
805
|
+
}
|
|
806
|
+
const Engine: Engine;
|
|
495
807
|
|
|
496
808
|
/**
|
|
497
809
|
* @SINCE 1.96
|
|
498
810
|
* @EXPERIMENTAL (since 1.96)
|
|
499
811
|
*
|
|
812
|
+
* This control serves as base class for personalization implementations. This faceless class serves as
|
|
813
|
+
* a way to implement control-specific personalization panels.
|
|
814
|
+
*/
|
|
815
|
+
class BasePanel
|
|
816
|
+
extends sap.ui.core.Control
|
|
817
|
+
implements sap.m.p13n.IContent {
|
|
818
|
+
__implements__sap_m_p13n_IContent: boolean;
|
|
819
|
+
/**
|
|
820
|
+
* Constructor for a new `BasePanel`.
|
|
821
|
+
*
|
|
822
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
823
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
824
|
+
* of the syntax of the settings object.
|
|
825
|
+
*/
|
|
826
|
+
constructor(
|
|
827
|
+
/**
|
|
828
|
+
* Initial settings for the new control
|
|
829
|
+
*/
|
|
830
|
+
mSettings?: sap.m.p13n.$BasePanelSettings
|
|
831
|
+
);
|
|
832
|
+
/**
|
|
833
|
+
* Constructor for a new `BasePanel`.
|
|
834
|
+
*
|
|
835
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
836
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
837
|
+
* of the syntax of the settings object.
|
|
838
|
+
*/
|
|
839
|
+
constructor(
|
|
840
|
+
/**
|
|
841
|
+
* ID for the new control, generated automatically if no ID is given
|
|
842
|
+
*/
|
|
843
|
+
sId?: string,
|
|
844
|
+
/**
|
|
845
|
+
* Initial settings for the new control
|
|
846
|
+
*/
|
|
847
|
+
mSettings?: sap.m.p13n.$BasePanelSettings
|
|
848
|
+
);
|
|
849
|
+
|
|
850
|
+
/**
|
|
851
|
+
* Creates a new subclass of class sap.m.p13n.BasePanel with name `sClassName` and enriches it with the
|
|
852
|
+
* information contained in `oClassInfo`.
|
|
853
|
+
*
|
|
854
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
|
|
855
|
+
*
|
|
856
|
+
* @returns Created class / constructor function
|
|
857
|
+
*/
|
|
858
|
+
static extend<T extends Record<string, unknown>>(
|
|
859
|
+
/**
|
|
860
|
+
* Name of the class being created
|
|
861
|
+
*/
|
|
862
|
+
sClassName: string,
|
|
863
|
+
/**
|
|
864
|
+
* Object literal with information about the class
|
|
865
|
+
*/
|
|
866
|
+
oClassInfo?: sap.ClassInfo<T, sap.m.p13n.BasePanel>,
|
|
867
|
+
/**
|
|
868
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
869
|
+
* used by this class
|
|
870
|
+
*/
|
|
871
|
+
FNMetaImpl?: Function
|
|
872
|
+
): Function;
|
|
873
|
+
/**
|
|
874
|
+
* Returns a metadata object for class sap.m.p13n.BasePanel.
|
|
875
|
+
*
|
|
876
|
+
* @returns Metadata object describing this class
|
|
877
|
+
*/
|
|
878
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
879
|
+
/**
|
|
880
|
+
* Attaches event handler `fnFunction` to the {@link #event:change change} event of this `sap.m.p13n.BasePanel`.
|
|
881
|
+
*
|
|
882
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
883
|
+
* otherwise it will be bound to this `sap.m.p13n.BasePanel` itself.
|
|
884
|
+
*
|
|
885
|
+
* This event is fired if any change has been made within the `BasePanel` control.
|
|
886
|
+
*
|
|
887
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
888
|
+
*/
|
|
889
|
+
attachChange(
|
|
890
|
+
/**
|
|
891
|
+
* An application-specific payload object that will be passed to the event handler along with the event
|
|
892
|
+
* object when firing the event
|
|
893
|
+
*/
|
|
894
|
+
oData: object,
|
|
895
|
+
/**
|
|
896
|
+
* The function to be called when the event occurs
|
|
897
|
+
*/
|
|
898
|
+
fnFunction: (p1: sap.ui.base.Event) => void,
|
|
899
|
+
/**
|
|
900
|
+
* Context object to call the event handler with. Defaults to this `sap.m.p13n.BasePanel` itself
|
|
901
|
+
*/
|
|
902
|
+
oListener?: object
|
|
903
|
+
): this;
|
|
904
|
+
/**
|
|
905
|
+
* Attaches event handler `fnFunction` to the {@link #event:change change} event of this `sap.m.p13n.BasePanel`.
|
|
906
|
+
*
|
|
907
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
908
|
+
* otherwise it will be bound to this `sap.m.p13n.BasePanel` itself.
|
|
909
|
+
*
|
|
910
|
+
* This event is fired if any change has been made within the `BasePanel` control.
|
|
911
|
+
*
|
|
912
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
913
|
+
*/
|
|
914
|
+
attachChange(
|
|
915
|
+
/**
|
|
916
|
+
* The function to be called when the event occurs
|
|
917
|
+
*/
|
|
918
|
+
fnFunction: (p1: sap.ui.base.Event) => void,
|
|
919
|
+
/**
|
|
920
|
+
* Context object to call the event handler with. Defaults to this `sap.m.p13n.BasePanel` itself
|
|
921
|
+
*/
|
|
922
|
+
oListener?: object
|
|
923
|
+
): this;
|
|
924
|
+
/**
|
|
925
|
+
* Destroys the messageStrip in the aggregation {@link #getMessageStrip messageStrip}.
|
|
926
|
+
*
|
|
927
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
928
|
+
*/
|
|
929
|
+
destroyMessageStrip(): this;
|
|
930
|
+
/**
|
|
931
|
+
* Detaches event handler `fnFunction` from the {@link #event:change change} event of this `sap.m.p13n.BasePanel`.
|
|
932
|
+
*
|
|
933
|
+
* The passed function and listener object must match the ones used for event registration.
|
|
934
|
+
*
|
|
935
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
936
|
+
*/
|
|
937
|
+
detachChange(
|
|
938
|
+
/**
|
|
939
|
+
* The function to be called, when the event occurs
|
|
940
|
+
*/
|
|
941
|
+
fnFunction: (p1: sap.ui.base.Event) => void,
|
|
942
|
+
/**
|
|
943
|
+
* Context object on which the given function had to be called
|
|
944
|
+
*/
|
|
945
|
+
oListener?: object
|
|
946
|
+
): this;
|
|
947
|
+
/**
|
|
948
|
+
* Fires event {@link #event:change change} to attached listeners.
|
|
949
|
+
*
|
|
950
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
951
|
+
*/
|
|
952
|
+
fireChange(
|
|
953
|
+
/**
|
|
954
|
+
* Parameters to pass along with the event
|
|
955
|
+
*/
|
|
956
|
+
mParameters?: object
|
|
957
|
+
): this;
|
|
958
|
+
/**
|
|
959
|
+
* Gets current value of property {@link #getEnableReorder enableReorder}.
|
|
960
|
+
*
|
|
961
|
+
* Determines whether the reordering of personalization items is enabled.
|
|
962
|
+
*
|
|
963
|
+
* Default value is `true`.
|
|
964
|
+
*
|
|
965
|
+
* @returns Value of property `enableReorder`
|
|
966
|
+
*/
|
|
967
|
+
getEnableReorder(): boolean;
|
|
968
|
+
/**
|
|
969
|
+
* Getter for the `messageStrip` aggregation.
|
|
970
|
+
*
|
|
971
|
+
* @returns The BasePanel instance
|
|
972
|
+
*/
|
|
973
|
+
getMessageStrip(): sap.m.p13n.BasePanel;
|
|
974
|
+
/**
|
|
975
|
+
* Returns the personalization state that is currently displayed by the `BasePanel`.
|
|
976
|
+
*
|
|
977
|
+
* @returns An array containing the personalization state that is currently displayed by the `BasePanel`
|
|
978
|
+
*/
|
|
979
|
+
getP13nData(
|
|
980
|
+
/**
|
|
981
|
+
* Determines whether only the present items is included
|
|
982
|
+
*/
|
|
983
|
+
bOnlyActive: boolean
|
|
984
|
+
): sap.m.p13n.Item[];
|
|
985
|
+
/**
|
|
986
|
+
* Gets current value of property {@link #getTitle title}.
|
|
987
|
+
*
|
|
988
|
+
* A short text describing the panel. **Note:** This text will only be displayed if the panel is being used
|
|
989
|
+
* in a `sap.m.p13n.Popup`.
|
|
990
|
+
*
|
|
991
|
+
* @returns Value of property `title`
|
|
992
|
+
*/
|
|
993
|
+
getTitle(): string;
|
|
994
|
+
/**
|
|
995
|
+
* The `enableReorder` property determines whether additional move buttons are shown when hovering over
|
|
996
|
+
* the inner list. In addition, drag and drop will be enabled for the inner list control.
|
|
997
|
+
*
|
|
998
|
+
* @returns The BasePanel instance
|
|
999
|
+
*/
|
|
1000
|
+
setEnableReorder(
|
|
1001
|
+
/**
|
|
1002
|
+
* Determines whether reordering is enabled
|
|
1003
|
+
*/
|
|
1004
|
+
bEnableReorder: boolean
|
|
1005
|
+
): sap.m.p13n.BasePanel;
|
|
1006
|
+
/**
|
|
1007
|
+
* Displays a `sap.m.MessageStrip` instance in the content area of the `BasePanel`.
|
|
1008
|
+
*
|
|
1009
|
+
* @returns The `BasePanel` instance
|
|
1010
|
+
*/
|
|
1011
|
+
setMessageStrip(
|
|
1012
|
+
/**
|
|
1013
|
+
* Instance of a sap.m.MessageStrip
|
|
1014
|
+
*/
|
|
1015
|
+
oStrip: sap.m.MessageStrip
|
|
1016
|
+
): sap.m.p13n.BasePanel;
|
|
1017
|
+
/**
|
|
1018
|
+
* Sets the personalization state of the panel instance.
|
|
1019
|
+
*
|
|
1020
|
+
* @returns The BasePanel instance
|
|
1021
|
+
*/
|
|
1022
|
+
setP13nData(
|
|
1023
|
+
/**
|
|
1024
|
+
* An array containing the personalization state that is represented by the `BasePanel`.
|
|
1025
|
+
*/
|
|
1026
|
+
aP13nData: sap.m.p13n.Item[]
|
|
1027
|
+
): this;
|
|
1028
|
+
/**
|
|
1029
|
+
* Sets a new value for property {@link #getTitle title}.
|
|
1030
|
+
*
|
|
1031
|
+
* A short text describing the panel. **Note:** This text will only be displayed if the panel is being used
|
|
1032
|
+
* in a `sap.m.p13n.Popup`.
|
|
1033
|
+
*
|
|
1034
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1035
|
+
*
|
|
1036
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
1037
|
+
*/
|
|
1038
|
+
setTitle(
|
|
1039
|
+
/**
|
|
1040
|
+
* New value for property `title`
|
|
1041
|
+
*/
|
|
1042
|
+
sTitle: string
|
|
1043
|
+
): this;
|
|
1044
|
+
}
|
|
1045
|
+
/**
|
|
1046
|
+
* @SINCE 1.104
|
|
1047
|
+
* @EXPERIMENTAL
|
|
1048
|
+
*
|
|
1049
|
+
* The `GroupController` serves as base class to create sort specific personalization implementations.
|
|
1050
|
+
*/
|
|
1051
|
+
class GroupController extends sap.ui.base.Object {
|
|
1052
|
+
/**
|
|
1053
|
+
* Constructor for a new `GroupController`.
|
|
1054
|
+
*/
|
|
1055
|
+
constructor(
|
|
1056
|
+
/**
|
|
1057
|
+
* ID for the new control, generated automatically if no ID is given
|
|
1058
|
+
*/
|
|
1059
|
+
sId?: string,
|
|
1060
|
+
/**
|
|
1061
|
+
* Initial settings for the new control
|
|
1062
|
+
*/
|
|
1063
|
+
mSettings?: {
|
|
1064
|
+
/**
|
|
1065
|
+
* The control instance to be personalized by this controller
|
|
1066
|
+
*/
|
|
1067
|
+
control: sap.ui.core.Control;
|
|
1068
|
+
}
|
|
1069
|
+
);
|
|
1070
|
+
}
|
|
1071
|
+
/**
|
|
1072
|
+
* @EXPERIMENTAL (since 1.104)
|
|
1073
|
+
*
|
|
500
1074
|
* This control can be used to customize personalization content for grouping for an associated control
|
|
501
1075
|
* instance.
|
|
502
1076
|
*/
|
|
@@ -582,6 +1156,17 @@ declare namespace sap {
|
|
|
582
1156
|
* @returns Value of property `enableShowField`
|
|
583
1157
|
*/
|
|
584
1158
|
getEnableShowField(): boolean;
|
|
1159
|
+
/**
|
|
1160
|
+
* Gets current value of property {@link #getTitle title}.
|
|
1161
|
+
*
|
|
1162
|
+
* A short text describing the panel. **Note:** This text will only be displayed if the panel is being used
|
|
1163
|
+
* in a `sap.m.p13n.Popup`.
|
|
1164
|
+
*
|
|
1165
|
+
* Default value is `...see text or source`.
|
|
1166
|
+
*
|
|
1167
|
+
* @returns Value of property `title`
|
|
1168
|
+
*/
|
|
1169
|
+
getTitle(): string;
|
|
585
1170
|
/**
|
|
586
1171
|
* Sets a new value for property {@link #getEnableShowField enableShowField}.
|
|
587
1172
|
*
|
|
@@ -599,6 +1184,24 @@ declare namespace sap {
|
|
|
599
1184
|
*/
|
|
600
1185
|
bEnableShowField?: boolean
|
|
601
1186
|
): this;
|
|
1187
|
+
/**
|
|
1188
|
+
* Sets a new value for property {@link #getTitle title}.
|
|
1189
|
+
*
|
|
1190
|
+
* A short text describing the panel. **Note:** This text will only be displayed if the panel is being used
|
|
1191
|
+
* in a `sap.m.p13n.Popup`.
|
|
1192
|
+
*
|
|
1193
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1194
|
+
*
|
|
1195
|
+
* Default value is `...see text or source`.
|
|
1196
|
+
*
|
|
1197
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
1198
|
+
*/
|
|
1199
|
+
setTitle(
|
|
1200
|
+
/**
|
|
1201
|
+
* New value for property `title`
|
|
1202
|
+
*/
|
|
1203
|
+
sTitle?: string
|
|
1204
|
+
): this;
|
|
602
1205
|
}
|
|
603
1206
|
/**
|
|
604
1207
|
* @SINCE 1.97
|
|
@@ -687,7 +1290,11 @@ declare namespace sap {
|
|
|
687
1290
|
/**
|
|
688
1291
|
* The panel instance
|
|
689
1292
|
*/
|
|
690
|
-
oPanel:
|
|
1293
|
+
oPanel: sap.m.p13n.IContent,
|
|
1294
|
+
/**
|
|
1295
|
+
* Optional key to be used for the panel registration instead of using the id
|
|
1296
|
+
*/
|
|
1297
|
+
sKey?: string
|
|
691
1298
|
): sap.m.p13n.Popup;
|
|
692
1299
|
/**
|
|
693
1300
|
* Attaches event handler `fnFunction` to the {@link #event:close close} event of this `sap.m.p13n.Popup`.
|
|
@@ -795,7 +1402,7 @@ declare namespace sap {
|
|
|
795
1402
|
*
|
|
796
1403
|
* @returns An array of panel instances
|
|
797
1404
|
*/
|
|
798
|
-
getPanels():
|
|
1405
|
+
getPanels(): sap.m.p13n.IContent[];
|
|
799
1406
|
/**
|
|
800
1407
|
* Gets current value of property {@link #getReset reset}.
|
|
801
1408
|
*
|
|
@@ -844,7 +1451,7 @@ declare namespace sap {
|
|
|
844
1451
|
/**
|
|
845
1452
|
* The panel whose index is looked for
|
|
846
1453
|
*/
|
|
847
|
-
oPanel:
|
|
1454
|
+
oPanel: sap.m.p13n.IContent
|
|
848
1455
|
): int;
|
|
849
1456
|
/**
|
|
850
1457
|
* Inserts a additionalButton into the aggregation {@link #getAdditionalButtons additionalButtons}.
|
|
@@ -872,7 +1479,7 @@ declare namespace sap {
|
|
|
872
1479
|
/**
|
|
873
1480
|
* The panel to insert; if empty, nothing is inserted
|
|
874
1481
|
*/
|
|
875
|
-
oPanel:
|
|
1482
|
+
oPanel: sap.m.p13n.IContent,
|
|
876
1483
|
/**
|
|
877
1484
|
* The `0`-based index the panel should be inserted at; for a negative value of `iIndex`, the panel is inserted
|
|
878
1485
|
* at position 0; for a value greater than the current size of the aggregation, the panel is inserted at
|
|
@@ -918,7 +1525,7 @@ declare namespace sap {
|
|
|
918
1525
|
* The additionalButton to remove or its index or id
|
|
919
1526
|
*/
|
|
920
1527
|
vAdditionalButton: int | string | sap.m.Button
|
|
921
|
-
): sap.m.Button;
|
|
1528
|
+
): sap.m.Button | null;
|
|
922
1529
|
/**
|
|
923
1530
|
* Removes all the controls from the aggregation {@link #getAdditionalButtons additionalButtons}.
|
|
924
1531
|
*
|
|
@@ -927,14 +1534,6 @@ declare namespace sap {
|
|
|
927
1534
|
* @returns An array of the removed elements (might be empty)
|
|
928
1535
|
*/
|
|
929
1536
|
removeAllAdditionalButtons(): sap.m.Button[];
|
|
930
|
-
/**
|
|
931
|
-
* Removes all the controls from the aggregation {@link #getPanels panels}.
|
|
932
|
-
*
|
|
933
|
-
* Additionally, it unregisters them from the hosting UIArea.
|
|
934
|
-
*
|
|
935
|
-
* @returns An array of the removed elements (might be empty)
|
|
936
|
-
*/
|
|
937
|
-
removeAllPanels(): /* was: sap.m.p13n.IContent */ any[];
|
|
938
1537
|
/**
|
|
939
1538
|
* Removes a panel instance.
|
|
940
1539
|
*
|
|
@@ -944,7 +1543,7 @@ declare namespace sap {
|
|
|
944
1543
|
/**
|
|
945
1544
|
* The panel instance
|
|
946
1545
|
*/
|
|
947
|
-
oPanel:
|
|
1546
|
+
oPanel: sap.m.p13n.IContent
|
|
948
1547
|
): sap.m.p13n.Popup;
|
|
949
1548
|
/**
|
|
950
1549
|
* Sets the desired popup mode, see also {@link sap.m.P13nPopupMode}.
|
|
@@ -957,22 +1556,6 @@ declare namespace sap {
|
|
|
957
1556
|
*/
|
|
958
1557
|
sMode: sap.m.P13nPopupMode
|
|
959
1558
|
): sap.m.p13n.Popup;
|
|
960
|
-
/**
|
|
961
|
-
* Sets a new value for property {@link #getReset reset}.
|
|
962
|
-
*
|
|
963
|
-
* A callback that will be executed once a reset has been triggered. **Note:** The Reset button will only
|
|
964
|
-
* be shown in case this callback is provided.
|
|
965
|
-
*
|
|
966
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
967
|
-
*
|
|
968
|
-
* @returns Reference to `this` in order to allow method chaining
|
|
969
|
-
*/
|
|
970
|
-
setReset(
|
|
971
|
-
/**
|
|
972
|
-
* New value for property `reset`
|
|
973
|
-
*/
|
|
974
|
-
fnReset: Function
|
|
975
|
-
): this;
|
|
976
1559
|
/**
|
|
977
1560
|
* Sets a new value for property {@link #getTitle title}.
|
|
978
1561
|
*
|
|
@@ -1005,6 +1588,65 @@ declare namespace sap {
|
|
|
1005
1588
|
sWarningText: string
|
|
1006
1589
|
): this;
|
|
1007
1590
|
}
|
|
1591
|
+
/**
|
|
1592
|
+
* @EXPERIMENTAL (since 1.104)
|
|
1593
|
+
*
|
|
1594
|
+
* The `SelectionController` serves as base class to create control specific personalization implementations.
|
|
1595
|
+
*/
|
|
1596
|
+
class SelectionController extends sap.ui.base.Object {
|
|
1597
|
+
/**
|
|
1598
|
+
* Constructor for a new `SelectionController`.
|
|
1599
|
+
*/
|
|
1600
|
+
constructor(
|
|
1601
|
+
/**
|
|
1602
|
+
* ID for the new control, generated automatically if no ID is given
|
|
1603
|
+
*/
|
|
1604
|
+
sId?: string,
|
|
1605
|
+
/**
|
|
1606
|
+
* Initial settings for the new control
|
|
1607
|
+
*/
|
|
1608
|
+
mSettings?: {
|
|
1609
|
+
/**
|
|
1610
|
+
* The control instance to be personalized by this controller
|
|
1611
|
+
*/
|
|
1612
|
+
control: sap.ui.core.Control;
|
|
1613
|
+
/**
|
|
1614
|
+
* The name of the personalized aggregation
|
|
1615
|
+
*/
|
|
1616
|
+
targetAggregation: string;
|
|
1617
|
+
}
|
|
1618
|
+
);
|
|
1619
|
+
|
|
1620
|
+
/**
|
|
1621
|
+
* Creates a new subclass of class sap.m.p13n.SelectionController with name `sClassName` and enriches it
|
|
1622
|
+
* with the information contained in `oClassInfo`.
|
|
1623
|
+
*
|
|
1624
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.base.Object.extend}.
|
|
1625
|
+
*
|
|
1626
|
+
* @returns Created class / constructor function
|
|
1627
|
+
*/
|
|
1628
|
+
static extend<T extends Record<string, unknown>>(
|
|
1629
|
+
/**
|
|
1630
|
+
* Name of the class being created
|
|
1631
|
+
*/
|
|
1632
|
+
sClassName: string,
|
|
1633
|
+
/**
|
|
1634
|
+
* Object literal with information about the class
|
|
1635
|
+
*/
|
|
1636
|
+
oClassInfo?: sap.ClassInfo<T, sap.m.p13n.SelectionController>,
|
|
1637
|
+
/**
|
|
1638
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
1639
|
+
* used by this class
|
|
1640
|
+
*/
|
|
1641
|
+
FNMetaImpl?: Function
|
|
1642
|
+
): Function;
|
|
1643
|
+
/**
|
|
1644
|
+
* Returns a metadata object for class sap.m.p13n.SelectionController.
|
|
1645
|
+
*
|
|
1646
|
+
* @returns Metadata object describing this class
|
|
1647
|
+
*/
|
|
1648
|
+
static getMetadata(): sap.ui.base.Metadata;
|
|
1649
|
+
}
|
|
1008
1650
|
/**
|
|
1009
1651
|
* @SINCE 1.96
|
|
1010
1652
|
* @EXPERIMENTAL (since 1.96)
|
|
@@ -1012,7 +1654,7 @@ declare namespace sap {
|
|
|
1012
1654
|
* This control can be used to customize personalization content for adding/removing items for an associated
|
|
1013
1655
|
* control instance.
|
|
1014
1656
|
*/
|
|
1015
|
-
class SelectionPanel
|
|
1657
|
+
class SelectionPanel extends sap.m.p13n.BasePanel {
|
|
1016
1658
|
/**
|
|
1017
1659
|
* Constructor for a new `SelectionPanel`.
|
|
1018
1660
|
*
|
|
@@ -1116,13 +1758,24 @@ declare namespace sap {
|
|
|
1116
1758
|
/**
|
|
1117
1759
|
* Gets current value of property {@link #getShowHeader showHeader}.
|
|
1118
1760
|
*
|
|
1119
|
-
* Shows an additional header with a search field and the Show Selected button.
|
|
1761
|
+
* /** Shows an additional header with a search field and the Show Selected button.
|
|
1120
1762
|
*
|
|
1121
1763
|
* Default value is `false`.
|
|
1122
1764
|
*
|
|
1123
1765
|
* @returns Value of property `showHeader`
|
|
1124
1766
|
*/
|
|
1125
1767
|
getShowHeader(): boolean;
|
|
1768
|
+
/**
|
|
1769
|
+
* Gets current value of property {@link #getTitle title}.
|
|
1770
|
+
*
|
|
1771
|
+
* A short text describing the panel. **Note:** This text will only be displayed if the panel is being used
|
|
1772
|
+
* in a `sap.m.p13n.Popup`.
|
|
1773
|
+
*
|
|
1774
|
+
* Default value is `...see text or source`.
|
|
1775
|
+
*
|
|
1776
|
+
* @returns Value of property `title`
|
|
1777
|
+
*/
|
|
1778
|
+
getTitle(): string;
|
|
1126
1779
|
/**
|
|
1127
1780
|
* Sets a new value for property {@link #getActiveColumn activeColumn}.
|
|
1128
1781
|
*
|
|
@@ -1193,17 +1846,19 @@ declare namespace sap {
|
|
|
1193
1846
|
): this;
|
|
1194
1847
|
/**
|
|
1195
1848
|
* Sets the personalization state of the panel instance.
|
|
1849
|
+
*
|
|
1850
|
+
* @returns The `SelectionPanel` instance
|
|
1196
1851
|
*/
|
|
1197
1852
|
setP13nData(
|
|
1198
1853
|
/**
|
|
1199
1854
|
* An array containing the personalization state that is represented by the `SelectionPanel`.
|
|
1200
1855
|
*/
|
|
1201
1856
|
aP13nData: sap.m.p13n.Item[]
|
|
1202
|
-
):
|
|
1857
|
+
): this;
|
|
1203
1858
|
/**
|
|
1204
1859
|
* Sets a new value for property {@link #getShowHeader showHeader}.
|
|
1205
1860
|
*
|
|
1206
|
-
* Shows an additional header with a search field and the Show Selected button.
|
|
1861
|
+
* /** Shows an additional header with a search field and the Show Selected button.
|
|
1207
1862
|
*
|
|
1208
1863
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1209
1864
|
*
|
|
@@ -1217,6 +1872,79 @@ declare namespace sap {
|
|
|
1217
1872
|
*/
|
|
1218
1873
|
bShowHeader?: boolean
|
|
1219
1874
|
): this;
|
|
1875
|
+
/**
|
|
1876
|
+
* Sets a new value for property {@link #getTitle title}.
|
|
1877
|
+
*
|
|
1878
|
+
* A short text describing the panel. **Note:** This text will only be displayed if the panel is being used
|
|
1879
|
+
* in a `sap.m.p13n.Popup`.
|
|
1880
|
+
*
|
|
1881
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1882
|
+
*
|
|
1883
|
+
* Default value is `...see text or source`.
|
|
1884
|
+
*
|
|
1885
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
1886
|
+
*/
|
|
1887
|
+
setTitle(
|
|
1888
|
+
/**
|
|
1889
|
+
* New value for property `title`
|
|
1890
|
+
*/
|
|
1891
|
+
sTitle?: string
|
|
1892
|
+
): this;
|
|
1893
|
+
}
|
|
1894
|
+
/**
|
|
1895
|
+
* @EXPERIMENTAL (since 1.104)
|
|
1896
|
+
*
|
|
1897
|
+
* The `SortController` serves as base class to create sort specific personalization implementations.
|
|
1898
|
+
*/
|
|
1899
|
+
class SortController extends sap.ui.base.Object {
|
|
1900
|
+
/**
|
|
1901
|
+
* Constructor for a new `SortController`.
|
|
1902
|
+
*/
|
|
1903
|
+
constructor(
|
|
1904
|
+
/**
|
|
1905
|
+
* ID for the new control, generated automatically if no ID is given
|
|
1906
|
+
*/
|
|
1907
|
+
sId?: string,
|
|
1908
|
+
/**
|
|
1909
|
+
* Initial settings for the new control
|
|
1910
|
+
*/
|
|
1911
|
+
mSettings?: {
|
|
1912
|
+
/**
|
|
1913
|
+
* The control instance to be personalized by this controller
|
|
1914
|
+
*/
|
|
1915
|
+
control: sap.ui.core.Control;
|
|
1916
|
+
}
|
|
1917
|
+
);
|
|
1918
|
+
|
|
1919
|
+
/**
|
|
1920
|
+
* Creates a new subclass of class sap.m.p13n.SortController with name `sClassName` and enriches it with
|
|
1921
|
+
* the information contained in `oClassInfo`.
|
|
1922
|
+
*
|
|
1923
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.base.Object.extend}.
|
|
1924
|
+
*
|
|
1925
|
+
* @returns Created class / constructor function
|
|
1926
|
+
*/
|
|
1927
|
+
static extend<T extends Record<string, unknown>>(
|
|
1928
|
+
/**
|
|
1929
|
+
* Name of the class being created
|
|
1930
|
+
*/
|
|
1931
|
+
sClassName: string,
|
|
1932
|
+
/**
|
|
1933
|
+
* Object literal with information about the class
|
|
1934
|
+
*/
|
|
1935
|
+
oClassInfo?: sap.ClassInfo<T, sap.m.p13n.SortController>,
|
|
1936
|
+
/**
|
|
1937
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
1938
|
+
* used by this class
|
|
1939
|
+
*/
|
|
1940
|
+
FNMetaImpl?: Function
|
|
1941
|
+
): Function;
|
|
1942
|
+
/**
|
|
1943
|
+
* Returns a metadata object for class sap.m.p13n.SortController.
|
|
1944
|
+
*
|
|
1945
|
+
* @returns Metadata object describing this class
|
|
1946
|
+
*/
|
|
1947
|
+
static getMetadata(): sap.ui.base.Metadata;
|
|
1220
1948
|
}
|
|
1221
1949
|
/**
|
|
1222
1950
|
* @SINCE 1.96
|
|
@@ -1231,9 +1959,6 @@ declare namespace sap {
|
|
|
1231
1959
|
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
1232
1960
|
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
1233
1961
|
* of the syntax of the settings object.
|
|
1234
|
-
*
|
|
1235
|
-
* This class does not have its own settings, but all settings applicable to the base type {@link sap.m.p13n.QueryPanel#constructor
|
|
1236
|
-
* sap.m.p13n.QueryPanel} can be used.
|
|
1237
1962
|
*/
|
|
1238
1963
|
constructor(
|
|
1239
1964
|
/**
|
|
@@ -1247,9 +1972,6 @@ declare namespace sap {
|
|
|
1247
1972
|
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
1248
1973
|
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
1249
1974
|
* of the syntax of the settings object.
|
|
1250
|
-
*
|
|
1251
|
-
* This class does not have its own settings, but all settings applicable to the base type {@link sap.m.p13n.QueryPanel#constructor
|
|
1252
|
-
* sap.m.p13n.QueryPanel} can be used.
|
|
1253
1975
|
*/
|
|
1254
1976
|
constructor(
|
|
1255
1977
|
/**
|
|
@@ -1302,6 +2024,35 @@ declare namespace sap {
|
|
|
1302
2024
|
*/
|
|
1303
2025
|
aP13nData: sap.m.p13n.SortItem
|
|
1304
2026
|
): sap.m.p13n.SortPanel;
|
|
2027
|
+
/**
|
|
2028
|
+
* Gets current value of property {@link #getTitle title}.
|
|
2029
|
+
*
|
|
2030
|
+
* A short text describing the panel. **Note:** This text will only be displayed if the panel is being used
|
|
2031
|
+
* in a `sap.m.p13n.Popup`.
|
|
2032
|
+
*
|
|
2033
|
+
* Default value is `...see text or source`.
|
|
2034
|
+
*
|
|
2035
|
+
* @returns Value of property `title`
|
|
2036
|
+
*/
|
|
2037
|
+
getTitle(): string;
|
|
2038
|
+
/**
|
|
2039
|
+
* Sets a new value for property {@link #getTitle title}.
|
|
2040
|
+
*
|
|
2041
|
+
* A short text describing the panel. **Note:** This text will only be displayed if the panel is being used
|
|
2042
|
+
* in a `sap.m.p13n.Popup`.
|
|
2043
|
+
*
|
|
2044
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
2045
|
+
*
|
|
2046
|
+
* Default value is `...see text or source`.
|
|
2047
|
+
*
|
|
2048
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
2049
|
+
*/
|
|
2050
|
+
setTitle(
|
|
2051
|
+
/**
|
|
2052
|
+
* New value for property `title`
|
|
2053
|
+
*/
|
|
2054
|
+
sTitle?: string
|
|
2055
|
+
): this;
|
|
1305
2056
|
}
|
|
1306
2057
|
|
|
1307
2058
|
/**
|
|
@@ -1430,6 +2181,14 @@ declare namespace sap {
|
|
|
1430
2181
|
* is set to `true`.
|
|
1431
2182
|
*/
|
|
1432
2183
|
clearFilter?: (oEvent: sap.ui.base.Event) => void;
|
|
2184
|
+
|
|
2185
|
+
/**
|
|
2186
|
+
* @SINCE 1.103
|
|
2187
|
+
*
|
|
2188
|
+
* This event is fired when the user presses the `Close` button of the `MessageStrip` control which is managed
|
|
2189
|
+
* by this plugin.
|
|
2190
|
+
*/
|
|
2191
|
+
close?: (oEvent: sap.ui.base.Event) => void;
|
|
1433
2192
|
}
|
|
1434
2193
|
|
|
1435
2194
|
interface $PasteProviderSettings extends sap.ui.core.$ElementSettings {
|
|
@@ -1778,6 +2537,57 @@ declare namespace sap {
|
|
|
1778
2537
|
*/
|
|
1779
2538
|
oListener?: object
|
|
1780
2539
|
): this;
|
|
2540
|
+
/**
|
|
2541
|
+
* @SINCE 1.103
|
|
2542
|
+
*
|
|
2543
|
+
* Attaches event handler `fnFunction` to the {@link #event:close close} event of this `sap.m.plugins.DataStateIndicator`.
|
|
2544
|
+
*
|
|
2545
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
2546
|
+
* otherwise it will be bound to this `sap.m.plugins.DataStateIndicator` itself.
|
|
2547
|
+
*
|
|
2548
|
+
* This event is fired when the user presses the `Close` button of the `MessageStrip` control which is managed
|
|
2549
|
+
* by this plugin.
|
|
2550
|
+
*
|
|
2551
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
2552
|
+
*/
|
|
2553
|
+
attachClose(
|
|
2554
|
+
/**
|
|
2555
|
+
* An application-specific payload object that will be passed to the event handler along with the event
|
|
2556
|
+
* object when firing the event
|
|
2557
|
+
*/
|
|
2558
|
+
oData: object,
|
|
2559
|
+
/**
|
|
2560
|
+
* The function to be called when the event occurs
|
|
2561
|
+
*/
|
|
2562
|
+
fnFunction: (p1: sap.ui.base.Event) => void,
|
|
2563
|
+
/**
|
|
2564
|
+
* Context object to call the event handler with. Defaults to this `sap.m.plugins.DataStateIndicator` itself
|
|
2565
|
+
*/
|
|
2566
|
+
oListener?: object
|
|
2567
|
+
): this;
|
|
2568
|
+
/**
|
|
2569
|
+
* @SINCE 1.103
|
|
2570
|
+
*
|
|
2571
|
+
* Attaches event handler `fnFunction` to the {@link #event:close close} event of this `sap.m.plugins.DataStateIndicator`.
|
|
2572
|
+
*
|
|
2573
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
2574
|
+
* otherwise it will be bound to this `sap.m.plugins.DataStateIndicator` itself.
|
|
2575
|
+
*
|
|
2576
|
+
* This event is fired when the user presses the `Close` button of the `MessageStrip` control which is managed
|
|
2577
|
+
* by this plugin.
|
|
2578
|
+
*
|
|
2579
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
2580
|
+
*/
|
|
2581
|
+
attachClose(
|
|
2582
|
+
/**
|
|
2583
|
+
* The function to be called when the event occurs
|
|
2584
|
+
*/
|
|
2585
|
+
fnFunction: (p1: sap.ui.base.Event) => void,
|
|
2586
|
+
/**
|
|
2587
|
+
* Context object to call the event handler with. Defaults to this `sap.m.plugins.DataStateIndicator` itself
|
|
2588
|
+
*/
|
|
2589
|
+
oListener?: object
|
|
2590
|
+
): this;
|
|
1781
2591
|
/**
|
|
1782
2592
|
* Attaches event handler `fnFunction` to the {@link #event:dataStateChange dataStateChange} event of this
|
|
1783
2593
|
* `sap.m.plugins.DataStateIndicator`.
|
|
@@ -1863,6 +2673,25 @@ declare namespace sap {
|
|
|
1863
2673
|
*/
|
|
1864
2674
|
oListener?: object
|
|
1865
2675
|
): this;
|
|
2676
|
+
/**
|
|
2677
|
+
* @SINCE 1.103
|
|
2678
|
+
*
|
|
2679
|
+
* Detaches event handler `fnFunction` from the {@link #event:close close} event of this `sap.m.plugins.DataStateIndicator`.
|
|
2680
|
+
*
|
|
2681
|
+
* The passed function and listener object must match the ones used for event registration.
|
|
2682
|
+
*
|
|
2683
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
2684
|
+
*/
|
|
2685
|
+
detachClose(
|
|
2686
|
+
/**
|
|
2687
|
+
* The function to be called, when the event occurs
|
|
2688
|
+
*/
|
|
2689
|
+
fnFunction: (p1: sap.ui.base.Event) => void,
|
|
2690
|
+
/**
|
|
2691
|
+
* Context object on which the given function had to be called
|
|
2692
|
+
*/
|
|
2693
|
+
oListener?: object
|
|
2694
|
+
): this;
|
|
1866
2695
|
/**
|
|
1867
2696
|
* Detaches event handler `fnFunction` from the {@link #event:dataStateChange dataStateChange} event of
|
|
1868
2697
|
* this `sap.m.plugins.DataStateIndicator`.
|
|
@@ -1918,6 +2747,19 @@ declare namespace sap {
|
|
|
1918
2747
|
*/
|
|
1919
2748
|
mParameters?: object
|
|
1920
2749
|
): boolean;
|
|
2750
|
+
/**
|
|
2751
|
+
* @SINCE 1.103
|
|
2752
|
+
*
|
|
2753
|
+
* Fires event {@link #event:close close} to attached listeners.
|
|
2754
|
+
*
|
|
2755
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
2756
|
+
*/
|
|
2757
|
+
fireClose(
|
|
2758
|
+
/**
|
|
2759
|
+
* Parameters to pass along with the event
|
|
2760
|
+
*/
|
|
2761
|
+
mParameters?: object
|
|
2762
|
+
): this;
|
|
1921
2763
|
/**
|
|
1922
2764
|
* Fires event {@link #event:dataStateChange dataStateChange} to attached listeners.
|
|
1923
2765
|
*
|
|
@@ -7588,7 +8430,7 @@ declare namespace sap {
|
|
|
7588
8430
|
* The content to remove or its index or id
|
|
7589
8431
|
*/
|
|
7590
8432
|
vContent: int | string | sap.ui.core.Control
|
|
7591
|
-
): sap.ui.core.Control;
|
|
8433
|
+
): sap.ui.core.Control | null;
|
|
7592
8434
|
/**
|
|
7593
8435
|
* Removes a customFooterContent from the aggregation {@link #getCustomFooterContent customFooterContent}.
|
|
7594
8436
|
*
|
|
@@ -7599,7 +8441,7 @@ declare namespace sap {
|
|
|
7599
8441
|
* The customFooterContent to remove or its index or id
|
|
7600
8442
|
*/
|
|
7601
8443
|
vCustomFooterContent: int | string | sap.m.Button
|
|
7602
|
-
): sap.m.Button;
|
|
8444
|
+
): sap.m.Button | null;
|
|
7603
8445
|
/**
|
|
7604
8446
|
* Removes a customHeaderContent from the aggregation {@link #getCustomHeaderContent customHeaderContent}.
|
|
7605
8447
|
*
|
|
@@ -7610,7 +8452,7 @@ declare namespace sap {
|
|
|
7610
8452
|
* The customHeaderContent to remove or its index or id
|
|
7611
8453
|
*/
|
|
7612
8454
|
vCustomHeaderContent: int | string | sap.m.Button
|
|
7613
|
-
): sap.m.Button;
|
|
8455
|
+
): sap.m.Button | null;
|
|
7614
8456
|
/**
|
|
7615
8457
|
* @SINCE 1.52
|
|
7616
8458
|
*
|
|
@@ -8045,7 +8887,7 @@ declare namespace sap {
|
|
|
8045
8887
|
* The item to remove or its index or id
|
|
8046
8888
|
*/
|
|
8047
8889
|
vItem: int | string | sap.ui.core.Item
|
|
8048
|
-
): sap.ui.core.Item;
|
|
8890
|
+
): sap.ui.core.Item | null;
|
|
8049
8891
|
/**
|
|
8050
8892
|
* Sets a new value for property {@link #getEnabled enabled}.
|
|
8051
8893
|
*
|
|
@@ -8557,7 +9399,7 @@ declare namespace sap {
|
|
|
8557
9399
|
* The customShareMenuContent to remove or its index or id
|
|
8558
9400
|
*/
|
|
8559
9401
|
vCustomShareMenuContent: int | string | sap.m.Button
|
|
8560
|
-
): sap.m.Button;
|
|
9402
|
+
): sap.m.Button | null;
|
|
8561
9403
|
}
|
|
8562
9404
|
/**
|
|
8563
9405
|
* @SINCE 1.30.0
|
|
@@ -8853,6 +9695,18 @@ declare namespace sap {
|
|
|
8853
9695
|
| string
|
|
8854
9696
|
| sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
8855
9697
|
|
|
9698
|
+
/**
|
|
9699
|
+
* Defines custom text for the 'No data' text label.
|
|
9700
|
+
*/
|
|
9701
|
+
dragDropText?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
9702
|
+
|
|
9703
|
+
/**
|
|
9704
|
+
* Defines custom text for the 'No data' description label.
|
|
9705
|
+
*/
|
|
9706
|
+
dragDropDescription?:
|
|
9707
|
+
| string
|
|
9708
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
9709
|
+
|
|
8856
9710
|
/**
|
|
8857
9711
|
* Defines whether the upload process should be triggered as soon as the file is added.
|
|
8858
9712
|
* If set to `false`, no upload is triggered when a file is added.
|
|
@@ -11515,6 +12369,22 @@ declare namespace sap {
|
|
|
11515
12369
|
* @returns Instance of the default `sap.ui.unified.FileUploader`.
|
|
11516
12370
|
*/
|
|
11517
12371
|
getDefaultFileUploader(): sap.ui.unified.FileUploader;
|
|
12372
|
+
/**
|
|
12373
|
+
* Gets current value of property {@link #getDragDropDescription dragDropDescription}.
|
|
12374
|
+
*
|
|
12375
|
+
* Defines custom text for the 'No data' description label.
|
|
12376
|
+
*
|
|
12377
|
+
* @returns Value of property `dragDropDescription`
|
|
12378
|
+
*/
|
|
12379
|
+
getDragDropDescription(): string;
|
|
12380
|
+
/**
|
|
12381
|
+
* Gets current value of property {@link #getDragDropText dragDropText}.
|
|
12382
|
+
*
|
|
12383
|
+
* Defines custom text for the 'No data' text label.
|
|
12384
|
+
*
|
|
12385
|
+
* @returns Value of property `dragDropText`
|
|
12386
|
+
*/
|
|
12387
|
+
getDragDropText(): string;
|
|
11518
12388
|
/**
|
|
11519
12389
|
* Gets current value of property {@link #getFileTypes fileTypes}.
|
|
11520
12390
|
*
|
|
@@ -11661,7 +12531,7 @@ declare namespace sap {
|
|
|
11661
12531
|
*
|
|
11662
12532
|
* Retrieves the currently selected UploadSetItem.
|
|
11663
12533
|
*
|
|
11664
|
-
* @returns The currently selected item or null
|
|
12534
|
+
* @returns The currently selected item or `null`
|
|
11665
12535
|
*/
|
|
11666
12536
|
getSelectedItem(): sap.m.upload.UploadSetItem | null;
|
|
11667
12537
|
/**
|
|
@@ -11822,6 +12692,8 @@ declare namespace sap {
|
|
|
11822
12692
|
iIndex: int
|
|
11823
12693
|
): this;
|
|
11824
12694
|
/**
|
|
12695
|
+
* @SINCE 1.103.0
|
|
12696
|
+
*
|
|
11825
12697
|
* Opens the FileUploader dialog. When an UploadSetItem is provided, this method can be used to update a
|
|
11826
12698
|
* file with a new version.
|
|
11827
12699
|
*
|
|
@@ -11877,7 +12749,7 @@ declare namespace sap {
|
|
|
11877
12749
|
* The headerField to remove or its index or id
|
|
11878
12750
|
*/
|
|
11879
12751
|
vHeaderField: int | string | sap.ui.core.Item
|
|
11880
|
-
): sap.ui.core.Item;
|
|
12752
|
+
): sap.ui.core.Item | null;
|
|
11881
12753
|
/**
|
|
11882
12754
|
* Removes a incompleteItem from the aggregation {@link #getIncompleteItems incompleteItems}.
|
|
11883
12755
|
*
|
|
@@ -11888,7 +12760,7 @@ declare namespace sap {
|
|
|
11888
12760
|
* The incompleteItem to remove or its index or id
|
|
11889
12761
|
*/
|
|
11890
12762
|
vIncompleteItem: int | string | sap.m.upload.UploadSetItem
|
|
11891
|
-
): sap.m.upload.UploadSetItem;
|
|
12763
|
+
): sap.m.upload.UploadSetItem | null;
|
|
11892
12764
|
/**
|
|
11893
12765
|
* Removes a item from the aggregation {@link #getItems items}.
|
|
11894
12766
|
*
|
|
@@ -11899,7 +12771,7 @@ declare namespace sap {
|
|
|
11899
12771
|
* The item to remove or its index or id
|
|
11900
12772
|
*/
|
|
11901
12773
|
vItem: int | string | sap.m.upload.UploadSetItem
|
|
11902
|
-
): sap.m.upload.UploadSetItem;
|
|
12774
|
+
): sap.m.upload.UploadSetItem | null;
|
|
11903
12775
|
/**
|
|
11904
12776
|
* @SINCE 1.100.0
|
|
11905
12777
|
*
|
|
@@ -11908,6 +12780,36 @@ declare namespace sap {
|
|
|
11908
12780
|
* @returns this to allow method chaining
|
|
11909
12781
|
*/
|
|
11910
12782
|
selectAll(): this;
|
|
12783
|
+
/**
|
|
12784
|
+
* Sets a new value for property {@link #getDragDropDescription dragDropDescription}.
|
|
12785
|
+
*
|
|
12786
|
+
* Defines custom text for the 'No data' description label.
|
|
12787
|
+
*
|
|
12788
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
12789
|
+
*
|
|
12790
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
12791
|
+
*/
|
|
12792
|
+
setDragDropDescription(
|
|
12793
|
+
/**
|
|
12794
|
+
* New value for property `dragDropDescription`
|
|
12795
|
+
*/
|
|
12796
|
+
sDragDropDescription?: string
|
|
12797
|
+
): this;
|
|
12798
|
+
/**
|
|
12799
|
+
* Sets a new value for property {@link #getDragDropText dragDropText}.
|
|
12800
|
+
*
|
|
12801
|
+
* Defines custom text for the 'No data' text label.
|
|
12802
|
+
*
|
|
12803
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
12804
|
+
*
|
|
12805
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
12806
|
+
*/
|
|
12807
|
+
setDragDropText(
|
|
12808
|
+
/**
|
|
12809
|
+
* New value for property `dragDropText`
|
|
12810
|
+
*/
|
|
12811
|
+
sDragDropText?: string
|
|
12812
|
+
): this;
|
|
11911
12813
|
/**
|
|
11912
12814
|
* Sets a new value for property {@link #getFileTypes fileTypes}.
|
|
11913
12815
|
*
|
|
@@ -12570,6 +13472,14 @@ declare namespace sap {
|
|
|
12570
13472
|
* Attributes of the item.
|
|
12571
13473
|
*/
|
|
12572
13474
|
getAttributes(): sap.m.ObjectAttribute[];
|
|
13475
|
+
/**
|
|
13476
|
+
* @SINCE 1.104.0
|
|
13477
|
+
*
|
|
13478
|
+
* Returns edit state of the item.
|
|
13479
|
+
*
|
|
13480
|
+
* @returns edit state of uploadSetItem
|
|
13481
|
+
*/
|
|
13482
|
+
getEditState(): boolean;
|
|
12573
13483
|
/**
|
|
12574
13484
|
* Gets current value of property {@link #getEnabledEdit enabledEdit}.
|
|
12575
13485
|
*
|
|
@@ -12879,7 +13789,7 @@ declare namespace sap {
|
|
|
12879
13789
|
* The attribute to remove or its index or id
|
|
12880
13790
|
*/
|
|
12881
13791
|
vAttribute: int | string | sap.m.ObjectAttribute
|
|
12882
|
-
): sap.m.ObjectAttribute;
|
|
13792
|
+
): sap.m.ObjectAttribute | null;
|
|
12883
13793
|
/**
|
|
12884
13794
|
* @SINCE 1.90
|
|
12885
13795
|
*
|
|
@@ -12892,7 +13802,7 @@ declare namespace sap {
|
|
|
12892
13802
|
* The headerField to remove or its index or id
|
|
12893
13803
|
*/
|
|
12894
13804
|
vHeaderField: int | string | sap.ui.core.Item
|
|
12895
|
-
): sap.ui.core.Item;
|
|
13805
|
+
): sap.ui.core.Item | null;
|
|
12896
13806
|
/**
|
|
12897
13807
|
* Removes a marker from the aggregation {@link #getMarkers markers}.
|
|
12898
13808
|
*
|
|
@@ -12903,7 +13813,7 @@ declare namespace sap {
|
|
|
12903
13813
|
* The marker to remove or its index or id
|
|
12904
13814
|
*/
|
|
12905
13815
|
vMarker: int | string | sap.m.ObjectMarker
|
|
12906
|
-
): sap.m.ObjectMarker;
|
|
13816
|
+
): sap.m.ObjectMarker | null;
|
|
12907
13817
|
/**
|
|
12908
13818
|
* Removes a status from the aggregation {@link #getStatuses statuses}.
|
|
12909
13819
|
*
|
|
@@ -12914,7 +13824,7 @@ declare namespace sap {
|
|
|
12914
13824
|
* The status to remove or its index or id
|
|
12915
13825
|
*/
|
|
12916
13826
|
vStatus: int | string | sap.m.ObjectStatus
|
|
12917
|
-
): sap.m.ObjectStatus;
|
|
13827
|
+
): sap.m.ObjectStatus | null;
|
|
12918
13828
|
/**
|
|
12919
13829
|
* Sets a new value for property {@link #getEnabledEdit enabledEdit}.
|
|
12920
13830
|
*
|
|
@@ -13109,6 +14019,8 @@ declare namespace sap {
|
|
|
13109
14019
|
): this;
|
|
13110
14020
|
}
|
|
13111
14021
|
/**
|
|
14022
|
+
* @SINCE 1.103.0
|
|
14023
|
+
*
|
|
13112
14024
|
* Used to create a customizable toolbar for the UploadSet. A FileUploader instance is required in the toolbar
|
|
13113
14025
|
* and it is placed by the application.
|
|
13114
14026
|
*/
|
|
@@ -15309,6 +16221,16 @@ declare namespace sap {
|
|
|
15309
16221
|
| object
|
|
15310
16222
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
15311
16223
|
| `{${string}}`;
|
|
16224
|
+
|
|
16225
|
+
/**
|
|
16226
|
+
* @SINCE 1.104.0
|
|
16227
|
+
*
|
|
16228
|
+
* Fired when the value of the `DateTimeField` is changed by user interaction - each keystroke, delete,
|
|
16229
|
+
* paste, etc.
|
|
16230
|
+
*
|
|
16231
|
+
* **Note:** Browsing autocomplete suggestions doesn't fire the event.
|
|
16232
|
+
*/
|
|
16233
|
+
liveChange?: (oEvent: sap.ui.base.Event) => void;
|
|
15312
16234
|
}
|
|
15313
16235
|
|
|
15314
16236
|
interface $DateTimeInputSettings extends sap.ui.core.$ControlSettings {
|
|
@@ -17395,6 +18317,9 @@ declare namespace sap {
|
|
|
17395
18317
|
| `{${string}}`;
|
|
17396
18318
|
|
|
17397
18319
|
/**
|
|
18320
|
+
* @SINCE 1.103
|
|
18321
|
+
* @EXPERIMENTAL (since 1.103)
|
|
18322
|
+
*
|
|
17398
18323
|
* The load state of the tileIcon.
|
|
17399
18324
|
*/
|
|
17400
18325
|
iconLoaded?:
|
|
@@ -17752,7 +18677,8 @@ declare namespace sap {
|
|
|
17752
18677
|
*
|
|
17753
18678
|
* Specifies whether tab reordering is enabled. Relevant only for desktop devices. The {@link sap.m.IconTabSeparator
|
|
17754
18679
|
* sap.m.IconTabSeparator} cannot be dragged and dropped Items can be moved around {@link sap.m.IconTabSeparator
|
|
17755
|
-
* sap.m.IconTabSeparator}
|
|
18680
|
+
* sap.m.IconTabSeparator} Reordering is enabled via keyboard using `Ctrl` + arrow keys (Windows) and `Control`
|
|
18681
|
+
* + arrow keys (Mac OS)
|
|
17756
18682
|
*/
|
|
17757
18683
|
enableTabReordering?:
|
|
17758
18684
|
| boolean
|
|
@@ -18009,7 +18935,8 @@ declare namespace sap {
|
|
|
18009
18935
|
*
|
|
18010
18936
|
* Specifies whether tab reordering is enabled. Relevant only for desktop devices. The {@link sap.m.IconTabSeparator
|
|
18011
18937
|
* sap.m.IconTabSeparator} cannot be dragged and dropped Items can be moved around {@link sap.m.IconTabSeparator
|
|
18012
|
-
* sap.m.IconTabSeparator}
|
|
18938
|
+
* sap.m.IconTabSeparator} Reordering is enabled via keyboard using `Ctrl` + arrow keys (Windows) and `Control`
|
|
18939
|
+
* + arrow keys (Mac OS)
|
|
18013
18940
|
*/
|
|
18014
18941
|
enableTabReordering?:
|
|
18015
18942
|
| boolean
|
|
@@ -18138,6 +19065,17 @@ declare namespace sap {
|
|
|
18138
19065
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
18139
19066
|
| `{${string}}`;
|
|
18140
19067
|
|
|
19068
|
+
/**
|
|
19069
|
+
* @SINCE 1.104
|
|
19070
|
+
*
|
|
19071
|
+
* Defines whether the `IllustratedMessage` would resize itself according to it's height if `illustrationSize`
|
|
19072
|
+
* property is set to `IllustratedMessageSize.Auto`.
|
|
19073
|
+
*/
|
|
19074
|
+
enableVerticalResponsiveness?:
|
|
19075
|
+
| boolean
|
|
19076
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
19077
|
+
| `{${string}}`;
|
|
19078
|
+
|
|
18141
19079
|
/**
|
|
18142
19080
|
* @SINCE 1.98
|
|
18143
19081
|
*
|
|
@@ -19158,8 +20096,9 @@ declare namespace sap {
|
|
|
19158
20096
|
| `{${string}}`;
|
|
19159
20097
|
|
|
19160
20098
|
/**
|
|
19161
|
-
* Defines the link target URI. Supports standard hyperlink behavior.
|
|
19162
|
-
*
|
|
20099
|
+
* Defines the link target URI. Supports standard hyperlink behavior. **Note:** Don't set `href` property
|
|
20100
|
+
* if an action should be triggered by the link. Instead set `accessibleRole` property to `LinkAccessibleRole.Button`
|
|
20101
|
+
* and register a `press` event handler.
|
|
19163
20102
|
*/
|
|
19164
20103
|
href?:
|
|
19165
20104
|
| sap.ui.core.URI
|
|
@@ -19251,6 +20190,20 @@ declare namespace sap {
|
|
|
19251
20190
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
19252
20191
|
| `{${string}}`;
|
|
19253
20192
|
|
|
20193
|
+
/**
|
|
20194
|
+
* @SINCE 1.104.0
|
|
20195
|
+
*
|
|
20196
|
+
* Describes the accessibility role of the link:
|
|
20197
|
+
* - `LinkAccessibleRole.Default` - a navagation is expected to the location given in `href` property
|
|
20198
|
+
*
|
|
20199
|
+
* - `LinkAccessibleRole.Button` - there will be `role` attribute with value "Button" rendered. In this
|
|
20200
|
+
* scenario the `href` property value shouldn't be set as navigation isn't expected to occur.
|
|
20201
|
+
*/
|
|
20202
|
+
accessibleRole?:
|
|
20203
|
+
| sap.m.LinkAccessibleRole
|
|
20204
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
20205
|
+
| `{${string}}`;
|
|
20206
|
+
|
|
19254
20207
|
/**
|
|
19255
20208
|
* @SINCE 1.89
|
|
19256
20209
|
*
|
|
@@ -19823,6 +20776,16 @@ declare namespace sap {
|
|
|
19823
20776
|
| sap.m.MaskInputRule
|
|
19824
20777
|
| sap.ui.base.ManagedObject.AggregationBindingInfo
|
|
19825
20778
|
| `{${string}}`;
|
|
20779
|
+
|
|
20780
|
+
/**
|
|
20781
|
+
* @SINCE 1.104.0
|
|
20782
|
+
*
|
|
20783
|
+
* Fired when the value of the `MaskInput` is changed by user interaction - each keystroke, delete, paste,
|
|
20784
|
+
* etc.
|
|
20785
|
+
*
|
|
20786
|
+
* **Note:** Browsing autocomplete suggestions doesn't fire the event.
|
|
20787
|
+
*/
|
|
20788
|
+
liveChange?: (oEvent: sap.ui.base.Event) => void;
|
|
19826
20789
|
}
|
|
19827
20790
|
|
|
19828
20791
|
interface $MaskInputRuleSettings extends sap.ui.core.$ElementSettings {
|
|
@@ -26031,7 +26994,6 @@ declare namespace sap {
|
|
|
26031
26994
|
|
|
26032
26995
|
/**
|
|
26033
26996
|
* @SINCE 1.86
|
|
26034
|
-
* @EXPERIMENTAL (since 1.86)
|
|
26035
26997
|
*
|
|
26036
26998
|
* Determines the ratio between the first and the second column when secondary values are displayed.
|
|
26037
26999
|
*
|
|
@@ -28826,6 +29788,8 @@ declare namespace sap {
|
|
|
28826
29788
|
| `{${string}}`;
|
|
28827
29789
|
|
|
28828
29790
|
/**
|
|
29791
|
+
* @EXPERIMENTAL (since 1.103)
|
|
29792
|
+
*
|
|
28829
29793
|
* Sets the Text inside the Priority badge in Generic Tile ActionMode.
|
|
28830
29794
|
*/
|
|
28831
29795
|
priorityText?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
@@ -28980,6 +29944,16 @@ declare namespace sap {
|
|
|
28980
29944
|
* Fired when `value help` dialog closes.
|
|
28981
29945
|
*/
|
|
28982
29946
|
afterValueHelpClose?: (oEvent: sap.ui.base.Event) => void;
|
|
29947
|
+
|
|
29948
|
+
/**
|
|
29949
|
+
* @SINCE 1.104.0
|
|
29950
|
+
*
|
|
29951
|
+
* Fired when the value of the `TimePicker` is changed by user interaction - each keystroke, delete, paste,
|
|
29952
|
+
* etc.
|
|
29953
|
+
*
|
|
29954
|
+
* **Note:** Browsing autocomplete suggestions doesn't fire the event.
|
|
29955
|
+
*/
|
|
29956
|
+
liveChange?: (oEvent: sap.ui.base.Event) => void;
|
|
28983
29957
|
}
|
|
28984
29958
|
|
|
28985
29959
|
interface $TimePickerClocksSettings extends sap.ui.core.$ControlSettings {}
|
|
@@ -29450,7 +30424,9 @@ declare namespace sap {
|
|
|
29450
30424
|
* Determines whether the control, when in a toolbar, is shrinkable or not. For controls with fixed width
|
|
29451
30425
|
* (100px, 5rem, etc...) this property is ignored.
|
|
29452
30426
|
*
|
|
29453
|
-
*
|
|
30427
|
+
* **Notes:**
|
|
30428
|
+
* - Nested layout controls should not be shrinkable.
|
|
30429
|
+
* - This property has no effect on `sap.m.Breadcrumbs` as it is shrinkable by default.
|
|
29454
30430
|
*/
|
|
29455
30431
|
shrinkable?:
|
|
29456
30432
|
| boolean
|
|
@@ -29950,6 +30926,108 @@ declare namespace sap {
|
|
|
29950
30926
|
interface $UploadCollectionToolbarPlaceholderSettings
|
|
29951
30927
|
extends sap.ui.core.$ControlSettings {}
|
|
29952
30928
|
|
|
30929
|
+
interface $VariantItemSettings extends sap.ui.core.$ItemSettings {
|
|
30930
|
+
/**
|
|
30931
|
+
* Contains the information is the item is public or private.
|
|
30932
|
+
*/
|
|
30933
|
+
sharing?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
30934
|
+
|
|
30935
|
+
/**
|
|
30936
|
+
* Indicates if the item is removable.
|
|
30937
|
+
*/
|
|
30938
|
+
remove?:
|
|
30939
|
+
| boolean
|
|
30940
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
30941
|
+
| `{${string}}`;
|
|
30942
|
+
|
|
30943
|
+
/**
|
|
30944
|
+
* Indicates if the item is marked as favorite.
|
|
30945
|
+
*/
|
|
30946
|
+
favorite?:
|
|
30947
|
+
| boolean
|
|
30948
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
30949
|
+
| `{${string}}`;
|
|
30950
|
+
|
|
30951
|
+
/**
|
|
30952
|
+
* Contains the initial value of the property `favorite`. Is used for cancel operations.
|
|
30953
|
+
*/
|
|
30954
|
+
originalFavorite?:
|
|
30955
|
+
| boolean
|
|
30956
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
30957
|
+
| `{${string}}`;
|
|
30958
|
+
|
|
30959
|
+
/**
|
|
30960
|
+
* Indicates if the item is marked as apply automatically.
|
|
30961
|
+
*/
|
|
30962
|
+
executeOnSelect?:
|
|
30963
|
+
| boolean
|
|
30964
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
30965
|
+
| `{${string}}`;
|
|
30966
|
+
|
|
30967
|
+
/**
|
|
30968
|
+
* Contains the initial value of the property `executeOnSelect`. Is used for cancel operations.
|
|
30969
|
+
*/
|
|
30970
|
+
originalExecuteOnSelect?:
|
|
30971
|
+
| boolean
|
|
30972
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
30973
|
+
| `{${string}}`;
|
|
30974
|
+
|
|
30975
|
+
/**
|
|
30976
|
+
* Indicates if the item is renamable.
|
|
30977
|
+
*/
|
|
30978
|
+
rename?:
|
|
30979
|
+
| boolean
|
|
30980
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
30981
|
+
| `{${string}}`;
|
|
30982
|
+
|
|
30983
|
+
/**
|
|
30984
|
+
* Contains the title if the item.
|
|
30985
|
+
*/
|
|
30986
|
+
title?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
30987
|
+
|
|
30988
|
+
/**
|
|
30989
|
+
* Contains the initial value of the property `title`. Is used for cancel operations.
|
|
30990
|
+
*/
|
|
30991
|
+
originalTitle?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
30992
|
+
|
|
30993
|
+
/**
|
|
30994
|
+
* Indicates if the item is visible.
|
|
30995
|
+
*/
|
|
30996
|
+
visible?:
|
|
30997
|
+
| boolean
|
|
30998
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
30999
|
+
| `{${string}}`;
|
|
31000
|
+
|
|
31001
|
+
/**
|
|
31002
|
+
* Indicates if the item is changeable.
|
|
31003
|
+
*/
|
|
31004
|
+
changeable?:
|
|
31005
|
+
| boolean
|
|
31006
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
31007
|
+
| `{${string}}`;
|
|
31008
|
+
|
|
31009
|
+
/**
|
|
31010
|
+
* Contains the author information of the item.
|
|
31011
|
+
*/
|
|
31012
|
+
author?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
31013
|
+
|
|
31014
|
+
/**
|
|
31015
|
+
* Contains the contexts information of the item.
|
|
31016
|
+
*/
|
|
31017
|
+
contexts?:
|
|
31018
|
+
| object
|
|
31019
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
31020
|
+
| `{${string}}`;
|
|
31021
|
+
|
|
31022
|
+
/**
|
|
31023
|
+
* Contains the initial value of the property `contexts`. Is used for cancel operations.
|
|
31024
|
+
*/
|
|
31025
|
+
originalContexts?:
|
|
31026
|
+
| object
|
|
31027
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
31028
|
+
| `{${string}}`;
|
|
31029
|
+
}
|
|
31030
|
+
|
|
29953
31031
|
interface $VBoxSettings extends sap.m.$FlexBoxSettings {}
|
|
29954
31032
|
|
|
29955
31033
|
interface $ViewSettingsCustomItemSettings
|
|
@@ -31116,7 +32194,7 @@ declare namespace sap {
|
|
|
31116
32194
|
* as long as it has a close method.
|
|
31117
32195
|
*/
|
|
31118
32196
|
oDialog: sap.ui.core.Control
|
|
31119
|
-
):
|
|
32197
|
+
): this;
|
|
31120
32198
|
/**
|
|
31121
32199
|
* Adds an instance to the given category. If the instance is already added to the same category, it won't
|
|
31122
32200
|
* be added again.
|
|
@@ -31132,7 +32210,7 @@ declare namespace sap {
|
|
|
31132
32210
|
* The instance that will be added to the given category.
|
|
31133
32211
|
*/
|
|
31134
32212
|
oInstance: object
|
|
31135
|
-
):
|
|
32213
|
+
): this;
|
|
31136
32214
|
/**
|
|
31137
32215
|
* Adds a control to predefined lightbox category in instance manager.
|
|
31138
32216
|
*
|
|
@@ -31144,7 +32222,7 @@ declare namespace sap {
|
|
|
31144
32222
|
* as long as it has a close method.
|
|
31145
32223
|
*/
|
|
31146
32224
|
oLightBox: sap.m.LightBox
|
|
31147
|
-
):
|
|
32225
|
+
): this;
|
|
31148
32226
|
/**
|
|
31149
32227
|
* Adds a control to predefined popover category in instance manager.
|
|
31150
32228
|
*
|
|
@@ -31156,25 +32234,25 @@ declare namespace sap {
|
|
|
31156
32234
|
* also be added as long as it has a close method.
|
|
31157
32235
|
*/
|
|
31158
32236
|
oPopover: sap.ui.core.Control
|
|
31159
|
-
):
|
|
32237
|
+
): this;
|
|
31160
32238
|
/**
|
|
31161
32239
|
* Closes all of the open dialogs.
|
|
31162
32240
|
*
|
|
31163
32241
|
* @returns Enable method chaining.
|
|
31164
32242
|
*/
|
|
31165
|
-
closeAllDialogs(fnCallback: Function):
|
|
32243
|
+
closeAllDialogs(fnCallback: Function): this;
|
|
31166
32244
|
/**
|
|
31167
32245
|
* Closes all open lightboxes.
|
|
31168
32246
|
*
|
|
31169
32247
|
* @returns Enable method chaining.
|
|
31170
32248
|
*/
|
|
31171
|
-
closeAllLightBoxes():
|
|
32249
|
+
closeAllLightBoxes(): this;
|
|
31172
32250
|
/**
|
|
31173
32251
|
* Closes all open popovers.
|
|
31174
32252
|
*
|
|
31175
32253
|
* @returns Enable method chaining.
|
|
31176
32254
|
*/
|
|
31177
|
-
closeAllPopovers():
|
|
32255
|
+
closeAllPopovers(): this;
|
|
31178
32256
|
/**
|
|
31179
32257
|
* Returns an array of managed instances in the given category.
|
|
31180
32258
|
*
|
|
@@ -31185,7 +32263,7 @@ declare namespace sap {
|
|
|
31185
32263
|
* The category's id.
|
|
31186
32264
|
*/
|
|
31187
32265
|
sCategoryId: string
|
|
31188
|
-
): object;
|
|
32266
|
+
): object[];
|
|
31189
32267
|
/**
|
|
31190
32268
|
* Gets all of the open dialogs. If there's no dialog open, an empty array is returned.
|
|
31191
32269
|
*
|
|
@@ -31302,7 +32380,7 @@ declare namespace sap {
|
|
|
31302
32380
|
/**
|
|
31303
32381
|
* Removes control from predefined dialog category in instance manager.
|
|
31304
32382
|
*
|
|
31305
|
-
* @returns The removed popover or null
|
|
32383
|
+
* @returns The removed popover or `null`. If the popover isn't managed, this method returns `null` instead
|
|
31306
32384
|
* of the removed popover.
|
|
31307
32385
|
*/
|
|
31308
32386
|
removeDialogInstance(
|
|
@@ -31314,7 +32392,7 @@ declare namespace sap {
|
|
|
31314
32392
|
/**
|
|
31315
32393
|
* Removes a managed instance from the given category.
|
|
31316
32394
|
*
|
|
31317
|
-
* @returns The removed instance or null
|
|
32395
|
+
* @returns The removed instance or `null`. If the instance isn't managed, this method returns `null` instead
|
|
31318
32396
|
* of the instance object.
|
|
31319
32397
|
*/
|
|
31320
32398
|
removeInstance(
|
|
@@ -31326,11 +32404,11 @@ declare namespace sap {
|
|
|
31326
32404
|
* The instance that will be removed from the given category.
|
|
31327
32405
|
*/
|
|
31328
32406
|
oInstance: object
|
|
31329
|
-
): object;
|
|
32407
|
+
): object | null;
|
|
31330
32408
|
/**
|
|
31331
32409
|
* Removes control from predefined lightbox category in instance manager.
|
|
31332
32410
|
*
|
|
31333
|
-
* @returns The removed popover or null
|
|
32411
|
+
* @returns The removed popover or `null`. If the LightBox isn't managed, this method returns `null` instead
|
|
31334
32412
|
* of the removed LightBox.
|
|
31335
32413
|
*/
|
|
31336
32414
|
removeLightBoxInstance(
|
|
@@ -31342,7 +32420,7 @@ declare namespace sap {
|
|
|
31342
32420
|
/**
|
|
31343
32421
|
* Removes control from predefined popover category in instance manager.
|
|
31344
32422
|
*
|
|
31345
|
-
* @returns The removed popover or null
|
|
32423
|
+
* @returns The removed popover or `null`. If the popover isn't managed, this method returns `null` instead
|
|
31346
32424
|
* of the removed popover.
|
|
31347
32425
|
*/
|
|
31348
32426
|
removePopoverInstance(
|
|
@@ -31350,7 +32428,7 @@ declare namespace sap {
|
|
|
31350
32428
|
* to be removed from instance manager.
|
|
31351
32429
|
*/
|
|
31352
32430
|
oPopover: sap.ui.core.Control
|
|
31353
|
-
): sap.ui.core.Control;
|
|
32431
|
+
): sap.ui.core.Control | null;
|
|
31354
32432
|
}
|
|
31355
32433
|
const InstanceManager: InstanceManager;
|
|
31356
32434
|
|
|
@@ -31378,17 +32456,17 @@ declare namespace sap {
|
|
|
31378
32456
|
* Example:
|
|
31379
32457
|
* ```javascript
|
|
31380
32458
|
*
|
|
31381
|
-
*
|
|
31382
|
-
*
|
|
31383
|
-
*
|
|
31384
|
-
*
|
|
31385
|
-
*
|
|
31386
|
-
*
|
|
31387
|
-
*
|
|
31388
|
-
*
|
|
31389
|
-
*
|
|
31390
|
-
*
|
|
31391
|
-
*
|
|
32459
|
+
* sap.ui.define(["sap/m/MessageBox"], function (MessageBox) {
|
|
32460
|
+
* MessageBox.show(
|
|
32461
|
+
* "This message should appear in the message box.", {
|
|
32462
|
+
* icon: MessageBox.Icon.INFORMATION,
|
|
32463
|
+
* title: "My message box title",
|
|
32464
|
+
* actions: [MessageBox.Action.YES, MessageBox.Action.NO],
|
|
32465
|
+
* emphasizedAction: MessageBox.Action.YES,
|
|
32466
|
+
* onClose: function (oAction) { / * do something * / }
|
|
32467
|
+
* }
|
|
32468
|
+
* );
|
|
32469
|
+
* });
|
|
31392
32470
|
* ```
|
|
31393
32471
|
*
|
|
31394
32472
|
*
|
|
@@ -31498,11 +32576,15 @@ declare namespace sap {
|
|
|
31498
32576
|
*/
|
|
31499
32577
|
horizontalScrolling?: boolean;
|
|
31500
32578
|
/**
|
|
31501
|
-
* Added since version 1.28.0. If 'details' is set
|
|
31502
|
-
* the
|
|
31503
|
-
*
|
|
32579
|
+
* Added since version 1.28.0. If 'details' is set, a link to view details is added. When the user clicks
|
|
32580
|
+
* the link, the text area containing 'details' information is displayed. The initial visibility is not
|
|
32581
|
+
* configurable and the details are hidden by default.
|
|
32582
|
+
* If object is given, it will be serialized using `JSON.stringify`.
|
|
32583
|
+
* Since version 1.103, a callback function can be used. It should return a promise, that resolves with
|
|
32584
|
+
* a `string` value or a JSON object, which will be stringified, or rejects - in this case a default error
|
|
32585
|
+
* message will be displayed.
|
|
31504
32586
|
*/
|
|
31505
|
-
details?: string;
|
|
32587
|
+
details?: string | object | (() => Promise<string | object>);
|
|
31506
32588
|
/**
|
|
31507
32589
|
* Added since version 1.72.0. Whether the MessageBox will be closed automatically when a routing navigation
|
|
31508
32590
|
* occurs.
|
|
@@ -31612,11 +32694,15 @@ declare namespace sap {
|
|
|
31612
32694
|
*/
|
|
31613
32695
|
horizontalScrolling?: boolean;
|
|
31614
32696
|
/**
|
|
31615
|
-
* Added since version 1.28.0. If 'details' is set
|
|
31616
|
-
* the
|
|
31617
|
-
*
|
|
32697
|
+
* Added since version 1.28.0. If 'details' is set, a link to view details is added. When the user clicks
|
|
32698
|
+
* the link, the text area containing 'details' information is displayed. The initial visibility is not
|
|
32699
|
+
* configurable and the details are hidden by default.
|
|
32700
|
+
* If object is given, it will be serialized using `JSON.stringify`.
|
|
32701
|
+
* Since version 1.103, a callback function can be used. It should return a promise, that resolves with
|
|
32702
|
+
* a `string` value or a JSON object, which will be stringified, or rejects - in this case a default error
|
|
32703
|
+
* message will be displayed.
|
|
31618
32704
|
*/
|
|
31619
|
-
details?: string;
|
|
32705
|
+
details?: string | object | (() => Promise<string | object>);
|
|
31620
32706
|
/**
|
|
31621
32707
|
* Added since version 1.72.0. Whether the MessageBox will be closed automatically when a routing navigation
|
|
31622
32708
|
* occurs.
|
|
@@ -31721,11 +32807,15 @@ declare namespace sap {
|
|
|
31721
32807
|
*/
|
|
31722
32808
|
horizontalScrolling?: boolean;
|
|
31723
32809
|
/**
|
|
31724
|
-
* Added since version 1.28.0. If 'details' is set
|
|
31725
|
-
* the
|
|
31726
|
-
*
|
|
32810
|
+
* Added since version 1.28.0. If 'details' is set, a link to view details is added. When the user clicks
|
|
32811
|
+
* the link, the text area containing 'details' information is displayed. The initial visibility is not
|
|
32812
|
+
* configurable and the details are hidden by default.
|
|
32813
|
+
* If object is given, it will be serialized using `JSON.stringify`.
|
|
32814
|
+
* Since version 1.103, a callback function can be used. It should return a promise, that resolves with
|
|
32815
|
+
* a `string` value or a JSON object, which will be stringified, or rejects - in this case a default error
|
|
32816
|
+
* message will be displayed.
|
|
31727
32817
|
*/
|
|
31728
|
-
details?: string;
|
|
32818
|
+
details?: string | object | (() => Promise<string | object>);
|
|
31729
32819
|
/**
|
|
31730
32820
|
* Added since version 1.72.0. Whether the MessageBox will be closed automatically when a routing navigation
|
|
31731
32821
|
* occurs.
|
|
@@ -31754,7 +32844,7 @@ declare namespace sap {
|
|
|
31754
32844
|
* ```
|
|
31755
32845
|
*
|
|
31756
32846
|
*
|
|
31757
|
-
* The callback is called with the following signature
|
|
32847
|
+
* The callback is called with the following signature
|
|
31758
32848
|
* ```javascript
|
|
31759
32849
|
*
|
|
31760
32850
|
* function (oAction)
|
|
@@ -31828,11 +32918,15 @@ declare namespace sap {
|
|
|
31828
32918
|
*/
|
|
31829
32919
|
horizontalScrolling?: boolean;
|
|
31830
32920
|
/**
|
|
31831
|
-
* Added since version 1.28.0. If 'details' is set
|
|
31832
|
-
* the
|
|
31833
|
-
*
|
|
32921
|
+
* Added since version 1.28.0. If 'details' is set, a link to view details is added. When the user clicks
|
|
32922
|
+
* the link, the text area containing 'details' information is displayed. The initial visibility is not
|
|
32923
|
+
* configurable and the details are hidden by default.
|
|
32924
|
+
* If object is given, it will be serialized using `JSON.stringify`.
|
|
32925
|
+
* Since version 1.103, a callback function can be used. It should return a promise, that resolves with
|
|
32926
|
+
* a `string` value or a JSON object, which will be stringified, or rejects - in this case a default error
|
|
32927
|
+
* message will be displayed.
|
|
31834
32928
|
*/
|
|
31835
|
-
details?: string;
|
|
32929
|
+
details?: string | object | (() => Promise<string | object>);
|
|
31836
32930
|
/**
|
|
31837
32931
|
* Added since version 1.72.0. Whether the MessageBox will be closed automatically when a routing navigation
|
|
31838
32932
|
* occurs.
|
|
@@ -31945,11 +33039,15 @@ declare namespace sap {
|
|
|
31945
33039
|
*/
|
|
31946
33040
|
horizontalScrolling?: boolean;
|
|
31947
33041
|
/**
|
|
31948
|
-
* Added since version 1.28.0. If 'details' is set
|
|
31949
|
-
* the
|
|
31950
|
-
*
|
|
33042
|
+
* Added since version 1.28.0. If 'details' is set, a link to view details is added. When the user clicks
|
|
33043
|
+
* the link, the text area containing 'details' information is displayed. The initial visibility is not
|
|
33044
|
+
* configurable and the details are hidden by default.
|
|
33045
|
+
* If object is given, it will be serialized using `JSON.stringify`.
|
|
33046
|
+
* Since version 1.103, a callback function can be used. It should return a promise, that resolves with
|
|
33047
|
+
* a `string` value or a JSON object, which will be stringified, or rejects - in this case a default error
|
|
33048
|
+
* message will be displayed.
|
|
31951
33049
|
*/
|
|
31952
|
-
details?: string;
|
|
33050
|
+
details?: string | object | (() => Promise<string | object>);
|
|
31953
33051
|
/**
|
|
31954
33052
|
* The width of the MessageBox
|
|
31955
33053
|
*/
|
|
@@ -31983,8 +33081,6 @@ declare namespace sap {
|
|
|
31983
33081
|
*
|
|
31984
33082
|
*
|
|
31985
33083
|
* The callback is called with the following signature
|
|
31986
|
-
*
|
|
31987
|
-
*
|
|
31988
33084
|
* ```javascript
|
|
31989
33085
|
*
|
|
31990
33086
|
* function(oAction)
|
|
@@ -32058,11 +33154,15 @@ declare namespace sap {
|
|
|
32058
33154
|
*/
|
|
32059
33155
|
horizontalScrolling?: boolean;
|
|
32060
33156
|
/**
|
|
32061
|
-
* Added since version 1.28.0. If 'details' is set
|
|
32062
|
-
* the
|
|
32063
|
-
*
|
|
33157
|
+
* Added since version 1.28.0. If 'details' is set, a link to view details is added. When the user clicks
|
|
33158
|
+
* the link, the text area containing 'details' information is displayed. The initial visibility is not
|
|
33159
|
+
* configurable and the details are hidden by default.
|
|
33160
|
+
* If object is given, it will be serialized using `JSON.stringify`.
|
|
33161
|
+
* Since version 1.103, a callback function can be used. It should return a promise, that resolves with
|
|
33162
|
+
* a `string` value or a JSON object, which will be stringified, or rejects - in this case a default error
|
|
33163
|
+
* message will be displayed.
|
|
32064
33164
|
*/
|
|
32065
|
-
details?: string;
|
|
33165
|
+
details?: string | object | (() => Promise<string | object>);
|
|
32066
33166
|
/**
|
|
32067
33167
|
* Added since version 1.72.0. Whether the MessageBox will be closed automatically when a routing navigation
|
|
32068
33168
|
* occurs.
|
|
@@ -32091,7 +33191,7 @@ declare namespace sap {
|
|
|
32091
33191
|
* ```
|
|
32092
33192
|
*
|
|
32093
33193
|
*
|
|
32094
|
-
* The callback is called with the following signature
|
|
33194
|
+
* The callback is called with the following signature
|
|
32095
33195
|
* ```javascript
|
|
32096
33196
|
*
|
|
32097
33197
|
* function (oAction)
|
|
@@ -32165,11 +33265,15 @@ declare namespace sap {
|
|
|
32165
33265
|
*/
|
|
32166
33266
|
horizontalScrolling?: boolean;
|
|
32167
33267
|
/**
|
|
32168
|
-
* Added since version 1.28.0. If 'details' is set
|
|
32169
|
-
* the
|
|
32170
|
-
*
|
|
33268
|
+
* Added since version 1.28.0. If 'details' is set, a link to view details is added. When the user clicks
|
|
33269
|
+
* the link, the text area containing 'details' information is displayed. The initial visibility is not
|
|
33270
|
+
* configurable and the details are hidden by default.
|
|
33271
|
+
* If object is given, it will be serialized using `JSON.stringify`.
|
|
33272
|
+
* Since version 1.103, a callback function can be used. It should return a promise, that resolves with
|
|
33273
|
+
* a `string` value or a JSON object, which will be stringified, or rejects - in this case a default error
|
|
33274
|
+
* message will be displayed.
|
|
32171
33275
|
*/
|
|
32172
|
-
details?: string;
|
|
33276
|
+
details?: string | object | (() => Promise<string | object>);
|
|
32173
33277
|
/**
|
|
32174
33278
|
* Added since version 1.72.0. Whether the MessageBox will be closed automatically when a routing navigation
|
|
32175
33279
|
* occurs.
|
|
@@ -32681,16 +33785,16 @@ declare namespace sap {
|
|
|
32681
33785
|
*/
|
|
32682
33786
|
removeAllButtons(): string[];
|
|
32683
33787
|
/**
|
|
32684
|
-
*
|
|
33788
|
+
* Removes the given button from the `ActionSelect` content.
|
|
32685
33789
|
*
|
|
32686
|
-
* @returns The
|
|
33790
|
+
* @returns The ID of the removed button or `null`.
|
|
32687
33791
|
*/
|
|
32688
33792
|
removeButton(
|
|
32689
33793
|
/**
|
|
32690
|
-
* The button to remove or its index or
|
|
33794
|
+
* The button to remove or its index or ID.
|
|
32691
33795
|
*/
|
|
32692
33796
|
vButton: int | string | sap.m.Button
|
|
32693
|
-
): string;
|
|
33797
|
+
): string | null;
|
|
32694
33798
|
}
|
|
32695
33799
|
/**
|
|
32696
33800
|
* @SINCE 1.9.1
|
|
@@ -33393,7 +34497,7 @@ declare namespace sap {
|
|
|
33393
34497
|
* The button to remove or its index or id
|
|
33394
34498
|
*/
|
|
33395
34499
|
vButton: int | string | sap.m.Button
|
|
33396
|
-
): sap.m.Button;
|
|
34500
|
+
): sap.m.Button | null;
|
|
33397
34501
|
/**
|
|
33398
34502
|
* Sets a new value for property {@link #getCancelButtonText cancelButtonText}.
|
|
33399
34503
|
*
|
|
@@ -35189,7 +36293,7 @@ declare namespace sap {
|
|
|
35189
36293
|
* The contentLeft to remove or its index or id
|
|
35190
36294
|
*/
|
|
35191
36295
|
vContentLeft: int | string | sap.ui.core.Control
|
|
35192
|
-
): sap.ui.core.Control;
|
|
36296
|
+
): sap.ui.core.Control | null;
|
|
35193
36297
|
/**
|
|
35194
36298
|
* Removes a contentMiddle from the aggregation {@link #getContentMiddle contentMiddle}.
|
|
35195
36299
|
*
|
|
@@ -35200,7 +36304,7 @@ declare namespace sap {
|
|
|
35200
36304
|
* The contentMiddle to remove or its index or id
|
|
35201
36305
|
*/
|
|
35202
36306
|
vContentMiddle: int | string | sap.ui.core.Control
|
|
35203
|
-
): sap.ui.core.Control;
|
|
36307
|
+
): sap.ui.core.Control | null;
|
|
35204
36308
|
/**
|
|
35205
36309
|
* Removes a contentRight from the aggregation {@link #getContentRight contentRight}.
|
|
35206
36310
|
*
|
|
@@ -35211,7 +36315,7 @@ declare namespace sap {
|
|
|
35211
36315
|
* The contentRight to remove or its index or id
|
|
35212
36316
|
*/
|
|
35213
36317
|
vContentRight: int | string | sap.ui.core.Control
|
|
35214
|
-
): sap.ui.core.Control;
|
|
36318
|
+
): sap.ui.core.Control | null;
|
|
35215
36319
|
/**
|
|
35216
36320
|
* @SINCE 1.22
|
|
35217
36321
|
*
|
|
@@ -35308,6 +36412,121 @@ declare namespace sap {
|
|
|
35308
36412
|
bTranslucent?: boolean
|
|
35309
36413
|
): this;
|
|
35310
36414
|
}
|
|
36415
|
+
/**
|
|
36416
|
+
* Helper Class for implementing the IBar interface. Should be created once per IBar instance.
|
|
36417
|
+
*/
|
|
36418
|
+
class BarInPageEnabler extends sap.ui.base.Object {
|
|
36419
|
+
constructor();
|
|
36420
|
+
|
|
36421
|
+
/**
|
|
36422
|
+
* Adds the sapMBarChildClass to a control.
|
|
36423
|
+
*/
|
|
36424
|
+
static addChildClassTo(
|
|
36425
|
+
/**
|
|
36426
|
+
* The sap.ui.core.Control to which the sapMBarChildClass will be added
|
|
36427
|
+
*/
|
|
36428
|
+
oControl: sap.ui.core.Control
|
|
36429
|
+
): void;
|
|
36430
|
+
/**
|
|
36431
|
+
* Creates a new subclass of class sap.m.BarInPageEnabler with name `sClassName` and enriches it with the
|
|
36432
|
+
* information contained in `oClassInfo`.
|
|
36433
|
+
*
|
|
36434
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.base.Object.extend}.
|
|
36435
|
+
*
|
|
36436
|
+
* @returns Created class / constructor function
|
|
36437
|
+
*/
|
|
36438
|
+
static extend<T extends Record<string, unknown>>(
|
|
36439
|
+
/**
|
|
36440
|
+
* Name of the class being created
|
|
36441
|
+
*/
|
|
36442
|
+
sClassName: string,
|
|
36443
|
+
/**
|
|
36444
|
+
* Object literal with information about the class
|
|
36445
|
+
*/
|
|
36446
|
+
oClassInfo?: sap.ClassInfo<T, sap.m.BarInPageEnabler>,
|
|
36447
|
+
/**
|
|
36448
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
36449
|
+
* used by this class
|
|
36450
|
+
*/
|
|
36451
|
+
FNMetaImpl?: Function
|
|
36452
|
+
): Function;
|
|
36453
|
+
/**
|
|
36454
|
+
* Returns a metadata object for class sap.m.BarInPageEnabler.
|
|
36455
|
+
*
|
|
36456
|
+
* @returns Metadata object describing this class
|
|
36457
|
+
*/
|
|
36458
|
+
static getMetadata(): sap.ui.base.Metadata;
|
|
36459
|
+
/**
|
|
36460
|
+
* Renders the tooltip for the given control
|
|
36461
|
+
*/
|
|
36462
|
+
static renderTooltip(
|
|
36463
|
+
/**
|
|
36464
|
+
* the RenderManager that can be used for writing to the render output buffer.
|
|
36465
|
+
*/
|
|
36466
|
+
oRM: sap.ui.core.RenderManager,
|
|
36467
|
+
/**
|
|
36468
|
+
* an object representation of the control that should be rendered.
|
|
36469
|
+
*/
|
|
36470
|
+
oControl: sap.ui.core.Control
|
|
36471
|
+
): void;
|
|
36472
|
+
/**
|
|
36473
|
+
* Sets classes and HTML tag according to the context of the page.
|
|
36474
|
+
*
|
|
36475
|
+
* Possible contexts are header, footer, subheader.
|
|
36476
|
+
*
|
|
36477
|
+
* @returns `this` for chaining
|
|
36478
|
+
*/
|
|
36479
|
+
applyTagAndContextClassFor(
|
|
36480
|
+
/**
|
|
36481
|
+
* allowed values are header, footer, subheader.
|
|
36482
|
+
*/
|
|
36483
|
+
sContext: string
|
|
36484
|
+
): sap.m.IBar;
|
|
36485
|
+
/**
|
|
36486
|
+
* Gets the Bar contexts inside page.
|
|
36487
|
+
*
|
|
36488
|
+
* @returns with all available contexts.
|
|
36489
|
+
*/
|
|
36490
|
+
getContext(): Object;
|
|
36491
|
+
/**
|
|
36492
|
+
* Gets the HTML tag of the root domref.
|
|
36493
|
+
*
|
|
36494
|
+
* @returns the HTML-tag
|
|
36495
|
+
*/
|
|
36496
|
+
getHTMLTag(): string;
|
|
36497
|
+
/**
|
|
36498
|
+
* Determines whether the bar is sensitive to the container context.
|
|
36499
|
+
*
|
|
36500
|
+
* Implementation of the IBar interface.
|
|
36501
|
+
*
|
|
36502
|
+
* @returns isContextSensitive
|
|
36503
|
+
*/
|
|
36504
|
+
isContextSensitive(): boolean;
|
|
36505
|
+
/**
|
|
36506
|
+
* Renders the HTML for the given control, using the provided {@link sap.ui.core.RenderManager}.
|
|
36507
|
+
*/
|
|
36508
|
+
render(
|
|
36509
|
+
/**
|
|
36510
|
+
* the RenderManager that can be used for writing to the render output buffer.
|
|
36511
|
+
*/
|
|
36512
|
+
oRM: sap.ui.core.RenderManager,
|
|
36513
|
+
/**
|
|
36514
|
+
* an object representation of the control that should be rendered.
|
|
36515
|
+
*/
|
|
36516
|
+
oControl: sap.ui.core.Control
|
|
36517
|
+
): void;
|
|
36518
|
+
/**
|
|
36519
|
+
* Sets the HTML tag of the root element.
|
|
36520
|
+
*
|
|
36521
|
+
* @returns `this` to allow method chaining
|
|
36522
|
+
*/
|
|
36523
|
+
setHTMLTag(
|
|
36524
|
+
/**
|
|
36525
|
+
* The new root element
|
|
36526
|
+
*/
|
|
36527
|
+
sNewTag: string
|
|
36528
|
+
): sap.m.IBar;
|
|
36529
|
+
}
|
|
35311
36530
|
/**
|
|
35312
36531
|
* @SINCE 1.34
|
|
35313
36532
|
*
|
|
@@ -35317,8 +36536,13 @@ declare namespace sap {
|
|
|
35317
36536
|
*/
|
|
35318
36537
|
class Breadcrumbs
|
|
35319
36538
|
extends sap.ui.core.Control
|
|
35320
|
-
implements
|
|
36539
|
+
implements
|
|
36540
|
+
sap.m.IBreadcrumbs,
|
|
36541
|
+
sap.m.IOverflowToolbarContent,
|
|
36542
|
+
sap.ui.core.IShrinkable {
|
|
35321
36543
|
__implements__sap_m_IBreadcrumbs: boolean;
|
|
36544
|
+
__implements__sap_m_IOverflowToolbarContent: boolean;
|
|
36545
|
+
__implements__sap_ui_core_IShrinkable: boolean;
|
|
35322
36546
|
/**
|
|
35323
36547
|
* Constructor for a new `Breadcrumbs`.
|
|
35324
36548
|
*
|
|
@@ -35532,7 +36756,7 @@ declare namespace sap {
|
|
|
35532
36756
|
* The link to remove or its index or id
|
|
35533
36757
|
*/
|
|
35534
36758
|
vLink: int | string | sap.m.Link
|
|
35535
|
-
): sap.m.Link;
|
|
36759
|
+
): sap.m.Link | null;
|
|
35536
36760
|
/**
|
|
35537
36761
|
* @SINCE 1.34
|
|
35538
36762
|
*
|
|
@@ -37687,7 +38911,7 @@ declare namespace sap {
|
|
|
37687
38911
|
* The page to remove or its index or id
|
|
37688
38912
|
*/
|
|
37689
38913
|
vPage: int | string | sap.ui.core.Control
|
|
37690
|
-
): sap.ui.core.Control;
|
|
38914
|
+
): sap.ui.core.Control | null;
|
|
37691
38915
|
/**
|
|
37692
38916
|
* Sets the associated {@link #getActivePage activePage}.
|
|
37693
38917
|
*
|
|
@@ -40366,7 +41590,7 @@ declare namespace sap {
|
|
|
40366
41590
|
* The cell to remove or its index or id
|
|
40367
41591
|
*/
|
|
40368
41592
|
vCell: int | string | sap.ui.core.Control
|
|
40369
|
-
): sap.ui.core.Control;
|
|
41593
|
+
): sap.ui.core.Control | null;
|
|
40370
41594
|
/**
|
|
40371
41595
|
* Pemove pop-in from DOM
|
|
40372
41596
|
*/
|
|
@@ -41166,9 +42390,9 @@ declare namespace sap {
|
|
|
41166
42390
|
/**
|
|
41167
42391
|
* Gets the first item from the aggregation named `items`.
|
|
41168
42392
|
*
|
|
41169
|
-
* @returns The first item, or null if there are no items.
|
|
42393
|
+
* @returns The first item, or `null` if there are no items.
|
|
41170
42394
|
*/
|
|
41171
|
-
getFirstItem(): sap.ui.core.Item;
|
|
42395
|
+
getFirstItem(): sap.ui.core.Item | null;
|
|
41172
42396
|
/**
|
|
41173
42397
|
* @SINCE 1.66
|
|
41174
42398
|
*
|
|
@@ -41181,14 +42405,14 @@ declare namespace sap {
|
|
|
41181
42405
|
/**
|
|
41182
42406
|
* Gets the item from the aggregation named `items` at the given 0-based index.
|
|
41183
42407
|
*
|
|
41184
|
-
* @returns Item at the given index, or null if none.
|
|
42408
|
+
* @returns Item at the given index, or `null` if none.
|
|
41185
42409
|
*/
|
|
41186
42410
|
getItemAt(
|
|
41187
42411
|
/**
|
|
41188
42412
|
* Index of the item to return.
|
|
41189
42413
|
*/
|
|
41190
42414
|
iIndex: int
|
|
41191
|
-
): sap.ui.core.Item;
|
|
42415
|
+
): sap.ui.core.Item | null;
|
|
41192
42416
|
/**
|
|
41193
42417
|
* Gets the item with the given key from the aggregation named `items`.
|
|
41194
42418
|
* **Note:** If duplicate keys exist, the first item matching the key is returned.
|
|
@@ -41211,9 +42435,9 @@ declare namespace sap {
|
|
|
41211
42435
|
/**
|
|
41212
42436
|
* Gets the last item from the aggregation named `items`.
|
|
41213
42437
|
*
|
|
41214
|
-
* @returns The last item, or null if there are no items.
|
|
42438
|
+
* @returns The last item, or `null` if there are no items.
|
|
41215
42439
|
*/
|
|
41216
|
-
getLastItem(): sap.ui.core.Item;
|
|
42440
|
+
getLastItem(): sap.ui.core.Item | null;
|
|
41217
42441
|
/**
|
|
41218
42442
|
* @deprecated (since 1.62) - The list structure should not be used as per SAP note: 2746748.
|
|
41219
42443
|
*
|
|
@@ -41422,7 +42646,7 @@ declare namespace sap {
|
|
|
41422
42646
|
* The item to remove or its index or id
|
|
41423
42647
|
*/
|
|
41424
42648
|
vItem: int | string | sap.ui.core.Item
|
|
41425
|
-
): sap.ui.core.Item;
|
|
42649
|
+
): sap.ui.core.Item | null;
|
|
41426
42650
|
/**
|
|
41427
42651
|
* @SINCE 1.58
|
|
41428
42652
|
*
|
|
@@ -42210,7 +43434,7 @@ declare namespace sap {
|
|
|
42210
43434
|
* The content to remove or its index or id
|
|
42211
43435
|
*/
|
|
42212
43436
|
vContent: int | string | sap.ui.core.Control
|
|
42213
|
-
): sap.ui.core.Control;
|
|
43437
|
+
): sap.ui.core.Control | null;
|
|
42214
43438
|
/**
|
|
42215
43439
|
* @SINCE 1.84
|
|
42216
43440
|
*
|
|
@@ -42483,7 +43707,7 @@ declare namespace sap {
|
|
|
42483
43707
|
* The content to remove or its index or id
|
|
42484
43708
|
*/
|
|
42485
43709
|
vContent: int | string | sap.ui.core.Control
|
|
42486
|
-
): sap.ui.core.Control;
|
|
43710
|
+
): sap.ui.core.Control | null;
|
|
42487
43711
|
/**
|
|
42488
43712
|
* Unbinds aggregation {@link #getContent content} from model data.
|
|
42489
43713
|
*
|
|
@@ -43781,6 +45005,102 @@ declare namespace sap {
|
|
|
43781
45005
|
* @returns Metadata object describing this class
|
|
43782
45006
|
*/
|
|
43783
45007
|
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
45008
|
+
/**
|
|
45009
|
+
* @SINCE 1.104.0
|
|
45010
|
+
*
|
|
45011
|
+
* Attaches event handler `fnFunction` to the {@link #event:liveChange liveChange} event of this `sap.m.DateTimeField`.
|
|
45012
|
+
*
|
|
45013
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
45014
|
+
* otherwise it will be bound to this `sap.m.DateTimeField` itself.
|
|
45015
|
+
*
|
|
45016
|
+
* Fired when the value of the `DateTimeField` is changed by user interaction - each keystroke, delete,
|
|
45017
|
+
* paste, etc.
|
|
45018
|
+
*
|
|
45019
|
+
* **Note:** Browsing autocomplete suggestions doesn't fire the event.
|
|
45020
|
+
*
|
|
45021
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
45022
|
+
*/
|
|
45023
|
+
attachLiveChange(
|
|
45024
|
+
/**
|
|
45025
|
+
* An application-specific payload object that will be passed to the event handler along with the event
|
|
45026
|
+
* object when firing the event
|
|
45027
|
+
*/
|
|
45028
|
+
oData: object,
|
|
45029
|
+
/**
|
|
45030
|
+
* The function to be called when the event occurs
|
|
45031
|
+
*/
|
|
45032
|
+
fnFunction: (p1: sap.ui.base.Event) => void,
|
|
45033
|
+
/**
|
|
45034
|
+
* Context object to call the event handler with. Defaults to this `sap.m.DateTimeField` itself
|
|
45035
|
+
*/
|
|
45036
|
+
oListener?: object
|
|
45037
|
+
): this;
|
|
45038
|
+
/**
|
|
45039
|
+
* @SINCE 1.104.0
|
|
45040
|
+
*
|
|
45041
|
+
* Attaches event handler `fnFunction` to the {@link #event:liveChange liveChange} event of this `sap.m.DateTimeField`.
|
|
45042
|
+
*
|
|
45043
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
45044
|
+
* otherwise it will be bound to this `sap.m.DateTimeField` itself.
|
|
45045
|
+
*
|
|
45046
|
+
* Fired when the value of the `DateTimeField` is changed by user interaction - each keystroke, delete,
|
|
45047
|
+
* paste, etc.
|
|
45048
|
+
*
|
|
45049
|
+
* **Note:** Browsing autocomplete suggestions doesn't fire the event.
|
|
45050
|
+
*
|
|
45051
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
45052
|
+
*/
|
|
45053
|
+
attachLiveChange(
|
|
45054
|
+
/**
|
|
45055
|
+
* The function to be called when the event occurs
|
|
45056
|
+
*/
|
|
45057
|
+
fnFunction: (p1: sap.ui.base.Event) => void,
|
|
45058
|
+
/**
|
|
45059
|
+
* Context object to call the event handler with. Defaults to this `sap.m.DateTimeField` itself
|
|
45060
|
+
*/
|
|
45061
|
+
oListener?: object
|
|
45062
|
+
): this;
|
|
45063
|
+
/**
|
|
45064
|
+
* @SINCE 1.104.0
|
|
45065
|
+
*
|
|
45066
|
+
* Detaches event handler `fnFunction` from the {@link #event:liveChange liveChange} event of this `sap.m.DateTimeField`.
|
|
45067
|
+
*
|
|
45068
|
+
* The passed function and listener object must match the ones used for event registration.
|
|
45069
|
+
*
|
|
45070
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
45071
|
+
*/
|
|
45072
|
+
detachLiveChange(
|
|
45073
|
+
/**
|
|
45074
|
+
* The function to be called, when the event occurs
|
|
45075
|
+
*/
|
|
45076
|
+
fnFunction: (p1: sap.ui.base.Event) => void,
|
|
45077
|
+
/**
|
|
45078
|
+
* Context object on which the given function had to be called
|
|
45079
|
+
*/
|
|
45080
|
+
oListener?: object
|
|
45081
|
+
): this;
|
|
45082
|
+
/**
|
|
45083
|
+
* @SINCE 1.104.0
|
|
45084
|
+
*
|
|
45085
|
+
* Fires event {@link #event:liveChange liveChange} to attached listeners.
|
|
45086
|
+
*
|
|
45087
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
45088
|
+
*/
|
|
45089
|
+
fireLiveChange(
|
|
45090
|
+
/**
|
|
45091
|
+
* Parameters to pass along with the event
|
|
45092
|
+
*/
|
|
45093
|
+
mParameters?: {
|
|
45094
|
+
/**
|
|
45095
|
+
* The current value of the input, after a live change event.
|
|
45096
|
+
*/
|
|
45097
|
+
value?: string;
|
|
45098
|
+
/**
|
|
45099
|
+
* The previous value of the input, before the last user interaction.
|
|
45100
|
+
*/
|
|
45101
|
+
previousValue?: string;
|
|
45102
|
+
}
|
|
45103
|
+
): this;
|
|
43784
45104
|
/**
|
|
43785
45105
|
* Gets current value of property {@link #getDateValue dateValue}.
|
|
43786
45106
|
*
|
|
@@ -43801,6 +45121,12 @@ declare namespace sap {
|
|
|
43801
45121
|
* @returns Value of property `displayFormat`
|
|
43802
45122
|
*/
|
|
43803
45123
|
getDisplayFormat(): string;
|
|
45124
|
+
/**
|
|
45125
|
+
* Gets the inner input DOM value.
|
|
45126
|
+
*
|
|
45127
|
+
* @returns The value of the input.
|
|
45128
|
+
*/
|
|
45129
|
+
getDOMValue(): any;
|
|
43804
45130
|
/**
|
|
43805
45131
|
* @SINCE 1.54
|
|
43806
45132
|
*
|
|
@@ -43826,6 +45152,15 @@ declare namespace sap {
|
|
|
43826
45152
|
* @returns Value of property `valueFormat`
|
|
43827
45153
|
*/
|
|
43828
45154
|
getValueFormat(): string;
|
|
45155
|
+
/**
|
|
45156
|
+
* Event handler for user input.
|
|
45157
|
+
*/
|
|
45158
|
+
oninput(
|
|
45159
|
+
/**
|
|
45160
|
+
* User input.
|
|
45161
|
+
*/
|
|
45162
|
+
oEvent: jQuery.Event
|
|
45163
|
+
): void;
|
|
43829
45164
|
/**
|
|
43830
45165
|
* Sets a new value for property {@link #getDateValue dateValue}.
|
|
43831
45166
|
*
|
|
@@ -45817,7 +47152,7 @@ declare namespace sap {
|
|
|
45817
47152
|
* The button to remove or its index or id
|
|
45818
47153
|
*/
|
|
45819
47154
|
vButton: int | string | sap.m.Button
|
|
45820
|
-
): sap.m.Button;
|
|
47155
|
+
): sap.m.Button | null;
|
|
45821
47156
|
/**
|
|
45822
47157
|
* Removes a content from the aggregation {@link #getContent content}.
|
|
45823
47158
|
*
|
|
@@ -45828,7 +47163,7 @@ declare namespace sap {
|
|
|
45828
47163
|
* The content to remove or its index or id
|
|
45829
47164
|
*/
|
|
45830
47165
|
vContent: int | string | sap.ui.core.Control
|
|
45831
|
-
): sap.ui.core.Control;
|
|
47166
|
+
): sap.ui.core.Control | null;
|
|
45832
47167
|
/**
|
|
45833
47168
|
* @SINCE 1.15.1
|
|
45834
47169
|
*
|
|
@@ -48508,7 +49843,7 @@ declare namespace sap {
|
|
|
48508
49843
|
* The list to remove or its index or id
|
|
48509
49844
|
*/
|
|
48510
49845
|
vList: int | string | sap.m.FacetFilterList
|
|
48511
|
-
): sap.m.FacetFilterList;
|
|
49846
|
+
): sap.m.FacetFilterList | null;
|
|
48512
49847
|
/**
|
|
48513
49848
|
* Sets a new value for property {@link #getLiveSearch liveSearch}.
|
|
48514
49849
|
*
|
|
@@ -50923,7 +52258,7 @@ declare namespace sap {
|
|
|
50923
52258
|
* The action to remove or its index or id
|
|
50924
52259
|
*/
|
|
50925
52260
|
vAction: int | string | sap.m.FeedListItemAction
|
|
50926
|
-
): sap.m.FeedListItemAction;
|
|
52261
|
+
): sap.m.FeedListItemAction | null;
|
|
50927
52262
|
/**
|
|
50928
52263
|
* @SINCE 1.52.0
|
|
50929
52264
|
*
|
|
@@ -51820,7 +53155,7 @@ declare namespace sap {
|
|
|
51820
53155
|
* The item to remove or its index or id
|
|
51821
53156
|
*/
|
|
51822
53157
|
vItem: int | string | sap.ui.core.Control
|
|
51823
|
-
): sap.ui.core.Control;
|
|
53158
|
+
): sap.ui.core.Control | null;
|
|
51824
53159
|
/**
|
|
51825
53160
|
* @SINCE 1.36.0
|
|
51826
53161
|
*
|
|
@@ -52120,14 +53455,14 @@ declare namespace sap {
|
|
|
52120
53455
|
/**
|
|
52121
53456
|
* Returns the correct FlexBox item DOM reference.
|
|
52122
53457
|
*
|
|
52123
|
-
* @returns The Element's DOM Element sub DOM Element or null
|
|
53458
|
+
* @returns The Element's DOM Element, sub DOM Element or `null`
|
|
52124
53459
|
*/
|
|
52125
53460
|
getDomRef(
|
|
52126
53461
|
/**
|
|
52127
53462
|
* ID suffix to get the DOMRef for
|
|
52128
53463
|
*/
|
|
52129
53464
|
sSuffix?: string
|
|
52130
|
-
): Element;
|
|
53465
|
+
): Element | null;
|
|
52131
53466
|
/**
|
|
52132
53467
|
* Gets current value of property {@link #getGrowFactor growFactor}.
|
|
52133
53468
|
*
|
|
@@ -52598,7 +53933,7 @@ declare namespace sap {
|
|
|
52598
53933
|
* The control to remove or its index or id
|
|
52599
53934
|
*/
|
|
52600
53935
|
vControl: int | string | sap.m.Link
|
|
52601
|
-
): sap.m.Link;
|
|
53936
|
+
): sap.m.Link | null;
|
|
52602
53937
|
/**
|
|
52603
53938
|
* @SINCE 1.45.5
|
|
52604
53939
|
*
|
|
@@ -53438,6 +54773,9 @@ declare namespace sap {
|
|
|
53438
54773
|
*/
|
|
53439
54774
|
getIcon(): sap.ui.core.Control;
|
|
53440
54775
|
/**
|
|
54776
|
+
* @SINCE 1.103
|
|
54777
|
+
* @EXPERIMENTAL (since 1.103)
|
|
54778
|
+
*
|
|
53441
54779
|
* Gets current value of property {@link #getIconLoaded iconLoaded}.
|
|
53442
54780
|
*
|
|
53443
54781
|
* The load state of the tileIcon.
|
|
@@ -53689,7 +55027,7 @@ declare namespace sap {
|
|
|
53689
55027
|
* The actionButton to remove or its index or id
|
|
53690
55028
|
*/
|
|
53691
55029
|
vActionButton: int | string | sap.m.Button
|
|
53692
|
-
): sap.m.Button;
|
|
55030
|
+
): sap.m.Button | null;
|
|
53693
55031
|
/**
|
|
53694
55032
|
* @EXPERIMENTAL (since 1.96)
|
|
53695
55033
|
*
|
|
@@ -53718,7 +55056,7 @@ declare namespace sap {
|
|
|
53718
55056
|
* The tileContent to remove or its index or id
|
|
53719
55057
|
*/
|
|
53720
55058
|
vTileContent: int | string | sap.m.TileContent
|
|
53721
|
-
): sap.m.TileContent;
|
|
55059
|
+
): sap.m.TileContent | null;
|
|
53722
55060
|
/**
|
|
53723
55061
|
* @SINCE 1.82
|
|
53724
55062
|
*
|
|
@@ -53937,6 +55275,9 @@ declare namespace sap {
|
|
|
53937
55275
|
oIcon: sap.ui.core.Control
|
|
53938
55276
|
): this;
|
|
53939
55277
|
/**
|
|
55278
|
+
* @SINCE 1.103
|
|
55279
|
+
* @EXPERIMENTAL (since 1.103)
|
|
55280
|
+
*
|
|
53940
55281
|
* Sets a new value for property {@link #getIconLoaded iconLoaded}.
|
|
53941
55282
|
*
|
|
53942
55283
|
* The load state of the tileIcon.
|
|
@@ -55070,7 +56411,7 @@ declare namespace sap {
|
|
|
55070
56411
|
* The content to remove or its index or id
|
|
55071
56412
|
*/
|
|
55072
56413
|
vContent: int | string | sap.ui.core.Control
|
|
55073
|
-
): sap.ui.core.Control;
|
|
56414
|
+
): sap.ui.core.Control | null;
|
|
55074
56415
|
/**
|
|
55075
56416
|
* Sets a new value for property {@link #getBackgroundDesign backgroundDesign}.
|
|
55076
56417
|
*
|
|
@@ -55247,35 +56588,6 @@ declare namespace sap {
|
|
|
55247
56588
|
sWidth: sap.ui.core.CSSSize
|
|
55248
56589
|
): this;
|
|
55249
56590
|
}
|
|
55250
|
-
/**
|
|
55251
|
-
* Helper Class for implementing the IBar interface. Should be created once per IBar instance.
|
|
55252
|
-
*/
|
|
55253
|
-
class IBarInPageEnabler {
|
|
55254
|
-
constructor();
|
|
55255
|
-
|
|
55256
|
-
/**
|
|
55257
|
-
* Adds the sapMBarChildClass to a control.
|
|
55258
|
-
*/
|
|
55259
|
-
static addChildClassTo(
|
|
55260
|
-
/**
|
|
55261
|
-
* The sap.ui.core.Control to which the sapMBarChildClass will be added
|
|
55262
|
-
*/
|
|
55263
|
-
oControl: sap.ui.core.Control
|
|
55264
|
-
): void;
|
|
55265
|
-
/**
|
|
55266
|
-
* Renders the tooltip for the given control
|
|
55267
|
-
*/
|
|
55268
|
-
static renderTooltip(
|
|
55269
|
-
/**
|
|
55270
|
-
* the RenderManager that can be used for writing to the render output buffer.
|
|
55271
|
-
*/
|
|
55272
|
-
oRM: sap.ui.core.RenderManager,
|
|
55273
|
-
/**
|
|
55274
|
-
* an object representation of the control that should be rendered.
|
|
55275
|
-
*/
|
|
55276
|
-
oControl: sap.ui.core.Control
|
|
55277
|
-
): void;
|
|
55278
|
-
}
|
|
55279
56591
|
/**
|
|
55280
56592
|
* The IconTabBar represents a collection of tabs with associated content. Overview: The IconTabBar can
|
|
55281
56593
|
* be used for navigation within an object, or as a filter. Different types of IconTabBar are used based
|
|
@@ -55663,7 +56975,8 @@ declare namespace sap {
|
|
|
55663
56975
|
*
|
|
55664
56976
|
* Specifies whether tab reordering is enabled. Relevant only for desktop devices. The {@link sap.m.IconTabSeparator
|
|
55665
56977
|
* sap.m.IconTabSeparator} cannot be dragged and dropped Items can be moved around {@link sap.m.IconTabSeparator
|
|
55666
|
-
* sap.m.IconTabSeparator}
|
|
56978
|
+
* sap.m.IconTabSeparator} Reordering is enabled via keyboard using `Ctrl` + arrow keys (Windows) and `Control`
|
|
56979
|
+
* + arrow keys (Mac OS)
|
|
55667
56980
|
*
|
|
55668
56981
|
* Default value is `false`.
|
|
55669
56982
|
*
|
|
@@ -55911,7 +57224,7 @@ declare namespace sap {
|
|
|
55911
57224
|
* The content to remove or its index or id
|
|
55912
57225
|
*/
|
|
55913
57226
|
vContent: int | string | sap.ui.core.Control
|
|
55914
|
-
): sap.ui.core.Control;
|
|
57227
|
+
): sap.ui.core.Control | null;
|
|
55915
57228
|
/**
|
|
55916
57229
|
* Removes a item from the aggregation {@link #getItems items}.
|
|
55917
57230
|
*
|
|
@@ -55922,7 +57235,7 @@ declare namespace sap {
|
|
|
55922
57235
|
* The item to remove or its index or id
|
|
55923
57236
|
*/
|
|
55924
57237
|
vItem: int | string | sap.m.IconTab
|
|
55925
|
-
): sap.m.IconTab;
|
|
57238
|
+
): sap.m.IconTab | null;
|
|
55926
57239
|
/**
|
|
55927
57240
|
* @SINCE 1.26
|
|
55928
57241
|
*
|
|
@@ -56489,7 +57802,7 @@ declare namespace sap {
|
|
|
56489
57802
|
* The content to remove or its index or id
|
|
56490
57803
|
*/
|
|
56491
57804
|
vContent: int | string | sap.ui.core.Control
|
|
56492
|
-
): sap.ui.core.Control;
|
|
57805
|
+
): sap.ui.core.Control | null;
|
|
56493
57806
|
/**
|
|
56494
57807
|
* @SINCE 1.77
|
|
56495
57808
|
*
|
|
@@ -56502,7 +57815,7 @@ declare namespace sap {
|
|
|
56502
57815
|
* The item to remove or its index or id
|
|
56503
57816
|
*/
|
|
56504
57817
|
vItem: int | string | sap.m.IconTab
|
|
56505
|
-
): sap.m.IconTab;
|
|
57818
|
+
): sap.m.IconTab | null;
|
|
56506
57819
|
/**
|
|
56507
57820
|
* Renders this item in the IconTabHeader.
|
|
56508
57821
|
*/
|
|
@@ -56885,7 +58198,8 @@ declare namespace sap {
|
|
|
56885
58198
|
*
|
|
56886
58199
|
* Specifies whether tab reordering is enabled. Relevant only for desktop devices. The {@link sap.m.IconTabSeparator
|
|
56887
58200
|
* sap.m.IconTabSeparator} cannot be dragged and dropped Items can be moved around {@link sap.m.IconTabSeparator
|
|
56888
|
-
* sap.m.IconTabSeparator}
|
|
58201
|
+
* sap.m.IconTabSeparator} Reordering is enabled via keyboard using `Ctrl` + arrow keys (Windows) and `Control`
|
|
58202
|
+
* + arrow keys (Mac OS)
|
|
56889
58203
|
*
|
|
56890
58204
|
* Default value is `false`.
|
|
56891
58205
|
*
|
|
@@ -57056,7 +58370,7 @@ declare namespace sap {
|
|
|
57056
58370
|
* The item to remove or its index or id
|
|
57057
58371
|
*/
|
|
57058
58372
|
vItem: int | string | sap.m.IconTab
|
|
57059
|
-
): sap.m.IconTab;
|
|
58373
|
+
): sap.m.IconTab | null;
|
|
57060
58374
|
/**
|
|
57061
58375
|
* @SINCE 1.80
|
|
57062
58376
|
*
|
|
@@ -57106,7 +58420,8 @@ declare namespace sap {
|
|
|
57106
58420
|
*
|
|
57107
58421
|
* Specifies whether tab reordering is enabled. Relevant only for desktop devices. The {@link sap.m.IconTabSeparator
|
|
57108
58422
|
* sap.m.IconTabSeparator} cannot be dragged and dropped Items can be moved around {@link sap.m.IconTabSeparator
|
|
57109
|
-
* sap.m.IconTabSeparator}
|
|
58423
|
+
* sap.m.IconTabSeparator} Reordering is enabled via keyboard using `Ctrl` + arrow keys (Windows) and `Control`
|
|
58424
|
+
* + arrow keys (Mac OS)
|
|
57110
58425
|
*
|
|
57111
58426
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
57112
58427
|
*
|
|
@@ -57640,6 +58955,19 @@ declare namespace sap {
|
|
|
57640
58955
|
* @returns Value of property `enableFormattedText`
|
|
57641
58956
|
*/
|
|
57642
58957
|
getEnableFormattedText(): boolean;
|
|
58958
|
+
/**
|
|
58959
|
+
* @SINCE 1.104
|
|
58960
|
+
*
|
|
58961
|
+
* Gets current value of property {@link #getEnableVerticalResponsiveness enableVerticalResponsiveness}.
|
|
58962
|
+
*
|
|
58963
|
+
* Defines whether the `IllustratedMessage` would resize itself according to it's height if `illustrationSize`
|
|
58964
|
+
* property is set to `IllustratedMessageSize.Auto`.
|
|
58965
|
+
*
|
|
58966
|
+
* Default value is `false`.
|
|
58967
|
+
*
|
|
58968
|
+
* @returns Value of property `enableVerticalResponsiveness`
|
|
58969
|
+
*/
|
|
58970
|
+
getEnableVerticalResponsiveness(): boolean;
|
|
57643
58971
|
/**
|
|
57644
58972
|
* @SINCE 1.98
|
|
57645
58973
|
*
|
|
@@ -57735,7 +59063,7 @@ declare namespace sap {
|
|
|
57735
59063
|
* The additionalContent to remove or its index or id
|
|
57736
59064
|
*/
|
|
57737
59065
|
vAdditionalContent: int | string | sap.m.Button
|
|
57738
|
-
): sap.m.Button;
|
|
59066
|
+
): sap.m.Button | null;
|
|
57739
59067
|
/**
|
|
57740
59068
|
* @SINCE 1.98
|
|
57741
59069
|
*
|
|
@@ -57790,6 +59118,26 @@ declare namespace sap {
|
|
|
57790
59118
|
*/
|
|
57791
59119
|
bEnableFormattedText?: boolean
|
|
57792
59120
|
): this;
|
|
59121
|
+
/**
|
|
59122
|
+
* @SINCE 1.104
|
|
59123
|
+
*
|
|
59124
|
+
* Sets a new value for property {@link #getEnableVerticalResponsiveness enableVerticalResponsiveness}.
|
|
59125
|
+
*
|
|
59126
|
+
* Defines whether the `IllustratedMessage` would resize itself according to it's height if `illustrationSize`
|
|
59127
|
+
* property is set to `IllustratedMessageSize.Auto`.
|
|
59128
|
+
*
|
|
59129
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
59130
|
+
*
|
|
59131
|
+
* Default value is `false`.
|
|
59132
|
+
*
|
|
59133
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
59134
|
+
*/
|
|
59135
|
+
setEnableVerticalResponsiveness(
|
|
59136
|
+
/**
|
|
59137
|
+
* New value for property `enableVerticalResponsiveness`
|
|
59138
|
+
*/
|
|
59139
|
+
bEnableVerticalResponsiveness?: boolean
|
|
59140
|
+
): this;
|
|
57793
59141
|
/**
|
|
57794
59142
|
* @SINCE 1.98
|
|
57795
59143
|
*
|
|
@@ -60604,7 +61952,7 @@ declare namespace sap {
|
|
|
60604
61952
|
* The suggestionColumn to remove or its index or id
|
|
60605
61953
|
*/
|
|
60606
61954
|
vSuggestionColumn: int | string | sap.m.Column
|
|
60607
|
-
): sap.m.Column;
|
|
61955
|
+
): sap.m.Column | null;
|
|
60608
61956
|
/**
|
|
60609
61957
|
* Removes suggestion item.
|
|
60610
61958
|
*
|
|
@@ -60632,7 +61980,7 @@ declare namespace sap {
|
|
|
60632
61980
|
| string
|
|
60633
61981
|
| sap.m.ColumnListItem
|
|
60634
61982
|
| sap.m.GroupHeaderListItem
|
|
60635
|
-
): sap.m.ColumnListItem | sap.m.GroupHeaderListItem;
|
|
61983
|
+
): sap.m.ColumnListItem | sap.m.GroupHeaderListItem | null;
|
|
60636
61984
|
/**
|
|
60637
61985
|
* @SINCE 1.61
|
|
60638
61986
|
*
|
|
@@ -62248,7 +63596,7 @@ declare namespace sap {
|
|
|
62248
63596
|
* The content to remove or its index or id
|
|
62249
63597
|
*/
|
|
62250
63598
|
vContent: int | string | sap.ui.core.Control
|
|
62251
|
-
): sap.ui.core.Control;
|
|
63599
|
+
): sap.ui.core.Control | null;
|
|
62252
63600
|
/**
|
|
62253
63601
|
* Sets a new value for property {@link #getLabel label}.
|
|
62254
63602
|
*
|
|
@@ -62981,7 +64329,7 @@ declare namespace sap {
|
|
|
62981
64329
|
* The imageContent to remove or its index or id
|
|
62982
64330
|
*/
|
|
62983
64331
|
vImageContent: int | string | sap.m.LightBoxItem
|
|
62984
|
-
): sap.m.LightBoxItem;
|
|
64332
|
+
): sap.m.LightBoxItem | null;
|
|
62985
64333
|
/**
|
|
62986
64334
|
* Unbinds aggregation {@link #getImageContent imageContent} from model data.
|
|
62987
64335
|
*
|
|
@@ -63355,6 +64703,22 @@ declare namespace sap {
|
|
|
63355
64703
|
* @returns The `sap.m.Link` accessibility information
|
|
63356
64704
|
*/
|
|
63357
64705
|
getAccessibilityInfo(): object;
|
|
64706
|
+
/**
|
|
64707
|
+
* @SINCE 1.104.0
|
|
64708
|
+
*
|
|
64709
|
+
* Gets current value of property {@link #getAccessibleRole accessibleRole}.
|
|
64710
|
+
*
|
|
64711
|
+
* Describes the accessibility role of the link:
|
|
64712
|
+
* - `LinkAccessibleRole.Default` - a navagation is expected to the location given in `href` property
|
|
64713
|
+
*
|
|
64714
|
+
* - `LinkAccessibleRole.Button` - there will be `role` attribute with value "Button" rendered. In this
|
|
64715
|
+
* scenario the `href` property value shouldn't be set as navigation isn't expected to occur.
|
|
64716
|
+
*
|
|
64717
|
+
* Default value is `Default`.
|
|
64718
|
+
*
|
|
64719
|
+
* @returns Value of property `accessibleRole`
|
|
64720
|
+
*/
|
|
64721
|
+
getAccessibleRole(): sap.m.LinkAccessibleRole;
|
|
63358
64722
|
/**
|
|
63359
64723
|
* Returns array of IDs of the elements which are the current targets of the association {@link #getAriaDescribedBy
|
|
63360
64724
|
* ariaDescribedBy}.
|
|
@@ -63423,8 +64787,9 @@ declare namespace sap {
|
|
|
63423
64787
|
/**
|
|
63424
64788
|
* Gets current value of property {@link #getHref href}.
|
|
63425
64789
|
*
|
|
63426
|
-
* Defines the link target URI. Supports standard hyperlink behavior.
|
|
63427
|
-
*
|
|
64790
|
+
* Defines the link target URI. Supports standard hyperlink behavior. **Note:** Don't set `href` property
|
|
64791
|
+
* if an action should be triggered by the link. Instead set `accessibleRole` property to `LinkAccessibleRole.Button`
|
|
64792
|
+
* and register a `press` event handler.
|
|
63428
64793
|
*
|
|
63429
64794
|
* @returns Value of property `href`
|
|
63430
64795
|
*/
|
|
@@ -63573,6 +64938,29 @@ declare namespace sap {
|
|
|
63573
64938
|
*/
|
|
63574
64939
|
vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
|
|
63575
64940
|
): sap.ui.core.ID;
|
|
64941
|
+
/**
|
|
64942
|
+
* @SINCE 1.104.0
|
|
64943
|
+
*
|
|
64944
|
+
* Sets a new value for property {@link #getAccessibleRole accessibleRole}.
|
|
64945
|
+
*
|
|
64946
|
+
* Describes the accessibility role of the link:
|
|
64947
|
+
* - `LinkAccessibleRole.Default` - a navagation is expected to the location given in `href` property
|
|
64948
|
+
*
|
|
64949
|
+
* - `LinkAccessibleRole.Button` - there will be `role` attribute with value "Button" rendered. In this
|
|
64950
|
+
* scenario the `href` property value shouldn't be set as navigation isn't expected to occur.
|
|
64951
|
+
*
|
|
64952
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
64953
|
+
*
|
|
64954
|
+
* Default value is `Default`.
|
|
64955
|
+
*
|
|
64956
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
64957
|
+
*/
|
|
64958
|
+
setAccessibleRole(
|
|
64959
|
+
/**
|
|
64960
|
+
* New value for property `accessibleRole`
|
|
64961
|
+
*/
|
|
64962
|
+
sAccessibleRole?: sap.m.LinkAccessibleRole
|
|
64963
|
+
): this;
|
|
63576
64964
|
/**
|
|
63577
64965
|
* @SINCE 1.86.0
|
|
63578
64966
|
*
|
|
@@ -63659,8 +65047,9 @@ declare namespace sap {
|
|
|
63659
65047
|
/**
|
|
63660
65048
|
* Sets a new value for property {@link #getHref href}.
|
|
63661
65049
|
*
|
|
63662
|
-
* Defines the link target URI. Supports standard hyperlink behavior.
|
|
63663
|
-
*
|
|
65050
|
+
* Defines the link target URI. Supports standard hyperlink behavior. **Note:** Don't set `href` property
|
|
65051
|
+
* if an action should be triggered by the link. Instead set `accessibleRole` property to `LinkAccessibleRole.Button`
|
|
65052
|
+
* and register a `press` event handler.
|
|
63664
65053
|
*
|
|
63665
65054
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
63666
65055
|
*
|
|
@@ -65514,7 +66903,7 @@ declare namespace sap {
|
|
|
65514
66903
|
* The item to remove or its index or id
|
|
65515
66904
|
*/
|
|
65516
66905
|
vItem: int | string | sap.m.ListItemBase
|
|
65517
|
-
): sap.m.ListItemBase;
|
|
66906
|
+
): sap.m.ListItemBase | null;
|
|
65518
66907
|
/**
|
|
65519
66908
|
* Removes visible selections of the current selection mode.
|
|
65520
66909
|
*/
|
|
@@ -66912,12 +68301,108 @@ declare namespace sap {
|
|
|
66912
68301
|
*/
|
|
66913
68302
|
oRule: sap.m.MaskInputRule
|
|
66914
68303
|
): this;
|
|
68304
|
+
/**
|
|
68305
|
+
* @SINCE 1.104.0
|
|
68306
|
+
*
|
|
68307
|
+
* Attaches event handler `fnFunction` to the {@link #event:liveChange liveChange} event of this `sap.m.MaskInput`.
|
|
68308
|
+
*
|
|
68309
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
68310
|
+
* otherwise it will be bound to this `sap.m.MaskInput` itself.
|
|
68311
|
+
*
|
|
68312
|
+
* Fired when the value of the `MaskInput` is changed by user interaction - each keystroke, delete, paste,
|
|
68313
|
+
* etc.
|
|
68314
|
+
*
|
|
68315
|
+
* **Note:** Browsing autocomplete suggestions doesn't fire the event.
|
|
68316
|
+
*
|
|
68317
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
68318
|
+
*/
|
|
68319
|
+
attachLiveChange(
|
|
68320
|
+
/**
|
|
68321
|
+
* An application-specific payload object that will be passed to the event handler along with the event
|
|
68322
|
+
* object when firing the event
|
|
68323
|
+
*/
|
|
68324
|
+
oData: object,
|
|
68325
|
+
/**
|
|
68326
|
+
* The function to be called when the event occurs
|
|
68327
|
+
*/
|
|
68328
|
+
fnFunction: (p1: sap.ui.base.Event) => void,
|
|
68329
|
+
/**
|
|
68330
|
+
* Context object to call the event handler with. Defaults to this `sap.m.MaskInput` itself
|
|
68331
|
+
*/
|
|
68332
|
+
oListener?: object
|
|
68333
|
+
): this;
|
|
68334
|
+
/**
|
|
68335
|
+
* @SINCE 1.104.0
|
|
68336
|
+
*
|
|
68337
|
+
* Attaches event handler `fnFunction` to the {@link #event:liveChange liveChange} event of this `sap.m.MaskInput`.
|
|
68338
|
+
*
|
|
68339
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
68340
|
+
* otherwise it will be bound to this `sap.m.MaskInput` itself.
|
|
68341
|
+
*
|
|
68342
|
+
* Fired when the value of the `MaskInput` is changed by user interaction - each keystroke, delete, paste,
|
|
68343
|
+
* etc.
|
|
68344
|
+
*
|
|
68345
|
+
* **Note:** Browsing autocomplete suggestions doesn't fire the event.
|
|
68346
|
+
*
|
|
68347
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
68348
|
+
*/
|
|
68349
|
+
attachLiveChange(
|
|
68350
|
+
/**
|
|
68351
|
+
* The function to be called when the event occurs
|
|
68352
|
+
*/
|
|
68353
|
+
fnFunction: (p1: sap.ui.base.Event) => void,
|
|
68354
|
+
/**
|
|
68355
|
+
* Context object to call the event handler with. Defaults to this `sap.m.MaskInput` itself
|
|
68356
|
+
*/
|
|
68357
|
+
oListener?: object
|
|
68358
|
+
): this;
|
|
66915
68359
|
/**
|
|
66916
68360
|
* Destroys all the rules in the aggregation {@link #getRules rules}.
|
|
66917
68361
|
*
|
|
66918
68362
|
* @returns Reference to `this` in order to allow method chaining
|
|
66919
68363
|
*/
|
|
66920
68364
|
destroyRules(): this;
|
|
68365
|
+
/**
|
|
68366
|
+
* @SINCE 1.104.0
|
|
68367
|
+
*
|
|
68368
|
+
* Detaches event handler `fnFunction` from the {@link #event:liveChange liveChange} event of this `sap.m.MaskInput`.
|
|
68369
|
+
*
|
|
68370
|
+
* The passed function and listener object must match the ones used for event registration.
|
|
68371
|
+
*
|
|
68372
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
68373
|
+
*/
|
|
68374
|
+
detachLiveChange(
|
|
68375
|
+
/**
|
|
68376
|
+
* The function to be called, when the event occurs
|
|
68377
|
+
*/
|
|
68378
|
+
fnFunction: (p1: sap.ui.base.Event) => void,
|
|
68379
|
+
/**
|
|
68380
|
+
* Context object on which the given function had to be called
|
|
68381
|
+
*/
|
|
68382
|
+
oListener?: object
|
|
68383
|
+
): this;
|
|
68384
|
+
/**
|
|
68385
|
+
* @SINCE 1.104.0
|
|
68386
|
+
*
|
|
68387
|
+
* Fires event {@link #event:liveChange liveChange} to attached listeners.
|
|
68388
|
+
*
|
|
68389
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
68390
|
+
*/
|
|
68391
|
+
fireLiveChange(
|
|
68392
|
+
/**
|
|
68393
|
+
* Parameters to pass along with the event
|
|
68394
|
+
*/
|
|
68395
|
+
mParameters?: {
|
|
68396
|
+
/**
|
|
68397
|
+
* The current value of the input, after a live change event.
|
|
68398
|
+
*/
|
|
68399
|
+
value?: string;
|
|
68400
|
+
/**
|
|
68401
|
+
* The previous value of the input, before the last user interaction.
|
|
68402
|
+
*/
|
|
68403
|
+
previousValue?: string;
|
|
68404
|
+
}
|
|
68405
|
+
): this;
|
|
66921
68406
|
/**
|
|
66922
68407
|
* Gets current value of property {@link #getMask mask}.
|
|
66923
68408
|
*
|
|
@@ -67009,7 +68494,7 @@ declare namespace sap {
|
|
|
67009
68494
|
* The rule to remove or its index or id
|
|
67010
68495
|
*/
|
|
67011
68496
|
vRule: int | string | sap.m.MaskInputRule
|
|
67012
|
-
): sap.m.MaskInputRule;
|
|
68497
|
+
): sap.m.MaskInputRule | null;
|
|
67013
68498
|
/**
|
|
67014
68499
|
* Sets a new value for property {@link #getMask mask}.
|
|
67015
68500
|
*
|
|
@@ -67555,7 +69040,7 @@ declare namespace sap {
|
|
|
67555
69040
|
* The item to remove or its index or id
|
|
67556
69041
|
*/
|
|
67557
69042
|
vItem: int | string | sap.m.MenuItem
|
|
67558
|
-
): sap.m.MenuItem;
|
|
69043
|
+
): sap.m.MenuItem | null;
|
|
67559
69044
|
/**
|
|
67560
69045
|
* Sets the title of the `Menu`.
|
|
67561
69046
|
*
|
|
@@ -68666,7 +70151,7 @@ declare namespace sap {
|
|
|
68666
70151
|
* The item to remove or its index or id
|
|
68667
70152
|
*/
|
|
68668
70153
|
vItem: int | string | sap.m.MenuItem
|
|
68669
|
-
): sap.m.MenuItem;
|
|
70154
|
+
): sap.m.MenuItem | null;
|
|
68670
70155
|
/**
|
|
68671
70156
|
* Sets a new value for property {@link #getIcon icon}.
|
|
68672
70157
|
*
|
|
@@ -69507,7 +70992,7 @@ declare namespace sap {
|
|
|
69507
70992
|
* The button to remove or its index or id
|
|
69508
70993
|
*/
|
|
69509
70994
|
vButton: int | string | sap.m.Button
|
|
69510
|
-
): sap.m.Button;
|
|
70995
|
+
): sap.m.Button | null;
|
|
69511
70996
|
/**
|
|
69512
70997
|
* Sets the aggregated {@link #getCustomDescription customDescription}.
|
|
69513
70998
|
*
|
|
@@ -70707,7 +72192,7 @@ declare namespace sap {
|
|
|
70707
72192
|
* The item to remove or its index or id
|
|
70708
72193
|
*/
|
|
70709
72194
|
vItem: int | string | sap.m.MessageItem | sap.m.MessagePopoverItem
|
|
70710
|
-
): sap.m.MessageItem | sap.m.MessagePopoverItem;
|
|
72195
|
+
): sap.m.MessageItem | sap.m.MessagePopoverItem | null;
|
|
70711
72196
|
/**
|
|
70712
72197
|
* Sets a new value for property {@link #getAsyncDescriptionHandler asyncDescriptionHandler}.
|
|
70713
72198
|
*
|
|
@@ -71985,7 +73470,7 @@ declare namespace sap {
|
|
|
71985
73470
|
* The item to remove or its index or id
|
|
71986
73471
|
*/
|
|
71987
73472
|
vItem: int | string | sap.m.MessageItem
|
|
71988
|
-
): sap.m.MessageItem;
|
|
73473
|
+
): sap.m.MessageItem | null;
|
|
71989
73474
|
/**
|
|
71990
73475
|
* Sets a new value for property {@link #getAsyncDescriptionHandler asyncDescriptionHandler}.
|
|
71991
73476
|
*
|
|
@@ -72469,16 +73954,16 @@ declare namespace sap {
|
|
|
72469
73954
|
*/
|
|
72470
73955
|
removeAllSelectedItems(): sap.ui.core.ID[];
|
|
72471
73956
|
/**
|
|
72472
|
-
* Removes
|
|
73957
|
+
* Removes a selected item from the association named `selectedItems`.
|
|
72473
73958
|
*
|
|
72474
|
-
* @returns The removed
|
|
73959
|
+
* @returns The removed item or `null`
|
|
72475
73960
|
*/
|
|
72476
73961
|
removeSelectedItem(
|
|
72477
73962
|
/**
|
|
72478
|
-
* The item to be removed
|
|
73963
|
+
* The item to be removed or its ID
|
|
72479
73964
|
*/
|
|
72480
|
-
oItem: sap.ui.core.Item | sap.ui.core.ID
|
|
72481
|
-
): sap.ui.core.
|
|
73965
|
+
oItem: sap.ui.core.Item | sap.ui.core.ID
|
|
73966
|
+
): sap.ui.core.Item | null;
|
|
72482
73967
|
/**
|
|
72483
73968
|
* Removes selected items. Only items with valid keys are removed.
|
|
72484
73969
|
*
|
|
@@ -73120,7 +74605,7 @@ declare namespace sap {
|
|
|
73120
74605
|
* The token to remove or its index or id
|
|
73121
74606
|
*/
|
|
73122
74607
|
vToken: int | string | sap.m.Token
|
|
73123
|
-
): sap.m.Token;
|
|
74608
|
+
): sap.m.Token | null;
|
|
73124
74609
|
/**
|
|
73125
74610
|
* Function removes a validation callback.
|
|
73126
74611
|
*/
|
|
@@ -73792,16 +75277,16 @@ declare namespace sap {
|
|
|
73792
75277
|
*/
|
|
73793
75278
|
getInitialPage(): sap.ui.core.ID;
|
|
73794
75279
|
/**
|
|
73795
|
-
* Returns the control with the given ID from the
|
|
75280
|
+
* Returns the control with the given ID from the `pages` aggregation (if available).
|
|
73796
75281
|
*
|
|
73797
|
-
* @returns The control with the given ID or null if it doesn
|
|
75282
|
+
* @returns The control with the given ID or `null` if it doesn't exist
|
|
73798
75283
|
*/
|
|
73799
75284
|
getPage(
|
|
73800
75285
|
/**
|
|
73801
75286
|
* The ID of the aggregated control to find
|
|
73802
75287
|
*/
|
|
73803
75288
|
pageId: string
|
|
73804
|
-
): sap.ui.core.Control;
|
|
75289
|
+
): sap.ui.core.Control | null;
|
|
73805
75290
|
/**
|
|
73806
75291
|
* Gets content of aggregation {@link #getPages pages}.
|
|
73807
75292
|
*
|
|
@@ -73937,7 +75422,7 @@ declare namespace sap {
|
|
|
73937
75422
|
/**
|
|
73938
75423
|
* Removes a page.
|
|
73939
75424
|
*
|
|
73940
|
-
* @returns the removed page or null
|
|
75425
|
+
* @returns the removed page or `null`
|
|
73941
75426
|
*/
|
|
73942
75427
|
removePage(
|
|
73943
75428
|
/**
|
|
@@ -73945,7 +75430,7 @@ declare namespace sap {
|
|
|
73945
75430
|
* a negative value or a value greater or equal than the current size of the aggregation, nothing is removed.
|
|
73946
75431
|
*/
|
|
73947
75432
|
vPage: int | string | sap.ui.core.Control
|
|
73948
|
-
): sap.ui.core.Control;
|
|
75433
|
+
): sap.ui.core.Control | null;
|
|
73949
75434
|
/**
|
|
73950
75435
|
* @SINCE 1.30
|
|
73951
75436
|
*
|
|
@@ -74715,7 +76200,7 @@ declare namespace sap {
|
|
|
74715
76200
|
* The button to remove or its index or id
|
|
74716
76201
|
*/
|
|
74717
76202
|
vButton: int | string | sap.m.Button
|
|
74718
|
-
): sap.m.Button;
|
|
76203
|
+
): sap.m.Button | null;
|
|
74719
76204
|
/**
|
|
74720
76205
|
* Sets a new value for property {@link #getAuthorName authorName}.
|
|
74721
76206
|
*
|
|
@@ -75152,7 +76637,7 @@ declare namespace sap {
|
|
|
75152
76637
|
* The item to remove or its index or id
|
|
75153
76638
|
*/
|
|
75154
76639
|
vItem: int | string | sap.m.NotificationListItem
|
|
75155
|
-
): sap.m.NotificationListItem;
|
|
76640
|
+
): sap.m.NotificationListItem | null;
|
|
75156
76641
|
/**
|
|
75157
76642
|
* @deprecated (since 1.73)
|
|
75158
76643
|
*
|
|
@@ -77528,7 +79013,7 @@ declare namespace sap {
|
|
|
77528
79013
|
* The additionalNumber to remove or its index or id
|
|
77529
79014
|
*/
|
|
77530
79015
|
vAdditionalNumber: int | string | sap.m.ObjectNumber
|
|
77531
|
-
): sap.m.ObjectNumber;
|
|
79016
|
+
): sap.m.ObjectNumber | null;
|
|
77532
79017
|
/**
|
|
77533
79018
|
* @SINCE 1.38.0
|
|
77534
79019
|
*
|
|
@@ -77609,7 +79094,7 @@ declare namespace sap {
|
|
|
77609
79094
|
* The attribute to remove or its index or id
|
|
77610
79095
|
*/
|
|
77611
79096
|
vAttribute: int | string | sap.m.ObjectAttribute
|
|
77612
|
-
): sap.m.ObjectAttribute;
|
|
79097
|
+
): sap.m.ObjectAttribute | null;
|
|
77613
79098
|
/**
|
|
77614
79099
|
* Removes a marker from the aggregation {@link #getMarkers markers}.
|
|
77615
79100
|
*
|
|
@@ -77620,7 +79105,7 @@ declare namespace sap {
|
|
|
77620
79105
|
* The marker to remove or its index or id
|
|
77621
79106
|
*/
|
|
77622
79107
|
vMarker: int | string | sap.m.ObjectMarker
|
|
77623
|
-
): sap.m.ObjectMarker;
|
|
79108
|
+
): sap.m.ObjectMarker | null;
|
|
77624
79109
|
/**
|
|
77625
79110
|
* @SINCE 1.16.0
|
|
77626
79111
|
*
|
|
@@ -77633,7 +79118,7 @@ declare namespace sap {
|
|
|
77633
79118
|
* The status to remove or its index or id
|
|
77634
79119
|
*/
|
|
77635
79120
|
vStatus: int | string | sap.ui.core.Control
|
|
77636
|
-
): sap.ui.core.Control;
|
|
79121
|
+
): sap.ui.core.Control | null;
|
|
77637
79122
|
/**
|
|
77638
79123
|
* Sets a new value for property {@link #getBackgroundDesign backgroundDesign}.
|
|
77639
79124
|
*
|
|
@@ -79023,7 +80508,7 @@ declare namespace sap {
|
|
|
79023
80508
|
* The attribute to remove or its index or id
|
|
79024
80509
|
*/
|
|
79025
80510
|
vAttribute: int | string | sap.m.ObjectAttribute
|
|
79026
|
-
): sap.m.ObjectAttribute;
|
|
80511
|
+
): sap.m.ObjectAttribute | null;
|
|
79027
80512
|
/**
|
|
79028
80513
|
* Removes a marker from the aggregation {@link #getMarkers markers}.
|
|
79029
80514
|
*
|
|
@@ -79034,7 +80519,7 @@ declare namespace sap {
|
|
|
79034
80519
|
* The marker to remove or its index or id
|
|
79035
80520
|
*/
|
|
79036
80521
|
vMarker: int | string | sap.m.ObjectMarker
|
|
79037
|
-
): sap.m.ObjectMarker;
|
|
80522
|
+
): sap.m.ObjectMarker | null;
|
|
79038
80523
|
/**
|
|
79039
80524
|
* Sets a new value for property {@link #getActiveIcon activeIcon}.
|
|
79040
80525
|
*
|
|
@@ -80601,10 +82086,12 @@ declare namespace sap {
|
|
|
80601
82086
|
* Overflow Behavior: By default, only the following controls can move to the overflow area:
|
|
80602
82087
|
*
|
|
80603
82088
|
*
|
|
82089
|
+
* - {@link sap.m.Breadcrumbs}
|
|
80604
82090
|
* - {@link sap.m.Button}
|
|
80605
82091
|
* - {@link sap.m.CheckBox}
|
|
80606
82092
|
* - {@link sap.m.ComboBox}
|
|
80607
82093
|
* - {@link sap.m.DatePicker}
|
|
82094
|
+
* - {@link sap.m.DateRangeSelection}
|
|
80608
82095
|
* - {@link sap.m.DateTimeInput}
|
|
80609
82096
|
* - {@link sap.m.DateTimePicker}
|
|
80610
82097
|
* - {@link sap.m.GenericTag}
|
|
@@ -80627,10 +82114,10 @@ declare namespace sap {
|
|
|
80627
82114
|
*
|
|
80628
82115
|
* **Note:** The `OverflowToolbar` is an adaptive container that checks the available width and hides the
|
|
80629
82116
|
* part of its content that doesn't fit. It is intended that simple controls, such as {@link sap.m.Button}
|
|
80630
|
-
* and {@link sap.m.Label} are used as content. Embedding other adaptive container controls
|
|
80631
|
-
* sap.m.Breadcrumbs}, results in competition for the available space - both controls calculate
|
|
80632
|
-
* space based on the other one's size and both change their width at the same time, leading
|
|
80633
|
-
* distributed space.
|
|
82117
|
+
* and {@link sap.m.Label} are used as content. Embedding other adaptive container controls (with the exception
|
|
82118
|
+
* of {@link sap.m.Breadcrumbs}), results in competition for the available space - both controls calculate
|
|
82119
|
+
* the available space based on the other one's size and both change their width at the same time, leading
|
|
82120
|
+
* to incorrectly distributed space.
|
|
80634
82121
|
*
|
|
80635
82122
|
* Responsive behavior:
|
|
80636
82123
|
*
|
|
@@ -81789,7 +83276,7 @@ declare namespace sap {
|
|
|
81789
83276
|
* The columnsItem to remove or its index or id
|
|
81790
83277
|
*/
|
|
81791
83278
|
vColumnsItem: int | string | sap.m.P13nColumnsItem
|
|
81792
|
-
): sap.m.P13nColumnsItem;
|
|
83279
|
+
): sap.m.P13nColumnsItem | null;
|
|
81793
83280
|
/**
|
|
81794
83281
|
* @SINCE 1.26.7
|
|
81795
83282
|
*
|
|
@@ -82837,7 +84324,7 @@ declare namespace sap {
|
|
|
82837
84324
|
* The panel to remove or its index or id
|
|
82838
84325
|
*/
|
|
82839
84326
|
vPanel: int | string | sap.m.P13nPanel
|
|
82840
|
-
): sap.m.P13nPanel;
|
|
84327
|
+
): sap.m.P13nPanel | null;
|
|
82841
84328
|
/**
|
|
82842
84329
|
* Sets a new value for property {@link #getInitialVisiblePanelType initialVisiblePanelType}.
|
|
82843
84330
|
*
|
|
@@ -83476,7 +84963,7 @@ declare namespace sap {
|
|
|
83476
84963
|
* The availableChartType to remove or its index or id
|
|
83477
84964
|
*/
|
|
83478
84965
|
vAvailableChartType: int | string | sap.ui.core.Item
|
|
83479
|
-
): sap.ui.core.Item;
|
|
84966
|
+
): sap.ui.core.Item | null;
|
|
83480
84967
|
/**
|
|
83481
84968
|
* Removes a dimMeasureItem from the aggregation {@link #getDimMeasureItems dimMeasureItems}.
|
|
83482
84969
|
*
|
|
@@ -83487,7 +84974,7 @@ declare namespace sap {
|
|
|
83487
84974
|
* The dimMeasureItem to remove or its index or id
|
|
83488
84975
|
*/
|
|
83489
84976
|
vDimMeasureItem: int | string | sap.m.P13nDimMeasureItem
|
|
83490
|
-
): sap.m.P13nDimMeasureItem;
|
|
84977
|
+
): sap.m.P13nDimMeasureItem | null;
|
|
83491
84978
|
/**
|
|
83492
84979
|
* Sets a new value for property {@link #getChartTypeKey chartTypeKey}.
|
|
83493
84980
|
*
|
|
@@ -84264,7 +85751,7 @@ declare namespace sap {
|
|
|
84264
85751
|
* The filterItem to remove or its index or id
|
|
84265
85752
|
*/
|
|
84266
85753
|
vFilterItem: int | string | sap.m.P13nFilterItem
|
|
84267
|
-
): sap.m.P13nFilterItem;
|
|
85754
|
+
): sap.m.P13nFilterItem | null;
|
|
84268
85755
|
/**
|
|
84269
85756
|
* @SINCE 1.28
|
|
84270
85757
|
*
|
|
@@ -84969,7 +86456,7 @@ declare namespace sap {
|
|
|
84969
86456
|
* The groupItem to remove or its index or id
|
|
84970
86457
|
*/
|
|
84971
86458
|
vGroupItem: int | string | sap.m.P13nGroupItem
|
|
84972
|
-
): sap.m.P13nGroupItem;
|
|
86459
|
+
): sap.m.P13nGroupItem | null;
|
|
84973
86460
|
/**
|
|
84974
86461
|
* @SINCE 1.28
|
|
84975
86462
|
*
|
|
@@ -85639,7 +87126,8 @@ declare namespace sap {
|
|
|
85639
87126
|
*
|
|
85640
87127
|
* An abstract base type for `panels` aggregation in `P13nDialog` control.
|
|
85641
87128
|
*/
|
|
85642
|
-
class P13nPanel extends sap.ui.core.Control {
|
|
87129
|
+
class P13nPanel extends sap.ui.core.Control implements sap.m.p13n.IContent {
|
|
87130
|
+
__implements__sap_m_p13n_IContent: boolean;
|
|
85643
87131
|
/**
|
|
85644
87132
|
* Constructor for a new P13nPanel.
|
|
85645
87133
|
*
|
|
@@ -85967,7 +87455,7 @@ declare namespace sap {
|
|
|
85967
87455
|
* The item to remove or its index or id
|
|
85968
87456
|
*/
|
|
85969
87457
|
vItem: int | string | sap.m.P13nItem
|
|
85970
|
-
): sap.m.P13nItem;
|
|
87458
|
+
): sap.m.P13nItem | null;
|
|
85971
87459
|
/**
|
|
85972
87460
|
* Sets a new value for property {@link #getChangeNotifier changeNotifier}.
|
|
85973
87461
|
*
|
|
@@ -86600,7 +88088,7 @@ declare namespace sap {
|
|
|
86600
88088
|
* The sortItem to remove or its index or id
|
|
86601
88089
|
*/
|
|
86602
88090
|
vSortItem: int | string | sap.m.P13nSortItem
|
|
86603
|
-
): sap.m.P13nSortItem;
|
|
88091
|
+
): sap.m.P13nSortItem | null;
|
|
86604
88092
|
/**
|
|
86605
88093
|
* @SINCE 1.28
|
|
86606
88094
|
*
|
|
@@ -87280,7 +88768,7 @@ declare namespace sap {
|
|
|
87280
88768
|
* The content to remove or its index or id
|
|
87281
88769
|
*/
|
|
87282
88770
|
vContent: int | string | sap.ui.core.Control
|
|
87283
|
-
): sap.ui.core.Control;
|
|
88771
|
+
): sap.ui.core.Control | null;
|
|
87284
88772
|
/**
|
|
87285
88773
|
* Removes a headerContent from the aggregation {@link #getHeaderContent headerContent}.
|
|
87286
88774
|
*
|
|
@@ -87291,7 +88779,7 @@ declare namespace sap {
|
|
|
87291
88779
|
* The headerContent to remove or its index or id
|
|
87292
88780
|
*/
|
|
87293
88781
|
vHeaderContent: int | string | sap.ui.core.Control
|
|
87294
|
-
): sap.ui.core.Control;
|
|
88782
|
+
): sap.ui.core.Control | null;
|
|
87295
88783
|
/**
|
|
87296
88784
|
* Scrolls to the given position. Only available if enableScrolling is set to "true".
|
|
87297
88785
|
*
|
|
@@ -88699,7 +90187,7 @@ declare namespace sap {
|
|
|
88699
90187
|
* The content to remove or its index or id
|
|
88700
90188
|
*/
|
|
88701
90189
|
vContent: int | string | sap.ui.core.Control
|
|
88702
|
-
): sap.ui.core.Control;
|
|
90190
|
+
): sap.ui.core.Control | null;
|
|
88703
90191
|
/**
|
|
88704
90192
|
* @SINCE 1.46
|
|
88705
90193
|
*
|
|
@@ -89380,7 +90868,7 @@ declare namespace sap {
|
|
|
89380
90868
|
* The popupButton to remove or its index or id
|
|
89381
90869
|
*/
|
|
89382
90870
|
vPopupButton: int | string | sap.m.Button
|
|
89383
|
-
): sap.m.Button;
|
|
90871
|
+
): sap.m.Button | null;
|
|
89384
90872
|
/**
|
|
89385
90873
|
* Sets a new value for property {@link #getDisplayType displayType}.
|
|
89386
90874
|
*
|
|
@@ -90824,7 +92312,7 @@ declare namespace sap {
|
|
|
90824
92312
|
* The row to remove or its index or id
|
|
90825
92313
|
*/
|
|
90826
92314
|
vRow: int | string | sap.m.PlanningCalendarRow
|
|
90827
|
-
): sap.m.PlanningCalendarRow;
|
|
92315
|
+
): sap.m.PlanningCalendarRow | null;
|
|
90828
92316
|
/**
|
|
90829
92317
|
* Removes a specialDate from the aggregation {@link #getSpecialDates specialDates}.
|
|
90830
92318
|
*
|
|
@@ -90835,7 +92323,7 @@ declare namespace sap {
|
|
|
90835
92323
|
* The specialDate to remove or its index or id
|
|
90836
92324
|
*/
|
|
90837
92325
|
vSpecialDate: int | string | sap.ui.unified.DateTypeRange
|
|
90838
|
-
): sap.ui.unified.DateTypeRange;
|
|
92326
|
+
): sap.ui.unified.DateTypeRange | null;
|
|
90839
92327
|
/**
|
|
90840
92328
|
* Removes a toolbarContent from the aggregation {@link #getToolbarContent toolbarContent}.
|
|
90841
92329
|
*
|
|
@@ -90846,7 +92334,7 @@ declare namespace sap {
|
|
|
90846
92334
|
* The toolbarContent to remove or its index or id
|
|
90847
92335
|
*/
|
|
90848
92336
|
vToolbarContent: int | string | sap.ui.core.Control
|
|
90849
|
-
): sap.ui.core.Control;
|
|
92337
|
+
): sap.ui.core.Control | null;
|
|
90850
92338
|
/**
|
|
90851
92339
|
* Removes a view from the aggregation {@link #getViews views}.
|
|
90852
92340
|
*
|
|
@@ -90857,7 +92345,7 @@ declare namespace sap {
|
|
|
90857
92345
|
* The view to remove or its index or id
|
|
90858
92346
|
*/
|
|
90859
92347
|
vView: int | string | sap.m.PlanningCalendarView
|
|
90860
|
-
): sap.m.PlanningCalendarView;
|
|
92348
|
+
): sap.m.PlanningCalendarView | null;
|
|
90861
92349
|
/**
|
|
90862
92350
|
* Selects or deselects all `PlanningCalendarRows`.
|
|
90863
92351
|
*
|
|
@@ -91473,7 +92961,7 @@ declare namespace sap {
|
|
|
91473
92961
|
* The appointmentItem to remove or its index or id
|
|
91474
92962
|
*/
|
|
91475
92963
|
vAppointmentItem: int | string | sap.ui.unified.CalendarLegendItem
|
|
91476
|
-
): sap.ui.unified.CalendarLegendItem;
|
|
92964
|
+
): sap.ui.unified.CalendarLegendItem | null;
|
|
91477
92965
|
/**
|
|
91478
92966
|
* Sets a new value for property {@link #getAppointmentItemsHeader appointmentItemsHeader}.
|
|
91479
92967
|
*
|
|
@@ -92461,7 +93949,7 @@ declare namespace sap {
|
|
|
92461
93949
|
* The appointment to remove or its index or id
|
|
92462
93950
|
*/
|
|
92463
93951
|
vAppointment: int | string | sap.ui.unified.CalendarAppointment
|
|
92464
|
-
): sap.ui.unified.CalendarAppointment;
|
|
93952
|
+
): sap.ui.unified.CalendarAppointment | null;
|
|
92465
93953
|
/**
|
|
92466
93954
|
* @SINCE 1.67
|
|
92467
93955
|
* @EXPERIMENTAL (since 1.67)
|
|
@@ -92475,7 +93963,7 @@ declare namespace sap {
|
|
|
92475
93963
|
* The headerContent to remove or its index or id
|
|
92476
93964
|
*/
|
|
92477
93965
|
vHeaderContent: int | string | sap.ui.core.Control
|
|
92478
|
-
): sap.ui.core.Control;
|
|
93966
|
+
): sap.ui.core.Control | null;
|
|
92479
93967
|
/**
|
|
92480
93968
|
* Removes a intervalHeader from the aggregation {@link #getIntervalHeaders intervalHeaders}.
|
|
92481
93969
|
*
|
|
@@ -92486,7 +93974,7 @@ declare namespace sap {
|
|
|
92486
93974
|
* The intervalHeader to remove or its index or id
|
|
92487
93975
|
*/
|
|
92488
93976
|
vIntervalHeader: int | string | sap.ui.unified.CalendarAppointment
|
|
92489
|
-
): sap.ui.unified.CalendarAppointment;
|
|
93977
|
+
): sap.ui.unified.CalendarAppointment | null;
|
|
92490
93978
|
/**
|
|
92491
93979
|
* @SINCE 1.56
|
|
92492
93980
|
*
|
|
@@ -92499,7 +93987,7 @@ declare namespace sap {
|
|
|
92499
93987
|
* The specialDate to remove or its index or id
|
|
92500
93988
|
*/
|
|
92501
93989
|
vSpecialDate: int | string | sap.ui.unified.DateTypeRange
|
|
92502
|
-
): sap.ui.unified.DateTypeRange;
|
|
93990
|
+
): sap.ui.unified.DateTypeRange | null;
|
|
92503
93991
|
/**
|
|
92504
93992
|
* @SINCE 1.56
|
|
92505
93993
|
*
|
|
@@ -94070,7 +95558,7 @@ declare namespace sap {
|
|
|
94070
95558
|
* The content to remove or its index or id
|
|
94071
95559
|
*/
|
|
94072
95560
|
vContent: int | string | sap.ui.core.Control
|
|
94073
|
-
): sap.ui.core.Control;
|
|
95561
|
+
): sap.ui.core.Control | null;
|
|
94074
95562
|
/**
|
|
94075
95563
|
* @SINCE 1.15.1
|
|
94076
95564
|
*
|
|
@@ -96086,7 +97574,7 @@ declare namespace sap {
|
|
|
96086
97574
|
* The page to remove or its index or id
|
|
96087
97575
|
*/
|
|
96088
97576
|
vPage: int | string | sap.m.QuickViewPage
|
|
96089
|
-
): sap.m.QuickViewPage;
|
|
97577
|
+
): sap.m.QuickViewPage | null;
|
|
96090
97578
|
/**
|
|
96091
97579
|
* Unbinds aggregation {@link #getPages pages} from model data.
|
|
96092
97580
|
*
|
|
@@ -96360,7 +97848,7 @@ declare namespace sap {
|
|
|
96360
97848
|
* The element to remove or its index or id
|
|
96361
97849
|
*/
|
|
96362
97850
|
vElement: int | string | sap.m.QuickViewGroupElement
|
|
96363
|
-
): sap.m.QuickViewGroupElement;
|
|
97851
|
+
): sap.m.QuickViewGroupElement | null;
|
|
96364
97852
|
/**
|
|
96365
97853
|
* Sets a new value for property {@link #getHeading heading}.
|
|
96366
97854
|
*
|
|
@@ -96964,7 +98452,7 @@ declare namespace sap {
|
|
|
96964
98452
|
* The group to remove or its index or id
|
|
96965
98453
|
*/
|
|
96966
98454
|
vGroup: int | string | sap.m.QuickViewGroup
|
|
96967
|
-
): sap.m.QuickViewGroup;
|
|
98455
|
+
): sap.m.QuickViewGroup | null;
|
|
96968
98456
|
/**
|
|
96969
98457
|
* @SINCE 1.92
|
|
96970
98458
|
*
|
|
@@ -98106,9 +99594,9 @@ declare namespace sap {
|
|
|
98106
99594
|
/**
|
|
98107
99595
|
* Removes all radio buttons.
|
|
98108
99596
|
*
|
|
98109
|
-
* @returns Array of removed buttons
|
|
99597
|
+
* @returns Array of removed buttons.
|
|
98110
99598
|
*/
|
|
98111
|
-
removeAllButtons():
|
|
99599
|
+
removeAllButtons(): sap.m.RadioButton[];
|
|
98112
99600
|
/**
|
|
98113
99601
|
* Removes an ariaDescribedBy from the association named {@link #getAriaDescribedBy ariaDescribedBy}.
|
|
98114
99602
|
*
|
|
@@ -99802,7 +101290,7 @@ declare namespace sap {
|
|
|
99802
101290
|
* The content to remove or its index or id
|
|
99803
101291
|
*/
|
|
99804
101292
|
vContent: int | string | sap.ui.core.Control
|
|
99805
|
-
): sap.ui.core.Control;
|
|
101293
|
+
): sap.ui.core.Control | null;
|
|
99806
101294
|
/**
|
|
99807
101295
|
* Setter for beginButton aggregation
|
|
99808
101296
|
*
|
|
@@ -100431,7 +101919,7 @@ declare namespace sap {
|
|
|
100431
101919
|
* The content to remove or its index or id
|
|
100432
101920
|
*/
|
|
100433
101921
|
vContent: int | string | sap.ui.core.Control
|
|
100434
|
-
): sap.ui.core.Control;
|
|
101922
|
+
): sap.ui.core.Control | null;
|
|
100435
101923
|
/**
|
|
100436
101924
|
* Scrolls to the given position. When called while the control is not rendered (yet), the scrolling position
|
|
100437
101925
|
* is still applied, but there is no animation.
|
|
@@ -101327,7 +102815,7 @@ declare namespace sap {
|
|
|
101327
102815
|
* The suggestionItem to remove or its index or id
|
|
101328
102816
|
*/
|
|
101329
102817
|
vSuggestionItem: int | string | sap.m.SuggestionItem
|
|
101330
|
-
): sap.m.SuggestionItem;
|
|
102818
|
+
): sap.m.SuggestionItem | null;
|
|
101331
102819
|
/**
|
|
101332
102820
|
* Sets a new value for property {@link #getEnabled enabled}.
|
|
101333
102821
|
*
|
|
@@ -102170,7 +103658,7 @@ declare namespace sap {
|
|
|
102170
103658
|
* The button to remove or its index or id
|
|
102171
103659
|
*/
|
|
102172
103660
|
vButton: int | string | sap.m.Button
|
|
102173
|
-
): sap.m.Button;
|
|
103661
|
+
): sap.m.Button | null;
|
|
102174
103662
|
/**
|
|
102175
103663
|
* Removes an item from `items` aggregation.
|
|
102176
103664
|
*/
|
|
@@ -102850,7 +104338,6 @@ declare namespace sap {
|
|
|
102850
104338
|
getAutoAdjustWidth(): boolean;
|
|
102851
104339
|
/**
|
|
102852
104340
|
* @SINCE 1.86
|
|
102853
|
-
* @EXPERIMENTAL (since 1.86)
|
|
102854
104341
|
*
|
|
102855
104342
|
* Gets current value of property {@link #getColumnRatio columnRatio}.
|
|
102856
104343
|
*
|
|
@@ -102911,7 +104398,7 @@ declare namespace sap {
|
|
|
102911
104398
|
*
|
|
102912
104399
|
* Gets the first item from the aggregation named `items`.
|
|
102913
104400
|
*
|
|
102914
|
-
* @returns The first item, or null if there are no items.
|
|
104401
|
+
* @returns The first item, or `null` if there are no items.
|
|
102915
104402
|
*/
|
|
102916
104403
|
getFirstItem(): sap.ui.core.Item | null;
|
|
102917
104404
|
/**
|
|
@@ -102959,7 +104446,7 @@ declare namespace sap {
|
|
|
102959
104446
|
*
|
|
102960
104447
|
* Gets the item from the aggregation named `items` at the given 0-based index.
|
|
102961
104448
|
*
|
|
102962
|
-
* @returns Item at the given index, or null if none.
|
|
104449
|
+
* @returns Item at the given index, or `null` if none.
|
|
102963
104450
|
*/
|
|
102964
104451
|
getItemAt(
|
|
102965
104452
|
/**
|
|
@@ -102995,7 +104482,7 @@ declare namespace sap {
|
|
|
102995
104482
|
*
|
|
102996
104483
|
* Gets the last item from the aggregation named `items`.
|
|
102997
104484
|
*
|
|
102998
|
-
* @returns The last item, or null if there are no items.
|
|
104485
|
+
* @returns The last item, or `null` if there are no items.
|
|
102999
104486
|
*/
|
|
103000
104487
|
getLastItem(): sap.ui.core.Item | null;
|
|
103001
104488
|
/**
|
|
@@ -103274,14 +104761,14 @@ declare namespace sap {
|
|
|
103274
104761
|
/**
|
|
103275
104762
|
* Removes an item from the aggregation named `items`.
|
|
103276
104763
|
*
|
|
103277
|
-
* @returns The removed item or null
|
|
104764
|
+
* @returns The removed item or `null`.
|
|
103278
104765
|
*/
|
|
103279
104766
|
removeItem(
|
|
103280
104767
|
/**
|
|
103281
104768
|
* The item to be removed or its index or ID.
|
|
103282
104769
|
*/
|
|
103283
104770
|
vItem: int | string | sap.ui.core.Item
|
|
103284
|
-
): sap.ui.core.Item;
|
|
104771
|
+
): sap.ui.core.Item | null;
|
|
103285
104772
|
/**
|
|
103286
104773
|
* @SINCE 1.16
|
|
103287
104774
|
*
|
|
@@ -103303,7 +104790,6 @@ declare namespace sap {
|
|
|
103303
104790
|
): this;
|
|
103304
104791
|
/**
|
|
103305
104792
|
* @SINCE 1.86
|
|
103306
|
-
* @EXPERIMENTAL (since 1.86)
|
|
103307
104793
|
*
|
|
103308
104794
|
* Sets a new value for property {@link #getColumnRatio columnRatio}.
|
|
103309
104795
|
*
|
|
@@ -104206,9 +105692,9 @@ declare namespace sap {
|
|
|
104206
105692
|
/**
|
|
104207
105693
|
* Forward method to the inner dialog: getDomRef
|
|
104208
105694
|
*
|
|
104209
|
-
* @returns The Element's DOM Element sub DOM Element or null
|
|
105695
|
+
* @returns The Element's DOM Element, sub DOM Element or `null`
|
|
104210
105696
|
*/
|
|
104211
|
-
getDomRef(): Element;
|
|
105697
|
+
getDomRef(): Element | null;
|
|
104212
105698
|
/**
|
|
104213
105699
|
* @SINCE 1.70
|
|
104214
105700
|
*
|
|
@@ -104419,7 +105905,7 @@ declare namespace sap {
|
|
|
104419
105905
|
* The item to remove or its index or id
|
|
104420
105906
|
*/
|
|
104421
105907
|
vItem: int | string | sap.m.ListItemBase
|
|
104422
|
-
): sap.m.ListItemBase;
|
|
105908
|
+
): sap.m.ListItemBase | null;
|
|
104423
105909
|
/**
|
|
104424
105910
|
* Forward method to the inner dialog: removeStyleClass
|
|
104425
105911
|
*
|
|
@@ -105644,7 +107130,7 @@ declare namespace sap {
|
|
|
105644
107130
|
* The action to remove or its index or id
|
|
105645
107131
|
*/
|
|
105646
107132
|
vAction: int | string | sap.ui.core.Item
|
|
105647
|
-
): sap.ui.core.Item;
|
|
107133
|
+
): sap.ui.core.Item | null;
|
|
105648
107134
|
/**
|
|
105649
107135
|
* Removes a actionGroup from the aggregation {@link #getActionGroups actionGroups}.
|
|
105650
107136
|
*
|
|
@@ -105655,7 +107141,7 @@ declare namespace sap {
|
|
|
105655
107141
|
* The actionGroup to remove or its index or id
|
|
105656
107142
|
*/
|
|
105657
107143
|
vActionGroup: int | string | sap.ui.core.Item
|
|
105658
|
-
): sap.ui.core.Item;
|
|
107144
|
+
): sap.ui.core.Item | null;
|
|
105659
107145
|
/**
|
|
105660
107146
|
* Removes all the controls from the aggregation {@link #getActionGroups actionGroups}.
|
|
105661
107147
|
*
|
|
@@ -105690,7 +107176,7 @@ declare namespace sap {
|
|
|
105690
107176
|
* The item to remove or its index or id
|
|
105691
107177
|
*/
|
|
105692
107178
|
vItem: int | string | sap.m.SelectionDetailsItem
|
|
105693
|
-
): sap.m.SelectionDetailsItem;
|
|
107179
|
+
): sap.m.SelectionDetailsItem | null;
|
|
105694
107180
|
/**
|
|
105695
107181
|
* Sets the popover to modal or non-modal based on the given parameter. This only takes effect on desktop
|
|
105696
107182
|
* or tablet. Please see the documentation {@link sap.m.ResponsivePopover#modal}.
|
|
@@ -106044,7 +107530,7 @@ declare namespace sap {
|
|
|
106044
107530
|
* The action to remove or its index or id
|
|
106045
107531
|
*/
|
|
106046
107532
|
vAction: int | string | sap.ui.core.Item
|
|
106047
|
-
): sap.ui.core.Item;
|
|
107533
|
+
): sap.ui.core.Item | null;
|
|
106048
107534
|
/**
|
|
106049
107535
|
* Removes a actionGroup from the aggregation {@link #getActionGroups actionGroups}.
|
|
106050
107536
|
*
|
|
@@ -106055,7 +107541,7 @@ declare namespace sap {
|
|
|
106055
107541
|
* The actionGroup to remove or its index or id
|
|
106056
107542
|
*/
|
|
106057
107543
|
vActionGroup: int | string | sap.ui.core.Item
|
|
106058
|
-
): sap.ui.core.Item;
|
|
107544
|
+
): sap.ui.core.Item | null;
|
|
106059
107545
|
/**
|
|
106060
107546
|
* Removes all the controls from the aggregation {@link #getActionGroups actionGroups}.
|
|
106061
107547
|
*
|
|
@@ -106297,7 +107783,7 @@ declare namespace sap {
|
|
|
106297
107783
|
* The action to remove or its index or id
|
|
106298
107784
|
*/
|
|
106299
107785
|
vAction: int | string | sap.ui.core.Item
|
|
106300
|
-
): sap.ui.core.Item;
|
|
107786
|
+
): sap.ui.core.Item | null;
|
|
106301
107787
|
/**
|
|
106302
107788
|
* Removes all the controls from the aggregation {@link #getActions actions}.
|
|
106303
107789
|
*
|
|
@@ -106324,7 +107810,7 @@ declare namespace sap {
|
|
|
106324
107810
|
* The line to remove or its index or id
|
|
106325
107811
|
*/
|
|
106326
107812
|
vLine: int | string | sap.m.SelectionDetailsItemLine
|
|
106327
|
-
): sap.m.SelectionDetailsItemLine;
|
|
107813
|
+
): sap.m.SelectionDetailsItemLine | null;
|
|
106328
107814
|
/**
|
|
106329
107815
|
* Sets a new value for property {@link #getEnableNav enableNav}.
|
|
106330
107816
|
*
|
|
@@ -106391,7 +107877,7 @@ declare namespace sap {
|
|
|
106391
107877
|
* The action to remove or its index or id
|
|
106392
107878
|
*/
|
|
106393
107879
|
vAction: int | string | sap.ui.core.Item
|
|
106394
|
-
): sap.ui.core.Item;
|
|
107880
|
+
): sap.ui.core.Item | null;
|
|
106395
107881
|
/**
|
|
106396
107882
|
* Sets a new value for property {@link #getEnableNav enableNav}.
|
|
106397
107883
|
*
|
|
@@ -106927,7 +108413,7 @@ declare namespace sap {
|
|
|
106927
108413
|
/**
|
|
106928
108414
|
* Gets the first item from the aggregation named `items`.
|
|
106929
108415
|
*
|
|
106930
|
-
* @returns The first item, or null if there are no items.
|
|
108416
|
+
* @returns The first item, or `null` if there are no items.
|
|
106931
108417
|
*/
|
|
106932
108418
|
getFirstItem(): sap.ui.core.Item | null;
|
|
106933
108419
|
/**
|
|
@@ -106945,7 +108431,7 @@ declare namespace sap {
|
|
|
106945
108431
|
/**
|
|
106946
108432
|
* Gets the item from the aggregation named `items` at the given 0-based index.
|
|
106947
108433
|
*
|
|
106948
|
-
* @returns Item at the given index, or null if none.
|
|
108434
|
+
* @returns Item at the given index, or `null` if none.
|
|
106949
108435
|
*/
|
|
106950
108436
|
getItemAt(
|
|
106951
108437
|
/**
|
|
@@ -106958,7 +108444,7 @@ declare namespace sap {
|
|
|
106958
108444
|
*
|
|
106959
108445
|
* **Note: ** If duplicate keys exists, the first item matching the key is returned.
|
|
106960
108446
|
*
|
|
106961
|
-
* @returns The matched item or null
|
|
108447
|
+
* @returns The matched item or `null`
|
|
106962
108448
|
*/
|
|
106963
108449
|
getItemByKey(
|
|
106964
108450
|
/**
|
|
@@ -106990,7 +108476,7 @@ declare namespace sap {
|
|
|
106990
108476
|
/**
|
|
106991
108477
|
* Gets the enabled items from the aggregation named `items`.
|
|
106992
108478
|
*
|
|
106993
|
-
* @returns The last item, or null if there are no items.
|
|
108479
|
+
* @returns The last item, or `null` if there are no items.
|
|
106994
108480
|
*/
|
|
106995
108481
|
getLastItem(): sap.ui.core.Item | null;
|
|
106996
108482
|
/**
|
|
@@ -107114,14 +108600,14 @@ declare namespace sap {
|
|
|
107114
108600
|
/**
|
|
107115
108601
|
* Removes an item from the aggregation named `items`.
|
|
107116
108602
|
*
|
|
107117
|
-
* @returns The removed item or null
|
|
108603
|
+
* @returns The removed item or `null`.
|
|
107118
108604
|
*/
|
|
107119
108605
|
removeItem(
|
|
107120
108606
|
/**
|
|
107121
108607
|
* The item to remove or its index or id.
|
|
107122
108608
|
*/
|
|
107123
108609
|
vItem: int | string | sap.ui.core.Item
|
|
107124
|
-
): sap.ui.core.Item;
|
|
108610
|
+
): sap.ui.core.Item | null;
|
|
107125
108611
|
/**
|
|
107126
108612
|
* Sets a new value for property {@link #getEnabled enabled}.
|
|
107127
108613
|
*
|
|
@@ -109107,7 +110593,7 @@ declare namespace sap {
|
|
|
109107
110593
|
* The action to remove or its index or id
|
|
109108
110594
|
*/
|
|
109109
110595
|
vAction: int | string | sap.ui.core.Control
|
|
109110
|
-
): sap.ui.core.Control;
|
|
110596
|
+
): sap.ui.core.Control | null;
|
|
109111
110597
|
/**
|
|
109112
110598
|
* Removes all the controls from the aggregation {@link #getActions actions}.
|
|
109113
110599
|
*
|
|
@@ -109152,7 +110638,7 @@ declare namespace sap {
|
|
|
109152
110638
|
* The appointment to remove or its index or id
|
|
109153
110639
|
*/
|
|
109154
110640
|
vAppointment: int | string | sap.ui.unified.CalendarAppointment
|
|
109155
|
-
): sap.ui.unified.CalendarAppointment;
|
|
110641
|
+
): sap.ui.unified.CalendarAppointment | null;
|
|
109156
110642
|
/**
|
|
109157
110643
|
* @SINCE 1.66
|
|
109158
110644
|
*
|
|
@@ -109165,7 +110651,7 @@ declare namespace sap {
|
|
|
109165
110651
|
* The specialDate to remove or its index or id
|
|
109166
110652
|
*/
|
|
109167
110653
|
vSpecialDate: int | string | sap.ui.unified.DateTypeRange
|
|
109168
|
-
): sap.ui.unified.DateTypeRange;
|
|
110654
|
+
): sap.ui.unified.DateTypeRange | null;
|
|
109169
110655
|
/**
|
|
109170
110656
|
* Removes a view from the aggregation {@link #getViews views}.
|
|
109171
110657
|
*
|
|
@@ -109176,7 +110662,7 @@ declare namespace sap {
|
|
|
109176
110662
|
* The view to remove or its index or id
|
|
109177
110663
|
*/
|
|
109178
110664
|
vView: int | string | sap.m.SinglePlanningCalendarView
|
|
109179
|
-
): sap.m.SinglePlanningCalendarView;
|
|
110665
|
+
): sap.m.SinglePlanningCalendarView | null;
|
|
109180
110666
|
/**
|
|
109181
110667
|
* @SINCE 1.65
|
|
109182
110668
|
*
|
|
@@ -110522,7 +112008,7 @@ declare namespace sap {
|
|
|
110522
112008
|
* The customTooltip to remove or its index or id
|
|
110523
112009
|
*/
|
|
110524
112010
|
vCustomTooltip: int | string | sap.m.SliderTooltipBase
|
|
110525
|
-
): sap.m.SliderTooltipBase;
|
|
112011
|
+
): sap.m.SliderTooltipBase | null;
|
|
110526
112012
|
/**
|
|
110527
112013
|
* Sets a new value for property {@link #getEnabled enabled}.
|
|
110528
112014
|
*
|
|
@@ -111189,7 +112675,7 @@ declare namespace sap {
|
|
|
111189
112675
|
* The tile to remove or its index or id
|
|
111190
112676
|
*/
|
|
111191
112677
|
vTile: int | string | sap.m.GenericTile
|
|
111192
|
-
): sap.m.GenericTile;
|
|
112678
|
+
): sap.m.GenericTile | null;
|
|
111193
112679
|
/**
|
|
111194
112680
|
* Sets a new value for property {@link #getDisplayTime displayTime}.
|
|
111195
112681
|
*
|
|
@@ -113084,7 +114570,7 @@ declare namespace sap {
|
|
|
113084
114570
|
* The detailPage to remove or its index or id
|
|
113085
114571
|
*/
|
|
113086
114572
|
vDetailPage: int | string | sap.ui.core.Control
|
|
113087
|
-
): sap.ui.core.Control;
|
|
114573
|
+
): sap.ui.core.Control | null;
|
|
113088
114574
|
/**
|
|
113089
114575
|
* Removes a masterPage from the aggregation {@link #getMasterPages masterPages}.
|
|
113090
114576
|
*
|
|
@@ -113095,7 +114581,7 @@ declare namespace sap {
|
|
|
113095
114581
|
* The masterPage to remove or its index or id
|
|
113096
114582
|
*/
|
|
113097
114583
|
vMasterPage: int | string | sap.ui.core.Control
|
|
113098
|
-
): sap.ui.core.Control;
|
|
114584
|
+
): sap.ui.core.Control | null;
|
|
113099
114585
|
/**
|
|
113100
114586
|
* @SINCE 1.11.2
|
|
113101
114587
|
*
|
|
@@ -116294,14 +117780,14 @@ declare namespace sap {
|
|
|
116294
117780
|
/**
|
|
116295
117781
|
* Removes an item from the aggregation named `items`.
|
|
116296
117782
|
*
|
|
116297
|
-
* @returns The removed item or null
|
|
117783
|
+
* @returns The removed item or `null`
|
|
116298
117784
|
*/
|
|
116299
117785
|
removeItem(
|
|
116300
117786
|
/**
|
|
116301
117787
|
* The item to remove or its index or ID
|
|
116302
117788
|
*/
|
|
116303
117789
|
vItem: int | string | sap.m.TabContainerItem
|
|
116304
|
-
): sap.m.TabContainerItem;
|
|
117790
|
+
): sap.m.TabContainerItem | null;
|
|
116305
117791
|
/**
|
|
116306
117792
|
* @SINCE 1.71
|
|
116307
117793
|
*
|
|
@@ -116644,7 +118130,7 @@ declare namespace sap {
|
|
|
116644
118130
|
* The content to remove or its index or id
|
|
116645
118131
|
*/
|
|
116646
118132
|
vContent: int | string | sap.ui.core.Control
|
|
116647
|
-
): sap.ui.core.Control;
|
|
118133
|
+
): sap.ui.core.Control | null;
|
|
116648
118134
|
/**
|
|
116649
118135
|
* @EXPERIMENTAL (since 1.63)
|
|
116650
118136
|
*
|
|
@@ -117402,7 +118888,7 @@ declare namespace sap {
|
|
|
117402
118888
|
* The column to remove or its index or id
|
|
117403
118889
|
*/
|
|
117404
118890
|
vColumn: int | string | sap.m.Column
|
|
117405
|
-
): sap.m.Column;
|
|
118891
|
+
): sap.m.Column | null;
|
|
117406
118892
|
/**
|
|
117407
118893
|
* @SINCE 1.52
|
|
117408
118894
|
*
|
|
@@ -119170,9 +120656,9 @@ declare namespace sap {
|
|
|
119170
120656
|
/**
|
|
119171
120657
|
* Transfers method to the inner dialog: getDomRef
|
|
119172
120658
|
*
|
|
119173
|
-
* @returns The Element's DOM Element sub DOM Element or null
|
|
120659
|
+
* @returns The Element's DOM Element, sub DOM Element or `null`
|
|
119174
120660
|
*/
|
|
119175
|
-
getDomRef(): Element;
|
|
120661
|
+
getDomRef(): Element | null;
|
|
119176
120662
|
/**
|
|
119177
120663
|
* @SINCE 1.71
|
|
119178
120664
|
*
|
|
@@ -119422,7 +120908,7 @@ declare namespace sap {
|
|
|
119422
120908
|
* The column to remove or its index or id
|
|
119423
120909
|
*/
|
|
119424
120910
|
vColumn: int | string | sap.m.Column
|
|
119425
|
-
): sap.m.Column;
|
|
120911
|
+
): sap.m.Column | null;
|
|
119426
120912
|
/**
|
|
119427
120913
|
* Removes a item from the aggregation {@link #getItems items}.
|
|
119428
120914
|
*
|
|
@@ -119433,7 +120919,7 @@ declare namespace sap {
|
|
|
119433
120919
|
* The item to remove or its index or id
|
|
119434
120920
|
*/
|
|
119435
120921
|
vItem: int | string | sap.m.ColumnListItem
|
|
119436
|
-
): sap.m.ColumnListItem;
|
|
120922
|
+
): sap.m.ColumnListItem | null;
|
|
119437
120923
|
/**
|
|
119438
120924
|
* Transfers method to the inner dialog: removeStyleClass
|
|
119439
120925
|
*
|
|
@@ -119868,7 +121354,7 @@ declare namespace sap {
|
|
|
119868
121354
|
* Clamps the wrapping text according to max lines and returns the found ellipsis position. Parameters can
|
|
119869
121355
|
* be used for better performance.
|
|
119870
121356
|
*
|
|
119871
|
-
* @returns Returns found ellipsis position or undefined
|
|
121357
|
+
* @returns Returns found ellipsis position or `undefined`.
|
|
119872
121358
|
*/
|
|
119873
121359
|
clampText(
|
|
119874
121360
|
/**
|
|
@@ -121273,7 +122759,7 @@ declare namespace sap {
|
|
|
121273
122759
|
* The tile to remove or its index or id
|
|
121274
122760
|
*/
|
|
121275
122761
|
vTile: int | string | sap.m.Tile
|
|
121276
|
-
): sap.m.Tile;
|
|
122762
|
+
): sap.m.Tile | null;
|
|
121277
122763
|
/**
|
|
121278
122764
|
* Scrolls to the page where the given Tile or tile index is included. Optionally this can be done animated
|
|
121279
122765
|
* or not. With IE9 the scroll is never animated.
|
|
@@ -121507,6 +122993,8 @@ declare namespace sap {
|
|
|
121507
122993
|
*/
|
|
121508
122994
|
getPriority(): sap.m.Priority;
|
|
121509
122995
|
/**
|
|
122996
|
+
* @EXPERIMENTAL (since 1.103)
|
|
122997
|
+
*
|
|
121510
122998
|
* Gets current value of property {@link #getPriorityText priorityText}.
|
|
121511
122999
|
*
|
|
121512
123000
|
* Sets the Text inside the Priority badge in Generic Tile ActionMode.
|
|
@@ -121647,6 +123135,8 @@ declare namespace sap {
|
|
|
121647
123135
|
sPriority?: sap.m.Priority
|
|
121648
123136
|
): this;
|
|
121649
123137
|
/**
|
|
123138
|
+
* @EXPERIMENTAL (since 1.103)
|
|
123139
|
+
*
|
|
121650
123140
|
* Sets a new value for property {@link #getPriorityText priorityText}.
|
|
121651
123141
|
*
|
|
121652
123142
|
* Sets the Text inside the Priority badge in Generic Tile ActionMode.
|
|
@@ -121984,6 +123474,61 @@ declare namespace sap {
|
|
|
121984
123474
|
*/
|
|
121985
123475
|
oListener?: object
|
|
121986
123476
|
): this;
|
|
123477
|
+
/**
|
|
123478
|
+
* @SINCE 1.104.0
|
|
123479
|
+
*
|
|
123480
|
+
* Attaches event handler `fnFunction` to the {@link #event:liveChange liveChange} event of this `sap.m.TimePicker`.
|
|
123481
|
+
*
|
|
123482
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
123483
|
+
* otherwise it will be bound to this `sap.m.TimePicker` itself.
|
|
123484
|
+
*
|
|
123485
|
+
* Fired when the value of the `TimePicker` is changed by user interaction - each keystroke, delete, paste,
|
|
123486
|
+
* etc.
|
|
123487
|
+
*
|
|
123488
|
+
* **Note:** Browsing autocomplete suggestions doesn't fire the event.
|
|
123489
|
+
*
|
|
123490
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
123491
|
+
*/
|
|
123492
|
+
attachLiveChange(
|
|
123493
|
+
/**
|
|
123494
|
+
* An application-specific payload object that will be passed to the event handler along with the event
|
|
123495
|
+
* object when firing the event
|
|
123496
|
+
*/
|
|
123497
|
+
oData: object,
|
|
123498
|
+
/**
|
|
123499
|
+
* The function to be called when the event occurs
|
|
123500
|
+
*/
|
|
123501
|
+
fnFunction: (p1: sap.ui.base.Event) => void,
|
|
123502
|
+
/**
|
|
123503
|
+
* Context object to call the event handler with. Defaults to this `sap.m.TimePicker` itself
|
|
123504
|
+
*/
|
|
123505
|
+
oListener?: object
|
|
123506
|
+
): this;
|
|
123507
|
+
/**
|
|
123508
|
+
* @SINCE 1.104.0
|
|
123509
|
+
*
|
|
123510
|
+
* Attaches event handler `fnFunction` to the {@link #event:liveChange liveChange} event of this `sap.m.TimePicker`.
|
|
123511
|
+
*
|
|
123512
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
123513
|
+
* otherwise it will be bound to this `sap.m.TimePicker` itself.
|
|
123514
|
+
*
|
|
123515
|
+
* Fired when the value of the `TimePicker` is changed by user interaction - each keystroke, delete, paste,
|
|
123516
|
+
* etc.
|
|
123517
|
+
*
|
|
123518
|
+
* **Note:** Browsing autocomplete suggestions doesn't fire the event.
|
|
123519
|
+
*
|
|
123520
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
123521
|
+
*/
|
|
123522
|
+
attachLiveChange(
|
|
123523
|
+
/**
|
|
123524
|
+
* The function to be called when the event occurs
|
|
123525
|
+
*/
|
|
123526
|
+
fnFunction: (p1: sap.ui.base.Event) => void,
|
|
123527
|
+
/**
|
|
123528
|
+
* Context object to call the event handler with. Defaults to this `sap.m.TimePicker` itself
|
|
123529
|
+
*/
|
|
123530
|
+
oListener?: object
|
|
123531
|
+
): this;
|
|
121987
123532
|
/**
|
|
121988
123533
|
* Destroys all the rules in the aggregation {@link #getRules rules}.
|
|
121989
123534
|
*
|
|
@@ -122030,6 +123575,25 @@ declare namespace sap {
|
|
|
122030
123575
|
*/
|
|
122031
123576
|
oListener?: object
|
|
122032
123577
|
): this;
|
|
123578
|
+
/**
|
|
123579
|
+
* @SINCE 1.104.0
|
|
123580
|
+
*
|
|
123581
|
+
* Detaches event handler `fnFunction` from the {@link #event:liveChange liveChange} event of this `sap.m.TimePicker`.
|
|
123582
|
+
*
|
|
123583
|
+
* The passed function and listener object must match the ones used for event registration.
|
|
123584
|
+
*
|
|
123585
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
123586
|
+
*/
|
|
123587
|
+
detachLiveChange(
|
|
123588
|
+
/**
|
|
123589
|
+
* The function to be called, when the event occurs
|
|
123590
|
+
*/
|
|
123591
|
+
fnFunction: (p1: sap.ui.base.Event) => void,
|
|
123592
|
+
/**
|
|
123593
|
+
* Context object on which the given function had to be called
|
|
123594
|
+
*/
|
|
123595
|
+
oListener?: object
|
|
123596
|
+
): this;
|
|
122033
123597
|
/**
|
|
122034
123598
|
* @SINCE 1.102.0
|
|
122035
123599
|
*
|
|
@@ -122084,6 +123648,28 @@ declare namespace sap {
|
|
|
122084
123648
|
*/
|
|
122085
123649
|
oParams?: object
|
|
122086
123650
|
): void;
|
|
123651
|
+
/**
|
|
123652
|
+
* @SINCE 1.104.0
|
|
123653
|
+
*
|
|
123654
|
+
* Fires event {@link #event:liveChange liveChange} to attached listeners.
|
|
123655
|
+
*
|
|
123656
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
123657
|
+
*/
|
|
123658
|
+
fireLiveChange(
|
|
123659
|
+
/**
|
|
123660
|
+
* Parameters to pass along with the event
|
|
123661
|
+
*/
|
|
123662
|
+
mParameters?: {
|
|
123663
|
+
/**
|
|
123664
|
+
* The current value of the input, after a live change event.
|
|
123665
|
+
*/
|
|
123666
|
+
value?: string;
|
|
123667
|
+
/**
|
|
123668
|
+
* The previous value of the input, before the last user interaction.
|
|
123669
|
+
*/
|
|
123670
|
+
previousValue?: string;
|
|
123671
|
+
}
|
|
123672
|
+
): this;
|
|
122087
123673
|
/**
|
|
122088
123674
|
* See:
|
|
122089
123675
|
* sap.ui.core.Control#getAccessibilityInfo
|
|
@@ -122345,7 +123931,7 @@ declare namespace sap {
|
|
|
122345
123931
|
* The rule to remove or its index or id
|
|
122346
123932
|
*/
|
|
122347
123933
|
vRule: int | string | sap.m.MaskInputRule
|
|
122348
|
-
): sap.m.MaskInputRule;
|
|
123934
|
+
): sap.m.MaskInputRule | null;
|
|
122349
123935
|
/**
|
|
122350
123936
|
* Sets the value of the date.
|
|
122351
123937
|
*
|
|
@@ -124914,7 +126500,7 @@ declare namespace sap {
|
|
|
124914
126500
|
* The token to remove or its index or id
|
|
124915
126501
|
*/
|
|
124916
126502
|
vToken: int | string | sap.m.Token
|
|
124917
|
-
): sap.m.Token;
|
|
126503
|
+
): sap.m.Token | null;
|
|
124918
126504
|
/**
|
|
124919
126505
|
* @deprecated (since 1.81) - replaced by {@link MultiInput.prototype.addValidator}
|
|
124920
126506
|
*
|
|
@@ -125451,7 +127037,7 @@ declare namespace sap {
|
|
|
125451
127037
|
* The content to remove or its index or id
|
|
125452
127038
|
*/
|
|
125453
127039
|
vContent: int | string | sap.ui.core.Control
|
|
125454
|
-
): sap.ui.core.Control;
|
|
127040
|
+
): sap.ui.core.Control | null;
|
|
125455
127041
|
/**
|
|
125456
127042
|
* Sets a new value for property {@link #getActive active}.
|
|
125457
127043
|
*
|
|
@@ -125690,7 +127276,9 @@ declare namespace sap {
|
|
|
125690
127276
|
* Determines whether the control, when in a toolbar, is shrinkable or not. For controls with fixed width
|
|
125691
127277
|
* (100px, 5rem, etc...) this property is ignored.
|
|
125692
127278
|
*
|
|
125693
|
-
*
|
|
127279
|
+
* **Notes:**
|
|
127280
|
+
* - Nested layout controls should not be shrinkable.
|
|
127281
|
+
* - This property has no effect on `sap.m.Breadcrumbs` as it is shrinkable by default.
|
|
125694
127282
|
*
|
|
125695
127283
|
* Default value is `false`.
|
|
125696
127284
|
*
|
|
@@ -125733,7 +127321,9 @@ declare namespace sap {
|
|
|
125733
127321
|
* Determines whether the control, when in a toolbar, is shrinkable or not. For controls with fixed width
|
|
125734
127322
|
* (100px, 5rem, etc...) this property is ignored.
|
|
125735
127323
|
*
|
|
125736
|
-
*
|
|
127324
|
+
* **Notes:**
|
|
127325
|
+
* - Nested layout controls should not be shrinkable.
|
|
127326
|
+
* - This property has no effect on `sap.m.Breadcrumbs` as it is shrinkable by default.
|
|
125737
127327
|
*
|
|
125738
127328
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
125739
127329
|
*
|
|
@@ -127599,7 +129189,7 @@ declare namespace sap {
|
|
|
127599
129189
|
*
|
|
127600
129190
|
* Retrieves the currently selected UploadCollectionItem.
|
|
127601
129191
|
*
|
|
127602
|
-
* @returns The currently selected item or null
|
|
129192
|
+
* @returns The currently selected item or `null`
|
|
127603
129193
|
*/
|
|
127604
129194
|
getSelectedItem(): sap.m.UploadCollectionItem | null;
|
|
127605
129195
|
/**
|
|
@@ -127812,7 +129402,7 @@ declare namespace sap {
|
|
|
127812
129402
|
* The headerParameter to remove or its index or id
|
|
127813
129403
|
*/
|
|
127814
129404
|
vHeaderParameter: int | string | sap.m.UploadCollectionParameter
|
|
127815
|
-
): sap.m.UploadCollectionParameter;
|
|
129405
|
+
): sap.m.UploadCollectionParameter | null;
|
|
127816
129406
|
/**
|
|
127817
129407
|
* Removes a item from the aggregation {@link #getItems items}.
|
|
127818
129408
|
*
|
|
@@ -127823,7 +129413,7 @@ declare namespace sap {
|
|
|
127823
129413
|
* The item to remove or its index or id
|
|
127824
129414
|
*/
|
|
127825
129415
|
vItem: int | string | sap.m.UploadCollectionItem
|
|
127826
|
-
): sap.m.UploadCollectionItem;
|
|
129416
|
+
): sap.m.UploadCollectionItem | null;
|
|
127827
129417
|
/**
|
|
127828
129418
|
* Removes a parameter from the aggregation {@link #getParameters parameters}.
|
|
127829
129419
|
*
|
|
@@ -127834,7 +129424,7 @@ declare namespace sap {
|
|
|
127834
129424
|
* The parameter to remove or its index or id
|
|
127835
129425
|
*/
|
|
127836
129426
|
vParameter: int | string | sap.m.UploadCollectionParameter
|
|
127837
|
-
): sap.m.UploadCollectionParameter;
|
|
129427
|
+
): sap.m.UploadCollectionParameter | null;
|
|
127838
129428
|
/**
|
|
127839
129429
|
* @SINCE 1.34.0
|
|
127840
129430
|
*
|
|
@@ -128888,7 +130478,7 @@ declare namespace sap {
|
|
|
128888
130478
|
* The attribute to remove or its index or id
|
|
128889
130479
|
*/
|
|
128890
130480
|
vAttribute: int | string | sap.m.ObjectAttribute
|
|
128891
|
-
): sap.m.ObjectAttribute;
|
|
130481
|
+
): sap.m.ObjectAttribute | null;
|
|
128892
130482
|
/**
|
|
128893
130483
|
* @SINCE 1.40.0
|
|
128894
130484
|
*
|
|
@@ -128901,7 +130491,7 @@ declare namespace sap {
|
|
|
128901
130491
|
* The marker to remove or its index or id
|
|
128902
130492
|
*/
|
|
128903
130493
|
vMarker: int | string | sap.m.ObjectMarker
|
|
128904
|
-
): sap.m.ObjectMarker;
|
|
130494
|
+
): sap.m.ObjectMarker | null;
|
|
128905
130495
|
/**
|
|
128906
130496
|
* @SINCE 1.30.0
|
|
128907
130497
|
*
|
|
@@ -128914,7 +130504,7 @@ declare namespace sap {
|
|
|
128914
130504
|
* The status to remove or its index or id
|
|
128915
130505
|
*/
|
|
128916
130506
|
vStatus: int | string | sap.m.ObjectStatus
|
|
128917
|
-
): sap.m.ObjectStatus;
|
|
130507
|
+
): sap.m.ObjectStatus | null;
|
|
128918
130508
|
/**
|
|
128919
130509
|
* @SINCE 1.30.0
|
|
128920
130510
|
*
|
|
@@ -129387,6 +130977,437 @@ declare namespace sap {
|
|
|
129387
130977
|
*/
|
|
129388
130978
|
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
129389
130979
|
}
|
|
130980
|
+
/**
|
|
130981
|
+
* The VariantItem class describes a variant item.
|
|
130982
|
+
*/
|
|
130983
|
+
class VariantItem extends sap.ui.core.Item {
|
|
130984
|
+
/**
|
|
130985
|
+
* Constructor for a new sap.m.VariantItem.
|
|
130986
|
+
*
|
|
130987
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
130988
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
130989
|
+
* of the syntax of the settings object.
|
|
130990
|
+
*/
|
|
130991
|
+
constructor(
|
|
130992
|
+
/**
|
|
130993
|
+
* Initial settings for the new control
|
|
130994
|
+
*/
|
|
130995
|
+
mSettings?: sap.m.$VariantItemSettings
|
|
130996
|
+
);
|
|
130997
|
+
/**
|
|
130998
|
+
* Constructor for a new sap.m.VariantItem.
|
|
130999
|
+
*
|
|
131000
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
131001
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
131002
|
+
* of the syntax of the settings object.
|
|
131003
|
+
*/
|
|
131004
|
+
constructor(
|
|
131005
|
+
/**
|
|
131006
|
+
* ID for the new control, generated automatically if no ID is given
|
|
131007
|
+
*/
|
|
131008
|
+
sId?: string,
|
|
131009
|
+
/**
|
|
131010
|
+
* Initial settings for the new control
|
|
131011
|
+
*/
|
|
131012
|
+
mSettings?: sap.m.$VariantItemSettings
|
|
131013
|
+
);
|
|
131014
|
+
|
|
131015
|
+
/**
|
|
131016
|
+
* Creates a new subclass of class sap.m.VariantItem with name `sClassName` and enriches it with the information
|
|
131017
|
+
* contained in `oClassInfo`.
|
|
131018
|
+
*
|
|
131019
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Item.extend}.
|
|
131020
|
+
*
|
|
131021
|
+
* @returns Created class / constructor function
|
|
131022
|
+
*/
|
|
131023
|
+
static extend<T extends Record<string, unknown>>(
|
|
131024
|
+
/**
|
|
131025
|
+
* Name of the class being created
|
|
131026
|
+
*/
|
|
131027
|
+
sClassName: string,
|
|
131028
|
+
/**
|
|
131029
|
+
* Object literal with information about the class
|
|
131030
|
+
*/
|
|
131031
|
+
oClassInfo?: sap.ClassInfo<T, sap.m.VariantItem>,
|
|
131032
|
+
/**
|
|
131033
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
131034
|
+
* used by this class
|
|
131035
|
+
*/
|
|
131036
|
+
FNMetaImpl?: Function
|
|
131037
|
+
): Function;
|
|
131038
|
+
/**
|
|
131039
|
+
* Returns a metadata object for class sap.m.VariantItem.
|
|
131040
|
+
*
|
|
131041
|
+
* @returns Metadata object describing this class
|
|
131042
|
+
*/
|
|
131043
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
131044
|
+
/**
|
|
131045
|
+
* Gets current value of property {@link #getAuthor author}.
|
|
131046
|
+
*
|
|
131047
|
+
* Contains the author information of the item.
|
|
131048
|
+
*
|
|
131049
|
+
* @returns Value of property `author`
|
|
131050
|
+
*/
|
|
131051
|
+
getAuthor(): string;
|
|
131052
|
+
/**
|
|
131053
|
+
* Gets current value of property {@link #getChangeable changeable}.
|
|
131054
|
+
*
|
|
131055
|
+
* Indicates if the item is changeable.
|
|
131056
|
+
*
|
|
131057
|
+
* Default value is `false`.
|
|
131058
|
+
*
|
|
131059
|
+
* @returns Value of property `changeable`
|
|
131060
|
+
*/
|
|
131061
|
+
getChangeable(): boolean;
|
|
131062
|
+
/**
|
|
131063
|
+
* Gets current value of property {@link #getContexts contexts}.
|
|
131064
|
+
*
|
|
131065
|
+
* Contains the contexts information of the item.
|
|
131066
|
+
*
|
|
131067
|
+
* Default value is `{}`.
|
|
131068
|
+
*
|
|
131069
|
+
* @returns Value of property `contexts`
|
|
131070
|
+
*/
|
|
131071
|
+
getContexts(): object;
|
|
131072
|
+
/**
|
|
131073
|
+
* Gets current value of property {@link #getExecuteOnSelect executeOnSelect}.
|
|
131074
|
+
*
|
|
131075
|
+
* Indicates if the item is marked as apply automatically.
|
|
131076
|
+
*
|
|
131077
|
+
* Default value is `false`.
|
|
131078
|
+
*
|
|
131079
|
+
* @returns Value of property `executeOnSelect`
|
|
131080
|
+
*/
|
|
131081
|
+
getExecuteOnSelect(): boolean;
|
|
131082
|
+
/**
|
|
131083
|
+
* Gets current value of property {@link #getFavorite favorite}.
|
|
131084
|
+
*
|
|
131085
|
+
* Indicates if the item is marked as favorite.
|
|
131086
|
+
*
|
|
131087
|
+
* Default value is `true`.
|
|
131088
|
+
*
|
|
131089
|
+
* @returns Value of property `favorite`
|
|
131090
|
+
*/
|
|
131091
|
+
getFavorite(): boolean;
|
|
131092
|
+
/**
|
|
131093
|
+
* Gets current value of property {@link #getOriginalContexts originalContexts}.
|
|
131094
|
+
*
|
|
131095
|
+
* Contains the initial value of the property `contexts`. Is used for cancel operations.
|
|
131096
|
+
*
|
|
131097
|
+
* Default value is `{}`.
|
|
131098
|
+
*
|
|
131099
|
+
* @returns Value of property `originalContexts`
|
|
131100
|
+
*/
|
|
131101
|
+
getOriginalContexts(): object;
|
|
131102
|
+
/**
|
|
131103
|
+
* Gets current value of property {@link #getOriginalExecuteOnSelect originalExecuteOnSelect}.
|
|
131104
|
+
*
|
|
131105
|
+
* Contains the initial value of the property `executeOnSelect`. Is used for cancel operations.
|
|
131106
|
+
*
|
|
131107
|
+
* Default value is `false`.
|
|
131108
|
+
*
|
|
131109
|
+
* @returns Value of property `originalExecuteOnSelect`
|
|
131110
|
+
*/
|
|
131111
|
+
getOriginalExecuteOnSelect(): boolean;
|
|
131112
|
+
/**
|
|
131113
|
+
* Gets current value of property {@link #getOriginalFavorite originalFavorite}.
|
|
131114
|
+
*
|
|
131115
|
+
* Contains the initial value of the property `favorite`. Is used for cancel operations.
|
|
131116
|
+
*
|
|
131117
|
+
* Default value is `true`.
|
|
131118
|
+
*
|
|
131119
|
+
* @returns Value of property `originalFavorite`
|
|
131120
|
+
*/
|
|
131121
|
+
getOriginalFavorite(): boolean;
|
|
131122
|
+
/**
|
|
131123
|
+
* Gets current value of property {@link #getOriginalTitle originalTitle}.
|
|
131124
|
+
*
|
|
131125
|
+
* Contains the initial value of the property `title`. Is used for cancel operations.
|
|
131126
|
+
*
|
|
131127
|
+
* @returns Value of property `originalTitle`
|
|
131128
|
+
*/
|
|
131129
|
+
getOriginalTitle(): string;
|
|
131130
|
+
/**
|
|
131131
|
+
* Gets current value of property {@link #getRemove remove}.
|
|
131132
|
+
*
|
|
131133
|
+
* Indicates if the item is removable.
|
|
131134
|
+
*
|
|
131135
|
+
* Default value is `false`.
|
|
131136
|
+
*
|
|
131137
|
+
* @returns Value of property `remove`
|
|
131138
|
+
*/
|
|
131139
|
+
getRemove(): boolean;
|
|
131140
|
+
/**
|
|
131141
|
+
* Gets current value of property {@link #getRename rename}.
|
|
131142
|
+
*
|
|
131143
|
+
* Indicates if the item is renamable.
|
|
131144
|
+
*
|
|
131145
|
+
* Default value is `true`.
|
|
131146
|
+
*
|
|
131147
|
+
* @returns Value of property `rename`
|
|
131148
|
+
*/
|
|
131149
|
+
getRename(): boolean;
|
|
131150
|
+
/**
|
|
131151
|
+
* Gets current value of property {@link #getSharing sharing}.
|
|
131152
|
+
*
|
|
131153
|
+
* Contains the information is the item is public or private.
|
|
131154
|
+
*
|
|
131155
|
+
* Default value is `"private"`.
|
|
131156
|
+
*
|
|
131157
|
+
* @returns Value of property `sharing`
|
|
131158
|
+
*/
|
|
131159
|
+
getSharing(): string;
|
|
131160
|
+
/**
|
|
131161
|
+
* Gets current value of property {@link #getTitle title}.
|
|
131162
|
+
*
|
|
131163
|
+
* Contains the title if the item.
|
|
131164
|
+
*
|
|
131165
|
+
* @returns Value of property `title`
|
|
131166
|
+
*/
|
|
131167
|
+
getTitle(): string;
|
|
131168
|
+
/**
|
|
131169
|
+
* Gets current value of property {@link #getVisible visible}.
|
|
131170
|
+
*
|
|
131171
|
+
* Indicates if the item is visible.
|
|
131172
|
+
*
|
|
131173
|
+
* Default value is `true`.
|
|
131174
|
+
*
|
|
131175
|
+
* @returns Value of property `visible`
|
|
131176
|
+
*/
|
|
131177
|
+
getVisible(): boolean;
|
|
131178
|
+
/**
|
|
131179
|
+
* Sets a new value for property {@link #getAuthor author}.
|
|
131180
|
+
*
|
|
131181
|
+
* Contains the author information of the item.
|
|
131182
|
+
*
|
|
131183
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
131184
|
+
*
|
|
131185
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
131186
|
+
*/
|
|
131187
|
+
setAuthor(
|
|
131188
|
+
/**
|
|
131189
|
+
* New value for property `author`
|
|
131190
|
+
*/
|
|
131191
|
+
sAuthor?: string
|
|
131192
|
+
): this;
|
|
131193
|
+
/**
|
|
131194
|
+
* Sets a new value for property {@link #getChangeable changeable}.
|
|
131195
|
+
*
|
|
131196
|
+
* Indicates if the item is changeable.
|
|
131197
|
+
*
|
|
131198
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
131199
|
+
*
|
|
131200
|
+
* Default value is `false`.
|
|
131201
|
+
*
|
|
131202
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
131203
|
+
*/
|
|
131204
|
+
setChangeable(
|
|
131205
|
+
/**
|
|
131206
|
+
* New value for property `changeable`
|
|
131207
|
+
*/
|
|
131208
|
+
bChangeable?: boolean
|
|
131209
|
+
): this;
|
|
131210
|
+
/**
|
|
131211
|
+
* Sets a new value for property {@link #getContexts contexts}.
|
|
131212
|
+
*
|
|
131213
|
+
* Contains the contexts information of the item.
|
|
131214
|
+
*
|
|
131215
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
131216
|
+
*
|
|
131217
|
+
* Default value is `{}`.
|
|
131218
|
+
*
|
|
131219
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
131220
|
+
*/
|
|
131221
|
+
setContexts(
|
|
131222
|
+
/**
|
|
131223
|
+
* New value for property `contexts`
|
|
131224
|
+
*/
|
|
131225
|
+
oContexts?: object
|
|
131226
|
+
): this;
|
|
131227
|
+
/**
|
|
131228
|
+
* Sets a new value for property {@link #getExecuteOnSelect executeOnSelect}.
|
|
131229
|
+
*
|
|
131230
|
+
* Indicates if the item is marked as apply automatically.
|
|
131231
|
+
*
|
|
131232
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
131233
|
+
*
|
|
131234
|
+
* Default value is `false`.
|
|
131235
|
+
*
|
|
131236
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
131237
|
+
*/
|
|
131238
|
+
setExecuteOnSelect(
|
|
131239
|
+
/**
|
|
131240
|
+
* New value for property `executeOnSelect`
|
|
131241
|
+
*/
|
|
131242
|
+
bExecuteOnSelect?: boolean
|
|
131243
|
+
): this;
|
|
131244
|
+
/**
|
|
131245
|
+
* Sets a new value for property {@link #getFavorite favorite}.
|
|
131246
|
+
*
|
|
131247
|
+
* Indicates if the item is marked as favorite.
|
|
131248
|
+
*
|
|
131249
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
131250
|
+
*
|
|
131251
|
+
* Default value is `true`.
|
|
131252
|
+
*
|
|
131253
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
131254
|
+
*/
|
|
131255
|
+
setFavorite(
|
|
131256
|
+
/**
|
|
131257
|
+
* New value for property `favorite`
|
|
131258
|
+
*/
|
|
131259
|
+
bFavorite?: boolean
|
|
131260
|
+
): this;
|
|
131261
|
+
/**
|
|
131262
|
+
* Sets a new value for property {@link #getOriginalContexts originalContexts}.
|
|
131263
|
+
*
|
|
131264
|
+
* Contains the initial value of the property `contexts`. Is used for cancel operations.
|
|
131265
|
+
*
|
|
131266
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
131267
|
+
*
|
|
131268
|
+
* Default value is `{}`.
|
|
131269
|
+
*
|
|
131270
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
131271
|
+
*/
|
|
131272
|
+
setOriginalContexts(
|
|
131273
|
+
/**
|
|
131274
|
+
* New value for property `originalContexts`
|
|
131275
|
+
*/
|
|
131276
|
+
oOriginalContexts?: object
|
|
131277
|
+
): this;
|
|
131278
|
+
/**
|
|
131279
|
+
* Sets a new value for property {@link #getOriginalExecuteOnSelect originalExecuteOnSelect}.
|
|
131280
|
+
*
|
|
131281
|
+
* Contains the initial value of the property `executeOnSelect`. Is used for cancel operations.
|
|
131282
|
+
*
|
|
131283
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
131284
|
+
*
|
|
131285
|
+
* Default value is `false`.
|
|
131286
|
+
*
|
|
131287
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
131288
|
+
*/
|
|
131289
|
+
setOriginalExecuteOnSelect(
|
|
131290
|
+
/**
|
|
131291
|
+
* New value for property `originalExecuteOnSelect`
|
|
131292
|
+
*/
|
|
131293
|
+
bOriginalExecuteOnSelect?: boolean
|
|
131294
|
+
): this;
|
|
131295
|
+
/**
|
|
131296
|
+
* Sets a new value for property {@link #getOriginalFavorite originalFavorite}.
|
|
131297
|
+
*
|
|
131298
|
+
* Contains the initial value of the property `favorite`. Is used for cancel operations.
|
|
131299
|
+
*
|
|
131300
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
131301
|
+
*
|
|
131302
|
+
* Default value is `true`.
|
|
131303
|
+
*
|
|
131304
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
131305
|
+
*/
|
|
131306
|
+
setOriginalFavorite(
|
|
131307
|
+
/**
|
|
131308
|
+
* New value for property `originalFavorite`
|
|
131309
|
+
*/
|
|
131310
|
+
bOriginalFavorite?: boolean
|
|
131311
|
+
): this;
|
|
131312
|
+
/**
|
|
131313
|
+
* Sets a new value for property {@link #getOriginalTitle originalTitle}.
|
|
131314
|
+
*
|
|
131315
|
+
* Contains the initial value of the property `title`. Is used for cancel operations.
|
|
131316
|
+
*
|
|
131317
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
131318
|
+
*
|
|
131319
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
131320
|
+
*/
|
|
131321
|
+
setOriginalTitle(
|
|
131322
|
+
/**
|
|
131323
|
+
* New value for property `originalTitle`
|
|
131324
|
+
*/
|
|
131325
|
+
sOriginalTitle?: string
|
|
131326
|
+
): this;
|
|
131327
|
+
/**
|
|
131328
|
+
* Sets a new value for property {@link #getRemove remove}.
|
|
131329
|
+
*
|
|
131330
|
+
* Indicates if the item is removable.
|
|
131331
|
+
*
|
|
131332
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
131333
|
+
*
|
|
131334
|
+
* Default value is `false`.
|
|
131335
|
+
*
|
|
131336
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
131337
|
+
*/
|
|
131338
|
+
setRemove(
|
|
131339
|
+
/**
|
|
131340
|
+
* New value for property `remove`
|
|
131341
|
+
*/
|
|
131342
|
+
bRemove?: boolean
|
|
131343
|
+
): this;
|
|
131344
|
+
/**
|
|
131345
|
+
* Sets a new value for property {@link #getRename rename}.
|
|
131346
|
+
*
|
|
131347
|
+
* Indicates if the item is renamable.
|
|
131348
|
+
*
|
|
131349
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
131350
|
+
*
|
|
131351
|
+
* Default value is `true`.
|
|
131352
|
+
*
|
|
131353
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
131354
|
+
*/
|
|
131355
|
+
setRename(
|
|
131356
|
+
/**
|
|
131357
|
+
* New value for property `rename`
|
|
131358
|
+
*/
|
|
131359
|
+
bRename?: boolean
|
|
131360
|
+
): this;
|
|
131361
|
+
/**
|
|
131362
|
+
* Sets a new value for property {@link #getSharing sharing}.
|
|
131363
|
+
*
|
|
131364
|
+
* Contains the information is the item is public or private.
|
|
131365
|
+
*
|
|
131366
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
131367
|
+
*
|
|
131368
|
+
* Default value is `"private"`.
|
|
131369
|
+
*
|
|
131370
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
131371
|
+
*/
|
|
131372
|
+
setSharing(
|
|
131373
|
+
/**
|
|
131374
|
+
* New value for property `sharing`
|
|
131375
|
+
*/
|
|
131376
|
+
sSharing?: string
|
|
131377
|
+
): this;
|
|
131378
|
+
/**
|
|
131379
|
+
* Sets a new value for property {@link #getTitle title}.
|
|
131380
|
+
*
|
|
131381
|
+
* Contains the title if the item.
|
|
131382
|
+
*
|
|
131383
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
131384
|
+
*
|
|
131385
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
131386
|
+
*/
|
|
131387
|
+
setTitle(
|
|
131388
|
+
/**
|
|
131389
|
+
* New value for property `title`
|
|
131390
|
+
*/
|
|
131391
|
+
sTitle?: string
|
|
131392
|
+
): this;
|
|
131393
|
+
/**
|
|
131394
|
+
* Sets a new value for property {@link #getVisible visible}.
|
|
131395
|
+
*
|
|
131396
|
+
* Indicates if the item is visible.
|
|
131397
|
+
*
|
|
131398
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
131399
|
+
*
|
|
131400
|
+
* Default value is `true`.
|
|
131401
|
+
*
|
|
131402
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
131403
|
+
*/
|
|
131404
|
+
setVisible(
|
|
131405
|
+
/**
|
|
131406
|
+
* New value for property `visible`
|
|
131407
|
+
*/
|
|
131408
|
+
bVisible?: boolean
|
|
131409
|
+
): this;
|
|
131410
|
+
}
|
|
129390
131411
|
/**
|
|
129391
131412
|
* The VBox control builds the container for a vertical flexible box layout. VBox is a convenience control,
|
|
129392
131413
|
* as it is just a specialized FlexBox control.
|
|
@@ -129760,7 +131781,7 @@ declare namespace sap {
|
|
|
129760
131781
|
* The content to remove or its index or id
|
|
129761
131782
|
*/
|
|
129762
131783
|
vContent: int | string | sap.ui.core.Control
|
|
129763
|
-
): sap.ui.core.Control;
|
|
131784
|
+
): sap.ui.core.Control | null;
|
|
129764
131785
|
/**
|
|
129765
131786
|
* Sets a new value for property {@link #getIcon icon}.
|
|
129766
131787
|
*
|
|
@@ -130535,9 +132556,9 @@ declare namespace sap {
|
|
|
130535
132556
|
/**
|
|
130536
132557
|
* Forward method to the inner dialog method: getDomRef.
|
|
130537
132558
|
*
|
|
130538
|
-
* @returns The Element's DOM Element sub DOM Element or null
|
|
132559
|
+
* @returns The Element's DOM Element, sub DOM Element or `null`
|
|
130539
132560
|
*/
|
|
130540
|
-
getDomRef(): Element;
|
|
132561
|
+
getDomRef(): Element | null;
|
|
130541
132562
|
/**
|
|
130542
132563
|
* @SINCE 1.16
|
|
130543
132564
|
*
|
|
@@ -130922,12 +132943,12 @@ declare namespace sap {
|
|
|
130922
132943
|
* The customTab to remove or its index or id
|
|
130923
132944
|
*/
|
|
130924
132945
|
vCustomTab: int | string | sap.m.ViewSettingsCustomTab
|
|
130925
|
-
): sap.m.ViewSettingsCustomTab;
|
|
132946
|
+
): sap.m.ViewSettingsCustomTab | null;
|
|
130926
132947
|
/**
|
|
130927
132948
|
* Removes a filter Item and resets the remembered page if it was the filter detail page of the removed
|
|
130928
132949
|
* filter.
|
|
130929
132950
|
*
|
|
130930
|
-
* @returns The removed item or null
|
|
132951
|
+
* @returns The removed item or `null`
|
|
130931
132952
|
*/
|
|
130932
132953
|
removeFilterItem(
|
|
130933
132954
|
/**
|
|
@@ -130947,7 +132968,7 @@ declare namespace sap {
|
|
|
130947
132968
|
* The groupItem to remove or its index or id
|
|
130948
132969
|
*/
|
|
130949
132970
|
vGroupItem: int | string | sap.m.ViewSettingsItem
|
|
130950
|
-
): sap.m.ViewSettingsItem;
|
|
132971
|
+
): sap.m.ViewSettingsItem | null;
|
|
130951
132972
|
/**
|
|
130952
132973
|
* @SINCE 1.16
|
|
130953
132974
|
*
|
|
@@ -130960,7 +132981,7 @@ declare namespace sap {
|
|
|
130960
132981
|
* The presetFilterItem to remove or its index or id
|
|
130961
132982
|
*/
|
|
130962
132983
|
vPresetFilterItem: int | string | sap.m.ViewSettingsItem
|
|
130963
|
-
): sap.m.ViewSettingsItem;
|
|
132984
|
+
): sap.m.ViewSettingsItem | null;
|
|
130964
132985
|
/**
|
|
130965
132986
|
* @SINCE 1.16
|
|
130966
132987
|
*
|
|
@@ -130973,7 +132994,7 @@ declare namespace sap {
|
|
|
130973
132994
|
* The sortItem to remove or its index or id
|
|
130974
132995
|
*/
|
|
130975
132996
|
vSortItem: int | string | sap.m.ViewSettingsItem
|
|
130976
|
-
): sap.m.ViewSettingsItem;
|
|
132997
|
+
): sap.m.ViewSettingsItem | null;
|
|
130977
132998
|
/**
|
|
130978
132999
|
* Forward method to the inner dialog method: removeStyleClass.
|
|
130979
133000
|
*
|
|
@@ -131461,7 +133482,7 @@ declare namespace sap {
|
|
|
131461
133482
|
* The item to remove or its index or id
|
|
131462
133483
|
*/
|
|
131463
133484
|
vItem: int | string | sap.m.ViewSettingsItem
|
|
131464
|
-
): sap.m.ViewSettingsItem;
|
|
133485
|
+
): sap.m.ViewSettingsItem | null;
|
|
131465
133486
|
/**
|
|
131466
133487
|
* Sets a new value for property {@link #getMultiSelect multiSelect}.
|
|
131467
133488
|
*
|
|
@@ -132074,7 +134095,7 @@ declare namespace sap {
|
|
|
132074
134095
|
* The item to remove or its index or id
|
|
132075
134096
|
*/
|
|
132076
134097
|
vItem: int | string | sap.ui.core.Item
|
|
132077
|
-
): sap.ui.core.Item;
|
|
134098
|
+
): sap.ui.core.Item | null;
|
|
132078
134099
|
/**
|
|
132079
134100
|
* Sets a new value for property {@link #getIsCyclic isCyclic}.
|
|
132080
134101
|
*
|
|
@@ -132301,7 +134322,7 @@ declare namespace sap {
|
|
|
132301
134322
|
* The slider to remove or its index or id
|
|
132302
134323
|
*/
|
|
132303
134324
|
vSlider: int | string | sap.m.WheelSlider
|
|
132304
|
-
): sap.m.WheelSlider;
|
|
134325
|
+
): sap.m.WheelSlider | null;
|
|
132305
134326
|
/**
|
|
132306
134327
|
* Sets a new value for property {@link #getHeight height}.
|
|
132307
134328
|
*
|
|
@@ -133389,7 +135410,7 @@ declare namespace sap {
|
|
|
133389
135410
|
* The content to remove or its index or id
|
|
133390
135411
|
*/
|
|
133391
135412
|
vContent: int | string | sap.ui.core.Control
|
|
133392
|
-
): sap.ui.core.Control;
|
|
135413
|
+
): sap.ui.core.Control | null;
|
|
133393
135414
|
/**
|
|
133394
135415
|
* @SINCE 1.32
|
|
133395
135416
|
*
|
|
@@ -134866,6 +136887,21 @@ declare namespace sap {
|
|
|
134866
136887
|
*/
|
|
134867
136888
|
TimeOutError = "TIME_OUT_ERROR",
|
|
134868
136889
|
}
|
|
136890
|
+
/**
|
|
136891
|
+
* @SINCE 1.104.0
|
|
136892
|
+
*
|
|
136893
|
+
* Enumeration for possible Link accessibility roles.
|
|
136894
|
+
*/
|
|
136895
|
+
enum LinkAccessibleRole {
|
|
136896
|
+
/**
|
|
136897
|
+
* Link will receive `role="Button"` attibute.
|
|
136898
|
+
*/
|
|
136899
|
+
Button = "Button",
|
|
136900
|
+
/**
|
|
136901
|
+
* Default mode.
|
|
136902
|
+
*/
|
|
136903
|
+
Default = "Default",
|
|
136904
|
+
}
|
|
134869
136905
|
/**
|
|
134870
136906
|
* @SINCE 1.45.5
|
|
134871
136907
|
*
|
|
@@ -136682,14 +138718,30 @@ declare namespace sap {
|
|
|
136682
138718
|
|
|
136683
138719
|
"sap/m/p13n/Container": undefined;
|
|
136684
138720
|
|
|
138721
|
+
"sap/m/p13n/Engine": undefined;
|
|
138722
|
+
|
|
138723
|
+
"sap/m/p13n/GroupController": undefined;
|
|
138724
|
+
|
|
136685
138725
|
"sap/m/p13n/GroupPanel": undefined;
|
|
136686
138726
|
|
|
138727
|
+
"sap/m/p13n/modification/FlexModificationHandler": undefined;
|
|
138728
|
+
|
|
138729
|
+
"sap/m/p13n/modification/LocalStorageModificationHandler": undefined;
|
|
138730
|
+
|
|
138731
|
+
"sap/m/p13n/modification/ModificationHandler": undefined;
|
|
138732
|
+
|
|
138733
|
+
"sap/m/p13n/modules/AdaptationProvider": undefined;
|
|
138734
|
+
|
|
136687
138735
|
"sap/m/p13n/Popup": undefined;
|
|
136688
138736
|
|
|
136689
138737
|
"sap/m/p13n/QueryPanel": undefined;
|
|
136690
138738
|
|
|
138739
|
+
"sap/m/p13n/SelectionController": undefined;
|
|
138740
|
+
|
|
136691
138741
|
"sap/m/p13n/SelectionPanel": undefined;
|
|
136692
138742
|
|
|
138743
|
+
"sap/m/p13n/SortController": undefined;
|
|
138744
|
+
|
|
136693
138745
|
"sap/m/p13n/SortPanel": undefined;
|
|
136694
138746
|
|
|
136695
138747
|
"sap/m/P13nColumnsItem": undefined;
|
|
@@ -136984,6 +139036,8 @@ declare namespace sap {
|
|
|
136984
139036
|
|
|
136985
139037
|
"sap/m/UploadCollectionToolbarPlaceholder": undefined;
|
|
136986
139038
|
|
|
139039
|
+
"sap/m/VariantItem": undefined;
|
|
139040
|
+
|
|
136987
139041
|
"sap/m/VariantManagement": undefined;
|
|
136988
139042
|
|
|
136989
139043
|
"sap/m/VBox": undefined;
|