Tab

The Tab UI element is an individual tab page within aTabStrip. The Tab consists of a header area, a content area, and an optional toolbar.

Runtime Class

CL_WD_TAB

Properties in View Designer

Name Type Initial Value Bindable

id

STRING

(automatic)

No

closeable

WDY_BOOLEAN

true

Yes

contentDesign

WDUI_TAB_CONTENT_DESIGN

fillBorder

Yes

enabled

WDY_BOOLEAN

true

Yes

hasContentPadding

WDY_BOOLEAN

true

Yes

visible

WDY_BOOLEAN

true

Yes

Aggregations in the View Designer

Name Cardinality Type

Element in Tab

0..1

UIElement

Header

1..1

Caption

Toolbar

0..1

ToolBar

Dynamic Programming

For dynamic programming, the same properties, events, and aggregations as in the View Designer are available. Bear in mind the different spellings.

Dynamic Programming of Properties

View Designer Name Runtime Name Type

closeable

CLOSEABLE

WDY_BOOLEAN

contentDesign

CONTENT_DESIGN

WDUI_TAB_CONTENT_DESIGN

contentDesign: fillBorder

CL_WD_TAB=>E_CONTENT_DESIGN-FILL

contentDesign: fillNoBorder

CL_WD_TAB=>E_CONTENT_DESIGN-FILL_NO_BORDER

contentDesign: plainBorder

CL_WD_TAB=>E_CONTENT_DESIGN-PLAIN

contentDesign: plainNoBorder

CL_WD_TAB=>E_CONTENT_DESIGN-PLAIN_NO_BORDER

contentDesign: transparentNoBorder

CL_WD_TAB=>E_CONTENT_DESIGN-TRANSPARENT

contentDesign: transparentBorder

CL_WD_TAB=>E_CONTENT_DESIGN-TRANSPARENT_BORDER

enabled

ENABLED

WDY_BOOLEAN

hasContentPadding

HAS_CONTENT_PADDING

WDY_BOOLEAN

visible

VISIBLE

WDY_BOOLEAN

Dynamic Programming of Aggregations

View Designer Name Runtime Name Cardinality

Element in Tab

CONTENT

0..1

Header

HEADER

1..1

Toolbar

TOOLBAR

0..1