Class sap.uxap.ObjectPageHeaderLayoutDataModule: sap/uxap/ObjectPageHeaderLayoutData
This is a LayoutData Element that can be added to a control if this control is used within an ObjectPage headerContent aggregation
Since: 1.26.
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
- visibleS : boolean (default: true)
- visibleM : boolean (default: true)
- visibleL : boolean (default: true)
- showSeparatorBefore : boolean (default: false)
- showSeparatorAfter : boolean (default: false)
- width : sap.ui.core.CSSSize (default: auto)
In addition, all settings applicable to the base type sap.ui.core.LayoutData 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 |
sClassName
and enriches it with the information contained in oClassInfo
. oClassInfo
might contain the same kind of information as described in sap.ui.core.LayoutData.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 |
showSeparatorAfter
. If this property is set the control will display a separator after it.
Default value is false
.
{boolean} | Value of property showSeparatorAfter |
showSeparatorBefore
. If this property is set the control will display a separator before it.
Default value is false
.
{boolean} | Value of property showSeparatorBefore |
visibleL
. If this property is set the control will be visible (or not) in a large sized layout.
Default value is true
.
{boolean} | Value of property visibleL |
visibleM
. If this property is set the control will be visible (or not) in a medium sized layout.
Default value is true
.
{boolean} | Value of property visibleM |
visibleS
. If this property is set the control will be visible (or not) in a small sized layout.
Default value is true
.
{boolean} | Value of property visibleS |
width
. If this property is set the control will take the provided size.
Default value is auto
.
{sap.ui.core.CSSSize} | Value of property width |
showSeparatorAfter
. If this property is set the control will display a separator after it.
When called with a value of null
or undefined
, the default value of the property will be restored.
Default value is false
.
{boolean} | bShowSeparatorAfter | New value for property showSeparatorAfter |
{sap.uxap.ObjectPageHeaderLayoutData} | Reference to this in order to allow method chaining |
showSeparatorBefore
. If this property is set the control will display a separator before it.
When called with a value of null
or undefined
, the default value of the property will be restored.
Default value is false
.
{boolean} | bShowSeparatorBefore | New value for property showSeparatorBefore |
{sap.uxap.ObjectPageHeaderLayoutData} | Reference to this in order to allow method chaining |
visibleL
. If this property is set the control will be visible (or not) in a large sized layout.
When called with a value of null
or undefined
, the default value of the property will be restored.
Default value is true
.
{boolean} | bVisibleL | New value for property visibleL |
{sap.uxap.ObjectPageHeaderLayoutData} | Reference to this in order to allow method chaining |
visibleM
. If this property is set the control will be visible (or not) in a medium sized layout.
When called with a value of null
or undefined
, the default value of the property will be restored.
Default value is true
.
{boolean} | bVisibleM | New value for property visibleM |
{sap.uxap.ObjectPageHeaderLayoutData} | Reference to this in order to allow method chaining |
visibleS
. If this property is set the control will be visible (or not) in a small sized layout.
When called with a value of null
or undefined
, the default value of the property will be restored.
Default value is true
.
{boolean} | bVisibleS | New value for property visibleS |
{sap.uxap.ObjectPageHeaderLayoutData} | Reference to this in order to allow method chaining |
width
. If this property is set the control will take the provided size.
When called with a value of null
or undefined
, the default value of the property will be restored.
Default value is auto
.
{sap.ui.core.CSSSize} | sWidth | New value for property width |
{sap.uxap.ObjectPageHeaderLayoutData} | Reference to this in order to allow method chaining |