C# 클래스 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.
상속: ComboBoxVWG, IBOComboBoxSelector
파일 보기 프로젝트 열기: Chillisoft/habanero.faces

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
FireBusinessObjectSelected ( ) : void

메소드 상세

Clear() 공개 메소드

Clears the business object collection and the rows in the data table
public Clear ( ) : void
리턴 void

ComboBoxSelectorVWG() 공개 메소드

Constructor for ComboBoxSelectorVWG
public ComboBoxSelectorVWG ( ) : System
리턴 System

ComboBoxSelectorVWG() 공개 메소드

Constructor for ComboBoxSelectorVWG
public ComboBoxSelectorVWG ( IControlFactory controlFactory ) : System
controlFactory IControlFactory
리턴 System

GetBusinessObjectAtRow() 공개 메소드

Returns the business object at the specified row number
public GetBusinessObjectAtRow ( int row ) : IBusinessObject
row int The row number in question
리턴 IBusinessObject