C# Class Habanero.Faces.Win.ComboBoxSelectorWin

This is a control that can be placed ona a form. Provides an implementation of IBOComboBoxSelector that is specialised for showing a collection of Business Objects (IBusinessObjectCollection) in a IComboBox and allowing the user to select one. This Control works in conjunction with the ComboBoxCollectionSelector.
Inheritance: ComboBoxWin, IBOComboBoxSelector
Show file Open project: Chillisoft/habanero.faces

Public Methods

Method Description
Clear ( ) : void

Clears the business object collection and the rows in the data table

ComboBoxSelectorWin ( ) : System

Constructor for ComboBoxSelectorWin

ComboBoxSelectorWin ( IControlFactory controlFactory ) : System

Constructor for ComboBoxSelectorWin

GetBusinessObjectAtRow ( int row ) : IBusinessObject

Returns the business object at the specified row number

Private Methods

Method Description
FireBusinessObjectSelected ( ) : void

Method Details

Clear() public method

Clears the business object collection and the rows in the data table
public Clear ( ) : void
return void

ComboBoxSelectorWin() public method

Constructor for ComboBoxSelectorWin
public ComboBoxSelectorWin ( ) : System
return System

ComboBoxSelectorWin() public method

Constructor for ComboBoxSelectorWin
public ComboBoxSelectorWin ( IControlFactory controlFactory ) : System
controlFactory IControlFactory
return System

GetBusinessObjectAtRow() public method

Returns the business object at the specified row number
public GetBusinessObjectAtRow ( int row ) : IBusinessObject
row int The row number in question
return IBusinessObject