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.

Event Name
Description

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.

Property Name
Type
Description

CheckState

String

Indicates the state of the SiebCheckbox object. The following values are valid for CheckState:

  • "Checked"
  • "Unchecked"
  • "Indeterminate"

ClassName = "SiebCheckbox"

Const String

See Common Test Automation Object Properties for a description of this property.

IsChecked

Boolean

Indicates whether or not the checkbox is checked. The value is TRUE for the indeterminate state.

IsEnabled

Boolean

See Common Test Automation Object Properties for a description of this property.

IsRequired

Boolean

See Common Test Automation Object Properties for a description of this property.

RepositoryName

String

See Common Test Automation Object Properties for a description of this property.

UIName

String

See Common Test Automation Object Properties for a description of this property.

Testing Siebel Business Applications Copyright © 2015, Oracle and/or its affiliates. All rights reserved. Legal Notices.