Skip to content

DomDynamicsAXComboBox

This behavior pattern implements standard behavior for ComboBox control.

Extends HTMLObject

Extends SeSSimulatedObject

Behavior Pattern: DomDynamicsAXComboBoxBehavior

Property Summary

Property Description Getter Setter
Text Selected value. GetText SetText

Action Summary

Action Description
DoOpen Expands combo box.
DoSetText Sets text into the edit field of a combo box.

Property Detail

Text

Selected value.

Type: string

Accessors: GetText, SetText

value = SeS('SomeDomDynamicsAXComboBox').GetText()

SeS('SomeDomDynamicsAXComboBox').SetText(/**string*/ text)

Action Detail

DoOpen

Expands combo box.

SeS('SomeDomDynamicsAXComboBox').DoOpen()

DoSetText

Sets text into the edit field of a combo box.

SeS('SomeDomDynamicsAXComboBox').DoSetText(text)

Parameters:

Name Type Description
text string Value to input.