C# Class Habanero.UI.Win.LookupComboBoxDefaultMapperStrategyWin

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

Méthodes publiques

Méthode Description
AddHandlers ( ILookupComboBoxMapper mapper ) : void

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

AddItemSelectedEventHandler ( ILookupComboBoxMapper mapper ) : void
RemoveCurrentHandlers ( ILookupComboBoxMapper mapper ) : void

Removes event handlers previously assigned to the ComboBox

Private Methods

Méthode Description
SelectIndexChangedHandler ( object sender, EventArgs e ) : void

Method Details

AddHandlers() public méthode

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
Résultat void

AddItemSelectedEventHandler() public méthode

public AddItemSelectedEventHandler ( ILookupComboBoxMapper mapper ) : void
mapper ILookupComboBoxMapper
Résultat void

RemoveCurrentHandlers() public méthode

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