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
# BrowserKeyDownHandler (Object, KeyEventArgs) Event handler for the KeyDown event of the Lookup Browser
# cbFilterField_ValueChanged (Object, EventArgs) Event handler for the ValueChanged event of the cbFilterField
# cbFilterValue_ValueChanged (Object, EventArgs) Event handler for the ValueChanged event of the cbFilterValue
+ CHARACTER GetLookupFieldValue (character) Returns a Field Value from the Business Entity Adapter
+ InitializeDataAdapter () Initializes the DataAdapter used by the SmartBusinessEntityLookupDialog
- InitializeDataBinding () Initializes the Data Binding
# InitializeExceptFields () Initializes the ExceptField Lists of the Data Adapter
# InitialRetrieveData () Retrieves the initial data in the Lookup Dialog
# OnAfterInitializeBusinessEntityAdapter (AfterInitializeBusinessEntityAdapterEventArgs) Raises the AfterInitializeBusinessEntityAdapter event
# OnLoad (EventArgs) Raises the Load event
Overrides Consultingwerk.SmartComponents.Support.SmartBusinessEntityLookupDialogDesigner:OnLoad (EventArgs)
# OnPaintBackground (PaintEventArgs) Raises the PaintBackground event
Inherited from Consultingwerk.SmartComponents.Support.SmartBusinessEntityLookupDialogDesigner
# OnShown (EventArgs) Raises the Shown event
# ResetFilter () Resets the filter of the query
- RestoreLookupSettings () Restores the stored settings for this lookup
# SetGlassRegion () Defines the transparent region
Inherited from Consultingwerk.SmartComponents.Support.SmartBusinessEntityLookupDialogDesigner
+ SetText (character) Sets the Title of the Lookup Dialog
+ 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
+ SmartBusinessEntityLookupDialog () Constructor for the SmartBusinessEntityLookupDialog class
+ SmartBusinessEntityLookupDialog (character) Constructor for the SmartBusinessEntityLookupDialog class
+ SmartBusinessEntityLookupDialog (SmartLookup) Constructor for the SmartBusinessEntityLookupDialog class

Top Event Summary
Options Name Purpose
+ AfterInitializeBusinessEntityAdapter (Object, AfterInitializeBusinessEntityAdapterEventArgs) Event raised when the lookups SmartBusinessEntityAdapter is initialized

Top Property Summary
Options Name Purpose
+ CHARACTER AdapterType
+ CHARACTER AppServerPartition
+ Infragistics.Win.UltraWinGrid.UltraGrid LookupBrowser
+ CHARACTER LookupBrowserExcludeFields
+ CHARACTER LookupBrowserFields
+ CHARACTER LookupDialogFilterFields
+ CHARACTER LookupDialogFilterOperators
+ LOGICAL LookupDialogOpenQuery
+ CHARACTER LookupDialogQuerySort
+ CHARACTER LookupDialogQueryString
+ CHARACTER LookupEntityName
+ CHARACTER LookupEntityTable
+ CHARACTER LookupEntityView
+ CHARACTER LookupKeyField
+ Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter LookupSmartBusinessEntityAdapter
+ LOGICAL SearchPromptInSearchField
Inherited from Consultingwerk.SmartComponents.Support.SmartBusinessEntityLookupDialogDesigner
+ CHARACTER TranslationScope


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 and none
of the fields in LookupBrowserExcludeFields 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

PROTECTED BrowserKeyDownHandler (Object, KeyEventArgs)

Purpose: Event handler for the KeyDown event of the Lookup Browser
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
Top

PROTECTED cbFilterField_ValueChanged (Object, EventArgs)

Purpose: Event handler for the ValueChanged event of the cbFilterField
Notes:

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 cbFilterValue_ValueChanged (Object, EventArgs)

Purpose: Event handler for the ValueChanged event of the cbFilterValue
Notes:

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

PUBLIC CHARACTER GetLookupFieldValue (character)

Purpose: Returns a Field Value from the Business Entity 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 SmartBusinessEntityLookupDialog
Notes:

Top

PRIVATE InitializeDataBinding ()

Purpose: Initializes the Data Binding
Notes:

Top

PROTECTED InitializeExceptFields ()

Purpose: Initializes the ExceptField Lists of the Data Adapter
Notes:

Top

PROTECTED InitialRetrieveData ()

