Testing Siebel Business Applications > Functional Test Object Reference >
SiebCheckbox Object
The SiebCheckbox object provides events and properties that allow you to manipulate a checkbox in a test automation environment. Parent
The SiebCheckbox object is a child of the SiebApplet Object and the SiebList Object. Type
The SiebCheckbox object is one of the Core Control Objects. Events
The SiebCheckbox object has the following events.
|
|
ProcessKey (KeyName) |
Invokes the specified key inside the control. KeyName is a String that specifies the key to invoke. The only KeyName accepted by the ProcessKey event is "Enter". |
SetIndeterminate |
Sets the state of the checkbox to intermediate. The indeterminate state is available only in query mode. |
SetOff |
Sets the state of the checkbox to not checked. |
SetOn |
Sets the state of the checkbox to checked. |
Methods
There are no methods available from the SiebCheckbox object. Properties
The SiebCheckbox object has the following properties.
|