Class sap.gantt.config.ToolbarGroupModule: sap/gantt/config/ToolbarGroup
Defines the toolbar group. Toolbar groups enables you to categorize related toolbar items. For example, you can put all settings-related toolbar items in the Setting group.
Accepts an object literal mSettings
that defines initial property values, aggregated and associated objects as well as event handlers.
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
- position : string
- overflowPriority : sap.m.OverflowToolbarPriority (default: Low)
In addition, all settings applicable to the base type sap.ui.core.Element can be used as well.
{string} | sId? | ID of 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.Element.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 |
overflowPriority
. Overflow priority. See sap.m.OverflowToolbarPriority
Default value is Low
.
{sap.m.OverflowToolbarPriority} | Value of property overflowPriority |
position
. Specifies the position of the toolbar group. Note that all toolbar groups must be put into the Gantt chart toolbar.
{string} | Value of property position |
overflowPriority
. Overflow priority. See sap.m.OverflowToolbarPriority
When called with a value of null
or undefined
, the default value of the property will be restored.
Default value is Low
.
{sap.m.OverflowToolbarPriority} | sOverflowPriority | New value for property overflowPriority |
{sap.gantt.config.ToolbarGroup} | Reference to this in order to allow method chaining |
position
. Specifies the position of the toolbar group. Note that all toolbar groups must be put into the Gantt chart toolbar.
When called with a value of null
or undefined
, the default value of the property will be restored.
{string} | sPosition | New value for property position |
{sap.gantt.config.ToolbarGroup} | Reference to this in order to allow method chaining |