Show TOC

Background documentationWindow: Components of a Window Controller Locate this document in the navigation structure

 

The last three tab pages of the Window Editor contain the parts of the window controller that can be changed: Context, Plugs, Attributes, and Methods

Context

You can use the window controller to implement navigation controls within the window. You normally store the data in the context that you need for navigation decisions.

The context of a window controller is no different to the contexts of other global controllers; it can be viewed within the whole component. Nodes and context attributes that you create in a window context are available to all other controllers of the component for mapping. You can therefore use the contexts of different window controllers to store data so that it is structured.

More information: Controller Context

Plugs

The inbound and outbound plugs of a Web Dynpro window can be used as parts of the interface view of the relevant window in the component interface. In any case, the window controller remains restricted to the component in which the window is implemented. The interface controller of a component consists exclusively of parts of the component controller.

Attributes

You can maintain attributes for the context of a window.

More information: Controller: attributes

Methods

In addition to event handlers for inbound plugs as well as for events of other controllers, you can also create simple methods for a window controller.

More information: Controller Methods