PagePanel
A PagePanel is used as an area or a panel of aPageLayout. Each PagePanel UI element is displayed next to the previous element.
| Runtime Class |
CL_WD_PAGE_PANEL |
Properties in the View Designer
| Name | Type | Initial Value | Bindable |
|---|---|---|---|
|
STRING |
(automatic) |
No |
|
|
WDUI_PAGE_LAYOUT_BACKGROUND |
transparent |
Yes |
|
|
WDUI_PAGE_LAYOUT_BORDER |
none |
Yes |
|
|
WDY_BOOLEAN |
false |
Yes |
|
|
WDUI_PAGE_LAYOUT_BORDER |
none |
Yes |
|
|
WDY_BOOLEAN |
false |
Yes |
|
|
WDUI_PAGE_LAYOUT_BORDER |
none |
Yes |
|
|
WDY_BOOLEAN |
false |
Yes |
|
|
STRING |
Yes |
||
|
WDUI_PAGE_LAYOUT_BORDER |
none |
Yes |
|
|
WDY_BOOLEAN |
false |
Yes |
|
|
STRING |
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 |
|---|---|---|
|
BACKGROUND |
WDUI_PAGE_LAYOUT_BACKGROUND |
|
|
background: fill |
CL_WD_PAGE_PANEL=>E_BACKGROUND-FILL |
|
|
background: plain |
CL_WD_PAGE_PANEL=>E_BACKGROUND-PLAIN |
|
|
background: transparent |
CL_WD_PAGE_PANEL=>E_BACKGROUND-TRANSPARENT |
|
|
BEGIN_BORDER |
WDUI_PAGE_LAYOUT_BORDER |
|
|
beginBorder: closure |
CL_WD_PAGE_PANEL=>E_BEGIN_BORDER-CLOSURE |
|
|
beginBorder: none |
CL_WD_PAGE_PANEL=>E_BEGIN_BORDER-NONE |
|
|
BEGIN_PADDING |
WDY_BOOLEAN |
|
|
BOTTOM_BORDER |
WDUI_PAGE_LAYOUT_BORDER |
|
|
bottomBorder: closure |
CL_WD_PAGE_PANEL=>E_BOTTOM_BORDER-CLOSURE |
|
|
bottomBorder: none |
CL_WD_PAGE_PANEL=>E_BOTTOM_BORDER-NONE |
|
|
BOTTOM_PADDING |
WDY_BOOLEAN |
|
|
END_BORDER |
WDUI_PAGE_LAYOUT_BORDER |
|
|
endBorder: closure |
CL_WD_PAGE_PANEL=>E_END_BORDER-CLOSURE |
|
|
endBorder: none |
CL_WD_PAGE_PANEL=>E_END_BORDER-NONE |
|
|
END_PADDING |
WDY_BOOLEAN |
|
|
HEIGHT |
STRING |
|
|
TOP_BORDER |
WDUI_PAGE_LAYOUT_BORDER |
|
|
topBorder: closure |
CL_WD_PAGE_PANEL=>E_TOP_BORDER-CLOSURE |
|
|
topBorder: none |
CL_WD_PAGE_PANEL=>E_TOP_BORDER-NONE |
|
|
TOP_PADDING |
WDY_BOOLEAN |
|
|
WIDTH |
STRING |
Dynamic Programming of Aggregations
| View Designer Name | Runtime Name | Cardinality |
|---|---|---|
|
CONTENT |
0..1 |