Namespace: Consultingwerk.Windows.Framework.Repository.Rendering
Class 
DynamicControlGroupLogic Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object
Implements: Consultingwerk.Windows.Framework.Repository.Rendering.IDynamicControlGroupLogic
ABSTRACT

File:DynamicControlGroupLogic
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Fri Sep 16 06:46:42 CEST 2022
Purpose: Returns the reference to the parent form
Notes:



Top Method Summary
Options Name Purpose
# Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter GetSmartBusinessEntityAdapterInstance (character) Returns an instance of a SmartBusinessEntityAdapter in the control group
# Consultingwerk.SmartComponents.Implementation.SmartDataBrowser GetSmartDataBrowserInstance (character) Returns an instance of a SmartDataBrowser in the control group
+ Consultingwerk.SmartComponents.Implementation.SmartPanelController GetSmartPanelControllerInstance (character) Returns an instance of a SmartPanelController in the control group
# Consultingwerk.SmartComponents.Implementation.SmartToolbarController GetSmartToolbarControllerInstance (character) Returns an instance of a SmartToolbarController in the control group
# Consultingwerk.SmartComponents.Base.SmartViewerControl GetSmartViewerControlInstance (character) Returns an instance of a SmartViewerControl in the control group
# Infragistics.Win.UltraWinTabControl.UltraTabControl GetUltraTabControlInstance (character) Returns an instance of a UltraTabControl in the control group
# Infragistics.Win.UltraWinToolbars.UltraToolbarsManager GetUltraToolbarsManagerInstance (character) Returns an instance of a UltraToolbarsManager in the form
+ Initialize () Initializes the DynamicControlGroup instance
+ Shutdown () Shuts down the DynamicControlGroup instance
# Consultingwerk.SmartComponents.Implementation.SmartDynamicFilterControl SmartDynamicFilterControlInstance (character) Returns an instance of a SmartDynamicFilterControl in the control group
+ A SubscribeEvents () Subscribes the events for an attached DynamicControlGroup instance
+ A UnsubscribeEvents () Unsubscribes the events for an attached DynamicControlGroup instance

Top Property Summary
Options Name Purpose
+ Consultingwerk.Windows.Framework.Repository.Rendering.DynamicForm DynamicForm
+ Consultingwerk.Windows.Framework.Repository.Rendering.DynamicControlGroup Owner
+ Consultingwerk.SmartComponents.Base.SmartWindowForm SmartWindowForm


Method Detail
Top

PROTECTED Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter GetSmartBusinessEntityAdapterInstance (character)

Purpose: Returns an instance of a SmartBusinessEntityAdapter in the control group
Notes: Strong typed variant of the DynamicControlGroup's GetInstance method

Parameters:
pcInstanceName CHARACTER
The name of the instance to retrieve
Returns Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter
The reference to the instance
Top

PROTECTED Consultingwerk.SmartComponents.Implementation.SmartDataBrowser GetSmartDataBrowserInstance (character)

Purpose: Returns an instance of a SmartDataBrowser in the control group
Notes: Strong typed variant of the DynamicControlGroup's GetInstance method

Parameters:
pcInstanceName CHARACTER
The name of the instance to retrieve
Returns Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
The reference to the instance
Top

PUBLIC Consultingwerk.SmartComponents.Implementation.SmartPanelController GetSmartPanelControllerInstance (character)

Purpose: Returns an instance of a SmartPanelController in the control group
Notes: Strong typed variant of the DynamicForm's GetInstance method

Parameters:
pcInstanceName CHARACTER
The name of the instance to retrieve
Returns Consultingwerk.SmartComponents.Implementation.SmartPanelController
The reference to the instance
Top

PROTECTED Consultingwerk.SmartComponents.Implementation.SmartToolbarController GetSmartToolbarControllerInstance (character)

Purpose: Returns an instance of a SmartToolbarController in the control group
Notes: Strong typed variant of the DynamicControlGroup's GetInstance method

Parameters:
pcInstanceName CHARACTER
The name of the instance to retrieve
Returns Consultingwerk.SmartComponents.Implementation.SmartToolbarController
The reference to the instance
Top

PROTECTED Consultingwerk.SmartComponents.Base.SmartViewerControl GetSmartViewerControlInstance (character)

Purpose: Returns an instance of a SmartViewerControl in the control group
Notes: Strong typed variant of the DynamicControlGroup's GetInstance method

Parameters:
pcInstanceName CHARACTER
The name of the instance to retrieve
Returns Consultingwerk.SmartComponents.Base.SmartViewerControl
The reference to the instance
Top

PROTECTED Infragistics.Win.UltraWinTabControl.UltraTabControl GetUltraTabControlInstance (character)

Purpose: Returns an instance of a UltraTabControl in the control group
Notes: Strong typed variant of the DynamicControlGroup's GetInstance method

Parameters:
pcInstanceName CHARACTER
The name of the instance to retrieve
Returns Infragistics.Win.UltraWinTabControl.UltraTabControl
The reference to the instance
Top

PROTECTED Infragistics.Win.UltraWinToolbars.UltraToolbarsManager GetUltraToolbarsManagerInstance (character)

Purpose: Returns an instance of a UltraToolbarsManager in the form
Notes: Strong typed variant of the DynamicForm's GetInstance method
Returns a SmartPanelControllers UltraToolbarsManager or a
SmartToolbarControllers UltraToolbarsManager reference

Parameters:
pcInstanceName CHARACTER
The name of the instance to retrieve
Returns Infragistics.Win.UltraWinToolbars.UltraToolbarsManager
The reference to the instance
Top

PUBLIC Initialize ()

Purpose: Initializes the DynamicControlGroup instance
Notes:

Top

PUBLIC Shutdown ()

Purpose: Shuts down the DynamicControlGroup instance
Notes:

Top

PROTECTED Consultingwerk.SmartComponents.Implementation.SmartDynamicFilterControl SmartDynamicFilterControlInstance (character)

Purpose: Returns an instance of a SmartDynamicFilterControl in the control group
Notes: Strong typed variant of the DynamicForm's GetInstance method

Parameters:
pcInstanceName CHARACTER
The name of the instance to retrieve
Returns Consultingwerk.SmartComponents.Implementation.SmartDynamicFilterControl
The reference to the instance
Top

PUBLIC SubscribeEvents ()

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

Top

PUBLIC UnsubscribeEvents ()

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



Property Detail
Top

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


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

PUBLIC Consultingwerk.Windows.Framework.Repository.Rendering.DynamicControlGroup Owner


Returns Consultingwerk.Windows.Framework.Repository.Rendering.DynamicControlGroup
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 06:22:06