Entering content frame

Background documentation AbstractIgsElement Locate the document in its SAP Library structure

AbstractIgsElement is the abstract basis class for all UI elements that can only be displayed using the Internet Graphics Service (IGS).

 

Runtime Class

CL_WD_ABSTRACT_IGS_ELEMENT

 

Properties in the View Designer

Name

Type

Initial Value

Bindable

ID

STRING

(automatic)

No

enabled

WDY_BOOLEAN

true

Yes

imageSource

STRING

 

No

mapSource

STRING

 

No

tooltip

Text

 

Yes

visible

WDUI_VISIBILITY

visible

Yes

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

enabled

ENABLED

WDY_BOOLEAN

imageSource

IMAGE_SOURCE

STRING

mapSource

MAP_SOURCE

STRING

tooltip

TOOLTIP

WDY_MD_TRANSLATABLE_TEXT

visible

VISIBLE

WDUI_VISIBILITY

 visible: none

CL_WD_ABSTRACT_IGS_ELEMENT=>E_VISIBLE-NONE

 visible: visible

CL_WD_ABSTRACT_IGS_ELEMENT=>E_VISIBLE-VISIBLE

 

 

Leaving content frame