Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
| Options | Name | Purpose | |
|---|---|---|---|
| ActivateLinks (Control) |
Activates the Links between the active control and the
SmartToolbarController |
||
| ActivateSmartControl (Control) |
Marks a SmartViewerControl or SmartBrowserControl as Active |
||
| ChildSmartTableIOStateChangedHandler (Object, SmartTableIOStateChangedEventArgs) |
Event handler for the SmartTableIOStateChanged event of the contained
SmartViewer and SmartUpdatableBrowser instances |
||
| DeactivateHandler (Object, EventArgs) |
Event handler for the Deactivate event |
||
| DeactivateTimerTick (Object, EventArgs) |
Handles the Tick of the Deactivate Timer component |
||
| DisablePagesInFolder (character) |
Disables a list of pages |
||
| DisplayDirtyState () |
Displays the DirtyState in the Window Title |
||
| EnableDisablePagesInFolder (character, logical) |
Enables or Disables a list of pages |
||
| EnablePagesInFolder (character) |
Enables a list of pages |
||
| Consultingwerk.SmartComponents.Base.ListSmartDataAdapter GetLinkedDataAdapters () |
Returns a List of Data Adapter instances in the Form |
||
| Consultingwerk.SmartComponents.Base.ListSmartDataAdapter GetLinkedDataAdapters (SmartDataAdapter) |
Returns a List of Data Adapter instances in the Form |
||
| GetLinkedDataAdapters (SmartDataAdapter, ListSmartDataAdapter) |
Add linked SmartDataAdapter instances to a List |
||
| Consultingwerk.SmartComponents.Interfaces.ISmartToolbarControl GetToolbar () |
Returns the reference to the ISmartToolbarControl of the ISmartWindowForm |
||
| InitializeFormLogicObject () |
Initializes the Form Logic Object |
||
| LockForm () |
Locks the Form |
||
| LockForm (Form) |
Locks the Form |
||
| OnActiveSmartControlChanged (EventArgs) |
Raises the ActiveSmartControlChanged event |
||
| OnDirtyStateChanged (EventArgs) |
Raises the DirtyStateChanged |
||
| OnExternalDataSourceChanged (EventArgs) |
Raises the ExternalDataSourceChanged event |
||
| OnExternalNavigationTargetChanged (EventArgs) |
Raises the OnExternalNavigationTargetChanged |
||
| OnFormClosed (FormClosedEventArgs) |
Raises the FormClosed event |
||
| OnFormClosing (FormClosingEventArgs) |
Checks whether it is ok to close the form. If not the FormClosing
process is canceled. |
||
| OnGenericEvent (EventArgs) |
Raises the GenericEvent |
||
| OnLoad (EventArgs) |
Raises the Load event |
||
| OnPrimaryDataSourceChanged (EventArgs) |
Raises the PrimaryDataSourceChanged event |
||
| OnPrimaryDataTargetChanged (EventArgs) |
Raises the PrimaryDataTargetChanged event |
||
| OnPrimaryNavigationSourceChanged (EventArgs) |
Raises the PrimaryNavigationSourceChanged |
||
| OnShown (EventArgs) |
Raises the Shown event |
||
| OnSmartToolbarControllerChanged () |
Internal event handler |
||
| Consultingwerk.Framework.Enum.DialogResultEnum PromptForSaveOfPendingChangesOnClose () |
Shows the Prompt to save pending transactions to the backend while
closing the Form |
||
| RaiseGenericEvent (EventArgs) |
Raises the Generic Event |
||
| LOGICAL RaiseToolbarAction (Object, ToolClickEventArgs, character) |
Executes a Toolbar Action |
||
| LOGICAL RecurseCheckIsOkToClose (Control+ControlCollection, logical, CloseReason) |
Recursively ask all Controls implementing the ICheckOkToClose Interface
whether it is ok to close the form. |
||
| LOGICAL RecurseSaveChangesOnDeactivateForm (Control+ControlCollection, logical) |
Recursively checks all contained controls to save changes on
Deactivate of the Form |
||
| RecurseSubscribeDirtyStateEvents (Control) |
Subscribes to the SmartTableIOStateChanged events of Viewers
and SmartUpdatableBrowsers |
||
| RegisterToolbarButtonHandler (UltraToolbarsManager, character, character, character) |
Registers a handler for the ToolClick event of a specific button |
||
| RegisterToolbarButtonMenuFunction (UltraToolbarsManager, character, character, character) |
Registers a handler for the ToolClick event of a specific button |
||
| SetDesignerProperties () |
Sets Properties to customize Visual Designer behavior |
||
| SmartWindowFormToolClickHandler (Object, ToolClickEventArgs) |
Event handler for the ToolClick event |
||
| SubscribeDirtyStateEvents () |
Subscribes to the SmartTableIOStateChanged events of Viewers
and SmartUpdatableBrowsers |
| Options | Name | Purpose | |
|---|---|---|---|
| SmartWindowForm () |
Constructor for the SmartWindowForm class |
| Options | Name | Purpose | |
|---|---|---|---|
| ActiveSmartControlChanged DELEGATE System.EventHandler |
Raised whenever the ActiveSmartSmartControl property has changed |
||
| DirtyStateChanged (Object, EventArgs) |
Raised when the DirtyState of the Window has changes |
||
| ExternalDataSourceChanged DELEGATE System.EventHandler |
Raised when the ExternalDataSource property changes |
||
| ExternalNavigationTargetChanged (Object, EventArgs) |
Raised when the ExternalNavigationSource property changes |
||
| GenericEvent (Object, EventArgs) |
Raised from custom logic |
||
| PrimaryDataSourceChanged DELEGATE System.EventHandler |
Raised when the PrimaryDataSource property changes |
||
| PrimaryDataTargetChanged DELEGATE System.EventHandler |
Raised when the PrimaryDataTarget property changes |
||
| PrimaryNavigationSourceChanged (Object, EventArgs) |
Raised when the PrimaryNavigationSource property changes |
| Options | Name | Purpose | |
|---|---|---|---|
| System.Windows.Forms.Control ActiveSmartControl |
|
||
| LOGICAL DirtyState |
|
||
| Consultingwerk.SmartComponents.Interfaces.ISmartDataSource ExternalDataSource |
|
||
| Consultingwerk.SmartComponents.Interfaces.ISmartNavigationTarget ExternalNavigationTarget |
|
||
| CHARACTER FormAction |
|
||
| CHARACTER FormLogicClass |
|
||
| Consultingwerk.SmartComponents.Interfaces.ISmartFormLogic FormLogicObject |
|
||
| Consultingwerk.SmartComponents.Interfaces.Design.IDesignDataSource PrimaryDataSource |
|
||
| Consultingwerk.SmartComponents.Interfaces.Design.IDesignDataTarget PrimaryDataTarget |
|
||
| Consultingwerk.SmartComponents.Interfaces.Design.IDesignNavigationSource PrimaryNavigationSource |
|
||
| LOGICAL PromptForSaveOnApplicationLeave |
|
||
| LOGICAL PromptForSaveOnFormDeactivate |
|
||
| Consultingwerk.SmartComponents.Interfaces.ISmartToolbarSource SmartToolbarSource |
|
||
| Consultingwerk.SmartComponents.Base.SmartWindowFormController SmartWindowFormController |
|
||
| LOGICAL SupportsDirtyState |
|
|
Top
ActivateLinks (Control)
|
||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ActivateSmartControl (Control)
|
||||||||||||||||||||||||||||||||
ChildSmartTableIOStateChangedHandler (Object, SmartTableIOStateChangedEventArgs)
|
||||||||||||||||||||||||||||||||
DeactivateHandler (Object, EventArgs)
|
||||||||||||||||||||||||||||||||
DeactivateTimerTick (Object, EventArgs)
|
||||||||||||||||||||||||||||||||
DisablePagesInFolder (character)
|
||||||||||||||||||||||||||||||||
DisplayDirtyState ()
|
||||||||||||||||||||||||||||||||
EnableDisablePagesInFolder (character, logical)
|
||||||||||||||||||||||||||||||||
EnablePagesInFolder (character)
|
||||||||||||||||||||||||||||||||
Consultingwerk.SmartComponents.Base.ListSmartDataAdapter GetLinkedDataAdapters ()
|
||||||||||||||||||||||||||||||||
Consultingwerk.SmartComponents.Base.ListSmartDataAdapter GetLinkedDataAdapters (SmartDataAdapter)
|
||||||||||||||||||||||||||||||||
GetLinkedDataAdapters (SmartDataAdapter, ListSmartDataAdapter)
|
||||||||||||||||||||||||||||||||
Consultingwerk.SmartComponents.Interfaces.ISmartToolbarControl GetToolbar ()
|
||||||||||||||||||||||||||||||||
InitializeFormLogicObject ()
|
||||||||||||||||||||||||||||||||
LockForm ()
|
||||||||||||||||||||||||||||||||
LockForm (Form)
|
||||||||||||||||||||||||||||||||
OnActiveSmartControlChanged (EventArgs)
|
||||||||||||||||||||||||||||||||
OnDirtyStateChanged (EventArgs)
|
||||||||||||||||||||||||||||||||
OnExternalDataSourceChanged (EventArgs)
|
||||||||||||||||||||||||||||||||
OnExternalNavigationTargetChanged (EventArgs)
|
||||||||||||||||||||||||||||||||
OnFormClosed (FormClosedEventArgs)
|
||||||||||||||||||||||||||||||||
OnFormClosing (FormClosingEventArgs)
|
||||||||||||||||||||||||||||||||
OnGenericEvent (EventArgs)
|
||||||||||||||||||||||||||||||||
OnLoad (EventArgs)
|
||||||||||||||||||||||||||||||||
OnPrimaryDataSourceChanged (EventArgs)
|
||||||||||||||||||||||||||||||||
OnPrimaryDataTargetChanged (EventArgs)
|
||||||||||||||||||||||||||||||||
OnPrimaryNavigationSourceChanged (EventArgs)
|
||||||||||||||||||||||||||||||||
OnShown (EventArgs)
|
||||||||||||||||||||||||||||||||
OnSmartToolbarControllerChanged ()
|
||||||||||||||||||||||||||||||||
Consultingwerk.Framework.Enum.DialogResultEnum PromptForSaveOfPendingChangesOnClose ()
|
||||||||||||||||||||||||||||||||
RaiseGenericEvent (EventArgs)
|
||||||||||||||||||||||||||||||||
LOGICAL RaiseToolbarAction (Object, ToolClickEventArgs, character)
|
||||||||||||||||||||||||||||||||
LOGICAL RecurseCheckIsOkToClose (Control+ControlCollection, logical, CloseReason)
|
||||||||||||||||||||||||||||||||
LOGICAL RecurseSaveChangesOnDeactivateForm (Control+ControlCollection, logical)
|
||||||||||||||||||||||||||||||||
RecurseSubscribeDirtyStateEvents (Control)
|
||||||||||||||||||||||||||||||||
RegisterToolbarButtonHandler (UltraToolbarsManager, character, character, character)
|
||||||||||||||||||||||||||||||||
RegisterToolbarButtonMenuFunction (UltraToolbarsManager, character, character, character)
|
||||||||||||||||||||||||||||||||
SetDesignerProperties ()
|
||||||||||||||||||||||||||||||||
SmartWindowFormToolClickHandler (Object, ToolClickEventArgs)
|
||||||||||||||||||||||||||||||||
SubscribeDirtyStateEvents ()
|
||||||||||||||||||||||||||||||||
SmartWindowForm ()
|
||||||||
|---|---|---|---|---|---|---|---|---|
ActiveSmartControlChanged DELEGATE System.EventHandler
|
||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
DirtyStateChanged (Object, EventArgs)
|
||||||||||||||||||||
ExternalDataSourceChanged DELEGATE System.EventHandler
|
||||||||||||||||||||
ExternalNavigationTargetChanged (Object, EventArgs)
|
||||||||||||||||||||
GenericEvent (Object, EventArgs)
|
||||||||||||||||||||
PrimaryDataSourceChanged DELEGATE System.EventHandler
|
||||||||||||||||||||
PrimaryDataTargetChanged DELEGATE System.EventHandler
|
||||||||||||||||||||
PrimaryNavigationSourceChanged (Object, EventArgs)
|
||||||||||||||||||||
System.Windows.Forms.Control ActiveSmartControl
|
|||||||||
|---|---|---|---|---|---|---|---|---|---|
LOGICAL DirtyState
|
|||||||||
Consultingwerk.SmartComponents.Interfaces.ISmartDataSource ExternalDataSource
|
|||||||||
Consultingwerk.SmartComponents.Interfaces.ISmartNavigationTarget ExternalNavigationTarget
|
|||||||||
CHARACTER FormAction
|
|||||||||
CHARACTER FormLogicClass
|
|||||||||
Consultingwerk.SmartComponents.Interfaces.ISmartFormLogic FormLogicObject
|
|||||||||
Consultingwerk.SmartComponents.Interfaces.Design.IDesignDataSource PrimaryDataSource
|
|||||||||
Consultingwerk.SmartComponents.Interfaces.Design.IDesignDataTarget PrimaryDataTarget
|
|||||||||
Consultingwerk.SmartComponents.Interfaces.Design.IDesignNavigationSource PrimaryNavigationSource
|
|||||||||
LOGICAL PromptForSaveOnApplicationLeave
|
|||||||||
LOGICAL PromptForSaveOnFormDeactivate
|
|||||||||
Consultingwerk.SmartComponents.Interfaces.ISmartToolbarSource SmartToolbarSource
|
|||||||||
Consultingwerk.SmartComponents.Base.SmartWindowFormController SmartWindowFormController
|
|||||||||
LOGICAL SupportsDirtyState
|
|||||||||