|
Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
Options | Name | Purpose | |
---|---|---|---|
+ | BeginInit () |
Invoked at the beginning of a Containers InitializeComponents
method |
|
# | CreateVerbs () |
Creates Designer Verbs based on the DesignerVerbs property |
|
+ | EndInit () |
Invoked at the end of a Containers InitializeComponents method |
|
+ | System.ComponentModel.AttributeCollection GetAttributes () |
Returns a collection of custom attributes for this instance of a
component. |
|
+ | CHARACTER GetClassName () |
Returns the class name of this instance of a component. |
|
+ | CHARACTER GetComponentName () |
Returns the name of this instance of a component. |
|
+ | System.ComponentModel.TypeConverter GetConverter () |
Returns a type converter for this instance of a component. |
|
+ | System.ComponentModel.EventDescriptor GetDefaultEvent () |
Returns the default event for this instance of a component. |
|
+ | System.ComponentModel.PropertyDescriptor GetDefaultProperty () |
Returns the default property for this instance of a component. |
|
+ | System.Object GetEditor (Type) |
Returns an editor of the specified type for this instance of a
component. |
|
+ | System.ComponentModel.EventDescriptorCollection GetEvents () |
Returns the events for this instance of a component. |
|
+ | System.ComponentModel.EventDescriptorCollection GetEvents (Attribute[]) |
Returns the events for this instance of a component using the
specified attribute array as a filter. |
|
+ | System.ComponentModel.PropertyDescriptorCollection GetProperties () |
Returns the properties for this instance of a component. |
|
+ | System.ComponentModel.PropertyDescriptorCollection GetProperties (Attribute[]) |
Returns the properties for this instance of a component using the
attribute array as a filter. |
|
+ | System.Object GetPropertyOwner (PropertyDescriptor) |
Returns an object that contains the property described by the
specified property descriptor. |
|
+ | OnVerbClicked (character) |
Event Handler method for Designer Verbs |
|
+ | RetrieveData () |
Retrieves data from the Backend and populates the ValueList |
|
- | SetDesignerProperties () |
Initializes design time properties |
|
# | ShowBusinessEntityPickerDialog () |
Shows a dialog to select a Business Entity |
|
# | ShowTablePickerDialog () |
Invokes the Table Picker Dialog and sets properties of the
SmartBusinessEntityLookup during Design Time |
Options | Name | Purpose | |
---|---|---|---|
+ | SmartComboEditor () |
Constructor for the SmartComboEditor class |
Options | Name | Purpose | |
---|---|---|---|
+ | CHARACTER AppServerPartition |
|
|
# | CHARACTER BindableProperties |
|
|
# | CHARACTER CategorizedProperties |
|
|
# | CHARACTER CategoryProperties |
|
|
# | CHARACTER DescribedProperties |
|
|
# | CHARACTER DescriptionProperties |
|
|
# | CHARACTER DesignerVerbs |
|
|
# | CHARACTER DesignerVisibilityAttributes |
|
|
# | CHARACTER DesignerVisibilityProperties |
|
|
# | LOGICAL DesignTime |
|
|
+ | CHARACTER DisplayFields |
|
|
+ | CHARACTER DisplaySubstitute |
|
|
+ | CHARACTER EntityName |
|
|
+ | CHARACTER EntityTable |
|
|
+ | CHARACTER FlagText |
|
|
+ | CHARACTER FlagValue |
|
|
+ | CHARACTER ImageField |
|
|
+ | CHARACTER ImageKeyField |
|
|
+ | CHARACTER ImageKeyFieldSubstitute |
|
|
+ | CHARACTER KeyField |
|
|
# | CHARACTER NonBrowsableProperties |
|
|
+ | CHARACTER QuerySort |
|
|
+ | CHARACTER QueryString |
|
|
+ | LOGICAL RetrieveDataOnInit |
|
|
+ | Consultingwerk.OERA.IServiceAdapter ServiceAdapter |
|
Top
PUBLIC BeginInit ()
|
||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PROTECTED CreateVerbs ()
|
||||||||||||||||||||||
PUBLIC EndInit ()
|
||||||||||||||||||||||
PUBLIC System.ComponentModel.AttributeCollection GetAttributes ()
|
||||||||||||||||||||||
PUBLIC CHARACTER GetClassName ()
|
||||||||||||||||||||||
PUBLIC CHARACTER GetComponentName ()
|
||||||||||||||||||||||
PUBLIC System.ComponentModel.TypeConverter GetConverter ()
|
||||||||||||||||||||||
PUBLIC System.ComponentModel.EventDescriptor GetDefaultEvent ()
|
||||||||||||||||||||||
PUBLIC System.ComponentModel.PropertyDescriptor GetDefaultProperty ()
|
||||||||||||||||||||||
PUBLIC System.Object GetEditor (Type)
|
||||||||||||||||||||||
PUBLIC System.ComponentModel.EventDescriptorCollection GetEvents ()
|
||||||||||||||||||||||
PUBLIC System.ComponentModel.EventDescriptorCollection GetEvents (Attribute[])
|
||||||||||||||||||||||
PUBLIC System.ComponentModel.PropertyDescriptorCollection GetProperties ()
|
||||||||||||||||||||||
PUBLIC System.ComponentModel.PropertyDescriptorCollection GetProperties (Attribute[])
|
||||||||||||||||||||||
PUBLIC System.Object GetPropertyOwner (PropertyDescriptor)
|
||||||||||||||||||||||
PUBLIC OnVerbClicked (character)
|
||||||||||||||||||||||
PUBLIC RetrieveData ()
|
||||||||||||||||||||||
PRIVATE SetDesignerProperties ()
|
||||||||||||||||||||||
PROTECTED ShowBusinessEntityPickerDialog ()
|
||||||||||||||||||||||
PROTECTED ShowTablePickerDialog ()
|
PUBLIC SmartComboEditor ()
|
---|
PUBLIC CHARACTER AppServerPartition
|
|||||||||
---|---|---|---|---|---|---|---|---|---|
PROTECTED CHARACTER BindableProperties
|
|||||||||
PROTECTED CHARACTER CategorizedProperties
|
|||||||||
PROTECTED CHARACTER CategoryProperties
|
|||||||||
PROTECTED CHARACTER DescribedProperties
|
|||||||||
PROTECTED CHARACTER DescriptionProperties
|
|||||||||
PROTECTED CHARACTER DesignerVerbs
|
|||||||||
PROTECTED CHARACTER DesignerVisibilityAttributes
|
|||||||||
PROTECTED CHARACTER DesignerVisibilityProperties
|
|||||||||
PROTECTED LOGICAL DesignTime
|
|||||||||
PUBLIC CHARACTER DisplayFields
|
|||||||||
PUBLIC CHARACTER DisplaySubstitute
|
|||||||||
PUBLIC CHARACTER EntityName
|
|||||||||
PUBLIC CHARACTER EntityTable
|
|||||||||
PUBLIC CHARACTER FlagText
|
|||||||||
PUBLIC CHARACTER FlagValue
|
|||||||||
PUBLIC CHARACTER ImageField
|
|||||||||
PUBLIC CHARACTER ImageKeyField
|
|||||||||
PUBLIC CHARACTER ImageKeyFieldSubstitute
|
|||||||||
PUBLIC CHARACTER KeyField
|
|||||||||
PROTECTED CHARACTER NonBrowsableProperties
|
|||||||||
PUBLIC CHARACTER QuerySort
|
|||||||||
PUBLIC CHARACTER QueryString
|
|||||||||
PUBLIC LOGICAL RetrieveDataOnInit
|
|||||||||
PUBLIC Consultingwerk.OERA.IServiceAdapter ServiceAdapter
|