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 |
|---|---|---|---|
|
STRING |
(automatic) |
No |
|
|
WDY_BOOLEAN |
true |
Yes |
|
|
WDUI_TAB_CONTENT_DESIGN |
fillBorder |
Yes |
|
|
WDY_BOOLEAN |
true |
Yes |
|
|
WDY_BOOLEAN |
true |
Yes |
|
|
WDY_BOOLEAN |
true |
Yes |
Aggregations in the View Designer
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 |
WDY_BOOLEAN |
|
|
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 |
WDY_BOOLEAN |
|
|
HAS_CONTENT_PADDING |
WDY_BOOLEAN |
|
|
VISIBLE |
WDY_BOOLEAN |
Dynamic Programming of Aggregations
| View Designer Name | Runtime Name | Cardinality |
|---|---|---|
|
CONTENT |
0..1 |
|
|
HEADER |
1..1 |
|
|
TOOLBAR |
0..1 |