Namespace: Consultingwerk.SmartComponents.Base
Class 
SmartDataBrowserLogic Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object
Implements: Consultingwerk.SmartComponents.Interfaces.ISmartDataBrowserLogic
ABSTRACT

File:SmartDataBrowserLogic
Purpose:Base class for classes that provide client side logic
for SmartDataBrowser instances
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Sat Aug 13 05:45:12 CEST 2022
Purpose: Returns the reference to the parent form
Notes:



Top Method Summary
Options Name Purpose
+ Initialize () Initializes the SmartDataBrowserLogic instance
+ RegisterSmartDataBrowser (SmartDataBrowser) Handshake method for SmartDataBrowser instances
+ Shutdown () Shuts down the SmartDataBrowserLogic instance
+ 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

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 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-2023 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       15.04.2024 05:53:34