|
CLASS dotr.Maia.Builder.BuildBaseRibbon INHERITS Basic
Method Summary | |
---|---|
|
CONSTRUCTOR
(ObjectConfig p_ObjectConfig)
create directory structure if required |
VOID
|
CardProperties
(Directive p_Directive)
create the statements required to show the fields in the card |
VOID
|
DataSchema
(Directive p_Directive)
create the statements required to create the data schema |
VOID
|
GridProperties
(Directive p_Directive)
create the statements required to show the fields in the grid |
VOID
|
RibbonGet
(Directive p_Directive)
create the statement to get the keyfield when the grid or cad is double-clicked |
LONGCHAR
|
StartBuild
(LONGCHAR p_Data)
inject generator code into the template |
VOID
|
UIAddCardArray
(Directive p_Directive)
create the statements required to add fields to the card view |
VOID
|
UIAddGridArray
(Directive p_Directive)
create the statements required to add fields to the grid view |
VOID
|
UITextDefine
(Directive p_Directive)
create the define variable statements required |
VOID
|
UITextNew
(Directive p_Directive)
create the new object statements required |
Method Detail |
---|
CONSTRUCTOR(ObjectConfig p_ObjectConfig)
PUBLIC VOID
CardProperties(Directive p_Directive)
PUBLIC VOID
DataSchema(Directive p_Directive)
PUBLIC VOID
GridProperties(Directive p_Directive)
PUBLIC VOID
RibbonGet(Directive p_Directive)
PUBLIC OVERRIDE LONGCHAR
StartBuild(LONGCHAR p_Data)
PUBLIC VOID
UIAddCardArray(Directive p_Directive)
PUBLIC VOID
UIAddGridArray(Directive p_Directive)
PUBLIC VOID
UITextDefine(Directive p_Directive)
PUBLIC VOID
UITextNew(Directive p_Directive)