Show TOC

 GACEventParameterLocate this document in the navigation structure

The event parameters are aggregated in the GACEvent (aggregation GACEVENTPARAMETER). With these GACEventParameters two issues are important:

  • The name of the parameter in FlashIsland/SilverlightIsland (property name)
  • The type of the parameter (property type)

A FlashIsland/SilverlightIsland can have multiple GACEvents, which in turn can have multiple GACEventParameters.

Caution

The integration of GAC* controls in Web Dynpro ABAP dialog boxes (popups) is not supported.

Runtime Class

CL_WD_GAC_EVENT_PARAMETER

Properties in the View Designer

Name Type Initial Value Bindable

id

STRING

(automatic)

No

name

STRING

No

type

WDUI_GAC_DATA_TYPE

undefined

No

Note

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

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

name

NAME

STRING

type

TYPE

WDUI_GAC_DATA_TYPE

 type: binary

CL_WD_GAC_EVENT_PARAMETER=>E_TYPE-BINARY

 type: boolean

CL_WD_GAC_EVENT_PARAMETER=>E_TYPE-BOOLEAN

 type: date

CL_WD_GAC_EVENT_PARAMETER=>E_TYPE-DATE

 type: double

CL_WD_GAC_EVENT_PARAMETER=>E_TYPE-DOUBLE

 type: float

CL_WD_GAC_EVENT_PARAMETER=>E_TYPE-FLOAT

 type: int

CL_WD_GAC_EVENT_PARAMETER=>E_TYPE-INT

 type: string

CL_WD_GAC_EVENT_PARAMETER=>E_TYPE-STRING

 type: time

CL_WD_GAC_EVENT_PARAMETER=>E_TYPE-TIME

 type: undefined

CL_WD_GAC_EVENT_PARAMETER=>E_TYPE-UNDEFINED