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 checked The text to show on the item
oUserValue Object checked The value of the item

Properties

None.

Methods

None.

Events

None.

Static Methods

None.

Static Fields

None.

Remarks