The context panel bean (DSEPanel) extends the DSECoordinatedPanel that is associated with a context. It is responsible for the connection between the view and the context model, and is used as an external composition surface for the user interface components. If it is necessary to add other panels inside, they must be of type EmbeddedPanel or TitledEmbeddedPanel.
A DSEPanel bean can contain one or more panels of type EmbeddedPanel or TitledEmbeddedPanel, but the context panel must be unique in a view.
This panel executes the operations that are associated with its toolkit visual beans. It will instantiate the operation, and it will chain to the context of the panel (if necessary).
See DSEPanel properties.