Class sap.tnt.ToolHeaderUtilitySeparatorModule: sap/tnt/ToolHeaderUtilitySeparator

extends Control

The ToolHeaderUtilitySeparator control is used in the sap.tnt.ToolHeader control to specify where the overflow button is placed.


Since: 1.16.
Constructor Summary
new sap.tnt.ToolHeaderUtilitySeparator(sId?, mSettings?)Constructor for a new ToolHeaderUtilitySeparator.
Events borrowed from class sap.ui.core.Control
Method Summary
sap.tnt.ToolHeaderUtilitySeparator.extend(sClassName, oClassInfo?, FNMetaImpl?)Creates a new subclass of class sap.tnt.ToolHeaderUtilitySeparator with name sClassName and enriches it with the information contained in oClassInfo.
sap.tnt.ToolHeaderUtilitySeparator.getMetadata()Returns a metadata object for class sap.tnt.ToolHeaderUtilitySeparator.
Constructor Detail
new sap.tnt.ToolHeaderUtilitySeparator(sId?, mSettings?)
Constructor for a new ToolHeaderUtilitySeparator.
Parameters:
{string}sId? ID for the new control, generated automatically if no ID is given
{object}mSettings? Initial settings for the new control
Method Detail
sap.tnt.ToolHeaderUtilitySeparator.extend(sClassName, oClassInfo?, FNMetaImpl?): function
Creates a new subclass of class sap.tnt.ToolHeaderUtilitySeparator with name 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.

Parameters:
{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
Returns:
{function} Created class / constructor function
sap.tnt.ToolHeaderUtilitySeparator.getMetadata(): sap.ui.base.Metadata
Returns a metadata object for class sap.tnt.ToolHeaderUtilitySeparator.
Returns:
{sap.ui.base.Metadata} Metadata object describing this class