Class sap.tnt.ToolHeaderModule: sap/tnt/ToolHeader


The ToolHeader control is a horizontal container that is most commonly used to display buttons, labels, selects and other various input controls.

The ToolHeader control is based on sap.m.OverflowToolbar. In addition to the OverflowToolbar, the user can specify where the overflow button is placed.


Since: 1.34.
Constructor Summary
new sap.tnt.ToolHeader(sId?, mSettings?)Constructor for a new ToolHeader.
Method Summary
sap.tnt.ToolHeader.extend(sClassName, oClassInfo?, FNMetaImpl?)Creates a new subclass of class sap.tnt.ToolHeader with name sClassName and enriches it with the information contained in oClassInfo.
sap.tnt.ToolHeader.getMetadata()Returns a metadata object for class sap.tnt.ToolHeader.
Constructor Detail
new sap.tnt.ToolHeader(sId?, mSettings?)
Constructor for a new ToolHeader.
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.ToolHeader.extend(sClassName, oClassInfo?, FNMetaImpl?): function
Creates a new subclass of class sap.tnt.ToolHeader with name sClassName and enriches it with the information contained in oClassInfo.

oClassInfo might contain the same kind of information as described in sap.m.OverflowToolbar.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.ToolHeader.getMetadata(): sap.ui.base.Metadata
Returns a metadata object for class sap.tnt.ToolHeader.
Returns:
{sap.ui.base.Metadata} Metadata object describing this class