Calling a Method for an OK Control
This topic describes how to call a method for an OK control.
To call a method for an OK control
Create a method on a business service.
Use code or some other mechanism to handle the method you defined. Make sure this code does the following:
Runs the specialized behavior. For more information, see Caution About Using Specialized Classes.
Calls the CloseApplet method to close the applet after the specialized behavior completes.