Specifying the Navigation Schema
Context
You define navigation plugs to navigate from one view to another. After creating the plugs, you create the navigational links between the plugs. You then assign the plugs to actions of the specific buttons created in the two views. The navigational schema is specified in the default window ( CustomerCompWindow ) of the servapp development component. When you created the application, you embedded both the views in the default window.
Procedure
-
In the Laptop UI explorer, expand the servapp development component.
-
Expand the nodes
-
Click CustomerCompWindow with the secondary mouse button and choose .
-
For the CustomerDetails view, create the following plugs:
Type of Plug
Name of the Plug
Inbound
FromOrderDetails
Outbound
ToOrderDetails
-
For the OrderDetails view, create the following plugs:
Type of Plug
Name of the Plug
Inbound
FromCustomerDetails
Outbound
ToCustomerDetails
-
Create the following navigational links:
From Outbound plug
To Input plug
ToOrderDetails
FromCustomerDetails
ToCustomerDetails
FromOrderDetails
-
. Choose Save .
The diagram below displays the navigational modeler of the CustomerCompWindow with the navigational plugs and the links.

