C# Класс 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.
Наследование: ListBoxVWG, IBOListBoxSelector
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
FireBusinessObjectSelected ( ) : void

Описание методов

Clear() публичный Метод

Clears the business object collection and the rows in the data table
public Clear ( ) : void
Результат void

GetBusinessObjectAtRow() публичный Метод

Returns the business object at the specified row number
public GetBusinessObjectAtRow ( int row ) : IBusinessObject
row int The row number in question
Результат IBusinessObject

ListBoxSelectorVWG() публичный Метод

Constructor for ListBoxSelectorVWG
public ListBoxSelectorVWG ( ) : System
Результат System

ListBoxSelectorVWG() публичный Метод

Constructor for ListBoxSelectorVWG
public ListBoxSelectorVWG ( IControlFactory controlFactory ) : System
controlFactory IControlFactory
Результат System