Class sap.ui.commons.ResponsiveContainerRangeModule: sap/ui/commons/ResponsiveContainerRange
Defines a range for the ResponsiveContainer
Deprecated API:Since version 1.38.
sClassName
and enriches it with the information contained in oClassInfo
. Accepts an object literal mSettings
that defines initial property values, aggregated and associated objects as well as event handlers. See sap.ui.base.ManagedObject for a general description of the syntax of the settings object.
The supported settings are:
- Properties
In addition, all settings applicable to the base type sap.ui.core.Control can be used as well.
{string} | sId? | id for the new control, generated automatically if no id is given |
{object} | mSettings? | initial settings for the new control |
- Deprecated:
- Since version 1.38.
sClassName
and enriches it with the information contained in oClassInfo
. oClassInfo
might contain the same kind of information as described in sap.ui.core.Control.extend.
{string} | sClassName | Name of the class being created |
{object} | oClassInfo? | Object literal with information about the class |
{function} | FNMetaImpl? | Constructor function for the metadata object; if not given, it defaults to sap.ui.core.ElementMetadata |
{function} | Created class / constructor function |
{sap.ui.base.Metadata} | Metadata object describing this class |
content
, or null
. {sap.ui.core.Control} |
height
. The minimal height for this range to be displayed.
Default value is .
{sap.ui.core.CSSSize} | Value of property height |
key
. A key which can be used to identify the range (optional).
Default value is .
{string} | Value of property key |
width
. The minimal width for this range to be displayed.
Default value is .
{sap.ui.core.CSSSize} | Value of property width |
content
. {sap.ui.core.Control} | oContent | Id of an element which becomes the new target of this content association; alternatively, an element instance may be given |
{sap.ui.commons.ResponsiveContainerRange} | Reference to this in order to allow method chaining |
height
. The minimal height for this range to be displayed.
When called with a value of null
or undefined
, the default value of the property will be restored.
Default value is .
{sap.ui.core.CSSSize} | sHeight | New value for property height |
{sap.ui.commons.ResponsiveContainerRange} | Reference to this in order to allow method chaining |
key
. A key which can be used to identify the range (optional).
When called with a value of null
or undefined
, the default value of the property will be restored.
Default value is .
{string} | sKey | New value for property key |
{sap.ui.commons.ResponsiveContainerRange} | Reference to this in order to allow method chaining |
width
. The minimal width for this range to be displayed.
When called with a value of null
or undefined
, the default value of the property will be restored.
Default value is .
{sap.ui.core.CSSSize} | sWidth | New value for property width |
{sap.ui.commons.ResponsiveContainerRange} | Reference to this in order to allow method chaining |