Configuring Siebel eBusiness Applications > Configuring Toolbars and Menus > About Toolbars and Menus >

About the Class Method Menu Item


Class Method Menu Item is a child of Class. It adds (or suppresses) a menu item on applet-level menus for SWE applets of the specified applet class and its subclasses.

Significant properties are the following:

  • Target. Specifies which entity handles the invoke method specified in the Method property. Available options are the following:
    • Browser. The method handler is a JavaScript service on the browser, or the JavaScript applet class (secondarily the JavaScript business component class) on the browser, depending on whether a service is specified in the Business Service property.
    • Server. The method handler is an object manager service on the server or the applet and business component and their superclasses, depending on whether a service is specified in the Business Service property.
  • Menu Text. The text displayed in the menu item.
  • Method. The method invoked when the item is selected.
  • Business Service. If specified, identifies the service on which to invoke the method. If unspecified, the method is invoked on the applet class on the browser or server (as specified in the Target property) with subsequent retargeting if unhandled.
  • Suppress Menu Item. Default is FALSE. If TRUE, causes the applet-level menu items of the specified name to be removed from the applet-level menu in all applets derived from this class and its subclasses.
  • Position. The sequence of the menu item in the single-level list of menu items.
Configuring Siebel eBusiness Applications