w-dropdownlistbox
Last updated
Last updated
Adds supports for [DropDownListBoxComponent]
Component Selector: 'wm-dropdownlistbox'
DropDownListBoxComponent extends BaseControlComponent.
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
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.
Function
Supported
Details
FindItem
Yes
Finds an element by text in the items collection.
SelectItem
Yes
Finds and highlights an item in the control