C# Класс Habanero.Faces.Win.ComboBoxDefaultMapperStrategyWin

Provides a set of behaviour strategies that can be applied to a lookup ComboBox depending on the environment. For Windows this provides the interaction where the Business Object is updates as soon as a new item is selected from the Combo Box.
Наследование: IComboBoxMapperStrategy
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
AddHandlers ( IComboBoxMapper mapper ) : void

Adds event handlers to the ComboBox that are suitable for the UI environment

AddItemSelectedEventHandler ( IComboBoxMapper mapper ) : void
RemoveCurrentHandlers ( IComboBoxMapper mapper ) : void

Removes event handlers previously assigned to the ComboBox

Приватные методы

Метод Описание
SelectIndexChangedHandler ( object sender, EventArgs e ) : void

Описание методов

AddHandlers() публичный метод

Adds event handlers to the ComboBox that are suitable for the UI environment
public AddHandlers ( IComboBoxMapper mapper ) : void
mapper IComboBoxMapper The mapper for the lookup ComboBox
Результат void

AddItemSelectedEventHandler() публичный метод

public AddItemSelectedEventHandler ( IComboBoxMapper mapper ) : void
mapper IComboBoxMapper
Результат void

RemoveCurrentHandlers() публичный метод

Removes event handlers previously assigned to the ComboBox
public RemoveCurrentHandlers ( IComboBoxMapper mapper ) : void
mapper IComboBoxMapper The mapper for the lookup ComboBox
Результат void