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
파일 보기 프로젝트 열기: Chillisoft/habanero.faces

공개 메소드들

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