C# Class Habanero.Faces.Base.PanelFactoryInfo

Inheritance: IPanelFactoryInfo
Afficher le fichier Open project: Chillisoft/habanero.faces Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

PanelFactoryInfo() public méthode

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

PanelFactoryInfo() public méthode

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
Résultat System