class sap.ui.fl.apply._internal.flexObjects.CompVariant

Visiblity: restricted
UX Guidelines:
Implements:
Available since: N/A
Module: sap/ui/fl/apply/_internal/flexObjects/CompVariant
Application Component: CA-UI5-FL

Constructor

Flexibility CompVariant class. Stores variant content and related information.

Accepts an object literal mSettings that defines initial property values, aggregated and associated objects as well as event handlers. See sap.ui.base.ManagedObject#constructor for a general description of the syntax of the settings object.

new sap.ui.fl.apply._internal.flexObjects.CompVariant(oFile)
Param Type Default Value Description
oFile object

File content and admin data

Borrowed Properties

Name Type Default Value Description
applyState int

Describes the current state of the change regarding the application and reversion of changes. To change or retrieve the state, use the getters and setters defined in this class. Initially the state is Change.applyState.INITIAL.

Visibility: public
state string Visibility: public