PatternTabStrip
A PatternTabStrip consists of one or more PatternTabs into which you can insert one or more PatternContentAreas. This allows you to define various paddings within one PatternTab. You can assign a PatternExpandFunctionto implement the option of minimizing and closing the PatternTabStrip. You can also assign a menu.
The following UML class graphic illustrates the relationships between the base classes in connection with PatternTabStrip.

● accessibilityDescription
When accessibility is activated, the assigned text is added to the tooltip. This description provides semantic details of the UI element and is only read by the screen reader if the user focuses the complete Ul element.
● design
The design property can take the following values and is represented by enumeration type WDPatternContainerDesign.
Fill |
Filled background color |
Plain |
Light background color (default) |
transparent |
No background color |
● hasContentConnector
Determines whether the PatternTabStrip has a content connector. This is a visualization between two PatternContainers to show that their content is connected.
● maxVisibleTabs
Specifies the maximum number of Tabs that can be displayed.
● selectedTab
Contains the ID of the currently selected PatternTab.
Name |
Interface |
Type |
Initial Value |
Bindable |
accessibilityDescription |
IWDAbstractPatternContainer |
String |
|
bindable |
Design |
IWDAbstractPatternContainer |
WDPatternContainerDesign |
plain |
bindable |
Enabled |
IWDUIElement |
boolean |
true |
bindable |
hasContentConnector |
IWDAbstractPatternContainer |
boolean |
false |
bindable |
maxVisibleTabs |
IWDPatternTabStrip |
int |
7 |
bindable |
selectedTab |
IWDPatternTabStrip |
String |
|
bindable |
Tooltip |
IWDUIElement |
String |
|
bindable |
Visible |
IWDUIElement |
WDVisibility |
visible |
bindable |
The event onSelect is triggered if the user selects a PatternTab
Name |
Interface |
Parameter |
onSelect |
PatternTabStrip |
(String tab) |