Skip to content

DomLightningListBox

This behavior pattern implements standard behavior for Lightning ListBox control.

Extends HTMLObject

Extends SeSSimulatedObject

Behavior Pattern: DomLightningListBoxBehavior

Action Summary

Action Description
DoSelectItem Selects an item of this object.

Action Detail

DoSelectItem

Selects an item of this object.

SeS('SomeDomLightningListBox').DoSelectItem(item)

Parameters:

Name Type Description
item string | number Item index or text value to select.

Returns:

boolean: 'true' if success, 'false' otherwise.