C# Class Habanero.UI.Base.ListViewCollectionController

Maps a ListView object in a user interface
ファイルを表示 Open project: Chillisoft/habanero.faces

Public Methods

Method Description
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

Method Details

ListViewCollectionController() public method

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
return System

ListViewCollectionController() public method

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
return System

SetBusinessObjectCollection() public method

public SetBusinessObjectCollection ( IBusinessObjectCollection col ) : void
col IBusinessObjectCollection
return void