C# Class Habanero.Faces.Win.ListComboBoxMapperStrategyWin

Provides a set of behaviour strategies that can be applied to a list ComboBox depending on the environment
Inheritance: IListComboBoxMapperStrategy
显示文件 Open project: Chillisoft/habanero.faces Class Usage Examples

Public Methods

Method Description
AddItemSelectedEventHandler ( ListComboBoxMapper mapper ) : void

Adds an ItemSelected event handler. For Windows Forms you may want the business object to be updated immediately, however for a web environment with low bandwidth you may choose to only update when the user saves.

Method Details

AddItemSelectedEventHandler() public method

Adds an ItemSelected event handler. For Windows Forms you may want the business object to be updated immediately, however for a web environment with low bandwidth you may choose to only update when the user saves.
public AddItemSelectedEventHandler ( ListComboBoxMapper mapper ) : void
mapper Habanero.Faces.Base.ListComboBoxMapper
return void