Provides functionality to get and set selection on controls.
Node | Description |
---|
Method | Description |
---|---|
sap.ui.rta.service.Selection.add |
Adds the specified controls to the current selection. |
sap.ui.rta.service.Selection.get |
Gets list of currently selected controls. |
sap.ui.rta.service.Selection.remove |
Removes the selection from the specified controls. |
sap.ui.rta.service.Selection.reset |
Resets the current selection. |
sap.ui.rta.service.Selection.set |
Deselects the current selection and selects the specified list of controls. |
Adds the specified controls to the current selection.
Param | Type | DefaultValue | Description |
---|---|---|---|
vControlIds | string string[] |
Control IDs to be selected |
Gets list of currently selected controls.
Param | Type | DefaultValue | Description |
---|
Removes the selection from the specified controls.
Param | Type | DefaultValue | Description |
---|---|---|---|
vControlIds | string string[] |
Control IDs from which to remove the selection |
Resets the current selection.
Param | Type | DefaultValue | Description |
---|
Deselects the current selection and selects the specified list of controls.
Param | Type | DefaultValue | Description |
---|---|---|---|
vControlIds | string string[] |
Control IDs to be selected |