Entering content frame

Background documentation AbstractPopin Locate the document in its SAP Library structure

AbstractPopin represents the abstract UI element of a Popin in a Table.

 

Runtime Class

CL_WD_ABSTRACT_POPIN

 

Properties in the View Designer

Name

Type

Initial Value

Bindable

ID

STRING

(automatic)

No

accessibilityDescription

Text

 

Yes

design

WDUI_POPIN_DESIGN

fill

Yes

hasContentPadding

WDY_BOOLEAN

true

Yes

titleDesign

WDUI_TABLE_POPIN_TITLE_DESIGN

text

Yes

titleText

Text

 

Yes

 

Aggregations in the View Designer

Name

Cardinality

Type

CONTENT

0..1

UI Element

TEXT_BAR

0..1

TextBar

 

Events in the View Designer

Name

onClose

Note

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

·         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

design

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

hasContentPadding

HAS_CONTENT_PADDING

WDY_BOOLEAN

titleDesign

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

titleText

TITLE_TEXT

WDY_MD_TRANSLATABLE_TEXT

 

Dynamic Programming of Events

View Designer Name

Runtime Name

onClose

ON_CLOSE

 

Dynamic Programming of Aggregations

View Designer Name

Runtime Name

Cardinality

CONTENT

CONTENT

0..1

TEXT_BAR

TEXT_BAR

0..1

 

 

 

Leaving content frame