Siebel Object Interfaces Reference > Siebel VB Quick Reference >

Applet


Table 54 lists a summary of the Applet Methods syntax.

Table 54.  Applet Methods Syntax Summary
Method
Description
Syntax
Function that returns the business component that is associated with the applet.

Dim oApplet as Applet
Dim oBusComp as BusComp
Set oBusComp = oApplet.BusComp

Function that returns the business object for the business component for the applet.

Dim oApplet as Applet
Dim oBusObject as BusObject
Set oBusObject = oApplet.BusObject

Calls an argument-specified specialized method.

Dim oApplet as Applet
oApplet.InvokeMethod methodName as String, methodArgs as String or StringArray

Function that returns the name of the applet.

Dim oApplet as Applet
Dim sApplet as String
sApplet = oApplet.Name

Table 55 lists a summary of the WebApplet Events.

Table 55.  WebApplet Events Summary
Event
Description
Syntax
Called after a specialized method or a user-defined method on the Web applet has been executed.

Applet_InvokeMethod(MethodName as String)

Called before the PreInvokeMethod, allowing the developer to determine whether or not the user has the authority to invoke the business service method.

Applet_PreCanInvokeMethod(MethodName as String)

Called before a specialized method for the Web applet is invoked or a user-defined method is invoked through oWebApplet.Invoke
Method.

Applet_PreInvokeMethod(MethodName as String)

Called when the applet loses focus.

Applet_Load

Allows scripts to modify the HTML generated by the Siebel Web Engine to render a control on a Web page in a Standard Activity application.

WebApplet_ShowControl

Allows scripts to modify the HTML generated by the Siebel Web Engine to render a list column on a Web page in a Standard Activity application.

WebApplet_ShowListColumn


 Siebel Object Interfaces Reference 
 Published: 18 June 2003