C# Class Habanero.Faces.VWG.ComboBoxSelectorVWG

Provides an implementation of IBOComboBoxSelector that is specialised for showing a collection of Business Objects in a IComboBox and allowing the user to select one.
Inheritance: ComboBoxVWG, 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

ComboBoxSelectorVWG ( ) : System

Constructor for ComboBoxSelectorVWG

ComboBoxSelectorVWG ( IControlFactory controlFactory ) : System

Constructor for ComboBoxSelectorVWG

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

ComboBoxSelectorVWG() public méthode

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

ComboBoxSelectorVWG() public méthode

Constructor for ComboBoxSelectorVWG
public ComboBoxSelectorVWG ( 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