C# Class Habanero.Naked.UIGridCreator

Show file Open project: Chillisoft/habanero.smooth Class Usage Examples

Public Methods

Method Description
CreateUIGrid ( IClassDef classDef ) : IUIGrid
GetUIGridColumn ( IPropDef propDef ) : IUIGridColumn
UIGridCreator ( IDefClassFactory factory ) : System

Private Methods

Method Description
GetCheckBoxControlType ( ) : UIControlType
GetComboBoxControlType ( ) : UIControlType
GetControlType ( IPropDef propDef ) : UIControlType
GetControlType ( string assemblyName, string formFieldTypeName ) : UIControlType
GetDateTimeControlType ( ) : UIControlType
GetTextBoxControlType ( ) : UIControlType

Method Details

CreateUIGrid() public method

public CreateUIGrid ( IClassDef classDef ) : IUIGrid
classDef IClassDef
return IUIGrid

GetUIGridColumn() public method

public GetUIGridColumn ( IPropDef propDef ) : IUIGridColumn
propDef IPropDef
return IUIGridColumn

UIGridCreator() public method

public UIGridCreator ( IDefClassFactory factory ) : System
factory IDefClassFactory
return System