Maia\Builder\DevExpress
CLASS DateEdit

CLASS dotr.Maia.Builder.DevExpress.DateEdit INHERITS BuildUIBase IMPLEMENTS IComponentBuilder

Builds the DateEdit control from DevExpress

Author:
Julian Lyndon-Smith (julian+maia@dotr.com)

Method Summary
CHARACTER AddControl (CHARACTER p_Name)
           Create the add control definition
CHARACTER BeginInit (CHARACTER p_Name)
           Create the BeginInit definition
CHARACTER Definition (CHARACTER p_Name)
           Create the variable definition
CHARACTER EndInit (CHARACTER p_Name)
           Create the EndInit definition
CHARACTER New (CHARACTER p_Name)
           Create the new object definition
CHARACTER Properties (DrawingOptions p_DrawingOptions)
           Create the properties statements
 

Method Detail

AddControl

PUBLIC CHARACTER AddControl(CHARACTER p_Name)
Create the add control definition

Parameters:
p_name - name of the variable
Returns:
char : add control definition

BeginInit

OVERRIDE PUBLIC CHARACTER BeginInit(CHARACTER p_Name)
Create the BeginInit definition

Parameters:
p_name - name of the variable
Returns:
char : BeginInit definition

Definition

PUBLIC CHARACTER Definition(CHARACTER p_Name)
Create the variable definition

Parameters:
p_name - name of the variable
Returns:
char : variable definition

EndInit

OVERRIDE PUBLIC CHARACTER EndInit(CHARACTER p_Name)
Create the EndInit definition

Parameters:
p_name - name of the variable
Returns:
char : EndInit definition

New

PUBLIC CHARACTER New(CHARACTER p_Name)
Create the new object definition

Parameters:
p_name - name of the variable
Returns:
char : new definition

Properties

PUBLIC CHARACTER Properties(DrawingOptions p_DrawingOptions)
Create the properties statements

Parameters:
p_DrawingOptions - options of current layout point
Returns:
char : properties definition