Show TOC Start of Content Area

Object documentation PatternTabStrip Locate the document in its SAP Library structure

Definition

A PatternTabStrip consists of one or more PatternTabs into which you can insert one or more PatternContentAreas. This allows you to define various paddings. You can assign a PatternExpandFunction to implement the option of minimizing and closing the PatternTabStrip You can alsoassign a Menu.

The following UML class diagram illustrates the relationships between the base classes in connection with PatternTabStrip.

 

This graphic is explained in the accompanying text

 

Description of UI Element Properties

·        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 PatternContainer to show that their content is connected.

·        maxVisibleTabs

specifies the maximum number of Tabs that are displayed.

·        selectedTab

Contains the ID of the currently selected PatternTab.

Properties Overview

Name

Interface

Type

Initial Value

Bindable

Value Required

accessibilityDescription

IWDAbstractPatternContainer

String

 

bindable

No

design

IWDAbstractPatternContainer

WDPatternContainerDesign

plain

bindable

No

enabled

IWDUIElement

boolean

true

bindable

No

hasContentConnector

IWDAbstractPatternContainer

boolean

false

bindable

No

maxVisibleTabs

IWDPatternTabStrip

int

7

bindable

No

selectedTab

IWDPatternTabStrip

String

 

bindable

No

tooltip

IWDUIElement

String

 

bindable

No

visible

IWDUIElement

WDVisibility

visible

bindable

No

Events

The event is triggered if the user selects a PatternTab

Name

Interface

Parameter

onSelect

PatternTabStrip

(String tab)

 

End of Content Area