C# Class Habanero.UI.Win.LookupComboBoxKeyPressMapperStrategyWin

Provides a set of behaviour strategies that can be applied to a lookup ComboBox depending on the environment
Inheritance: ILookupComboBoxMapperStrategy
Datei anzeigen Open project: Chillisoft/habanero.faces

Public Methods

Method Description
AddHandlers ( ILookupComboBoxMapper mapper ) : void

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

RemoveCurrentHandlers ( ILookupComboBoxMapper mapper ) : void

Removes event handlers previously assigned to the ComboBox

Private Methods

Method Description
ComboBox ( ILookupComboBoxMapper mapper ) : ComboBoxWin

Method Details

AddHandlers() public method

Adds event handlers to the ComboBox that are suitable for the UI environment
public AddHandlers ( ILookupComboBoxMapper mapper ) : void
mapper ILookupComboBoxMapper The mapper for the lookup ComboBox
return void

RemoveCurrentHandlers() public method

Removes event handlers previously assigned to the ComboBox
public RemoveCurrentHandlers ( ILookupComboBoxMapper mapper ) : void
mapper ILookupComboBoxMapper The mapper for the lookup ComboBox
return void