Coordinated Panel (DSECoordinatedPanel)

The DSECoordinatedPanel is an abstract class that is a container for the toolkit visual beans. It is a non-visual bean that provides the following features and functions:

Table 1. Behavior of DSECoordinatedPanel
Situation Event name suffix Action
Receives a "Navigation" or "Action" type event from a child bean Name is unchanged Propagate
Panel is opened. ".viewOpened" Fire
Panel is made visible. ".viewVisible" Fire
Panel is made not visible. ".viewNotVisible" Fire
An "OperationReplyEvent" occurs. ".operationReply" Fire
Panel is closed using the close() method or in response to receiving an event of type "Close". ".viewClosed" Fire
Note: The full event name fired by the panel will be the event name suffix appended to the panel name. To retrieve the panel name, use the panel's getName() method.

For more information on the methods that must be implemented to use this abstract class, see DSECoordinatedPanel.

The OperationPanel and DSEPanel extend this abstract class.

See Coordinated Panel interface description and Coordinated Panel event consumption.