LIDOR SYSTEMS

Advanced User Interface Controls and Components

IntegralUI Web

Documentation and API Reference


selectedItem(name, item)

Gets or sets the currently selected item in ComboBox directive.

Parameters

ParamTypeDetails
nameStringThe value of name attribute of the ComboBox directive
item (optional)ObjectThe item to be selected

Return Value

If there is no specified item, this property returns the currently selected item. Otherwise does not return a value.

Remarks

This method is part of IntegralUIComboBoxService.

A call to this method will trigger selectedItemChanged event.

An item can also become selected using the selected-item attribute of ComboBox directive.

Version Information

Supported in: v1.0.

See Also