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
Mostrar archivo Open project: Chillisoft/habanero.faces

Public Methods

Method 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

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

ComboBoxSelectorVWG() public method

Constructor for ComboBoxSelectorVWG
public ComboBoxSelectorVWG ( ) : System
return System

ComboBoxSelectorVWG() public method

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