Class sap.m.TabStripSelectListModule: sap/m/TabStripSelectList

extends SelectList

The sap.m.TabStripSelectList displays a list of items that allows the user to select an item.


Since: 1.34.
Constructor Summary
new sap.m.TabStripSelectList(sId?, mSettings?)Constructor for a new TabStripSelectList.
Events borrowed from class sap.m.SelectList
Events borrowed from class sap.ui.core.Control
Method Summary
sap.m.TabStripSelectList.extend(sClassName, oClassInfo?, FNMetaImpl?)Creates a new subclass of class sap.m.TabStripSelectList with name sClassName and enriches it with the information contained in oClassInfo.
sap.m.TabStripSelectList.getMetadata()Returns a metadata object for class sap.m.TabStripSelectList.
Constructor Detail
new sap.m.TabStripSelectList(sId?, mSettings?)
Constructor for a new TabStripSelectList.
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.m.TabStripSelectList.extend(sClassName, oClassInfo?, FNMetaImpl?): function
Creates a new subclass of class sap.m.TabStripSelectList 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.SelectList.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.m.TabStripSelectList.getMetadata(): sap.ui.base.Metadata
Returns a metadata object for class sap.m.TabStripSelectList.
Returns:
{sap.ui.base.Metadata} Metadata object describing this class