namespace sap.ui.fl.changeHandler.Base

Visiblity: restricted
Available since: N/A
Module: sap/ui/fl/changeHandler/Base
Application Component: CA-UI5-FL

Base functionality for all change handlers, which provides some reuse methods


Nodes Overview

Node Description

Methods Overview

Method Description
sap.ui.fl.changeHandler.Base.instantiateFragment

Instantiates an XML fragment inside a change.

sap.ui.fl.changeHandler.Base.setTextInChange

Sets a text in a change.

sap.ui.fl.changeHandler.Base.instantiateFragment

Instantiates an XML fragment inside a change.

Param Type DefaultValue Description
oChange sap.ui.fl.Change

Change object with instructions to be applied on the control

mPropertyBag object

Property bag

modifier sap.ui.core.util.reflection.BaseTreeModifier

Modifier for the controls

appComponent object

App component

view object

Root view

sap.ui.fl.changeHandler.Base.setTextInChange

Sets a text in a change.

Param Type DefaultValue Description
oChange object

Change object

sKey string

Text key

sText string

Text value

sType string

Translation text type, e.g. XBUT, XTIT, XTOL, XFLD