|
Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
Options | Name | Purpose | |
---|---|---|---|
+ | ButtonClickHandler (Object, EventArgs) |
Event handler for ButtonClick event |
|
+ | System.Windows.Forms.Control GetBoundControl (character) |
Returns the reference to the first Control that is bound to the named
field of the binding source Inherited from Consultingwerk.SmartComponents.Base.SmartViewerLogic |
|
+ | 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 Inherited from Consultingwerk.SmartComponents.Base.SmartViewerLogic |
|
# | HANDLE GetScreenValuesDataset () |
Returns a ProDataset with the current screen values Inherited from Consultingwerk.SmartComponents.Base.SmartViewerLogic |
|
+ | 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. Inherited from Consultingwerk.SmartComponents.Base.SmartViewerLogic |
|
# | HandleUiControl (UiControl, handle) |
Returns a ProDataset with the current screen values Inherited from Consultingwerk.SmartComponents.Base.SmartViewerLogic |
|
+ | LOGICAL HasBoundControl (character) |
Returns logical value indicating if the Viewer contains a Control
that is bound to the named field Inherited from Consultingwerk.SmartComponents.Base.SmartViewerLogic |
|
+ | Initialize () |
Initializes the SmartViewerLogic instance Inherited from Consultingwerk.SmartComponents.Base.SmartViewerLogic |
|
+ | InitializeViewerUiControlHandler () |
Initializes the SmartViewerUiControlHandler class Inherited from Consultingwerk.SmartComponents.Base.SmartViewerLogic |
|
- | KeyDownHandler (Object, KeyEventArgs) |
Event handler for KeyDown event |
|
# | RaiseGenericEvent (EventArgs) |
Raises the Generic Event Inherited from Consultingwerk.SmartComponents.Base.SmartViewerLogic |
|
+ | RegisterSmartViewerControl (SmartViewerControl) |
Handshake method for SmartViewerControl instances Inherited from Consultingwerk.SmartComponents.Base.SmartViewerLogic |
|
# | ResetViewerState () |
Resets the state of the Viewer Inherited from Consultingwerk.SmartComponents.Base.SmartViewerLogic |
|
+ | SearchAttributeValues () |
Searches for attribute values |
|
+ | SetControlEnabled (character, character) |
Sets the Enable Mode for the given Controls inside the SmartViewerControl Inherited from Consultingwerk.SmartComponents.Base.SmartViewerLogic |
|
+ | SetControlEnabled (Control, character) |
Sets the Enable Mode for a given Control inside the SmartViewerControl.
Called by the Method InitializeControlEventHandler () of a
SmartViewerControl derived Class. Inherited from Consultingwerk.SmartComponents.Base.SmartViewerLogic |
|
+ | 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. Inherited from Consultingwerk.SmartComponents.Base.SmartViewerLogic |
|
+ | 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. Inherited from Consultingwerk.SmartComponents.Base.SmartViewerLogic |
|
+ | 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. Inherited from Consultingwerk.SmartComponents.Base.SmartViewerLogic |
|
+ | 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. Inherited from Consultingwerk.SmartComponents.Base.SmartViewerLogic |
|
+ | SetControlEnabled (Control[], character) |
Sets the Enable Mode for the given Controls inside the SmartViewerControl Inherited from Consultingwerk.SmartComponents.Base.SmartViewerLogic |
|
+ | SetModifyingState () |
Sets the TableIOState to ModifyingData Inherited from Consultingwerk.SmartComponents.Base.SmartViewerLogic |
|
+ | Shutdown () |
Shuts down the SmartViewerLogic instance Inherited from Consultingwerk.SmartComponents.Base.SmartViewerLogic |
|
+ | SubscribeControlEventHandler (Control, character, character) |
Subscribes a Control to an Event Handler in the Viewer Logic Class Inherited from Consultingwerk.SmartComponents.Base.SmartViewerLogic |
|
+ | SubscribeEvents () |
Subscribes the events for an attached viewer instance Overrides Consultingwerk.SmartComponents.Base.SmartViewerLogic:SubscribeEvents () |
|
+ | UnsubscribeEvents () |
Unsubscribes the events for an attached viewer instance Overrides Consultingwerk.SmartComponents.Base.SmartViewerLogic:UnsubscribeEvents () |
Options | Name | Purpose | |
---|---|---|---|
+ | Consultingwerk.Windows.Framework.Repository.Rendering.DynamicForm DynamicForm |
Inherited from Consultingwerk.SmartComponents.Base.SmartViewerLogic |
|
+ | Consultingwerk.SmartComponents.Base.SmartViewerControl Owner |
Inherited from Consultingwerk.SmartComponents.Base.SmartViewerLogic |
|
+ | ISmartDataSource SmartDataSource |
Inherited from Consultingwerk.SmartComponents.Base.SmartViewerLogic |
|
+ | ISmartGroupAssignSource SmartGroupAssignSource |
Inherited from Consultingwerk.SmartComponents.Base.SmartViewerLogic |
|
+ | ISmartTableIOSource SmartTableIOSource |
Inherited from Consultingwerk.SmartComponents.Base.SmartViewerLogic |
|
+ | Consultingwerk.SmartComponents.Base.ListSmartViewerControl SmartViewerControls |
Inherited from Consultingwerk.SmartComponents.Base.SmartViewerLogic |
|
+ | Consultingwerk.SmartComponents.Base.SmartWindowForm SmartWindowForm |
Inherited from Consultingwerk.SmartComponents.Base.SmartViewerLogic |
Top
PUBLIC ButtonClickHandler (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 ()
|
||||||||||||||||||||||||||||||||||||||||||||||
PRIVATE KeyDownHandler (Object, KeyEventArgs)
|
||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED RaiseGenericEvent (EventArgs)
|
||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC RegisterSmartViewerControl (SmartViewerControl)
|
||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED ResetViewerState ()
|
||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC SearchAttributeValues ()
|
||||||||||||||||||||||||||||||||||||||||||||||
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 ()
|