Top Method Summary
Options Name Purpose
# ApplyFilter () Applys 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 Name of the Type of SmartDataObjectAdapter used to lookup values from the backend.
+ Infragistics.Win.UltraWinGrid.UltraGrid LookupBrowser Returns the reference to the Lookup Browser
+ CHARACTER LookupBrowserFields Fields to be shown in the SmartDataBrowser
+ CHARACTER LookupDialogFilterFields Fields that allow to Filter on the Lookup Browser Dialog
+ CHARACTER LookupDialogFilterOperators Operators for the LookupDialogFilterFields
+ CHARACTER LookupKeyField Field that is returned by the SmartLookup
+ CHARACTER LookupSmartDataObjectName Gets and sets the file name of the SmartDataObject used by this Lookup Dialog
+ LOGICAL SearchPromptInSearchField Returns if the Search Field still contains the Search Prompt
Inherited from Consultingwerk.SmartComponents.Support.SmartDataObjectLookupDialogDesigner


Method Detail
Top

PROTECTED ApplyFilter ()

Purpose: Applys 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

Purpose: Name of the Type of SmartDataObjectAdapter used to lookup
values from the backend.
Notes:

Returns CHARACTER
Top

PUBLIC Infragistics.Win.UltraWinGrid.UltraGrid LookupBrowser

Purpose: Returns the reference to the Lookup Browser
Notes:

Returns Infragistics.Win.UltraWinGrid.UltraGrid
Top

PUBLIC CHARACTER LookupBrowserFields

Purpose: Fields to be shown in the SmartDataBrowser
Notes:

Returns CHARACTER
Top

PUBLIC CHARACTER LookupDialogFilterFields

Purpose: Fields that allow to Filter on the Lookup Browser Dialog
Notes: Comma-Delimited, first entry is default

Returns CHARACTER
Top

PUBLIC CHARACTER LookupDialogFilterOperators

Purpose: Operators for the LookupDialogFilterFields
Notes: Comma-Delimited, first entry is default

Returns CHARACTER
Top

PUBLIC CHARACTER LookupKeyField

Purpose: Field that is returned by the SmartLookup
Notes:

Returns CHARACTER
Top

PUBLIC CHARACTER LookupSmartDataObjectName

Purpose: Gets and sets the file name of the SmartDataObject used by this
Lookup Dialog
Notes:

Returns CHARACTER
Top

PUBLIC LOGICAL SearchPromptInSearchField

Inherited from Consultingwerk.SmartComponents.Support.SmartDataObjectLookupDialogDesigner
Purpose: Returns if the Search Field still contains the Search Prompt
Notes:

Returns LOGICAL


©2006-2016 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       26.08.2016 08:33:29