Entering content frame

Background documentation MultiPane Locate the document in its SAP Library structure

The MultiPane UI element is used to order the contents in the form of a grid, similar to the MatrixLayout, but with the difference that the dataSource is bound against a context node.

Example of the Display

This graphic is explained in the accompanying text

 

Note

When the template is being designed the tool tip and the accessibilityDescription properties are checked to guarantee Accessibility.

 

Runtime Class

CL_WD_MULTI_PANE

 

Properties in the View Designer

Name

Type

Initial Value

Bindable

ID

STRING

(automatic)

No

accessibilityDescription

Text

 

Yes

colCount

I

1

Yes

dataSource

context node

 

mandatory

emptyText

STRING

 

Yes

enabled

WDY_BOOLEAN

true

Yes

firstActualPane

I

0

Yes

firstVisiblePane

I

0

Yes

footerVisible

WDY_BOOLEAN

false

Yes

height

STRING

 

Yes

paneCount

I

-1

Yes

rowCount

I

-1

Yes

stretchedHorizontally

WDY_BOOLEAN

true

No

stretchedVertically

WDY_BOOLEAN

true

No

tooltip

Text

 

Yes

visible

WDUI_VISIBILITY

visible

Yes

width

STRING

 

Yes

 

Aggregations in the View Designer

Name

Cardinality

Type

Content

0..1

UIElement

 

Events in the View Designer

Name

onScroll

Note

Further properties that can be inherited are defined in the associated higher-level class.  The associated interface elements are:

·         UIElement

·         ViewElement

Dynamic Programming

For dynamic programming the same properties, events, and aggregations are provided in the View Designer. Bear in mind the different spellings.

Dynamic Programming of Properties

View Designer Name

Runtime Name

Type

accessibilityDescription

ACCESSIBILITY_DESCR

WDY_MD_TRANSLATABLE_TEXT

colCount

COL_COUNT

I

dataSource

DATA_SOURCE

OBJECT

emptyText

EMPTY_TEXT

STRING

enabled

ENABLED

WDY_BOOLEAN

firstActualPane

FIRST_ACTUAL_PANE

I

firstVisiblePane

FIRST_VISIBLE_PANE

I

footerVisible

FOOTER_VISIBLE

WDY_BOOLEAN

height

HEIGHT

STRING

paneCount

PANE_COUNT

I

rowCount

ROW_COUNT

I

stretchedHorizontally

STRETCHED_HORIZONTALLY

WDY_BOOLEAN

stretchedVertically

STRETCHED_VERTICALLY

WDY_BOOLEAN

tooltip

TOOLTIP

WDY_MD_TRANSLATABLE_TEXT

visible

VISIBLE

WDUI_VISIBILITY

 visible: none

CL_WD_MULTI_PANE=>E_VISIBLE-NONE

 visible: visible

CL_WD_MULTI_PANE=>E_VISIBLE-VISIBLE

width

WIDTH

STRING

 

Dynamic Programming of Events

View Designer Name

Runtime Name

onScroll

ON_SCROLL

 

Dynamic Programming of Aggregations

View Designer Name

Runtime Name

Cardinality

Content

CONTENT

0..1

Example

You can find examples of this interface element in the system in the Web Dynpro application WDR_TEST_UI_ELEMENTS, and in the component WDR_TEST_EVENTS in the MULTI_PANE view.

 

 

Leaving content frame