class sap.ui.fl.changeHandler.BaseAddViaDelegate

Visiblity: public
UX Guidelines:
Implements:
Available since: N/A
Extends:
Module: sap/ui/fl/changeHandler/BaseAddViaDelegate
Application Component: CA-UI5-FL

Constructor

Base Change Handler for AddViaDelegate

new sap.ui.fl.changeHandler.BaseAddViaDelegate()

Methods Overview

Method Description
sap.ui.fl.changeHandler.BaseAddViaDelegate.createAddViaDelegateChangeHandler

Returns an instance of the addViaDelegate change handler

sap.ui.fl.changeHandler.BaseAddViaDelegate.createAddViaDelegateChangeHandler

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?