Class sap.m.OverflowToolbarLayoutDataModule: sap/m/OverflowToolbarLayoutData
Holds layout data for the OverflowToolbar items.
Since: 1.28.
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
- moveToOverflow : boolean (default: true)
- stayInOverflow : boolean (default: false)
- priority : sap.m.OverflowToolbarPriority (default: High)
- group : int (default: 0)
In addition, all settings applicable to the base type sap.m.ToolbarLayoutData can be used as well.
{string} | sId? | id for the new element, 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.m.ToolbarLayoutData.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 |
group
. Defines OverflowToolbar items group number. Default value is 0, which means that the control does not belong to any group. Elements that belong to a group overflow together. The overall priority of the group is defined by the element with highest priority. Elements that belong to a group are not allowed to have AlwaysOverflow or NeverOverflow priority.
Default value is 0
.
- Since:
- 1.32
{int} | Value of property group |
priority
. Defines OverflowToolbar items priority, Available priorities ate NeverOverflow, High, Low, Disappear and AlwaysOverflow
Default value is High
.
- Since:
- 1.32
{sap.m.OverflowToolbarPriority} | Value of property priority |
group
. Defines OverflowToolbar items group number. Default value is 0, which means that the control does not belong to any group. Elements that belong to a group overflow together. The overall priority of the group is defined by the element with highest priority. Elements that belong to a group are not allowed to have AlwaysOverflow or NeverOverflow priority.
When called with a value of null
or undefined
, the default value of the property will be restored.
Default value is 0
.
{int} | iGroup | New value for property group |
- Since:
- 1.32
{sap.m.OverflowToolbarLayoutData} | Reference to this in order to allow method chaining |
priority
. Defines OverflowToolbar items priority, Available priorities ate NeverOverflow, High, Low, Disappear and AlwaysOverflow
When called with a value of null
or undefined
, the default value of the property will be restored.
Default value is High
.
{sap.m.OverflowToolbarPriority} | sPriority | New value for property priority |
- Since:
- 1.32
{sap.m.OverflowToolbarLayoutData} | Reference to this in order to allow method chaining |
moveToOverflow
. The OverflowToolbar item can or cannot move to the overflow area
Default value is true
.
- Deprecated:
- Since version 1.32
{boolean} | Value of property moveToOverflow |
stayInOverflow
. The OverflowToolbar item can or cannot stay in the overflow area
Default value is false
.
- Deprecated:
- Since version 1.32
{boolean} | Value of property stayInOverflow |
moveToOverflow
. The OverflowToolbar item can or cannot move to the overflow area
When called with a value of null
or undefined
, the default value of the property will be restored.
Default value is true
.
{boolean} | bMoveToOverflow | New value for property moveToOverflow |
- Deprecated:
- Since version 1.32
{sap.m.OverflowToolbarLayoutData} | Reference to this in order to allow method chaining |
stayInOverflow
. The OverflowToolbar item can or cannot stay in the overflow area
When called with a value of null
or undefined
, the default value of the property will be restored.
Default value is false
.
{boolean} | bStayInOverflow | New value for property stayInOverflow |
- Deprecated:
- Since version 1.32
{sap.m.OverflowToolbarLayoutData} | Reference to this in order to allow method chaining |