Start of Content Area

Background documentation AbstractGenericActiveComponent Aggregations  Locate the document in its SAP Library structure

Aggregations in the View Designer

      EVENTS (0..n)

Aggregation that can be used to trigger an action in Web Dynpro from Flash Island. This aggregation defines a set of GACEvent view elements. The declaration of a GACEvent causes a subscription to a client event that is defined by the name of the property. The action that is defined for the onAction event is called if the client event is triggered.

Access takes place using the name (identical name).

      PROPERTIES (0..n)

Aggregation for passing a simple element from the context (GACProperty). Each context attribute must be made known using this aggregation. Access takes place using the name (identical name).

 

 

End of Content Area