C# Класс Habanero.Faces.Base.PanelFactoryInfo

Наследование: IPanelFactoryInfo
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

GetFormGrid() публичный метод

Constructs and returns an IEditableGridControl for a specified relationship.
public GetFormGrid ( string relationShipName ) : IEditableGridControl
relationShipName string
Результат IEditableGridControl

PanelFactoryInfo() публичный метод

A constructor as before, but with only the panel specified
public PanelFactoryInfo ( IPanel panel ) : System
panel IPanel
Результат System

PanelFactoryInfo() публичный метод

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
Результат System