Delegate class for sap.ui.mdc.MultiValueField
.
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 |
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 |
|
oMultiValueField | sap.ui.mdc.MultiValueField |
Current |