Show TOC

 PagePanelLocate this document in the navigation structure

A PagePanel is used as an area or a panel of a PageLayout . 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

id

STRING

(automatic)

No

background

WDUI_PAGE_LAYOUT_BACKGROUND

transparent

Yes

beginBorder

WDUI_PAGE_LAYOUT_BORDER

none

Yes

beginPadding

WDY_BOOLEAN

false

Yes

bottomBorder

WDUI_PAGE_LAYOUT_BORDER

none

Yes

bottomPadding

WDY_BOOLEAN

false

Yes

endBorder

WDUI_PAGE_LAYOUT_BORDER

none

Yes

endPadding

WDY_BOOLEAN

false

Yes

height

STRING

Yes

topBorder

WDUI_PAGE_LAYOUT_BORDER

none

Yes

topPadding

WDY_BOOLEAN

false

Yes

width

STRING

Yes

Aggregations in the View Designer

Name Cardinality Type

CONTENT

0..1

UIElement

Note

Other properties that can be inherited are defined in the associated higher-level classes. The associated UI elements are:

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

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

beginBorder

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

beginPadding

BEGIN_PADDING

WDY_BOOLEAN

bottomBorder

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

bottomPadding

BOTTOM_PADDING

WDY_BOOLEAN

endBorder

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

endPadding

END_PADDING

WDY_BOOLEAN

height

HEIGHT

STRING

topBorder

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

topPadding

TOP_PADDING

WDY_BOOLEAN

width

WIDTH

STRING

Dynamic Programming of Aggregations

View Designer Name Runtime Name Cardinality

CONTENT

CONTENT

0..1