
The Popin provides the same functions as the TablePopin , the difference being that it can also be used outside tables, for example, in a ToolBar .
| Runtime Class |
CL_WD_POPIN |
Properties in the View Designer
| Name | Type | Initial Value | Bindable |
|---|---|---|---|
|
STRING |
(automatic) |
No |
|
|
Text |
Yes |
||
|
WDUI_POPIN_DESIGN |
fill |
Yes |
|
|
WDY_BOOLEAN |
true |
Yes |
|
|
WDUI_TABLE_POPIN_TITLE_DESIGN |
text |
Yes |
|
|
Text |
Yes |
||
|
WDY_BOOLEAN |
true |
Yes |
Aggregations in the View Designer
Events in the View Designer
| Name |
|---|
Other properties that can be inherited are defined in the associated higher-level classes. The associated UI elements are:
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 |
|---|---|---|
|
ACCESSIBILITY_DESCR |
WDY_MD_TRANSLATABLE_TEXT |
|
|
DESIGN |
WDUI_POPIN_DESIGN |
|
|
design: fill |
CL_WD_POPIN=>E_DESIGN-FILL |
|
|
design: plain |
CL_WD_POPIN=>E_DESIGN-PLAIN |
|
|
design: transparent |
CL_WD_POPIN=>E_DESIGN-TRANSPARENT |
|
|
HAS_CONTENT_PADDING |
WDY_BOOLEAN |
|
|
TITLE_DESIGN |
WDUI_TABLE_POPIN_TITLE_DESIGN |
|
|
titleDesign: critical |
CL_WD_POPIN=>E_TITLE_DESIGN-CRITICAL |
|
|
titleDesign: error |
CL_WD_POPIN=>E_TITLE_DESIGN-ERROR |
|
|
titleDesign: ok |
CL_WD_POPIN=>E_TITLE_DESIGN-OK |
|
|
titleDesign: text |
CL_WD_POPIN=>E_TITLE_DESIGN-TEXT |
|
|
TITLE_TEXT |
WDY_MD_TRANSLATABLE_TEXT |
|
|
VISIBLE |
WDY_BOOLEAN |
Dynamic Programming of Events
| View Designer Name | Runtime Name |
|---|---|
|
ON_CLOSE |
Dynamic Programming of Aggregations