GACEventParameter
The event parameters are aggregated in theGACEvent (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.
| Runtime Class |
CL_WD_GAC_EVENT_PARAMETER |
Properties in the View Designer
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 |
STRING |
|
|
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 |