class sap.ui.mdc.field.MultiValueFieldDelegate

Visiblity: restricted
UX Guidelines:
Implements:
Available since: N/A
Extends:
Module: sap/ui/mdc/field/MultiValueFieldDelegate
Application Component: CA-UI5-MDC

Delegate class for sap.ui.mdc.MultiValueField.


Constructor

new sap.ui.mdc.field.MultiValueFieldDelegate()

Methods Overview

Method Description
sap.ui.mdc.field.MultiValueFieldDelegate.updateItems

Implements the model-specific logic to update items after conditions have been updated.

Items can be removed, updated, or added. Use the binding information of the MultiValueField control to update the data in the model.

sap.ui.mdc.field.MultiValueFieldDelegate.updateItems

Implements the model-specific logic to update items after conditions have been updated.

Items can be removed, updated, or added. Use the binding information of the MultiValueField control to update the data in the model.

Param Type DefaultValue Description
oPayload object

Payload for delegate

aConditions sap.ui.mdc.condition.ConditionObject[]

Current conditions of the MultiValueField control

oMultiValueField sap.ui.mdc.MultiValueField

Current MultiValueField control to determine binding information to update the values of the corresponding model