C# Класс Habanero.Faces.Base.ListComboBoxMapper

Wraps a ComboBox in order to display and capture a property of the business object. The List of items to be selected is a '|' seperated list.
Наследование: ControlMapper
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ApplyChangesToBusinessObject ( ) : void

Updates the properties on the represented business object

ListComboBoxMapper ( IControlHabanero ctl, string propName, bool isReadOnly, IControlFactory factory )

Constructor form ListComboBoxMapper

SetList ( string list ) : void

Populates the Items list based on the pipe (|) seperated string list.

Защищенные методы

Метод Описание
InternalUpdateControlValueFromBo ( ) : void

Updates the value in the control from its business object.

Описание методов

ApplyChangesToBusinessObject() публичный Метод

Updates the properties on the represented business object
public ApplyChangesToBusinessObject ( ) : void
Результат void

InternalUpdateControlValueFromBo() защищенный Метод

Updates the value in the control from its business object.
protected InternalUpdateControlValueFromBo ( ) : void
Результат void

ListComboBoxMapper() публичный Метод

Constructor form ListComboBoxMapper
public ListComboBoxMapper ( IControlHabanero ctl, string propName, bool isReadOnly, IControlFactory factory )
ctl IControlHabanero
propName string
isReadOnly bool
factory IControlFactory

SetList() публичный Метод

Populates the Items list based on the pipe (|) seperated string list.
public SetList ( string list ) : void
list string A pipe (|) seperated string representing /// the list of string options to populate the list e.g Mr|Mrs|Dr
Результат void