Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
Options | Name | Purpose | |
---|---|---|---|
- | GenericAfterInitializeBusinessEntityAdapterHandler (Object, AfterInitializeBusinessEntityAdapterEventArgs) |
Event raised when the lookups SmartBusinessEntityAdapter is initialized |
|
- | GenericAfterPerformLookupHandler (Object, EventArgs) |
Event raised after the lookup has performed a search |
|
- | GenericBeforeLookupDialogShownHandler (Object, BeforeLookupDialogShownEventArgs) |
Raised before the Lookup Dialog is shown |
|
- | GenericBeforePerformLookupHandler (Object, EventArgs) |
Event raised before the lookup performs a search |
|
- | GenericClickHandler (Object, EventArgs) |
Generic Click Event handler |
|
- | GenericCurrentChangedHandler (Object, EventArgs) |
Generic CurrentChanged Event handler |
|
- | GenericInitializeLookupBrowserLayoutHandler (Object, InitializeLookupBrowserLayoutEventArgs) |
Event raised when the Lookup Dialog's browser is performing it's
layout |
|
- | GenericLeaveHandler (Object, EventArgs) |
Generic Leave Event handler |
|
- | GenericLoadHandler (Object, EventArgs) |
Generic Load Event handler |
|
- | GenericLookupCompleteHandler (Object, EventArgs) |
Event raised when the Lookup has returned a record |
|
- | GenericLookupKeyValueChangedHandler (Object, EventArgs) |
Raised when the LookupKeyValue property has changed |
|
- | GenericShowLookupDialogHandler (Object, EventArgs) |
Event raised before the Lookup Dialog is shown |
|
- | GenericValidatingHandler (Object, EventArgs) |
Generic Validating Event handler |
|
- | GenericValueChangedHandler (Object, EventArgs) |
Generic ValueChanged Event handler |
|
+ | System.Windows.Forms.Control GetBoundControl (character) |
Returns the reference to the first Control that is bound to the named
field of the binding source |
|
+ | System.Collections.Generic.List <System.Windows.Forms.Control> GetBoundControls (character) |
Returns the list of references of the Controls that are bound to the
named field of the binding source |
|
# | HANDLE GetScreenValuesDataset () |
Returns a ProDataset with the current screen values |
|
+ | System.Windows.Forms.Control GetViewerField (character) |
Returns the reference to a Control in the Viewer identified by the Controls
Name. This Method starts a recursive search for the Control. |
|
# | HandleUiControl (UiControl, handle) |
Returns a ProDataset with the current screen values |
|
+ | LOGICAL HasBoundControl (character) |
Returns logical value indicating if the Viewer contains a Control
that is bound to the named field |
|
+ | Initialize () |
Initializes the SmartViewerLogic instance |
|
+ | InitializeViewerUiControlHandler () |
Initializes the SmartViewerUiControlHandler class |
|
# | RaiseGenericEvent (EventArgs) |
Raises the Generic Event |
|
+ | RegisterSmartViewerControl (SmartViewerControl) |
Handshake method for SmartViewerControl instances |
|
# | ResetViewerState () |
Resets the state of the Viewer |
|
+ | SetControlEnabled (character, character) |
Sets the Enable Mode for the given Controls inside the SmartViewerControl |
|
+ | SetControlEnabled (Control, character) |
Sets the Enable Mode for a given Control inside the SmartViewerControl.
Called by the Method InitializeControlEventHandler () of a
SmartViewerControl derived Class. |
|
+ | SetControlEnabled (Control, Control, character) |
Sets the Enable Mode for two given Controls inside the SmartViewerControl.
Called by the Method InitializeControlEventHandler () of a
SmartViewerControl derived Class. |
|
+ | SetControlEnabled (Control, Control, Control, character) |
Sets the Enable Mode for three given Controls inside the SmartViewerControl.
Called by the Method InitializeControlEventHandler () of a
SmartViewerControl derived Class. |
|
+ | SetControlEnabled (Control, Control, Control, Control, character) |
Sets the Enable Mode for four given Controls inside the SmartViewerControl.
Called by the Method InitializeControlEventHandler () of a
SmartViewerControl derived Class. |
|
+ | SetControlEnabled (Control, Control, Control, Control, Control, character) |
Sets the Enable Mode for five given Controls inside the SmartViewerControl.
Called by the Method InitializeControlEventHandler () of a
SmartViewerControl derived Class. |
|
+ | SetControlEnabled (Control[], character) |
Sets the Enable Mode for the given Controls inside the SmartViewerControl |
|
+ | SetModifyingState () |
Sets the TableIOState to ModifyingData |
|
+ | Shutdown () |
Shuts down the SmartViewerLogic instance |
|
+ | SubscribeControlEventHandler (Control, character, character) |
Subscribes a Control to an Event Handler in the Viewer Logic Class |
|
+ A | SubscribeEvents () |
Subscribes the events for an attached viewer instance |
|
+ A | UnsubscribeEvents () |
Unsubscribes the events for an attached viewer instance |
Options | Name | Purpose | |
---|---|---|---|
+ | SmartViewerLogic () |
Constructor for the SmartViewerLogic class |
Options | Name | Purpose | |
---|---|---|---|
+ | Consultingwerk.Windows.Framework.Repository.Rendering.DynamicForm DynamicForm |
|
|
+ | Consultingwerk.SmartComponents.Base.SmartViewerControl Owner |
|
|
+ | Consultingwerk.SmartComponents.Interfaces.ISmartDataSource SmartDataSource |
|
|
+ | Consultingwerk.SmartComponents.Interfaces.ISmartGroupAssignSource SmartGroupAssignSource |
|
|
+ | Consultingwerk.SmartComponents.Interfaces.ISmartTableIOSource SmartTableIOSource |
|
|
+ | Consultingwerk.SmartComponents.Base.ListSmartViewerControl SmartViewerControls |
|
|
+ | Consultingwerk.SmartComponents.Base.SmartWindowForm SmartWindowForm |
|
Top
PRIVATE GenericAfterInitializeBusinessEntityAdapterHandler (Object, AfterInitializeBusinessEntityAdapterEventArgs)
|
||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PRIVATE GenericAfterPerformLookupHandler (Object, EventArgs)
|
||||||||||||||||||||||||||||||||||||||||||||||
PRIVATE GenericBeforeLookupDialogShownHandler (Object, BeforeLookupDialogShownEventArgs)
|
||||||||||||||||||||||||||||||||||||||||||||||
PRIVATE GenericBeforePerformLookupHandler (Object, EventArgs)
|
||||||||||||||||||||||||||||||||||||||||||||||
PRIVATE GenericClickHandler (Object, EventArgs)
|
||||||||||||||||||||||||||||||||||||||||||||||
PRIVATE GenericCurrentChangedHandler (Object, EventArgs)
|
||||||||||||||||||||||||||||||||||||||||||||||
PRIVATE GenericInitializeLookupBrowserLayoutHandler (Object, InitializeLookupBrowserLayoutEventArgs)
|
||||||||||||||||||||||||||||||||||||||||||||||
PRIVATE GenericLeaveHandler (Object, EventArgs)
|
||||||||||||||||||||||||||||||||||||||||||||||
PRIVATE GenericLoadHandler (Object, EventArgs)
|
||||||||||||||||||||||||||||||||||||||||||||||
PRIVATE GenericLookupCompleteHandler (Object, EventArgs)
|
||||||||||||||||||||||||||||||||||||||||||||||
PRIVATE GenericLookupKeyValueChangedHandler (Object, EventArgs)
|
||||||||||||||||||||||||||||||||||||||||||||||
PRIVATE GenericShowLookupDialogHandler (Object, EventArgs)
|
||||||||||||||||||||||||||||||||||||||||||||||
PRIVATE GenericValidatingHandler (Object, EventArgs)
|
||||||||||||||||||||||||||||||||||||||||||||||
PRIVATE GenericValueChangedHandler (Object, EventArgs)
|
||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC System.Windows.Forms.Control GetBoundControl (character)
|
||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC System.Collections.Generic.List <System.Windows.Forms.Control> GetBoundControls (character)
|
||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED HANDLE GetScreenValuesDataset ()
|
||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC System.Windows.Forms.Control GetViewerField (character)
|
||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED HandleUiControl (UiControl, handle)
|
||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC LOGICAL HasBoundControl (character)
|
||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC Initialize ()
|
||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC InitializeViewerUiControlHandler ()
|
||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED RaiseGenericEvent (EventArgs)
|
||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC RegisterSmartViewerControl (SmartViewerControl)
|
||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED ResetViewerState ()
|
||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC SetControlEnabled (character, character)
|
||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC SetControlEnabled (Control, character)
|
||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC SetControlEnabled (Control, Control, character)
|
||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC SetControlEnabled (Control, Control, Control, character)
|
||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC SetControlEnabled (Control, Control, Control, Control, character)
|
||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC SetControlEnabled (Control, Control, Control, Control, Control, character)
|
||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC SetControlEnabled (Control[], character)
|
||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC SetModifyingState ()
|
||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC Shutdown ()
|
||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC SubscribeControlEventHandler (Control, character, character)
|
||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC SubscribeEvents ()
|
||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC UnsubscribeEvents ()
|
PUBLIC SmartViewerLogic ()
|
---|
PUBLIC Consultingwerk.Windows.Framework.Repository.Rendering.DynamicForm DynamicForm
|
||||
---|---|---|---|---|
PUBLIC Consultingwerk.SmartComponents.Base.SmartViewerControl Owner
|
||||
PUBLIC Consultingwerk.SmartComponents.Interfaces.ISmartDataSource SmartDataSource
|
||||
PUBLIC Consultingwerk.SmartComponents.Interfaces.ISmartGroupAssignSource SmartGroupAssignSource
|
||||
PUBLIC Consultingwerk.SmartComponents.Interfaces.ISmartTableIOSource SmartTableIOSource
|
||||
PUBLIC Consultingwerk.SmartComponents.Base.ListSmartViewerControl SmartViewerControls
|
||||
PUBLIC Consultingwerk.SmartComponents.Base.SmartWindowForm SmartWindowForm
|