Delegate class for sap.ui.mdc.field.FieldHelpBase.
Note: The class is experimental and the API/behavior is not finalized and hence this should not be used for productive usage.
Method | Description |
---|---|
sap.ui.mdc.field.FieldHelpBaseDelegate.contentRequest |
Requests the content of the field help. This function is called when the field help is opened or a key or description is requested. So, depending on the field help control used, all content controls and data need to be assigned. Once they are assigned and the data is set, the returned |
Requests the content of the field help.
This function is called when the field help is opened or a key or description is requested.
So, depending on the field help control used, all content controls and data need to be assigned. Once they are assigned and the data is set, the returned Promise
needs to be resolved. Only then does the field help continue opening or reading data.
Param | Type | DefaultValue | Description |
---|---|---|---|
oPayload | object |
Payload for delegate |
|
oFieldHelp | sap.ui.mdc.base.FieldHelpBase |
Field help instance |
|
bSuggestion | boolean |
Field help is called for suggestion |
|
oProperties | object |
Properties depending on the used FieldHelp (e.g. FieldValueHelp) |