AddComponentCommunication Method

The AddComponentCommunication method binds a communication method. It uses the following arguments:

  • methodName is a string that identifies the communication method that Siebel Open UI binds.

  • targetMethod is a string that identifies the method that Siebel Open UI calls after methodName finishes. It calls this target method in the presentation model context.

  • targetMethodConfig identifies an object that contains configuration properties for targetMethod.

  • targetMethodConfig.scope identifies the object that the AddComponentCommunication method binds. This object must reference the targetMethod.

  • targetMethodConfig.args is a list of arguments that Siebel Open UI sends to targetMethod when the AddComponentCommunication method runs.