Top Method Summary
Options Name Purpose
- GenericBeforeEnableFieldsHandler (Object, CancelableEventArgs) Generic event handler for the BeforeEnableFields event
- GenericCurrentChangedHandler (Object, EventArgs) Generic event handler for the CurrentChanged event
- GenericDefaultActionHandler (Object, EventArgs) Generic event handler for the DefaultAction event
- GenericInitializingHandler (Object, EventArgs) Generic event handler for the Initializing event
+ Initialize () Initializes the SmartDataBrowserLogic instance
+ RegisterSmartDataBrowser (SmartDataBrowser) Handshake method for SmartDataBrowser instances
+ Shutdown () Shuts down the SmartDataBrowserLogic instance
+ SubscribeControlEventHandler (Control, character, character) Subscribes a Control to an Event Handler in the Viewer Logic Class
+ A SubscribeEvents () Subscribes the events for an attached grid instance
+ A UnsubscribeEvents () Unsubscribes the events for an attached grid instance

Top Constructor Summary
Options Name Purpose
+ SmartDataBrowserLogic () Constructor for the SmartDataBrowserLogic class

Top Property Summary
Options Name Purpose
+ Consultingwerk.Windows.Framework.Repository.Rendering.DynamicForm DynamicForm
+ Consultingwerk.SmartComponents.Implementation.SmartDataBrowser Owner
+ Consultingwerk.SmartComponents.Implementation.ListSmartDataBrowser SmartDataBrowsers
+ Consultingwerk.SmartComponents.Interfaces.ISmartDataSource SmartDataSource
+ Consultingwerk.SmartComponents.Interfaces.ISmartTableIOSource SmartTableIOSource
+ Consultingwerk.SmartComponents.Base.SmartWindowForm SmartWindowForm


Method Detail
Top

PRIVATE GenericBeforeEnableFieldsHandler (Object, CancelableEventArgs)

Purpose: Generic event handler for the BeforeEnableFields event
Notes:

Parameters:
sender Progress.Lang.Object
The reference to the object that raised the event
e Consultingwerk.CancelableEventArgs
The CancelableEventArgs with the data for this event
Top

PRIVATE GenericCurrentChangedHandler (Object, EventArgs)

Purpose: Generic event handler for the CurrentChanged event
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

PRIVATE GenericDefaultActionHandler (Object, EventArgs)

Purpose: Generic event handler for the DefaultAction event
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

PRIVATE GenericInitializingHandler (Object, EventArgs)

Purpose: Generic event handler for the Initializing event
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 Initialize ()

Purpose: Initializes the SmartDataBrowserLogic instance
Notes:

Top

PUBLIC RegisterSmartDataBrowser (SmartDataBrowser)

Purpose: Handshake method for SmartDataBrowser instances
Notes:

Parameters:
poSmartDataBrowser Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
The SmartDataBrowser instance this logic class will provide logic for
Top

PUBLIC Shutdown ()

Purpose: Shuts down the SmartDataBrowserLogic instance
Notes:

Top

PUBLIC SubscribeControlEventHandler (Control, character, character)

Purpose: Subscribes a Control to an Event Handler in the Viewer Logic Class
Notes: The event handler method needs to be PROTECTED in the Viewer Logic Class

Parameters:
poControl System.Windows.Forms.Control
The Control contained in the Viewer
pcEventName CHARACTER
The name of the event to subscribe
pcHandlerName CHARACTER
The name of the control event handler method
Top

PUBLIC SubscribeEvents ()

Purpose: Subscribes the events for an attached grid instance
Notes: This method needs to be implemented by the SmartDataBrowser Logic class and
is supposed to subscribe to control events

Top

PUBLIC UnsubscribeEvents ()

Purpose: Unsubscribes the events for an attached grid instance
Notes: This method needs to be implemented by the SmartDataBrowser Logic class and
is supposed to unsubscribe from control events



Constructor Detail
Top

PUBLIC SmartDataBrowserLogic ()

Purpose: Constructor for the SmartDataBrowserLogic class
Notes:



Property Detail
Top

PUBLIC Consultingwerk.Windows.Framework.Repository.Rendering.DynamicForm DynamicForm


Returns Consultingwerk.Windows.Framework.Repository.Rendering.DynamicForm
Top

PUBLIC Consultingwerk.SmartComponents.Implementation.SmartDataBrowser Owner


Returns Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
Top

PUBLIC Consultingwerk.SmartComponents.Implementation.ListSmartDataBrowser SmartDataBrowsers


Returns Consultingwerk.SmartComponents.Implementation.ListSmartDataBrowser
Top

PUBLIC Consultingwerk.SmartComponents.Interfaces.ISmartDataSource SmartDataSource


Returns Consultingwerk.SmartComponents.Interfaces.ISmartDataSource
Top

PUBLIC Consultingwerk.SmartComponents.Interfaces.ISmartTableIOSource SmartTableIOSource


Returns Consultingwerk.SmartComponents.Interfaces.ISmartTableIOSource
Top

PUBLIC Consultingwerk.SmartComponents.Base.SmartWindowForm SmartWindowForm


Returns Consultingwerk.SmartComponents.Base.SmartWindowForm


©2006-2025 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       22.04.2025 11:20:37