Base functionality for all change handlers, which provides some reuse methods
Node | Description |
---|
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. |
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 |
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 |