Show TOC Entering content frame

Component documentation TabStrip Locate the document in its SAP Library structure

Integration

The TabStrip screen element is mapped to the Web Dynpro UI element TabStrip, which contains TabStripPage elements for the tabs. The TabStripPage contains a ViewContainerUIElement for the subscreen display and a caption for the tab title that represents the Pushbutton screen element used to define the tab.

 

TabStrip Mapping Rules

TabStrip Property

Bound to Context Attribute

Value

Enabled

 

Constant True

Height

 

Height of the TabStrip in RasterLayout units

SelectedTab

VALUE

ID of the currently active TabStrip page

Tooltip

 

INITIAL

Visible

VISIBLE

Element runtime attribute Active

Width

 

INITIAL

TabStrip Events

Action Name

Description

onSelect

DC_TABSTRIP_SELECT

Handles the changing of a tab in the TabStrip

TabStripPage Property

Bound to Context Attribute

Value

Enabled

ENABLED

 

HasContentPadding

 

Constant True

Visible

VISIBLE

 

Caption Property

Bound to Context Attribute

Value

Enabled

ENABLED

Complement of field program attribute Input

ImageFirst

 

Constant True

ImageSource

IMAGE_SOURCE
(if screen field was a PUSH_TMPL)

Derived from Element attribute Icon

Text

TEXT
(if screen field was a PUSH_TMPL)

Element attribute Text

Tooltip

TOOLTIP
(if screen field was a PUSH_TMPL)

Element attribute Quick Info

Visible

VISIBLE

Element runtime attribute Active

 

Context Structure

This graphic is explained in the accompanying text

Context Structure of the TabStrip

The context node for a TabStrip contains the following elements:

·        One context node for each tab in the TabStrip, which contains the following attributes:

TabStripPage Context Attribute Name

Description

VISIBLE

Element runtime attribute Active

ENABLED

Complement of element runtime attribute Input

 

·        Attributes for runtime support of the TabStrip:

TabStrip Context Attribute Name

Description

VISIBLE

Element runtime attribute Active

VALUE

Holds the ID of the currently active tab

 

 

Leaving content frame