C# Class Habanero.Faces.Test.Base.FakeUIFormField

Inheritance: Habanero.BO.ClassDefinition.UIFormField
Exibir arquivo Open project: Chillisoft/habanero.faces Class Usage Examples

Public Methods

Method Description
FakeUIFormField ( ) : System
FakeUIFormField ( string label, string propertyName ) : System
FakeUIFormField ( string label, string propertyName, Type controlType, string mapperTypeName, string mapperAssembly, bool editable, string toolTipText, Hashtable parameters, LayoutStyle layout ) : System
FakeUIFormField ( string label, string propertyName, string controlTypeName, string controlAssembly, string mapperTypeName, string mapperAssembly, bool editable, bool showAsComulsory, string toolTipText, Hashtable parameters, LayoutStyle layout ) : System
SetClassDef ( IClassDef classDef ) : void
SetKeepValuePrivate ( bool keepValuePrivate ) : void

Private Methods

Method Description
GetClassDef ( ) : IClassDef

Method Details

FakeUIFormField() public method

public FakeUIFormField ( ) : System
return System

FakeUIFormField() public method

public FakeUIFormField ( string label, string propertyName ) : System
label string
propertyName string
return System

FakeUIFormField() public method

public FakeUIFormField ( string label, string propertyName, Type controlType, string mapperTypeName, string mapperAssembly, bool editable, string toolTipText, Hashtable parameters, LayoutStyle layout ) : System
label string
propertyName string
controlType System.Type
mapperTypeName string
mapperAssembly string
editable bool
toolTipText string
parameters System.Collections.Hashtable
layout LayoutStyle
return System

FakeUIFormField() public method

public FakeUIFormField ( string label, string propertyName, string controlTypeName, string controlAssembly, string mapperTypeName, string mapperAssembly, bool editable, bool showAsComulsory, string toolTipText, Hashtable parameters, LayoutStyle layout ) : System
label string
propertyName string
controlTypeName string
controlAssembly string
mapperTypeName string
mapperAssembly string
editable bool
showAsComulsory bool
toolTipText string
parameters System.Collections.Hashtable
layout LayoutStyle
return System

SetClassDef() public method

public SetClassDef ( IClassDef classDef ) : void
classDef IClassDef
return void

SetKeepValuePrivate() public method

public SetKeepValuePrivate ( bool keepValuePrivate ) : void
keepValuePrivate bool
return void