TabControl

SAPGUI. TabControl

new TabControl(propsopt) → {TabControl}

The description of a TabControl test object.
Parameters:
NameTypeAttributesDescription
propsObject <optional>
Initializes a TabControl test object using the supplied property bag.
Returns:
the description object that was initialized.
Type
TabControl

Methods

absoluteLocation(locationopt) → {Point|Description}

The object's coordinates relative to the screen in pixels. 0,0 is the top-left corner of the primary monitor.
Parameters:
NameTypeAttributesDescription
locationPoint <optional>
When provided, this method acts as a setter and sets the absoluteLocation value.
Returns:
If no parameter is provided, the method acts as a getter and returns the absoluteLocation value; otherwise it returns 'this' for use with the builder pattern.
Type
Point | Description

id(idopt) → {string|Description}

The element's unique identifier in text format.
Parameters:
NameTypeAttributesDescription
idstring <optional>
When provided, this method acts as a setter and sets the id value.
Returns:
If no parameter is provided, the method acts as a getter and returns the current stored id value; otherwise it returns 'this' for use with the builder pattern.
Type
string | Description

isEnabled(isEnabledopt) → {boolean|Description}

Indicates whether the tab strip can accept user input.
Parameters:
NameTypeAttributesDescription
isEnabledboolean <optional>
When provided, this method acts as a setter and sets the isEnabled value.
Returns:
If no parameter is provided, the method acts as a getter and returns the current stored isEnabled value; otherwise it returns 'this' for use with the builder pattern.
Type
boolean | Description

location(locationopt) → {Point|Description}

The object's coordinates relative to the parent's location in pixels.
Parameters:
NameTypeAttributesDescription
locationPoint <optional>
When provided, this method acts as a setter and sets the location value.
Returns:
If no parameter is provided, the method acts as a getter and returns the current stored location value; otherwise it returns 'this' for use with the builder pattern.
Type
Point | Description

name(nameopt) → {string|Description}

The name of the element.
Parameters:
NameTypeAttributesDescription
namestring <optional>
When provided, this method acts as a setter and sets the name value.
Returns:
If no parameter is provided, the method acts as a getter and returns the current stored name value; otherwise it returns 'this' for use with the builder pattern.
Type
string | Description

selectedTab(selectedTabopt) → {string|Description}

The name of the selected tab.
Parameters:
NameTypeAttributesDescription
selectedTabstring <optional>
When provided, this method acts as a setter and sets the selectedTab value.
Returns:
If no parameter is provided, the method acts as a getter and returns the current stored selectedTab value; otherwise it returns 'this' for use with the builder pattern.
Type
string | Description

size(sizeopt) → {Size|Description}

The object's size in pixels.
Parameters:
NameTypeAttributesDescription
sizeSize <optional>
When provided, this method acts as a setter and sets the size value.
Returns:
If no parameter is provided, the method acts as a getter and returns the current stored size value; otherwise it returns 'this' for use with the builder pattern.
Type
Size | Description

tabs(tabsopt) → {Array.<string>|Description}

The list of the items in the status bar.
Parameters:
NameTypeAttributesDescription
tabsArray.<string> <optional>
When provided, this method acts as a setter and sets the tabs value.
Returns:
If no parameter is provided, the method acts as a getter and returns the current stored tabs value; otherwise it returns 'this' for use with the builder pattern.
Type
Array.<string> | Description

tabsCount(tabsCountopt) → {number|Description}

The number of tabs contained in the tab strip.
Parameters:
NameTypeAttributesDescription
tabsCountnumber <optional>
When provided, this method acts as a setter and sets the tabsCount value.
Returns:
If no parameter is provided, the method acts as a getter and returns the current stored tabsCount value; otherwise it returns 'this' for use with the builder pattern.
Type
number | Description

text(textopt) → {string|Description}

The text string associated with the tab strip.
Parameters:
NameTypeAttributesDescription
textstring <optional>
When provided, this method acts as a setter and sets the text value.
Returns:
If no parameter is provided, the method acts as a getter and returns the current stored text value; otherwise it returns 'this' for use with the builder pattern.
Type
string | Description

tooltip(tooltipopt) → {string|Description}

The value of the tab strip's tooltip.
Parameters:
NameTypeAttributesDescription
tooltipstring <optional>
When provided, this method acts as a setter and sets the tooltip value.
Returns:
If no parameter is provided, the method acts as a getter and returns the current stored tooltip value; otherwise it returns 'this' for use with the builder pattern.
Type
string | Description

type(typeopt) → {SAPGUI.ComponentType|Description}

The numeric identification of the GUI component type.
Parameters:
NameTypeAttributesDescription
typeSAPGUI.ComponentType <optional>
When provided, this method acts as a setter and sets the type value.
Returns:
If no parameter is provided, the method acts as a getter and returns the current stored type value; otherwise it returns 'this' for use with the builder pattern.
Type
SAPGUI.ComponentType | Description