class sap.ui.commons.layout.ResponsiveFlowLayoutData

Visiblity: public
UX Guidelines:
Implements:
Available since: N/A
Module: sap/ui/commons/layout/ResponsiveFlowLayoutData
Application Component: CA-UI5-CTR

This is a LayoutData Element that can be added to a control if this control is used within a ResponsiveFlowLayout


Constructor

Constructor for a new layout/ResponsiveFlowLayoutData.

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.

This class does not have its own settings, but all settings applicable to the base type sap.ui.layout.ResponsiveFlowLayoutData can be used.

new sap.ui.commons.layout.ResponsiveFlowLayoutData(sId?, mSettings?)
Param Type Default Value Description
sId? string

id for the new control, generated automatically if no id is given

mSettings? object

initial settings for the new control


Methods Overview

Method Description
sap.ui.commons.layout.ResponsiveFlowLayoutData.extend

Creates a new subclass of class sap.ui.commons.layout.ResponsiveFlowLayoutData with name sClassName and enriches it with the information contained in oClassInfo.

oClassInfo might contain the same kind of information as described in sap.ui.layout.ResponsiveFlowLayoutData.extend.

getMargin

Getter for property margin. This property prevents any margin of the element if set to false

Default value is true

sap.ui.commons.layout.ResponsiveFlowLayoutData.getMetadata

Returns a metadata object for class sap.ui.commons.layout.ResponsiveFlowLayoutData.

setMargin

Setter for property margin.

Default value is true

sap.ui.commons.layout.ResponsiveFlowLayoutData.extend

Creates a new subclass of class sap.ui.commons.layout.ResponsiveFlowLayoutData with name sClassName and enriches it with the information contained in oClassInfo.

oClassInfo might contain the same kind of information as described in sap.ui.layout.ResponsiveFlowLayoutData.extend.

Param Type DefaultValue Description
sClassName string

Name of the class being created

oClassInfo object

Object literal with information about the class

FNMetaImpl function

Constructor function for the metadata object; if not given, it defaults to the metadata implementation used by this class

getMargin

Getter for property margin. This property prevents any margin of the element if set to false

Default value is true

sap.ui.commons.layout.ResponsiveFlowLayoutData.getMetadata

Returns a metadata object for class sap.ui.commons.layout.ResponsiveFlowLayoutData.

setMargin

Setter for property margin.

Default value is true

Param Type DefaultValue Description
bMargin boolean

new value for property margin