JavaEditSetMode Object
Description
Represents the JavaEdit.Set options in the Java pane of the Test Settings or Business Component Settings dialog box, which enable you to control how operations are performed on edit fields.
Example
Public Properties
Public Property FocusLostIndicates whether to generate a FocusLost event at the end of the method execution.
Public Property InputMethodIndicates whether to send an InputMethod event to the object for each character in the input string.
Public Property JavaAPIIndicates whether to send the JavaAPI setValue() method to set a value of the edit object.
Public Property JavaAPICharactersToExcludeIndicates the characters to exclude when using the JavaAPI setValue() method.
Public Property KeyPressedIndicates whether to send a KeyPressed event to the object for each character in the input string.
Public Property KeyReleasedIndicates whether to send a KeyReleased event to the object for each character in the input string.
Public Property KeyTypedIndicates whether to send a KeyTyped event to the object for each character in the input string.