C# 클래스 Habanero.UI.Base.ListViewCollectionController

Maps a ListView object in a user interface
파일 보기 프로젝트 열기: Chillisoft/habanero.faces

공개 메소드들

메소드 설명
ListViewCollectionController ( IListView listView, ClassDef classDef ) : System

Constructor to initialise a new mapper. Sets the UIDefName to "default".

ListViewCollectionController ( IListView listView, ClassDef classDef, string uiDefName ) : System

Constructor as before, but allows a UIDefName to be specified

SetBusinessObjectCollection ( IBusinessObjectCollection col ) : void

메소드 상세

ListViewCollectionController() 공개 메소드

Constructor to initialise a new mapper. Sets the UIDefName to "default".
public ListViewCollectionController ( IListView listView, ClassDef classDef ) : System
listView IListView The ListView object to map
classDef ClassDef the class defintion of the class that this controller is setting up the list view for
리턴 System

ListViewCollectionController() 공개 메소드

Constructor as before, but allows a UIDefName to be specified
public ListViewCollectionController ( IListView listView, ClassDef classDef, string uiDefName ) : System
listView IListView The ListView object to map
classDef ClassDef the class defintion of the class that this controller is setting up the list view for
uiDefName string The ui definition that the list view be set up for i.e. the properties that will be shown in the list view
리턴 System

SetBusinessObjectCollection() 공개 메소드

public SetBusinessObjectCollection ( IBusinessObjectCollection col ) : void
col IBusinessObjectCollection
리턴 void