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
파일 보기 프로젝트 열기: Chillisoft/habanero.faces 1 사용 예제들

공개 메소드들

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