Top Method Summary
Options Name Purpose
# ApplyFilter () Applies the filter to the query
- BrowserInitializeLayout (Object, InitializeLayoutEventArgs) Event handler for the InitializeLayout event of the Lookup Grid Control
+ CHARACTER GetLookupFieldValue (character) Returns a Field Value from the SmartDataObject Adapter
+ InitializeDataAdapter () Initializes the DataAdapter used by the SmartDataObjectLookupDialog
- InitializeDataBinding (Object, EventArgs) Event handler for the Shown event of this dialog form
# OnLoad (EventArgs) Raises the Load event
Inherited from Consultingwerk.SmartComponents.Support.SmartDataObjectLookupDialogDesigner
# OnPaintBackground (PaintEventArgs) Raises the PaintBackground event
Inherited from Consultingwerk.SmartComponents.Support.SmartDataObjectLookupDialogDesigner
- RestoreLookupSettings () Restores the stored settings for this lookup
# SetGlassRegion () Defines the transparent region
Inherited from Consultingwerk.SmartComponents.Support.SmartDataObjectLookupDialogDesigner
+ SmartDataBrowserDefaultActionHandler (SmartDataBrowser, EventArgs) Method to be executed inside the class which implements the Interface IDefaultActionSubscriber.
- StoreLookupSettings (Object, EventArgs) Event handler for the Closed event of the Lookup Dialog
# tbSearchField_EditorButtonClick (Object, EditorButtonEventArgs) Event handler for the EditorButtonClick event of the tbSearchField
# tbSearchField_KeyDown (Object, KeyEventArgs) Event handler for the KeyDown event of the tbSearchField

Top Constructor Summary
Options Name Purpose
+ SmartDataObjectLookupDialog (SmartLookup) Constructor with event subscription

Top Property Summary
Options Name Purpose
+ CHARACTER AdapterType
+ Infragistics.Win.UltraWinGrid.UltraGrid LookupBrowser
+ CHARACTER LookupBrowserFields
+ CHARACTER LookupDialogFilterFields
+ CHARACTER LookupDialogFilterOperators
+ CHARACTER LookupKeyField
+ CHARACTER LookupSmartDataObjectName
+ LOGICAL SearchPromptInSearchField
Inherited from Consultingwerk.SmartComponents.Support.SmartDataObjectLookupDialogDesigner


Method Detail
Top

PROTECTED ApplyFilter ()

Purpose: Applies the filter to the query
Notes:

Top

PRIVATE BrowserInitializeLayout (Object, InitializeLayoutEventArgs)

Purpose: Event handler for the InitializeLayout event of the Lookup Grid Control
Notes: Make sure that only the given list of LookupBrowserFields are visible.
If LookupBrowserFields is an empty string all columns will be shown

Parameters:
sender System.Object
The reference to the object that raised the event
e Infragistics.Win.UltraWinGrid.InitializeLayoutEventArgs
The InitializeLayoutEventArgs with the data for this event
Top

PUBLIC CHARACTER GetLookupFieldValue (character)

Purpose: Returns a Field Value from the SmartDataObject Adapter
Notes:

Parameters:
pcFieldName CHARACTER
The name of the Field to return
Returns CHARACTER
The value of the field
Top

PUBLIC InitializeDataAdapter ()

Purpose: Initializes the DataAdapter used by the SmartDataObjectLookupDialog
Notes:

Top

PRIVATE InitializeDataBinding (Object, EventArgs)

Purpose: Event handler for the Shown event of this dialog form
Notes: Initializes the Data Binding

Parameters:
sender System.Object
The reference to the object that raised the event
e System.EventArgs
The System.EventArgs with the data for this event
Top

PROTECTED OnLoad (EventArgs)

Inherited from Consultingwerk.SmartComponents.Support.SmartDataObjectLookupDialogDesigner
Purpose: Raises the Load event
Notes:

Parameters:
e System.EventArgs
The System.EventArgs with the data for this event
Top

PROTECTED OnPaintBackground (PaintEventArgs)

Inherited from Consultingwerk.SmartComponents.Support.SmartDataObjectLookupDialogDesigner
Purpose: Raises the PaintBackground event
Notes:

Parameters:
e PaintEventArgs
The System.EventArgs with the data for this event
Top

PRIVATE RestoreLookupSettings ()

Purpose: Restores the stored settings for this lookup
Notes:

Top

PROTECTED SetGlassRegion ()

Inherited from Consultingwerk.SmartComponents.Support.SmartDataObjectLookupDialogDesigner
Purpose: Defines the transparent region
Notes:

Top

PUBLIC SmartDataBrowserDefaultActionHandler (SmartDataBrowser, EventArgs)

Purpose: Method to be executed inside the class which implements the Interface
IDefaultActionSubscriber.
Notes: Invoked by the SmartDataBrowser Instance if the DefaultActionHandler
Method is executed.

Parameters:
sender Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
The reference to the Instance of the SmartDataBrowser which has invoked the Method
e System.EventArgs
The System.EventArgs with the data for this event
Top

PRIVATE StoreLookupSettings (Object, EventArgs)

Purpose: Event handler for the Closed event of the Lookup Dialog
Notes: Stores the Lookup Settings in the Settings Service

Parameters:
sender System.Object
The reference to the object that raised the event
e System.EventArgs
The System.EventArgs with the data for this event
Top

PROTECTED tbSearchField_EditorButtonClick (Object, EditorButtonEventArgs)

Purpose: Event handler for the EditorButtonClick event of the tbSearchField
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e Infragistics.Win.UltraWinEditors.EditorButtonEventArgs
The EditorButtonEventArgs with the data for this event
Top

PROTECTED tbSearchField_KeyDown (Object, KeyEventArgs)

Purpose: Event handler for the KeyDown event of the tbSearchField
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e System.Windows.Forms.KeyEventArgs
The KeyEventArgs with the data for this event


Constructor Detail
Top

PUBLIC SmartDataObjectLookupDialog (SmartLookup)

Purpose: Constructor with event subscription
Notes:

Parameters:
poSmartLookup Consultingwerk.SmartComponents.Base.SmartLookup
The reference to the SmartLookup instance for this LookupDialog


Property Detail
Top

PUBLIC CHARACTER AdapterType


Returns CHARACTER
Top

PUBLIC Infragistics.Win.UltraWinGrid.UltraGrid LookupBrowser


Returns Infragistics.Win.UltraWinGrid.UltraGrid
Top

PUBLIC CHARACTER LookupBrowserFields


Returns CHARACTER
Top

PUBLIC CHARACTER LookupDialogFilterFields


Returns CHARACTER
Top

PUBLIC CHARACTER LookupDialogFilterOperators


Returns CHARACTER
Top

PUBLIC CHARACTER LookupKeyField


Returns CHARACTER
Top

PUBLIC CHARACTER LookupSmartDataObjectName


Returns CHARACTER
Top

PUBLIC LOGICAL SearchPromptInSearchField

Inherited from Consultingwerk.SmartComponents.Support.SmartDataObjectLookupDialogDesigner

Returns LOGICAL


©2006-2023 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       15.04.2024 05:55:05