Show TOC

AbstractGenericActiveComponent AggregationsLocate this document in the navigation structure

Use
  • EVENTS (0..n)

    Aggregation that can be used to trigger an action in Web Dynpro from FlashIsland. This aggregation defines a set of GACEvent view elements. If a GACEvent is declared, a client event defined by the property name will be subscribed to. The action defined for the onAction event is called if the client event is triggered.

    The aggregated UI element is accessed using its 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.

    The aggregated UI element is accessed using its name (identical name).