Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
| Options | Name | Purpose | |
|---|---|---|---|
| ActivateDataSources (character, character) |
Activates data sources of the given tab page |
||
| ActivateExportLink (integer) |
Activates Export links of the given tab page |
||
| ActivateLinks (integer) |
Activates links of the given tab page |
||
| ActivateNavigationLink (integer) |
Activates Navigation links of the given tab page |
||
| ActivateTableIoLink (integer) |
Activates TableIO links of the given tab page |
||
| AddDataSourceToTab (character, UltraTab, character) |
Adds a data source to a tab |
||
| ClearRibbon () |
Clears the Ribbon |
||
| DoFormAction (character) |
Executes the Form Action |
||
| System.Collections.Generic.List <Progress.Windows.Form> FindDynamicFormInstances (character) |
Returns a list of DynamicForms of the given object master |
||
| GetActiveTabPages (character, character) |
Returns the active tab pages |
||
| System.ComponentModel.Component GetInstance (character) |
Returns the reference to the instance with the provided name |
||
| System.Collections.Generic.List <System.ComponentModel.Component> GetInstances (integer, Class) |
Returns a List of components of the given type on the given page |
||
| Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter GetSmartBusinessEntityAdapterInstance (character) |
Returns the reference to the instance with the provided name as a SmartBusinessEntityAdapter |
||
| Consultingwerk.SmartComponents.Implementation.SmartDataBrowser GetSmartDataBrowserInstance (character) |
Returns the reference to the instance with the provided name as a SmartDataBrowser |
||
| Consultingwerk.SmartComponents.Base.SmartDatasetAdapter GetSmartDatasetAdapterInstance (character) |
Returns the reference to the instance with the provided name as a SmartDatasetAdapter |
||
| Consultingwerk.SmartComponents.Implementation.SmartPanelController GetSmartPanelControllerByPage (character) |
Returns the SmartPanelController for the given page if it exists |
||
| Consultingwerk.SmartComponents.Implementation.SmartPanelController GetSmartPanelControllerByPage (integer) |
Returns the SmartPanelController for the given page if it exists |
||
| Consultingwerk.SmartComponents.Implementation.SmartToolbarController GetSmartToolbarControllerInstance (character) |
Returns the reference to the instance with the provided name as a SmartToolbarController |
||
| Consultingwerk.SmartComponents.Base.SmartViewerControl GetSmartViewerControlInstance (character) |
Returns the reference to the instance with the provided name as a SmartViewerControl |
||
| Infragistics.Win.UltraWinStatusBar.UltraStatusBar GetUltraStatusBarInstance (character) |
Returns the reference to the instance with the provided name as a UltraStatusBar |
||
| Infragistics.Win.UltraWinTabControl.UltraTabControl GetUltraTabControlInstance (character) |
Returns the reference to the instance with the provided name as a UltraTabControl |
||
| InitializeComponent () |
|
||
| Infragistics.Win.UltraWinDock.UltraDockManager InitializeDockManager () |
Initializes the UltraDockManager instance |
||
| InitializeTabFolderEvents (UltraTabControl) |
Initializes the Tab Folder event handler |
||
| LOGICAL IsGrid (Object) |
Returns if the provided object is a grid |
||
| LOGICAL IsOkToClose (logical, CloseReason) |
Check if it is ok to close the parent form.
Returns TRUE when the form can be closed. Otherwise returns FALSE.
Enforced by the Interface ICheckOkToClose. |
||
| LOGICAL IsTabFolder (Object) |
Returns if the provided object is a tab folder |
||
| KeyDownHandler (Object, KeyEventArgs) |
Event handler for the KeyDown event of the Form |
||
| Consultingwerk.Windows.Framework.Repository.Rendering.Form.IHelpRegistry NewHelpRegistry () |
Factory method for IHelpRegistry instance |
||
| OnFormClosed (FormClosedEventArgs) |
Raises the FormClosed event |
||
| OnFormClosing (FormClosingEventArgs) |
Raises the FormClosing Event |
||
| OnLoad (EventArgs) |
Raises the Load event |
||
| OnPageInitializing (PageInitializingEventArgs) |
Raises the PageInitializing event |
||
| OnShown (EventArgs) |
Raises the Shown event |
||
| OpenDetailFormHandler (Object, OpenDetailFormEventArgs) |
Event handler for the OpenDetailForm of a Grid |
||
| LOGICAL OpenHelpPage () |
Opens the Help Page for the currently focussed Control |
||
| ReceiveInstances (table) |
Receives a copy of the temp-table with the rendered instances |
||
| RegisterDataSourceForPageActivation (SmartDataAdapter, character) |
Registers Data-Sources for activation on a tab page |
||
| RegisterHelp (Object, handle) |
Registers Help URL and/or Help Text for a Control or Component in the Form |
||
| RegisterPage (character, integer, character, character) |
Registers a page with the DynamicForm |
||
| RegisterTabFolder (UltraTabControl, character, character) |
Registers a TabFolder with the DynamicForm |
||
| RenderRuntimeRepositoryDeveloperMenu () |
Renders the developer runtime repository menu if available |
||
| SelectedPageChangedHandler (Object, TabEventArgs) |
Event handler for the SelectedPageChangedHandler event |
||
| SelectedPageChangingHandler (Object, SelectedTabChangingEventArgs) |
Event handler for the SelectedPageChangingHandler event |
| Options | Name | Purpose | |
|---|---|---|---|
| DynamicForm () |
Constructor of the DynamicForm class |
||
| DynamicForm (character, character) |
Constructor of the DynamicForm class |
| Options | Name | Purpose | |
|---|---|---|---|
| PageInitializing (Object, PageInitializingEventArgs) |
Raised when a page is initialized, i.e. before it's shown for the
first time |
| Options | Name | Purpose | |
|---|---|---|---|
| LOGICAL AutomaticExportLinks |
|
||
| LOGICAL AutomaticNavigationLinks |
|
||
| LOGICAL AutomaticTableIoLinks |
|
||
| CHARACTER CharacterParameterValue |
|
||
| System.ComponentModel.IContainer ComponentContainer |
|
||
| Infragistics.Win.UltraWinDock.UltraDockManager DockManager |
|
||
| Infragistics.Win.Misc.UltraPanel FillPanel |
|
||
| RAW FormHash |
|
||
| Consultingwerk.Windows.Framework.Repository.Rendering.Form.IHelpRegistry HelpRegistry |
|
||
| CHARACTER IconFileName |
|
||
| CHARACTER IconFileNameWeb |
|
||
| CHARACTER ObjectMasterName |
|
||
| LOGICAL StoreDockManagerSettings |
|
||
| Consultingwerk.SmartComponents.Implementation.SmartToolbarController ToolbarController |
|
|
Top
ActivateDataSources (character, character)
|
||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ActivateExportLink (integer)
|
||||||||||||||||||||||||||||||
ActivateLinks (integer)
|
||||||||||||||||||||||||||||||
ActivateNavigationLink (integer)
|
||||||||||||||||||||||||||||||
ActivateTableIoLink (integer)
|
||||||||||||||||||||||||||||||
AddDataSourceToTab (character, UltraTab, character)
|
||||||||||||||||||||||||||||||
ClearRibbon ()
|
||||||||||||||||||||||||||||||
DoFormAction (character)
|
||||||||||||||||||||||||||||||
System.Collections.Generic.List <Progress.Windows.Form> FindDynamicFormInstances (character)
|
||||||||||||||||||||||||||||||
GetActiveTabPages (character, character)
|
||||||||||||||||||||||||||||||
System.ComponentModel.Component GetInstance (character)
|
||||||||||||||||||||||||||||||
System.Collections.Generic.List <System.ComponentModel.Component> GetInstances (integer, Class)
|
||||||||||||||||||||||||||||||
Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter GetSmartBusinessEntityAdapterInstance (character)
|
||||||||||||||||||||||||||||||
Consultingwerk.SmartComponents.Implementation.SmartDataBrowser GetSmartDataBrowserInstance (character)
|
||||||||||||||||||||||||||||||
Consultingwerk.SmartComponents.Base.SmartDatasetAdapter GetSmartDatasetAdapterInstance (character)
|
||||||||||||||||||||||||||||||
Consultingwerk.SmartComponents.Implementation.SmartPanelController GetSmartPanelControllerByPage (character)
|
||||||||||||||||||||||||||||||
Consultingwerk.SmartComponents.Implementation.SmartPanelController GetSmartPanelControllerByPage (integer)
|
||||||||||||||||||||||||||||||
Consultingwerk.SmartComponents.Implementation.SmartToolbarController GetSmartToolbarControllerInstance (character)
|
||||||||||||||||||||||||||||||
Consultingwerk.SmartComponents.Base.SmartViewerControl GetSmartViewerControlInstance (character)
|
||||||||||||||||||||||||||||||
Infragistics.Win.UltraWinStatusBar.UltraStatusBar GetUltraStatusBarInstance (character)
|
||||||||||||||||||||||||||||||
Infragistics.Win.UltraWinTabControl.UltraTabControl GetUltraTabControlInstance (character)
|
||||||||||||||||||||||||||||||
InitializeComponent ()
|
||||||||||||||||||||||||||||||
Infragistics.Win.UltraWinDock.UltraDockManager InitializeDockManager ()
|
||||||||||||||||||||||||||||||
InitializeTabFolderEvents (UltraTabControl)
|
||||||||||||||||||||||||||||||
LOGICAL IsGrid (Object)
|
||||||||||||||||||||||||||||||
LOGICAL IsOkToClose (logical, CloseReason)
|
||||||||||||||||||||||||||||||
LOGICAL IsTabFolder (Object)
|
||||||||||||||||||||||||||||||
KeyDownHandler (Object, KeyEventArgs)
|
||||||||||||||||||||||||||||||
Consultingwerk.Windows.Framework.Repository.Rendering.Form.IHelpRegistry NewHelpRegistry ()
|
||||||||||||||||||||||||||||||
OnFormClosed (FormClosedEventArgs)
|
||||||||||||||||||||||||||||||
OnFormClosing (FormClosingEventArgs)
|
||||||||||||||||||||||||||||||
OnLoad (EventArgs)
|
||||||||||||||||||||||||||||||
OnPageInitializing (PageInitializingEventArgs)
|
||||||||||||||||||||||||||||||
OnShown (EventArgs)
|
||||||||||||||||||||||||||||||
OpenDetailFormHandler (Object, OpenDetailFormEventArgs)
|
||||||||||||||||||||||||||||||
LOGICAL OpenHelpPage ()
|
||||||||||||||||||||||||||||||
ReceiveInstances (table)
|
||||||||||||||||||||||||||||||
RegisterDataSourceForPageActivation (SmartDataAdapter, character)
|
||||||||||||||||||||||||||||||
RegisterHelp (Object, handle)
|
||||||||||||||||||||||||||||||
RegisterPage (character, integer, character, character)
|
||||||||||||||||||||||||||||||
RegisterTabFolder (UltraTabControl, character, character)
|
||||||||||||||||||||||||||||||
RenderRuntimeRepositoryDeveloperMenu ()
|
||||||||||||||||||||||||||||||
SelectedPageChangedHandler (Object, TabEventArgs)
|
||||||||||||||||||||||||||||||
SelectedPageChangingHandler (Object, SelectedTabChangingEventArgs)
|
||||||||||||||||||||||||||||||
DynamicForm ()
|
||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
DynamicForm (character, character)
|
||||||||||||||||||||
PageInitializing (Object, PageInitializingEventArgs)
|
||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
LOGICAL AutomaticExportLinks
|
|||||||||
|---|---|---|---|---|---|---|---|---|---|
LOGICAL AutomaticNavigationLinks
|
|||||||||
LOGICAL AutomaticTableIoLinks
|
|||||||||
CHARACTER CharacterParameterValue
|
|||||||||
System.ComponentModel.IContainer ComponentContainer
|
|||||||||
Infragistics.Win.UltraWinDock.UltraDockManager DockManager
|
|||||||||
Infragistics.Win.Misc.UltraPanel FillPanel
|
|||||||||
RAW FormHash
|
|||||||||
Consultingwerk.Windows.Framework.Repository.Rendering.Form.IHelpRegistry HelpRegistry
|
|||||||||
CHARACTER IconFileName
|
|||||||||
CHARACTER IconFileNameWeb
|
|||||||||
CHARACTER ObjectMasterName
|
|||||||||
LOGICAL StoreDockManagerSettings
|
|||||||||
Consultingwerk.SmartComponents.Implementation.SmartToolbarController ToolbarController
|
|||||||||
Temp-Table ttInstancesDefined in: |