|
Navigate to: Methods | Constructors | Events | Properties
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 |
Gets/Sets the name of the AppServer Partition to be used
by this SmartComboEditor instance |
|
# | CHARACTER BindableProperties |
Property that is used to mark properties (comma-delimited list) that
should be Data-Bindable |
|
# | CHARACTER CategorizedProperties |
Property that is used to mark properties (comma-delimited list) that
should receive a Category attribute |
|
# | CHARACTER CategoryProperties |
Categories of the Property in the CategorizedProperty list |
|
# | CHARACTER DescribedProperties |
Property that is used to mark properties (comma-delimited list) that
should receive a Description attribute |
|
# | CHARACTER DescriptionProperties |
Description of the Property in the DescribedProperties list |
|
# | CHARACTER DesignerVerbs |
Property that is used to generate Designer Verbs (actions for the
Visual Designer) |
|
# | CHARACTER DesignerVisibilityAttributes |
The CHARACTER representation of the DesignerSerializationVisibiltiy
attribute (Content/Visible/Hidden), see .NET Enumeration
System.ComponentModel.DesignerSerializationVisibility |
|
# | CHARACTER DesignerVisibilityProperties |
Property that is used to mark properties (comma-delimited list) that
should receive a DesignerSerializationVisibility Attribute |
|
# | LOGICAL DesignTime |
Propery flags if the current instance of the SmartBindingSource
is running at design time or runtime. |
|
+ | CHARACTER DisplayFields |
Gets and sets the comma-delimited list of field named that should be
used for the display text of the value list |
|
+ | CHARACTER DisplaySubstitute |
Gets and sets the substitute expression (e.g. &1/&2) to be used for
the display text of the value list |
|
+ | CHARACTER EntityName |
Gets and sets the Name of the BusinessEntity that is the data source
for this Control |
|
+ | CHARACTER EntityTable |
Gets and sets the Name of the Temp-Table that is the data source
for this Control |
|
+ | CHARACTER FlagText |
Gets and sets the Display Text for the flag value |
|
+ | CHARACTER FlagValue |
Gets and sets the CHARACTER value used for a Flag value (e.g. all
or none) |
|
+ | CHARACTER ImageField |
Gets and sets the name of the field (BLOB) that contains the Image
data for the ValueList |
|
+ | CHARACTER ImageKeyField |
Gets and sets the name of the field that contains the image key to be used |
|
+ | CHARACTER ImageKeyFieldSubstitute |
Gets and sets the SUBSTITUTE pattern to be used to build the actual image key to be used |
|
+ | CHARACTER KeyField |
Gets and sets the name of the field from the temp-table that should
be used as the Value |
|
# | CHARACTER NonBrowsableProperties |
Property that is used to mark properties (comma-delimited list) that
should not show up in the Visual Designers Property Grid |
|
+ | CHARACTER QuerySort |
Gets and sets the QuerySort that is used when populating the ValueList |
|
+ | CHARACTER QueryString |
Gets and sets the QueryString that is used when fetching data from
the Business Entity |
|
+ | LOGICAL RetrieveDataOnInit |
Gets and sets if the SmartComboEditor should retrieve data during
the EndInit method |
|
+ | Consultingwerk.OERA.IServiceAdapter ServiceAdapter |
Gets and sets the reference to the ServiceAdapter that is used
by this Control |
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
|