C# 클래스 Habanero.Faces.Base.PanelFactoryInfo

상속: IPanelFactoryInfo
파일 보기 프로젝트 열기: Chillisoft/habanero.faces 1 사용 예제들

공개 메소드들

메소드 설명
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