C# Class Habanero.Faces.Test.Base.Mappers.CustomRemoveLookupComboBoxMapperStub

Inheritance: Habanero.Faces.Base.LookupComboBoxMapper
Mostra file Open project: Chillisoft/habanero.faces Class Usage Examples

Public Methods

Method Description
CustomRemoveLookupComboBoxMapperStub ( IComboBox cbx, string propName, bool isReadOnly, IControlFactory factory ) : System

Protected Methods

Method Description
CustomiseLookupList ( string>.Dictionary col ) : void

Method Details

CustomRemoveLookupComboBoxMapperStub() public method

public CustomRemoveLookupComboBoxMapperStub ( IComboBox cbx, string propName, bool isReadOnly, IControlFactory factory ) : System
cbx IComboBox
propName string
isReadOnly bool
factory IControlFactory
return System

CustomiseLookupList() protected method

protected CustomiseLookupList ( string>.Dictionary col ) : void
col string>.Dictionary
return void