|
CLASS dotr.Maia.Builder.BuildBaseUpdate INHERITS Basic
Field Summary | |
---|---|
INTEGER
|
NumFields
PROTECTED
|
Method Summary | |
---|---|
|
CONSTRUCTOR
(ObjectConfig p_ObjectConfig)
|
LONGCHAR
|
StartBuild
(LONGCHAR p_Data)
inject generator code into the template |
VOID
|
UIAssignToObject
(Directive p_Directive)
assign UI component screen values to properties |
VOID
|
UIAssignToUI
(Directive p_Directive)
assign properties to UI component screen values |
VOID
|
UISetProperties
(Directive p_Directive)
get statement for define variable |
VOID
|
UITextAddControl
(Directive p_Directive)
get statement for adding controls |
VOID
|
UITextBeginInit
(Directive p_Directive)
get statement for begininit |
VOID
|
UITextDefine
(Directive p_Directive)
get statement for define variable |
VOID
|
UITextEndInit
(Directive p_Directive)
get statement for endinit |
VOID
|
UITextNew
(Directive p_Directive)
get statement for new object |
Field Detail |
---|
INTEGER PROTECTED
Method Detail |
---|
CONSTRUCTOR(ObjectConfig p_ObjectConfig)
PUBLIC OVERRIDE LONGCHAR
StartBuild(LONGCHAR p_Data)
PUBLIC VOID
UIAssignToObject(Directive p_Directive)
PUBLIC VOID
UIAssignToUI(Directive p_Directive)
PUBLIC VOID
UISetProperties(Directive p_Directive)
PUBLIC VOID
UITextAddControl(Directive p_Directive)
PUBLIC VOID
UITextBeginInit(Directive p_Directive)
PUBLIC VOID
UITextDefine(Directive p_Directive)
PUBLIC VOID
UITextEndInit(Directive p_Directive)
PUBLIC VOID
UITextNew(Directive p_Directive)