Method | Description |
---|---|
sap.ui.fl.changeHandler.BaseAddViaDelegate.createAddViaDelegateChangeHandler |
Returns an instance of the addViaDelegate change handler |
Returns an instance of the addViaDelegate change handler
Param | Type | DefaultValue | Description |
---|---|---|---|
mAddViaDelegateSettings | object |
The settings required for the addViaDelegate action |
|
addProperty | function |
Hook to actually add the controls from the delegate |
|
revertAdditionalControls | function |
Hook revert controls that will not automatically be removed by removing the new property |
|
aggregationName | string |
Aggregation name to be passed to the delegate |
|
parentAlias | string |
Alias for the parent control in the change |
|
mapParentIdIntoChange | function |
Option to store a different control as parent in the change |
|
fieldSuffix | string |
Aggregation name to be passed to the delegate |
|
skipCreateLabel | boolean function |
Skip delegate method, is a function is passed it has to return a boolean |
|
skipCreateLayout | boolean function |
Skip delegate method, is a function is passed it has to return a boolean |
|
supportsDefault | boolean |
Are default delegates supported? |