|
Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
Options | Name | Purpose | |
---|---|---|---|
+ | ActivateLinks (Control) |
Activates the Links between the active control and the
SmartToolbarController |
|
+ | LOGICAL AnyControlInModifyingState () |
Returns if any control is in Modifying State |
|
# | LOGICAL CheckForPendingTransactions () |
Checks for pending transactions in a SmartBusinessEntityAdapter
in the Form or UserControl in the Form |
|
# | FilterSmartBusinessEntityAdapter (Component>, Component>) |
Adds all SmartBusinessEntityAdapter instances (based on the ISmartCommitTarget
interface) from the Source list to the Target list |
|
+ | FormClosingHandler (FormClosingEventArgs) |
Delegate for the FormClosing event handler |
|
# | GetAllSmartBusinessEntityAdapterInControls (Control+ControlCollection, Component>) |
Loops recursively through Controls and Child-Controls and adds all
SmartBusinessEntityAdapter instances to the target list |
|
+ | 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 |
|
+ | InitializeFrameworkBootstrap () |
Initializes the Framework Bootstrap |
|
# | KeyDownHandler (Object, KeyEventArgs) |
Event handler for the KeyDown event of the Form |
|
+ | LoadHandler () |
Delegate for the Load event handler |
|
+ | Consultingwerk.Framework.Enum.DialogResultEnum PromptForSaveOfPendingChangesOnClose () |
Shows the Prompt to save pending transactions to the backend while
closing the Form |
|
# | LOGICAL RecurseAnyControlInModifyingState (Control) |
Returns if any control is in Modifying State |
|
+ | 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 |
|
+ | RemoveDataLinks () |
Removes Data links from all contained SmartDataTargets when the Form
is closed |
|
# | ShowFieldInfo (Control) |
Shows the field info |
Options | Name | Purpose | |
---|---|---|---|
+ | SmartWindowFormController (ISmartWindowForm) |
Constructor for the SmartWindowFormController class |
Options | Name | Purpose | |
---|---|---|---|
+ | CHARACTER FieldInfoShortCutKey |
|
|
+ | Consultingwerk.SmartComponents.Interfaces.ISmartWindowForm Form |
|
|
+ | System.Collections.Generic.List <System.Type> MapEnterKeyControlTypeList |
|
|
+ | LOGICAL MapEnterKeyToTab |
|
Top
PUBLIC ActivateLinks (Control)
|
||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC LOGICAL AnyControlInModifyingState ()
|
||||||||||||||||||||||||||||||||
PROTECTED LOGICAL CheckForPendingTransactions ()
|
||||||||||||||||||||||||||||||||
PROTECTED FilterSmartBusinessEntityAdapter (Component>, Component>)
|
||||||||||||||||||||||||||||||||
PUBLIC FormClosingHandler (FormClosingEventArgs)
|
||||||||||||||||||||||||||||||||
PROTECTED GetAllSmartBusinessEntityAdapterInControls (Control+ControlCollection, Component>)
|
||||||||||||||||||||||||||||||||
PUBLIC Consultingwerk.SmartComponents.Base.ListSmartDataAdapter GetLinkedDataAdapters ()
|
||||||||||||||||||||||||||||||||
PUBLIC Consultingwerk.SmartComponents.Base.ListSmartDataAdapter GetLinkedDataAdapters (SmartDataAdapter)
|
||||||||||||||||||||||||||||||||
PUBLIC GetLinkedDataAdapters (SmartDataAdapter, ListSmartDataAdapter)
|
||||||||||||||||||||||||||||||||
PUBLIC InitializeFrameworkBootstrap ()
|
||||||||||||||||||||||||||||||||
PROTECTED KeyDownHandler (Object, KeyEventArgs)
|
||||||||||||||||||||||||||||||||
PUBLIC LoadHandler ()
|
||||||||||||||||||||||||||||||||
PUBLIC Consultingwerk.Framework.Enum.DialogResultEnum PromptForSaveOfPendingChangesOnClose ()
|
||||||||||||||||||||||||||||||||
PROTECTED LOGICAL RecurseAnyControlInModifyingState (Control)
|
||||||||||||||||||||||||||||||||
PUBLIC LOGICAL RecurseCheckIsOkToClose (Control+ControlCollection, logical, CloseReason)
|
||||||||||||||||||||||||||||||||
PUBLIC LOGICAL RecurseSaveChangesOnDeactivateForm (Control+ControlCollection, logical)
|
||||||||||||||||||||||||||||||||
PUBLIC RemoveDataLinks ()
|
||||||||||||||||||||||||||||||||
PROTECTED ShowFieldInfo (Control)
|
PUBLIC SmartWindowFormController (ISmartWindowForm)
|
---|
PUBLIC CHARACTER FieldInfoShortCutKey
|
|||||||||
---|---|---|---|---|---|---|---|---|---|
PUBLIC Consultingwerk.SmartComponents.Interfaces.ISmartWindowForm Form
|
|||||||||
PUBLIC System.Collections.Generic.List <System.Type> MapEnterKeyControlTypeList
|
|||||||||
PUBLIC LOGICAL MapEnterKeyToTab
|