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

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

RemoveCurrentHandlers ( ILookupComboBoxMapper mapper ) : void

Removes event handlers previously assigned to the ComboBox

비공개 메소드들

메소드 설명
ComboBox ( ILookupComboBoxMapper mapper ) : ComboBoxWin

메소드 상세

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

RemoveCurrentHandlers() 공개 메소드

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