C# 클래스 Habanero.Faces.Win.ComboBoxSelectorWin

This is a control that can be placed ona a form. Provides an implementation of IBOComboBoxSelector that is specialised for showing a collection of Business Objects (IBusinessObjectCollection) in a IComboBox and allowing the user to select one. This Control works in conjunction with the ComboBoxCollectionSelector.
상속: ComboBoxWin, IBOComboBoxSelector
파일 보기 프로젝트 열기: Chillisoft/habanero.faces

공개 메소드들

메소드 설명
Clear ( ) : void

Clears the business object collection and the rows in the data table

ComboBoxSelectorWin ( ) : System

Constructor for ComboBoxSelectorWin

ComboBoxSelectorWin ( IControlFactory controlFactory ) : System

Constructor for ComboBoxSelectorWin

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

ComboBoxSelectorWin() 공개 메소드

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

ComboBoxSelectorWin() 공개 메소드

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