A tabstrip element.(c) SAP AG 2003-2006. All rights reserved. Gets or sets whether the tabs widths should be automatically fitted to available space. Gets the current tab Id. Gets or sets the docking position of the tabstrip (TOP|BOTTOM). Gets or sets the control styling glyph. Indicates whether the tabstrip overflows its bounding box. Gets the number of tabs in the tabstrip. Adds a new tab to the tabstrip.Id of new tab.Name of new tab.Id of new tab.<q ref="core.lib:Tabstrip!assign">assign</q> | <q ref="core.lib:Tabstrip!remove">remove</q> | <q ref="core.lib:Tabstrip!replace">replace</q> | <q ref="core.lib:Tabstrip!rename">rename</q> Assigns a given list of tabs to the tabstrip.The list of tab definitions, in display order.Id of tab that should be selected.<q ref="core.lib:Tabstrip!add">add</q> Clears the tabstrip.<q ref="core.lib:Tabstrip!remove">remove</q> Tests whether a given tab exists in the tabstrip.Id of tab to test.<code>true=tab</code> exists, <code>false=tab</code> does not exist. Gets the Id of the tab at a specified position.Position of tab to get.The requested tab Id.<q ref="core.lib:Tabstrip!getTabName">getTabName</q> | <q ref="core.lib:Tabstrip!size">size</q> Gets the name of the tab at a specified position.Position of tab to get.The requested tab name.<q ref="core.lib:Tabstrip!getTabId">getTabId</q> | <q ref="core.lib:Tabstrip!size">size</q> Hides a specified tab.Id of tab to hide. Removes a specified tab.Id of tab to remove.The Id of the nearest remaining tab.<q ref="core.lib:Tabstrip!add">add</q> | <q ref="core.lib:Tabstrip!replace">replace</q> | <q ref="core.lib:Tabstrip!clear">clear</q> Renames a specified tab.Id of tab to rename.New tab name. Replaces a specified tab with a new tab.Id of tab to replace.Id of new tab.Name of new tab.Id of new tab.<q ref="core.lib:Tabstrip!add">add</q> | <q ref="core.lib:Tabstrip!remove">remove</q> | <q ref="core.lib:Tabstrip!rename">rename</q> Resizes the tabstrip.<q ref="core.lib:Tabstrip!scroll">scroll</q> Scrolls the tabstrip.Direction to scroll.Scrolling amount in pixels.<q ref="core.lib:Tabstrip!resize">resize</q> Selects a specified tab.Id of tab to select. Shows a (probably previously hidden) specified tab.Id of tab to show. Fires whenever the tabstrip layout is changed. Fires whenever a tab is selected.Id of newly selected tab.