BiComboBoxItem
This class represents an item in the BiComboBox.
This class extends
BiListItem
and therefore all methods and fields available for
BiListItem
are also available for
BiComboBoxItem
.
Constructor
new
BiComboBoxItem
(
[
sText
[
,oUserValue
]
]
)
Parameters
| Name | Type | Optional | Default | Descripton |
sText |
String |
![]() |
The text to show on the item | |
oUserValue |
Object |
![]() |
The value of the item |
Properties
None.
Methods
None.
Events
None.
Static Methods
None.
Static Fields
None.
Remarks
