C# Class Habanero.Faces.Base.PanelFactoryInfo

Inheritance: IPanelFactoryInfo
Show file Open project: Chillisoft/habanero.faces Class Usage Examples

Public Methods

Method Description
GetFormGrid ( string relationShipName ) : IEditableGridControl

Constructs and returns an IEditableGridControl for a specified relationship.

PanelFactoryInfo ( IPanel panel ) : System

A constructor as before, but with only the panel specified

PanelFactoryInfo ( IPanel panel, IControlMapperCollection mappers, string uiDefName, IControlHabanero firstControlToFocus ) : System

Constructor to initialise a new instance of the class

Method Details

GetFormGrid() public method

Constructs and returns an IEditableGridControl for a specified relationship.
public GetFormGrid ( string relationShipName ) : IEditableGridControl
relationShipName string
return IEditableGridControl

PanelFactoryInfo() public method

A constructor as before, but with only the panel specified
public PanelFactoryInfo ( IPanel panel ) : System
panel IPanel
return System

PanelFactoryInfo() public method

Constructor to initialise a new instance of the class
public PanelFactoryInfo ( IPanel panel, IControlMapperCollection mappers, string uiDefName, IControlHabanero firstControlToFocus ) : System
panel IPanel The panel control being managed
mappers IControlMapperCollection The control mappers collection
uiDefName string The UI definition name to use
firstControlToFocus IControlHabanero The first control to focus on
return System