Show TOC Start of Content Area

Object documentation PatternTab Locate the document in its SAP Library structure

Description of UI Element Properties

     enabled

specifies whether the Tab is enabled.

     textDirection

With this property you can specify the text direction. This enables the labels for the PatternTab to be read in other languages that require a specific text direction. The textDirection property can take the following values and is represented by enumeration type WDTextDirection.

inherit

The text direction is inherited from the parent element. Therefore, the text direction is identical to the one of the parent element.

ltr

The text runs from left to right.

rtl

The text runs from right to left.

The default value is inherit.

     title

specifies the text of the PatternTab.

     tooltip

This property describes a note for the UI element that is displayed when the user places the cursor on the UI element.

     visible

Specifies whether the Tab is displayed on the screen.

blank

The UI element is not visible on the screen. This value has the same visibility effect for the UI element on the screen as the value none.

none

The UI element is not visible on the screen.

visible

The UI element is visible on the screen.

Properties Overview

Name

Interface

Type

Initial Value

Bindable

Value Required

enabled

IWDPatternTab

boolean

true

bindable

No

textDirection

IWDPatternTab

WDTextDirection

inherit

bindable

No

title

IWDPatternTab

String

 

bindable

No

tooltip

IWDPatternTab

String

 

bindable

No

visible

IWDPatternTab

WDVisibility

visible

bindable

No

 

End of Content Area