Purpose: Retrieves the initial data in the Lookup Dialog
Notes: Performs a FindRowWhere call instead of RetrieveData when the lookup
control contains a value. This is to avoid an extra backend call
(SCL-960)

Top

PROTECTED OnAfterInitializeBusinessEntityAdapter (AfterInitializeBusinessEntityAdapterEventArgs)

Purpose: Raises the AfterInitializeBusinessEntityAdapter event
Notes:

Parameters:
e Consultingwerk.SmartComponents.Implementation.AfterInitializeBusinessEntityAdapterEventArgs
The AfterInitializeBusinessEntityAdapterEventArgs with the data for this event
Top

PROTECTED OnLoad (EventArgs)

Overrides Consultingwerk.SmartComponents.Support.SmartBusinessEntityLookupDialogDesigner:OnLoad (EventArgs)
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.SmartBusinessEntityLookupDialogDesigner
Purpose: Raises the PaintBackground event
Notes:

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

PROTECTED OnShown (EventArgs)

Purpose: Raises the Shown event
Notes:

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

PROTECTED ResetFilter ()

Purpose: Resets the filter of the query
Notes:

Top

PRIVATE RestoreLookupSettings ()

Purpose: Restores the stored settings for this lookup
Notes:

Top

PROTECTED SetGlassRegion ()

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

Top

PUBLIC SetText (character)

Purpose: Sets the Title of the Lookup Dialog
Notes:

Parameters:
pcText CHARACTER
The Text to be used as the Forms Title
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 SmartBusinessEntityLookupDialog ()

Purpose: Constructor for the SmartBusinessEntityLookupDialog class
Notes:

Top

PUBLIC SmartBusinessEntityLookupDialog (character)

Purpose: Constructor for the SmartBusinessEntityLookupDialog class
Notes:

Parameters:
pcLookupRegistryKey CHARACTER
The settings key to use for the Lookup Dialog to store grid and dialog settings
Top

PUBLIC SmartBusinessEntityLookupDialog (SmartLookup)

Purpose: Constructor for the SmartBusinessEntityLookupDialog class
Notes: This constructor calls back into the Lookup Control to receive the
Lookup Dialog Settings Registry key

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


Event Detail
Top

PUBLIC AfterInitializeBusinessEntityAdapter (Object, AfterInitializeBusinessEntityAdapterEventArgs)

Purpose: Event raised when the lookups SmartBusinessEntityAdapter is initialized
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e Consultingwerk.SmartComponents.Implementation.AfterInitializeBusinessEntityAdapterEventArgs
The AfterInitializeBusinessEntityAdapterEventArgs with the data for this event


Property Detail
Top

PUBLIC CHARACTER AdapterType


Returns CHARACTER
Top

PUBLIC CHARACTER AppServerPartition


Returns CHARACTER
Top

PUBLIC Infragistics.Win.UltraWinGrid.UltraGrid LookupBrowser


Returns Infragistics.Win.UltraWinGrid.UltraGrid
Top

PUBLIC CHARACTER LookupBrowserExcludeFields


Returns CHARACTER
Top

PUBLIC CHARACTER LookupBrowserFields


Returns CHARACTER
Top

PUBLIC CHARACTER LookupDialogFilterFields


Returns CHARACTER
Top

PUBLIC CHARACTER LookupDialogFilterOperators


Returns CHARACTER
Top

PUBLIC LOGICAL LookupDialogOpenQuery


Returns LOGICAL
Top

PUBLIC CHARACTER LookupDialogQuerySort


Returns CHARACTER
Top

PUBLIC CHARACTER LookupDialogQueryString


Returns CHARACTER
Top

PUBLIC CHARACTER LookupEntityName


Returns CHARACTER
Top

PUBLIC CHARACTER LookupEntityTable


Returns CHARACTER
Top

PUBLIC CHARACTER LookupEntityView


Returns CHARACTER
Top

PUBLIC CHARACTER LookupKeyField


Returns CHARACTER
Top

PUBLIC Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter LookupSmartBusinessEntityAdapter


Returns Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter
Top

PUBLIC LOGICAL SearchPromptInSearchField

Inherited from Consultingwerk.SmartComponents.Support.SmartBusinessEntityLookupDialogDesigner

Returns LOGICAL
Top

PUBLIC CHARACTER TranslationScope


Returns CHARACTER


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