Configuration Guide for Siebel Offline Client for Life Sciences > Getting Started with Oracle JDeveloper > About Inspecting the Sales Application User Interface Definitions >

Inspecting the Toolbar Definition in the Sales Application


Complete the following procedure to examine how toolbars are defined in the Sales application.

To inspect the Toolbars definition

  1. Start Oracle JDeveloper.
  2. In the Application Navigator window, expand the Projects option, and then click toolbar_buttons.xml.
  3. In the toolbar_buttons.xml Structure window, expand the TOOLBARS node, then the TOOLBAR - Category_Nav_Buttons node.

    Three buttons are defined in this toolbar, which correspond to the Home, Call Activity and Detailer tabs in the Sales application:

    • BUTTON - Home
    • BUTTON - Call Activity
    • BUTTON - Detailer
  4. Click the BUTTON - Home node.

    The Property Inspector window shows the attributes of the node selected in the Structure window. Each button has an ICON attribute with an associated icon item. Each button triggers an event, which is defined in the EVENTNAME attribute. In this case, the EVENTNAME attribute has a value of SHOWPAGE. The EVENTSTATE attribute defines the page to be displayed when the event is triggered.

Configuration Guide for Siebel Offline Client for Life Sciences Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Legal Notices.