C# Class Habanero.Faces.VWG.ListBoxSelectorVWG

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

GetBusinessObjectAtRow ( int row ) : IBusinessObject

Returns the business object at the specified row number

ListBoxSelectorVWG ( ) : System

Constructor for ListBoxSelectorVWG

ListBoxSelectorVWG ( IControlFactory controlFactory ) : System

Constructor for ListBoxSelectorVWG

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

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

ListBoxSelectorVWG() public method

Constructor for ListBoxSelectorVWG
public ListBoxSelectorVWG ( ) : System
return System

ListBoxSelectorVWG() public method

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