Skip to content

SimpleList

List control.

Extends SeSSimulatedObject

Behavior Pattern: Win32ItemSelectable

Property Summary

Property Description Getter Setter
ItemCount Number of items. GetItemCount

Action Summary

Action Description
DoSelectItem Selects item of this object.

Property Detail

ItemCount

Number of items.

Type: number

Accessors: GetItemCount

value = SeS('SomeSimpleList').GetItemCount()

Action Detail

DoSelectItem

Selects item of this object.

SeS('SomeSimpleList').DoSelectItem(itemName)

Parameters:

Name Type Description
itemName string This is a name of item to select. Or an array of item names in the case of multi-select.

Returns:

boolean: 'true' if operation is successful, 'false' otherwise

Behavior Pattern: Win32ItemExpandable

Action Summary

Action Description
DoExpand Expands an item of this object.

Action Detail

DoExpand

Expands an item of this object.

SeS('SomeSimpleList').DoExpand(itemName)

Parameters:

Name Type Description
itemName string Name of the item to expand

Returns:

boolean: 'true' if operation was successful, 'false' otherwise

Behavior Pattern: Win32ItemCheckable

Property Summary

Property Description Getter Setter
ItemCount Number of items. GetItemCount

Action Summary

Action Description
DoCheckItem Checks an item of this object.

Property Detail

ItemCount

Number of items.

Type: number

Accessors: GetItemCount

value = SeS('SomeSimpleList').GetItemCount()

Action Detail

DoCheckItem

Checks an item of this object.

SeS('SomeSimpleList').DoCheckItem(itemName)

Parameters:

Name Type Description
itemName string Name of the item to check