Show TOC

TabStripLocate this document in the navigation 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

 

ConstantTrue

Height

 

Height of the TabStrip in RasterLayout units

SelectedTab

VALUE

ID of the currently active TabStrip page

Tooltip

 

INITIAL

Visible

VISIBLE

Element runtime attributeActive

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

 

ConstantTrue

Visible

VISIBLE

 
Caption Property Bound to Context Attribute Value

Enabled

ENABLED

Complement of field program attributeInput

ImageFirst

 

ConstantTrue

ImageSource

IMAGE_SOURCE (if screen field was a PUSH_TMPL)

Derived from Element attributeIcon

Text

TEXT (if screen field was a PUSH_TMPL)

Element attributeText

Tooltip

TOOLTIP (if screen field was a PUSH_TMPL)

Element attributeQuick Info

Visible

VISIBLE

Element runtime attributeActive

Context Structure

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 attributeActive

    ENABLED

    Complement of element runtime attributeInput

  • Attributes for runtime support of the TabStrip:
    TabStrip Context Attribute Name Description

    VISIBLE

    Element runtime attributeActive

    VALUE

    Holds the ID of the currently active tab