Entering content frame

Background documentation Tab Locate the document in its SAP Library structure

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

 

Note

When the template is designed there is a check for the caption property to guarantee accessibility.

The property tooltip is not checked.

 

Runtime Class

CL_WD_TAB

 

Properties in the View Designer

Name

Type

Initial Value

Bindable

ID

STRING

(automatic)

No

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

Note

Further properties that can be inherited are defined in the associated higher-level class.  The associated interface elements are:

·         ViewElement

Dynamic Programming

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

Dynamic Programming of Properties

View Designer Name

Runtime Name

Type

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

 

 

Leaving content frame