
AbstractPopin represents the abstract UI element of a Popin Table .
Implementation Details
|
Runtime Class |
CL_WD_ABSTRACT_POPIN |
|
Name |
Type |
Initial Value |
Bindable |
|---|---|---|---|
|
STRING |
(automatic) |
No |
|
|
Translatable text |
Yes |
||
|
WDUI_POPIN_DESIGN |
fill |
Yes |
|
|
WDY_BOOLEAN |
true |
Yes |
|
|
WDUI_TABLE_POPIN_TITLE_DESIGN |
text |
Yes |
|
|
Translatable text |
Yes |
|
Name |
|---|
Other properties that can be inherited are defined in the related higher-level classes. The related UI elements are:
Dynamic Programming
For dynamic programming, the same properties, events and aggregations are available as in the View Designer. But note that the spelling format and use of upper/lower case is different.
|
View Designer Name |
Runtime Name |
Type |
|---|---|---|
|
ACCESSIBILITY_DESCR |
WDY_MD_TRANSLATABLE_TEXT |
|
|
DESIGN |
WDUI_POPIN_DESIGN |
|
|
design: fill |
CL_WD_ABSTRACT_POPIN=>E_DESIGN-FILL |
|
|
design: plain |
CL_WD_ABSTRACT_POPIN=>E_DESIGN-PLAIN |
|
|
design: transparent |
CL_WD_ABSTRACT_POPIN=>E_DESIGN-TRANSPARENT |
|
|
HAS_CONTENT_PADDING |
WDY_BOOLEAN |
|
|
TITLE_DESIGN |
WDUI_TABLE_POPIN_TITLE_DESIGN |
|
|
titleDesign: critical |
CL_WD_ABSTRACT_POPIN=>E_TITLE_DESIGN-CRITICAL |
|
|
titleDesign: error |
CL_WD_ABSTRACT_POPIN=>E_TITLE_DESIGN-ERROR |
|
|
titleDesign: ok |
CL_WD_ABSTRACT_POPIN=>E_TITLE_DESIGN-OK |
|
|
titleDesign: text |
CL_WD_ABSTRACT_POPIN=>E_TITLE_DESIGN-TEXT |
|
|
TITLE_TEXT |
WDY_MD_TRANSLATABLE_TEXT |
|
View Designer Name |
Runtime Name |
|---|---|
|
ON_CLOSE |