Description:
A tabbed pane is a container that allows you to switch between multiple groups of components within a single area.
Mapping tabbed panes
In the Object Mapping Mode , a tabbed pane to be mapped looks like this:
Synopsis:
| New Actions | ||
| Name | Type | Parameters |
| Check Enablement of Tab by Index | c | Integer:Index |
| CONCRETE_TabbedPane_VerifyEnabledTabByIndex | ||
| Check Enablement of Tab by Value | c | String:Title |
| CONCRETE_TabbedPane_VerifyEnabledTab | ||
| Check Existence of Tab | c | String:Tab |
| CONCRETE_TabbedPane_VerifyExistenceOfTab | ||
| Check Selection of Tab by Index | c | Integer:Index |
| CONCRETE_TabbedPane_VerifySelectedTabByIndex | ||
| Check Selection of Tab by Value | c | String:Title |
| CONCRETE_TabbedPane_VerifySelectedTab | ||
| Check Text of Tab by Index | c | Integer:Index |
| CONCRETE_TabbedPane_VerifyTextOfTabByIndex | ||
| Select Tab by Index | e | Integer:Index |
| CONCRETE_TabbedPane_SelectTabByIndex | ||
| Select Tab by Value | e | String:Title |
| CONCRETE_TabbedPane_SelectTab | ||
| Inherited Actions | |||
| Name | Type | Parameters | Inherited from |
| Check Enablement | c | Boolean:Enabled |
Graphics Component (abstract) |
| Check Enablement of Context Menu Entry by Indexpath | c | String:Indexpath |
Graphics Component (abstract) |
| Check Enablement of Context Menu Entry by Indexpath (Specify Position) | c | Integer:x-position |
Graphics Component (abstract) |
| Check Enablement of Context Menu Entry by Textpath | c | String:Textpath |
Graphics Component (abstract) |
| Check Enablement of Context Menu Entry by Textpath (Specify Position) | c | Integer:x-position |
Graphics Component (abstract) |
| Check Existence | c | Boolean:Exists |
Graphics Component (abstract) |
| Check Existence of Context Menu Entry by Indexpath | c | String:Indexpath |
Graphics Component (abstract) |
| Check Existence of Context Menu Entry by Indexpath (Specify Position) | c | Integer:x-position |
Graphics Component (abstract) |
| Check Existence of Context Menu Entry by Textpath | c | String:Textpath |
Graphics Component (abstract) |
| Check Existence of Context Menu Entry by Textpath (Specify Position) | c | Integer:x-position |
Graphics Component (abstract) |
| Check Focus | c | Boolean:Has Focus |
Graphics Component (abstract) |
| Check Property | c | String:Property Name |
Graphics Component (abstract) |
| Check Selection of Context Menu Entry by Indexpath | c | String:Indexpath |
Graphics Component (abstract) |
| Check Selection of Context Menu Entry by Indexpath (Specify Position) | c | Integer:x-position |
Graphics Component (abstract) |
| Check Selection of Context Menu Entry by Textpath | c | String:Textpath |
Graphics Component (abstract) |
| Check Selection of Context Menu Entry by Textpath (Specify Position) | c | Integer:x-position |
Graphics Component (abstract) |
| Click | e | Integer:Number of Clicks |
Graphics Component (abstract) |
| Click in Component | e | Integer:Number of Clicks |
Graphics Component (abstract) |
| Drag | e | Integer:Mouse Button |
Graphics Component (abstract) |
| Drop | e | Integer:x-position |
Graphics Component (abstract) |
| Select Context Menu Entry by Indexpath | e | String:Indexpath |
Graphics Component (abstract) |
| Select Context Menu Entry by Indexpath (Specify Position) | e | Integer:x-position |
Graphics Component (abstract) |
| Select Context Menu Entry by Textpath | e | String:Textpath |
Graphics Component (abstract) |
| Select Context Menu Entry by Textpath (Specify Position) | e | Integer:x-position |
Graphics Component (abstract) |
| Show Text | e | String:Text |
Graphics Component (abstract) |
| Store Property | e | Variable:Variable Name |
Graphics Component (abstract) |
| Wait for Component | e | Integer:Timeout in ms |
Graphics Component (abstract) |
Check Enablement of Tab by Index (Tabbed Component)
Parameters
| Name | Data Type | Values | Default |
| Index | Integer | - | none |
| Name | Data Type | Values | Default |
| Enabled | Boolean | true false |
true |
Check Enablement of Tab by Value (Tabbed Component)
Parameters
| Name | Data Type | Values | Default |
| Title | String | - | none |
| Name | Data Type | Values | Default |
| Operator | String | equals not equals matches simple match |
equals |
| Name | Data Type | Values | Default |
| Enabled | Boolean | true false |
true |
Check Existence of Tab (Tabbed Component)
Parameters
| Name | Data Type | Values | Default |
| Tab | String | - | none |
| Name | Data Type | Values | Default |
| Operator | String | equals not equals matches simple match |
equals |
| Name | Data Type | Values | Default |
| Exists | Boolean | true false |
true |
Check Selection of Tab by Index (Tabbed Component)
Parameters
| Name | Data Type | Values | Default |
| Index | Integer | - | none |
| Name | Data Type | Values | Default |
| Selected | Boolean | true false |
true |
Check Selection of Tab by Value (Tabbed Component)
Parameters
| Name | Data Type | Values | Default |
| Title | String | - | none |
| Name | Data Type | Values | Default |
| Operator | String | equals not equals matches simple match |
equals |
| Name | Data Type | Values | Default |
| Selected | Boolean | true false |
true |
Check Text of Tab by Index (Tabbed Component)
Parameters
| Name | Data Type | Values | Default |
| Index | Integer | - | none |
| Name | Data Type | Values | Default |
| Title | String | - | none |
| Name | Data Type | Values | Default |
| Operator | String | equals not equals matches simple match |
equals |
Select Tab by Index (Tabbed Component)
Parameters
| Name | Data Type | Values | Default |
| Index | Integer | - | none |
Select Tab by Value (Tabbed Component)
Parameters
| Name | Data Type | Values | Default |
| Title | String | - | none |
| Name | Data Type | Values | Default |
| Operator | String | equals not equals matches simple match |
equals |