C# Class Habanero.Faces.Base.BOSelectorAndEditorManager

This is a manager class that can be used to combine any IBOColSelectorControl and IBusinessObjectControl. The selector control is essentially a control for selecting a Business Object a list box, combo box. The IBusinessObjectControl is a control that is used for viewing a selected IBusinessObject.
The responsibilities of this class is to link these two controls together so that if a new business object is selected in the IBOColSelectorControl then its values are displayed in the IBusinessObjectControl.
Show file Open project: Chillisoft/habanero.faces Class Usage Examples

Public Methods

Method Description
BOSelectorAndEditorManager ( IBOColSelectorControl boColSelector, IBusinessObjectControl boEditor ) : System

Constructor for the BOSelectorAndEditorManager

Private Methods

Method Description
AddBoSelectedEventHandler ( ) : void

Method Details

BOSelectorAndEditorManager() public method

Constructor for the BOSelectorAndEditorManager
public BOSelectorAndEditorManager ( IBOColSelectorControl boColSelector, IBusinessObjectControl boEditor ) : System
boColSelector IBOColSelectorControl
boEditor IBusinessObjectControl
return System