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
Afficher le fichier Open project: Chillisoft/habanero.faces

Méthodes publiques

Méthode 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

Méthode Description
FireBusinessObjectSelected ( ) : void

Method Details

Clear() public méthode

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

ComboBoxSelectorWin() public méthode

Constructor for ComboBoxSelectorWin
public ComboBoxSelectorWin ( ) : System
Résultat System

ComboBoxSelectorWin() public méthode

Constructor for ComboBoxSelectorWin
public ComboBoxSelectorWin ( IControlFactory controlFactory ) : System
controlFactory IControlFactory
Résultat System

GetBusinessObjectAtRow() public méthode

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