w-dropdownlistbox

Adds supports for [DropDownListBoxComponent]

Implementation Details

Component Selector: 'wm-dropdownlistbox'

Class inheritance

DropDownListBoxComponent extends BaseControlComponent.

Support

Properties

Property

Get/Set

Notify Changes

Details

allowEdit: boolean

Yes/No

No

Inherited from Returns a boolean value indicating if the control is editable.

border: boolean

Yes/No

No

Inherited from BaseControlComponent see BaseControlComponent

enabled: boolean

Yes/Yes

No

Inherited from BaseControlComponent see BaseControlComponent

name: string

Yes/No

No

Inherited from BaseControlComponent see BaseControlComponent

text: string

Yes/Yes

Yes

Inherited from BaseControlComponent see BaseControlComponent

visible: boolean

Yes/Yes

No

Inherited from BaseControlComponent see BaseControlComponent

Events

Event

Supported

Parameter

Details

getfocus

Yes

$event: any

Triggers getfocus Event.

losefocus

Yes

$event: any

Triggers losefocus Event.

modified

Yes

$event: any

This occurs when selected index changes or text property is modified Triggers modified Event.

selectionchanged

Yes

$event: any

This occurs when when selected index changes selectionchanged Event.

Functions

Function

Supported

Details

FindItem

Yes

Finds an element by text in the items collection.

SelectItem

Yes

Finds and highlights an item in the control

Last updated