|
Navigate to: Methods | Constructors | Events | Properties
Options | Name | Purpose | |
---|---|---|---|
+ | LONGCHAR GenerateAssignPropertiesBlock () |
Generats the source code that assigns the property values for this Control |
|
+ | LONGCHAR GenerateControlNew () |
Generates the NEW statement used to create an intance of the Control |
|
+ | LONGCHAR GenerateSupportingObjectDefinition () |
Returns the code required to build supporting objects, like
Appearance objects, Editor-Buttons etc. |
|
+ | LONGCHAR GenerateVariableDefinition () |
Returns the variable definition ABL statementfor the Control |
|
# | InsertEventHandler (character, character, character, character, longchar) |
Inserts an event handler Inherited from Consultingwerk.BusinessEntityDesigner.Generator.Viewer.ControlGenerator |
Options | Name | Purpose | |
---|---|---|---|
+ | Progress.Lang.Object ContainerControlGenerator |
Gets and sets the reference to the SmartViewerGenerator used by the
IControlGenerator implementation Inherited from Consultingwerk.BusinessEntityDesigner.Generator.Viewer.ControlGenerator |
|
+ | CHARACTER ContainerName |
Gets and sets the Name of the Container Control |
|
+ | CHARACTER ControlTypeName |
Retusn the TypeName for to be used for this UltraEditorControl |
|
+ | CHARACTER DataBindings |
The DataBindigns for the generated Control |
|
+ | INTEGER Height |
The Height of the Control |
|
+ | INTEGER Left |
The Position of the Control |
|
+ | CHARACTER LookupAdditionalFields |
Gets and sets the comma delimited list of additional fields that
will be retrieved by the lookup operations |
|
+ | CHARACTER LookupBrowserExcludeFields |
Columns (comma delimited list of Column Names) not to be shown in the
LookupBrowser. |
|
+ | CHARACTER LookupBrowserFields |
Columns (comma delimited list of Column Names) to be shown in the
LookupBrowser. |
|
+ | CHARACTER LookupControls |
A comma seperated list of Control names. The value of the corresponding
Columns gets filled into those Controls.
The value of this Property is defined during DesignTime. |
|
+ | CHARACTER LookupDialogClassName |
Gets and Sets the Class Name of the Lookup Dialog Form |
|
+ | CHARACTER LookupDialogFilterFields |
Fields that allow to Filter on the Lookup Browser Dialog |
|
+ | CHARACTER LookupDialogFilterOperators |
Operators for the LookupDialogFilterFields |
|
+ | CHARACTER LookupDialogQuerySort |
QuerySort used when opening the Lookup Browser Dialog |
|
+ | CHARACTER LookupDialogQueryString |
QueryString used when opening the Lookup Browser Dialog |
|
+ | CHARACTER LookupDialogTitle |
Dialog title for the LookupDialogForm.
The value of this Property is defined during DesignTime. |
|
+ | CHARACTER LookupEntityName |
Name of the BusinessEntity for the Lookup.
This Property is set by the Developer during DesignTime. |
|
+ | CHARACTER LookupEntityTable |
RootTable for this Instance of the BusinessEntityLookup.
This Property is set by the Developer during DesignTime. |
|
+ | CHARACTER LookupEntityView |
List of Tables to read with the EntityTable.
This Property is set by the Developer during DesignTime. |
|
+ | CHARACTER LookupFields |
A comma seperated list of Column names. The value of those fields
gets filled into the corresponding Controls of the Property
LookupControls.
The value of this Property is defined during DesignTime. |
|
+ | CHARACTER LookupKeyField |
The value of the field which is returned by the SmartLookup.
The value of this Property is defined during DesignTime. |
|
+ | CHARACTER LookupKeyValueColumn |
Gets/Sets the name of the Data Source column which is used for
retrieving the LookupKeyValue property |
|
+ | CHARACTER LookupQuerySort |
QuerySort used in PerformLookup method |
|
+ | CHARACTER LookupQueryString |
QueryString used in PerformLookup method |
|
+ | CHARACTER Name |
Gets and sets the Name of the Control |
|
+ | LOGICAL SupportInitialize |
Logical value indicating if the Control supports the ISupportInitialize
interface |
|
+ | INTEGER TabOrder |
The TabOrder property of the Control |
|
+ | CHARACTER Tag |
The Tag property of the Control |
|
+ | CHARACTER TemplateFileName |
Gets and sets the Name of the Template File to be used by this class |
|
+ | CHARACTER TemplateFileNameUnbound |
Gets and sets the Name of the Template File to be used by this class |
|
+ | INTEGER Top |
The Position of the Control |
|
+ | LONGCHAR ValidatingTriggerBlock |
Code block for the Validating (LEAVE) event |
|
+ | LONGCHAR ValueChangedTriggerBlock |
Code block for the ValueChanged (VALUE-CHANGED) event |
|
+ | INTEGER Width |
The Width of the Control |
Top
PUBLIC LONGCHAR GenerateAssignPropertiesBlock ()
|
|||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC LONGCHAR GenerateControlNew ()
|
|||||||||||||||||||||||||||||||||||
PUBLIC LONGCHAR GenerateSupportingObjectDefinition ()
|
|||||||||||||||||||||||||||||||||||
PUBLIC LONGCHAR GenerateVariableDefinition ()
|
|||||||||||||||||||||||||||||||||||
PROTECTED InsertEventHandler (character, character, character, character, longchar)
|
PUBLIC Progress.Lang.Object ContainerControlGenerator
|
|||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC CHARACTER ContainerName
|
|||||||||||||||||||
PUBLIC CHARACTER ControlTypeName
|
|||||||||||||||||||
PUBLIC CHARACTER DataBindings
|
|||||||||||||||||||
PUBLIC INTEGER Height
|
|||||||||||||||||||
PUBLIC INTEGER Left
|
|||||||||||||||||||
PUBLIC CHARACTER LookupAdditionalFields
|
|||||||||||||||||||
PUBLIC CHARACTER LookupBrowserExcludeFields
|
|||||||||||||||||||
PUBLIC CHARACTER LookupBrowserFields
|
|||||||||||||||||||
PUBLIC CHARACTER LookupControls
|
|||||||||||||||||||
PUBLIC CHARACTER LookupDialogClassName
|
|||||||||||||||||||
PUBLIC CHARACTER LookupDialogFilterFields
|
|||||||||||||||||||
PUBLIC CHARACTER LookupDialogFilterOperators
|
|||||||||||||||||||
PUBLIC CHARACTER LookupDialogQuerySort
|
|||||||||||||||||||
PUBLIC CHARACTER LookupDialogQueryString
|
|||||||||||||||||||
PUBLIC CHARACTER LookupDialogTitle
|
|||||||||||||||||||
PUBLIC CHARACTER LookupEntityName
|
|||||||||||||||||||
PUBLIC CHARACTER LookupEntityTable
|
|||||||||||||||||||
PUBLIC CHARACTER LookupEntityView
|
|||||||||||||||||||
PUBLIC CHARACTER LookupFields
|
|||||||||||||||||||
PUBLIC CHARACTER LookupKeyField
|
|||||||||||||||||||
PUBLIC CHARACTER LookupKeyValueColumn
|
|||||||||||||||||||
PUBLIC CHARACTER LookupQuerySort
|
|||||||||||||||||||
PUBLIC CHARACTER LookupQueryString
|
|||||||||||||||||||
PUBLIC CHARACTER Name
|
|||||||||||||||||||
PUBLIC LOGICAL SupportInitialize
|
|||||||||||||||||||
PUBLIC INTEGER TabOrder
|
|||||||||||||||||||
PUBLIC CHARACTER Tag
|
|||||||||||||||||||
PUBLIC CHARACTER TemplateFileName
|
|||||||||||||||||||
PUBLIC CHARACTER TemplateFileNameUnbound
|
|||||||||||||||||||
PUBLIC INTEGER Top
|
|||||||||||||||||||
PUBLIC LONGCHAR ValidatingTriggerBlock
|
|||||||||||||||||||
PUBLIC LONGCHAR ValueChangedTriggerBlock
|
|||||||||||||||||||
PUBLIC INTEGER Width
|