C# 클래스 Habanero.UI.Win.LookupComboBoxDefaultMapperStrategyWin

Provides a set of behaviour strategies that can be applied to a lookup ComboBox depending on the environment
상속: ILookupComboBoxMapperStrategy
파일 보기 프로젝트 열기: Chillisoft/habanero.faces

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
SelectIndexChangedHandler ( object sender, EventArgs e ) : void

메소드 상세

AddHandlers() 공개 메소드

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
리턴 void

AddItemSelectedEventHandler() 공개 메소드

public AddItemSelectedEventHandler ( ILookupComboBoxMapper mapper ) : void
mapper ILookupComboBoxMapper
리턴 void

RemoveCurrentHandlers() 공개 메소드

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