Class sap.tnt.ToolHeaderModule: sap/tnt/ToolHeader
extends OverflowToolbar
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
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. Constructor Detail 
 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 |