Class sap.ui.commons.HorizontalDividerModule: sap/ui/commons/HorizontalDivider
Divides the screen in visual areas.
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 |
height
. Defines the height of the divider.
Default value is Medium
.
{sap.ui.commons.HorizontalDividerHeight} | Value of property height |
type
. Defines the type of the divider.
Default value is Area
.
{sap.ui.commons.HorizontalDividerType} | Value of property type |
width
. Defines the width of the divider.
Default value is 100%
.
{sap.ui.core.CSSSize} | Value of property width |
height
. Defines the height of the divider.
When called with a value of null
or undefined
, the default value of the property will be restored.
Default value is Medium
.
{sap.ui.commons.HorizontalDividerHeight} | sHeight | New value for property height |
{sap.ui.commons.HorizontalDivider} | Reference to this in order to allow method chaining |
type
. Defines the type of the divider.
When called with a value of null
or undefined
, the default value of the property will be restored.
Default value is Area
.
{sap.ui.commons.HorizontalDividerType} | sType | New value for property type |
{sap.ui.commons.HorizontalDivider} | Reference to this in order to allow method chaining |
width
. Defines the width of the divider.
When called with a value of null
or undefined
, the default value of the property will be restored.
Default value is 100%
.
{sap.ui.core.CSSSize} | sWidth | New value for property width |
{sap.ui.commons.HorizontalDivider} | Reference to this in order to allow method chaining |