Navigate to: Methods | Constructors | Events | Properties
Options | Name | Purpose | |
---|---|---|---|
# | ActivateCurrentGridRow () |
Activates the current row in the linked Grid |
|
+ | ActivateEventHandler () |
Activates the Event Handlers for the contained controls |
|
+ | AddRecord () |
Add a new record to the SmartDataSource. The Method CreateRecord of
SmartViewerControl gets called to Handle this Task.
This Method is called by the Toolbar Classes SmartToolbarController
or SmartToolStripContainer by pressing the AddRecord Tool.
Enforced by Interface ISmartDataTarget. |
|
+ | AddSmartTableIOSource (ISmartTableIOSource) |
Adds a(nother) SmartTableIOSource to the SmartViewerControl
instance |
|
# | System.Windows.Forms.Control ApplyFocusToErrorField (character) |
Set's focus into a field that is related to an error |
|
# | System.Windows.Forms.Control ApplyFocusToErrorField (IFieldValidationError) |
Set's focus into a field that is related to an error |
|
+ | AttachBindingSource (BindingSource) |
This Method attaches a new BindingSource given as the Parameter
poBindingSource to the Objects of the current Class. The new
BindingSource may have been created by a DataAdapter or reused from a
SmartBrowserControl |
|
+ | BeginInit () |
Invoked at the beginning of a Containers InitializeComponents
method |
|
# | BindingSourcePositionChanged (Object, EventArgs) |
Event handler for the PositionChanged event of the BindingSource
this Viewer is attached to |
|
+ | CancelUpdate () |
Reverts the changes to the current record. |
|
# | LOGICAL ControlFocus (Control) |
Calls the Focus() method for a .NET Control |
|
+ | CopyRecord () |
Copy the current record to a new one. The Method CreateRecord of
SmartViewerControl gets called to Handle this Task.
This Method is called by the Toolbar Classes SmartToolbarController
or SmartToolStripContainer by pressing the corresponding Tool.
Enforced by Interface ISmartDataTarget. |
|
# | CreateRecord (logical) |
Creates a new record in the viewer.
This Method is called by AddRecord and CopyRecord from the current
Class but may be overridden. |
|
# | CreateVerbs () |
Creates Designer Verbs based on the DesignerVerbs property Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl |
|
# | CustomInitializeControlHandler (Control) |
Overridable method that can be used to perform custom event
subscriptions |
|
+ | DeactivateEventHandler () |
Deactivates the Event Handlers for the contained controls |
|
+ | DeleteRecord () |
Delete the current record. |
|
+ | DeregisterSmartGroupAssignTarget (ISmartGroupAssignTarget) |
Deregister a SmartDataTarget with the SmartGroupAssignTarget
Enforced by Interface ISmartGroupAssignSource. |
|
+ | DisableFields () |
Disable all enabled controls of the SmartViewerControl.
This Method is called from inside the SmartViewerControl.
Enforced by Interface ISmartDataTarget or ISmartGroupAssignTarget. |
|
- | DisableFields (logical) |
Disable all enabled controls of the SmartViewerControl.
This Method is called from inside the SmartViewerControl.
Enforced by Interface ISmartDataTarget or ISmartGroupAssignTarget. |
|
# | DisplayError (Error) |
Display ErrorMessages shows a predefined Error Dialog and is called
from the Method SaveChanges () of the SmartViewerControl Class. |
|
# | DisplayError (Error, logical) |
Display ErrorMessages shows a predefined Error Dialog and is called
from the Method SaveChanges () of the SmartViewerControl Class. |
|
# | EditorDropDownAfterCloseUpHandler (Object, EventArgs) |
Event handler for the AfterCloseUp event of an
UltraDateTimeEditor. Clears the reference to the currently opened
DataTime popup editor in the variable oEditorDropDownControl |
|
# | EditorDropDownAfterDropDownHandler (Object, EventArgs) |
Event handler for the AfterDropDown event of an
UltraDateTimeEditor. Stores a reference to the currently opened
DataTime popup editor in the variable oEditorDropDownControl
Required to be able to start the update process in the
method TextChangedHandler (in this class) |
|
+ | EnableFields (character) |
Enables controls of the SmartViewerControl |
|
+ | EndInit () |
Invoked at the end of a Containers InitializeComponents method |
|
+ | EnsureVisible () |
Ensures that this SmartViewerControl is visible |
|
- | EnterEditorControlHandler (Object, EventArgs) |
Event handler for the Enter event of an EditorButtonControlBase
derived Class. Selects all content from the Controls Text Property
in the UI. |
|
+ | EvaluateTableIOState () |
This Method sets the Property SmartTableIOState to a value according
to the SmartDataSources state of the current class. Possible values
for SmartTableIOState are defined in the TableIOStateEnum. |
|
# | FillBoundControlTable (Control) |
Populates the ttViewerBoundControls temp-table |
|
+ | LOGICAL FocusFirstEnabledEditorControl (Control) |
Focusses the first enabled EditorControl of the given Container
Control |
|
# | FormActivatedHandler (Object, EventArgs) |
Event handler for the Activate event of the owning Form |
|
# | FormClosedHandler (Object, EventArgs) |
Handles the FormClosed event of the containing Form |
|
- | FormClosedHandler2 (Object, EventArgs) |
Handles the FormClosed event of the containing Form |
|
# | FormDeactivatedHandler (Object, EventArgs) |
Event handler for the Deactivate event of the owning Form |
|
+ | System.Collections.Generic.List <System.ComponentModel.Component> GetAllComponents () |
Returns a List of all Components in the Form Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl |
|
+ | System.Windows.Forms.Control GetBoundControl (character) |
Returns the reference to the 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 Controls that is bound to the named field
of the binding source |
|
+ | GetBoundControlTable (table) |
Populates a temp-table with information about all bound controls
in the SmartViewerControl |
|
+ | CHARACTER GetControlEnabled (Control) |
Returns the Enable mode for a Control from the list of Controlthat will be enabled
and disabled by the Viewer based on the current Viewer state
@param poControl The Control for which the Enable mode should be returned
@return The CHARACTER value representing the Control Enabled mode
*/ |
|
+ | CHARACTER GetControlSecurityEnabled (Control) |
Returns the security Enable mode for a Control from the list of Controls
that will be enabled and disabled by the Viewer based on the current Viewer
state
@param poControl The Control for which the Enable mode should be returned
@return The CHARACTER value representing the security Control Enabled mode
*/ |
|
+ | 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. |
|
# | System.Windows.Forms.Control GetViewerField (character, Control) |
Recursively searches for the Control with the given name |
|
# | Consultingwerk.SmartComponents.Interfaces.ISmartGroupAssignTarget GetViewerForBoundControl (character) |
Returns the reference to the SmartGroupAssignTarget that contains
a Control bound to the given field name |
|
# | GroupAssignSmartTableIOStateChangedHandler (Object, SmartTableIOStateChangedEventArgs) |
Event handler for the SmartTableIOStateChanged event of the
Groupassign Source |
|
+ | HandleValidationError (Error) |
Handles an error raised by validation routines |
|
+ | LOGICAL HasBoundControl (character, logical) |
Returns logical value indicating if the Viewer contains a Control
that is bound to the named field |
|
# | InitializeControlEventHandler () |
Subscribe the EventHandler(s) to events of all controls added to
the SmartViewerControl. The RecurseInitializeControlEventHandler is
used to Handle this Task.
This Method is called every Time a new Control is added to the
SmartViewerControl. |
|
# | InitializeViewerLogicObject () |
Initializes the Viewer Logic Object |
|
# | LOGICAL IsControlEnabled (character, character, logical) |
Determines if a Control should be enabeld based on the SecurityEnableMode
and EnableMode |
|
+ | LOGICAL IsEditorControl (Control) |
Returns TRUE is the Controls is recognized as an Editor Control |
|
+ | 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 IsValueChanged (Object) |
Returns if the current (screen-value) of a Control in the SmartViewerControl
derived class has changed in comparison to the underlying buffer vaule |
|
- | LeaveHandler (Object, EventArgs) |
Event handler for the Leave event |
|
# | OnAddedRecordModifiedChanged (EventArgs) |
Raises the AddedRecordModifiedChanged |
|
# | OnAddingRecordChanged (EventArgs) |
Raises the AddingRecordChanged event |
|
# | OnAfterAddRecord (EventArgs) |
Raises the AfterAddRecord event |
|
# | OnAfterCancelUpdate (EventArgs) |
Raises the AfterCancelUpdate event |
|
# | OnAfterCopyRecord (EventArgs) |
Raises the AfterCopyRecord event |
|
# | OnAfterDeleteRecord (EventArgs) |
Raises the AfterDeleteRecord event |
|
# | OnAfterFieldsEnabled (EventArgs) |
Raises the AfterFieldsEnabled |
|
# | OnAfterSaveChanges (EventArgs) |
Raises the AfterSaveChanges event |
|
# | OnBeforeAddRecord (CancelEventArgs) |
Raises the BeforeAddRecord event |
|
# | OnBeforeCancelUpdate (CancelEventArgs) |
Raises the BeforeCancelUpdate event |
|
# | OnBeforeCopyRecord (CancelEventArgs) |
Raises the BeforeCopyRecord event |
|
# | OnBeforeDeleteRecord (CancelEventArgs) |
Raises the BeforeDeleteRecord event |
|
# | OnBeforeEnableFields (CancelableEventArgs) |
Raises the BeforeEnableFields |
|
# | OnBeforeSaveChanges (CancelEventArgs) |
Raises the BeforeSaveChanges event |
|
# | OnCopyingRecordChanged (EventArgs) |
Raises the CopyingRecordChanged |
|
# | OnEnter (EventArgs) |
Raises the Enter event |
|
# | OnFieldsDisabled (EventArgs) |
Raises the FieldsDisabled event. |
|
# | OnFieldsEnabled (EventArgs) |
Raises the FieldsEnabled event. |
|
# | OnFocusControlOnAddChanged (EventArgs) |
Raises the FocusControlOnAddChanged event |
|
# | OnFocusControlOnUpdateChanged (EventArgs) |
Raises the FocusControlOnUpdateChanged event |
|
# | OnLoad (EventArgs) |
Raises the Load event Overrides Consultingwerk.SmartComponents.Base.SmartUserControl:OnLoad (EventArgs) |
|
# | OnSmartDataSourceChanged (EventArgs) |
Publishes the SmartGroupAssignSourceChanged event |
|
# | OnSmartGroupAssignSourceChanged (EventArgs) |
Publishes the SmartGroupAssignSourceChanged event |
|
# | OnSmartTableIOSourceChanged (EventArgs) |
Publishes the SmartGroupAssignSourceChanged event |
|
# | OnSmartTableIOStateChanged (SmartTableIOStateChangedEventArgs) |
Publishes the SmartTableIOStateChanged event |
|
+ | OnVerbClicked (character) |
Event Handler method for Designer Verbs Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl |
|
# | OnVisualValidating (EventArgs) |
Raises the VisualValidating event |
|
- | ParentChangedHandler (Object, EventArgs) |
Event handler to the ParentChanged event
Add EventHandlers to Child Controls inside the SmartViewerControl.
This Method is Executed when the SmartViewerControl is added to a Form. |
|
# | ParentFormDestroyedHandler (Object, EventArgs) |
Event handler for the FormDestroyed event of the owning Form Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl |
|
# | RecurseInitializeControlEventHandler (Control) |
Subscribe the EventHandler(s) to events of all controls added to
the SmartViewerControl.
This Method is called by the Method InitializeControlEventHandler ()
of the SmartViewerControl. |
|
# | System.Windows.Forms.Control RecurseLocateBindingControl (Control, character) |
Recurses through the Controls in this SmartViewerControl and nested
controls searching for a Control that is bound to the named
BindingProperty (a field attached to the ProBindingSource). |
|
# | RecurseLocateBindingControls (Control, Control>, character) |
Recurses through the Controls in this SmartViewerControl and nested
controls searching for all Controls that are bound to the named
BindingProperty (a field attached to the ProBindingSource). |
|
# | RecurseLookupStopTimer (Control) |
Stops the current timer of all Lookups |
|
# | RecursePerformLookup (Control) |
Performs the Lookup operation in all contained SmartLookup Controls |
|
# | RecurseReplaceBindingSource (Control, BindingSource) |
Internal method to replace the data bindings of all contained
Controls with the actual binding source provided by a SmartDataSource. |
|
# | RecurseRestoreCurrentValues (Control) |
Recurese Restore the Current Values of the Controls on the Viewer
after a new DataRow is created.
This Method is called by the internal Method RestoreValuesForCopy ().
Parameters: |
|
# | RecurseStoreCurrentValues (Control) |
Recurese Store the Current Values of the Controls on the Viewer
before a new DataRow is created.
This Method is called by the internal Method StoreValuesForCopy (). |
|
+ | RegisterSmartGroupAssignTarget (ISmartGroupAssignTarget) |
Register a SmartDataTarget with the SmartGroupAssignTarget
This Method is executed every time a new SmartGroupAssignSource is
registered to the corresponding Property of a Class implementing the
Interface ISmartGroupAssignSource.
Enforced by Interface ISmartGroupAssignSource. |
|
# | RemoveControlEnabled (Control) |
Removes a Control from the list of Controls that will be enabled
and disabled by the Viewer based on the current Viewer state
@param poControl The Control which shall be removed from the list of managed Controls
*/ |
|
# | RemoveControlEnabled (Control, Control) |
Removes multiple Controls from the list of Controls that will be enabled
and disabled by the Viewer based on the current Viewer state
@param poControl1 The first Control which shall be removed from the list of managed Controls
@param poControl2 The second Control which shall be removed from the list of managed Controls
*/ |
|
# | RemoveControlEnabled (Control, Control, Control) |
Removes multiple Controls from the list of Controls that will be enabled
and disabled by the Viewer based on the current Viewer state
@param poControl1 The first Control which shall be removed from the list of managed Controls
@param poControl2 The second Control which shall be removed from the list of managed Controls
@param poControl3 The third Control which shall be removed from the list of managed Controls
*/ |
|
# | RemoveControlEnabled (Control, Control, Control, Control) |
Removes multiple Controls from the list of Controls that will be enabled
and disabled by the Viewer based on the current Viewer state
@param poControl1 The first Control which shall be removed from the list of managed Controls
@param poControl2 The second Control which shall be removed from the list of managed Controls
@param poControl3 The third Control which shall be removed from the list of managed Controls
@param poControl4 The fourth Control which shall be removed from the list of managed Controls
*/ |
|
# | RemoveControlEnabled (Control, Control, Control, Control, Control) |
Removes multiple Controls from the list of Controls that will be enabled
and disabled by the Viewer based on the current Viewer state
@param poControl1 The first Control which shall be removed from the list of managed Controls
@param poControl2 The second Control which shall be removed from the list of managed Controls
@param poControl3 The third Control which shall be removed from the list of managed Controls
@param poControl4 The fourth Control which shall be removed from the list of managed Controls
@param poControl5 The fifth Control which shall be removed from the list of managed Controls
*/ |
|
+ | RemoveSmartTableIOSource (ISmartTableIOSource) |
Removes a SmartTableIOSource from the SmartDataAdapter
instance |
|
+ | RestoreValuesForCopy () |
Restore the Current Values of all Controls on a SmartViewerControl
and in all SmartGroupAssignTargets.
This Method is called by CreateRecord from the current Class.
Enforced by Interface ISmartGroupAssignTarget. |
|
+ | SaveChanges () |
Saves the current changes to the database. |
|
+ | LOGICAL SaveChangesOnDeactivateForm (logical) |
Saves pending changes when a Form is deactivated |
|
+ | 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. |
|
- | SetControlSecurityEnabled (Control, character) |
Sets the Enable Mode based on Security Constraints for a given Control |
|
+ | SetModifyingState () |
Sets the TableIOState to ModifyingData |
|
+ | SetOpenedEditorDropDownControl (Control) |
Set's the current opened EditorDropDownControl |
|
+ | StoreValuesForCopy () |
Store the Current Values of all Controls on a SmartViewerControl
and do the same in all SmartGroupAssignTargets.
This Method is called by CreateRecord from the current Class.
Enforced by Interface ISmartGroupAssignTarget. |
|
+ | TextChangedEventHandler (Object, EventArgs) |
Event handler for the TextChangedEvent event of Editor Controls on
the SmartViewerControl.
Initiate switching to the ModifyinData Mode if the user enters data. |
|
+ | VisualValidate () |
Validate data entered into the DataFields |
Options | Name | Purpose | |
---|---|---|---|
+ | SmartViewerControl () |
The Constructor initializes a new SmartViewerControl
Subscribes handlers for events |
Options | Name | Purpose | |
---|---|---|---|
+ | AddedRecordModifiedChanged DELEGATE System.EventHandler |
Raised when the value of the AddedRecordModified property changes |
|
+ | AddingRecordChanged DELEGATE System.EventHandler |
Event fired when the AddingRecord Property is changed |
|
+ | AfterAddRecord DELEGATE System.EventHandler |
Event fired when the viewer has successfully started an Add
operation |
|
+ | AfterCancelUpdate DELEGATE System.EventHandler |
Event fired when the viewer has successfully cancelled an update |
|
+ | AfterCopyRecord DELEGATE System.EventHandler |
Event fired when the viewer has successfully started a Copy operation |
|
+ | AfterDeleteRecord DELEGATE System.EventHandler |
Event fired when the viewer has successfully deleted a record. |
|
+ | AfterFieldsEnabled DELEGATE System.EventHandler |
Raised after the fields have been enabled |
|
+ | AfterSaveChanges DELEGATE System.EventHandler |
Event fired when the viewer has successfully saved changes |
|
+ | BeforeAddRecord DELEGATE System.ComponentModel.CancelEventHandler |
Event fired when the Viewer starts adding a new record.
This event is cancelable |
|
+ | BeforeCancelUpdate DELEGATE System.ComponentModel.CancelEventHandler |
Event fired when the Viewer begins cancelling an update.
This event is cancellable |
|
+ | BeforeCopyRecord DELEGATE System.ComponentModel.CancelEventHandler |
Event fired when the Viewer begins copying a record.
This event is cancellable |
|
+ | BeforeDeleteRecord DELEGATE System.ComponentModel.CancelEventHandler |
Event fired when the Viewer starts deleting a record.
This event is cancellable |
|
+ | BeforeEnableFields (Object, CancelableEventArgs) |
Raised before the fields are enabled |
|
+ | BeforeSaveChanges DELEGATE System.ComponentModel.CancelEventHandler |
Event fired when the Viewer starts saving a record.
This event is cancellable |
|
+ | CopyingRecordChanged DELEGATE System.EventHandler |
Raised when the CopyingRecord property has changed |
|
+ | FieldsDisabled DELEGATE System.EventHandler |
Event fired when the fields of this viewer become disabled |
|
+ | FieldsEnabled DELEGATE System.EventHandler |
Event fired when the fields of this viewer become enabled |
|
+ | FocusControlOnAddChanged DELEGATE System.EventHandler |
Event fired when the FocusControlOnAdd property changes |
|
+ | FocusControlOnUpdateChanged DELEGATE System.EventHandler |
Event fired when the FocusControlOnUpdate property changes |
|
+ | SmartDataSourceChanged DELEGATE System.EventHandler |
Event fired when the SmartDataSource Property is changed |
|
+ | SmartGroupAssignSourceChanged DELEGATE System.EventHandler |
Event fired when the SmartGroupAssignSource Property is changed |
|
+ | SmartTableIOSourceChanged DELEGATE System.EventHandler |
Event fired when the SmartTableIOSource Property is changed |
|
+ | SmartTableIOStateChanged (Object, SmartTableIOStateChangedEventArgs) |
Event fired whenever the SmartTableIOState property has changed |
|
+ | VisualValidating DELEGATE System.EventHandler |
Raised when the Viewer performs Visual Validation |
Options | Name | Purpose | |
---|---|---|---|
+ | LOGICAL ActivateCurrentGridRowDuringEdit |
Gets and sets if the current Grid row should be Activated (highlighted)
when starting to update in the Grid |
|
+ | LOGICAL AddedRecordModified |
Returns if a record being added was already modified by the user |
|
+ | LOGICAL AddingRecord |
Flag that indicates if we are currently in Add Mode.
When CreateRecord () is called the value of the Property changes to
TRUE. CancelUpdate ()or during initialization the call of
EvaluateTableIOState () resets the value of the Property to FALSE. |
|
+ | LOGICAL AllowCloseOfUnmodifiedNewRecord |
Controls if a Form containing this SmartViewerControl instance can
be closed without a prompt to the user when a record has just been
created but the user has not yet changed a single field |
|
+ | LOGICAL CancellingUpdate |
Returns if the Viewer is currently cancelling the update |
|
+ | LOGICAL CopyingRecord |
Returns if the Viewer is currently copying a record |
|
# | CHARACTER DesignerVerbs |
Property that is used to generate Designer Verbs (actions for the
Visual Designer) Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl |
|
+ | LOGICAL DesignTime |
Propery flags if the current instance of the SmartBindingSource
is running at design time or runtime. Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl |
|
+ | LOGICAL EventHandlerActive |
Returns if the EventHandlers that would enter Edit mode (TextChanged,
CheckChanged) are activated or not |
|
+ | System.Windows.Forms.Control FocusControlOnAdd |
Get/Set the Control that will automatically become focussed on Add
or Copy |
|
+ | System.Windows.Forms.Control FocusControlOnUpdate |
Get/Set the Control that will automatically become focussed on Update |
|
# | CHARACTER HiddenProperties |
Property that is used to mark properties (comma-delimited list) that
will be excluded from the .NET TypeDescriptor properties list Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl |
|
+ | LOGICAL Initializing |
Indicated that the SmartViewerControl is currrently being
Initialized |
|
+ | Consultingwerk.SmartComponents.Interfaces.Design.IDesignDataSource LinkDataSource |
Represents the SmartDataSource property casted to a .NET Interface |
|
+ | Consultingwerk.SmartComponents.Interfaces.Design.IDesignGroupAssignSource LinkGroupAssignSource |
Represents the SmartGroupAssignSource property casted to a .NET Interface |
|
+ | Consultingwerk.SmartComponents.Interfaces.Design.IDesignTableIOSource LinkTableIOSource |
Represents the SmartTableIOSource property casted to a .NET Interface |
|
# | CHARACTER NonBrowsableProperties |
Property that is used to mark properties (comma-delimited list) that
should not show up in the Visual Designers Property Grid Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl |
|
# | Consultingwerk.SmartComponents.Base.SmartViewerOptionalFeatures OptionalFeatures |
/*-
Purpose: Reference to the SmartViewerOptionalFeaturesInstance that allows
to toggle on or off optional features of the SmartViewerControl
Notes:
*/ |
|
# | LOGICAL ParentFormDestroyedSubscribed |
Returns if the FormDestroyed evengt of the containing Form has been
subscribed Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl |
|
+ | LOGICAL ReadOnlyDisabled |
Gets and sets if Infragistics Text Editor Controls should be set
ReadOnly instead of Enabled = FALSE when update is not active |
|
+ | LOGICAL SaveMode |
Controls if the Viewer's field remain Enabled after Save or Cancel |
|
+ | LOGICAL SavingChanges |
Returns if the Viewer is currently saving the changes |
|
+ | CHARACTER SecurityKey |
Gets and sets the Toolbar Security Key |
|
+ | Consultingwerk.SmartComponents.Interfaces.ISmartDataSource SmartDataSource |
Get/Set the SmartDataSource of the current Class. The SmartDataSource
can be set to any class implementing the Interface ISmartDataSource.
This Property is set by the developer when initializing a Control
implementing the Interface ISmartDataTarget.
Enforced by Interface ISmartDataTarget. |
|
+ | Consultingwerk.SmartComponents.Interfaces.ISmartGroupAssignSource SmartGroupAssignSource |
Property to register a SmartGroupAssignSource for the SmartViewerControl
a backward handshake to the Source is done.
A SmartGroupAssignSource can be every class implementing the Interface
ISmartGroupAssignSource.
This Property is set programatically by the developer. |
|
+ | Consultingwerk.SmartComponents.Base.ListISmartGroupAssignTarget SmartGroupAssignTargets |
Returns the list of SmartGroupAssignTargets as a generic list |
|
+ | Consultingwerk.SmartComponents.Interfaces.ISmartTableIOSource SmartTableIOSource |
Get and Set the current SmartTableIOSource of the SmartViewerControl.
This Property is set by the developer when initializing a Control
implementing the Interface ISmartDataTarget.
Enforced by Interface ISmartDataTarget. |
|
+ | CHARACTER SmartTableIOState |
The SmartTableIOState property reflects the operationmode of the
SmartViewerControl.
Value changes of this Property are only made in the Class
SmartViewerControl.
Enforced by Interface ISmartDataTarget or ISmartGroupAssignTarget. |
|
# | LOGICAL TextChangedHandlerSuspended |
Gets and sets if text TextChangedHandler is (temporarily) suspended |
|
+ | Consultingwerk.SmartComponents.Enum.UpdateStateEnum UpdateState |
Returns the Update State of the Viewer |
|
+ | CHARACTER ViewerLogicClass |
Gets and sets the class name of the ViewerLogic class |
|
+ | Consultingwerk.SmartComponents.Interfaces.ISmartViewerLogic ViewerLogicObject |
Returns the reference to the ISmartViewerLogic instance that provides
logic for this instance |
Top
PROTECTED ActivateCurrentGridRow ()
|
||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC ActivateEventHandler ()
|
||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC AddRecord ()
|
||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC AddSmartTableIOSource (ISmartTableIOSource)
|
||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED System.Windows.Forms.Control ApplyFocusToErrorField (character)
|
||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED System.Windows.Forms.Control ApplyFocusToErrorField (IFieldValidationError)
|
||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC AttachBindingSource (BindingSource)
|
||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC BeginInit ()
|
||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED BindingSourcePositionChanged (Object, EventArgs)
|
||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC CancelUpdate ()
|
||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED LOGICAL ControlFocus (Control)
|
||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC CopyRecord ()
|
||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED CreateRecord (logical)
|
||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED CreateVerbs ()
|
||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED CustomInitializeControlHandler (Control)
|
||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC DeactivateEventHandler ()
|
||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC DeleteRecord ()
|
||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC DeregisterSmartGroupAssignTarget (ISmartGroupAssignTarget)
|
||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC DisableFields ()
|
||||||||||||||||||||||||||||||||||||||||||||||
PRIVATE DisableFields (logical)
|
||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED DisplayError (Error)
|
||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED DisplayError (Error, logical)
|
||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED EditorDropDownAfterCloseUpHandler (Object, EventArgs)
|
||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED EditorDropDownAfterDropDownHandler (Object, EventArgs)
|
||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC EnableFields (character)
|
||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC EndInit ()
|
||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC EnsureVisible ()
|
||||||||||||||||||||||||||||||||||||||||||||||
PRIVATE EnterEditorControlHandler (Object, EventArgs)
|
||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC EvaluateTableIOState ()
|
||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED FillBoundControlTable (Control)
|
||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC LOGICAL FocusFirstEnabledEditorControl (Control)
|
||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED FormActivatedHandler (Object, EventArgs)
|
||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED FormClosedHandler (Object, EventArgs)
|
||||||||||||||||||||||||||||||||||||||||||||||
PRIVATE FormClosedHandler2 (Object, EventArgs)
|
||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED FormDeactivatedHandler (Object, EventArgs)
|
||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC System.Collections.Generic.List <System.ComponentModel.Component> GetAllComponents ()
|
||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC System.Windows.Forms.Control GetBoundControl (character)
|
||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC System.Collections.Generic.List <System.Windows.Forms.Control> GetBoundControls (character)
|
||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC GetBoundControlTable (table)
|
||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER GetControlEnabled (Control)
|
||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER GetControlSecurityEnabled (Control)
|
||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC System.Windows.Forms.Control GetViewerField (character)
|
||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED System.Windows.Forms.Control GetViewerField (character, Control)
|
||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED Consultingwerk.SmartComponents.Interfaces.ISmartGroupAssignTarget GetViewerForBoundControl (character)
|
||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED GroupAssignSmartTableIOStateChangedHandler (Object, SmartTableIOStateChangedEventArgs)
|
||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC HandleValidationError (Error)
|
||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC LOGICAL HasBoundControl (character, logical)
|
||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED InitializeControlEventHandler ()
|
||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED InitializeViewerLogicObject ()
|
||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED LOGICAL IsControlEnabled (character, character, logical)
|
||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC LOGICAL IsEditorControl (Control)
|
||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC LOGICAL IsOkToClose (logical, CloseReason)
|
||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED LOGICAL IsValueChanged (Object)
|
||||||||||||||||||||||||||||||||||||||||||||||
PRIVATE LeaveHandler (Object, EventArgs)
|
||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnAddedRecordModifiedChanged (EventArgs)
|
||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnAddingRecordChanged (EventArgs)
|
||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnAfterAddRecord (EventArgs)
|
||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnAfterCancelUpdate (EventArgs)
|
||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnAfterCopyRecord (EventArgs)
|
||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnAfterDeleteRecord (EventArgs)
|
||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnAfterFieldsEnabled (EventArgs)
|
||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnAfterSaveChanges (EventArgs)
|
||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnBeforeAddRecord (CancelEventArgs)
|
||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnBeforeCancelUpdate (CancelEventArgs)
|
||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnBeforeCopyRecord (CancelEventArgs)
|
||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnBeforeDeleteRecord (CancelEventArgs)
|
||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnBeforeEnableFields (CancelableEventArgs)
|
||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnBeforeSaveChanges (CancelEventArgs)
|
||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnCopyingRecordChanged (EventArgs)
|
||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnEnter (EventArgs)
|
||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnFieldsDisabled (EventArgs)
|
||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnFieldsEnabled (EventArgs)
|
||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnFocusControlOnAddChanged (EventArgs)
|
||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnFocusControlOnUpdateChanged (EventArgs)
|
||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnLoad (EventArgs)
|
||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnSmartDataSourceChanged (EventArgs)
|
||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnSmartGroupAssignSourceChanged (EventArgs)
|
||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnSmartTableIOSourceChanged (EventArgs)
|
||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnSmartTableIOStateChanged (SmartTableIOStateChangedEventArgs)
|
||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC OnVerbClicked (character)
|
||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnVisualValidating (EventArgs)
|
||||||||||||||||||||||||||||||||||||||||||||||
PRIVATE ParentChangedHandler (Object, EventArgs)
|
||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED ParentFormDestroyedHandler (Object, EventArgs)
|
||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED RecurseInitializeControlEventHandler (Control)
|
||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED System.Windows.Forms.Control RecurseLocateBindingControl (Control, character)
|
||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED RecurseLocateBindingControls (Control, Control>, character)
|
||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED RecurseLookupStopTimer (Control)
|
||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED RecursePerformLookup (Control)
|
||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED RecurseReplaceBindingSource (Control, BindingSource)
|
||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED RecurseRestoreCurrentValues (Control)
|
||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED RecurseStoreCurrentValues (Control)
|
||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC RegisterSmartGroupAssignTarget (ISmartGroupAssignTarget)
|
||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED RemoveControlEnabled (Control)
|
||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED RemoveControlEnabled (Control, Control)
|
||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED RemoveControlEnabled (Control, Control, Control)
|
||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED RemoveControlEnabled (Control, Control, Control, Control)
|
||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED RemoveControlEnabled (Control, Control, Control, Control, Control)
|
||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC RemoveSmartTableIOSource (ISmartTableIOSource)
|
||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC RestoreValuesForCopy ()
|
||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC SaveChanges ()
|
||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC LOGICAL SaveChangesOnDeactivateForm (logical)
|
||||||||||||||||||||||||||||||||||||||||||||||
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)
|
||||||||||||||||||||||||||||||||||||||||||||||
PRIVATE SetControlSecurityEnabled (Control, character)
|
||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC SetModifyingState ()
|
||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC SetOpenedEditorDropDownControl (Control)
|
||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC StoreValuesForCopy ()
|
||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC TextChangedEventHandler (Object, EventArgs)
|
||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC VisualValidate ()
|
PUBLIC SmartViewerControl ()
|
---|
PUBLIC AddedRecordModifiedChanged DELEGATE System.EventHandler
|
||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC AddingRecordChanged DELEGATE System.EventHandler
|
||||||||||||||||||||
PUBLIC AfterAddRecord DELEGATE System.EventHandler
|
||||||||||||||||||||
PUBLIC AfterCancelUpdate DELEGATE System.EventHandler
|
||||||||||||||||||||
PUBLIC AfterCopyRecord DELEGATE System.EventHandler
|
||||||||||||||||||||
PUBLIC AfterDeleteRecord DELEGATE System.EventHandler
|
||||||||||||||||||||
PUBLIC AfterFieldsEnabled DELEGATE System.EventHandler
|
||||||||||||||||||||
PUBLIC AfterSaveChanges DELEGATE System.EventHandler
|
||||||||||||||||||||
PUBLIC BeforeAddRecord DELEGATE System.ComponentModel.CancelEventHandler
|
||||||||||||||||||||
PUBLIC BeforeCancelUpdate DELEGATE System.ComponentModel.CancelEventHandler
|
||||||||||||||||||||
PUBLIC BeforeCopyRecord DELEGATE System.ComponentModel.CancelEventHandler
|
||||||||||||||||||||
PUBLIC BeforeDeleteRecord DELEGATE System.ComponentModel.CancelEventHandler
|
||||||||||||||||||||
PUBLIC BeforeEnableFields (Object, CancelableEventArgs)
|
||||||||||||||||||||
PUBLIC BeforeSaveChanges DELEGATE System.ComponentModel.CancelEventHandler
|
||||||||||||||||||||
PUBLIC CopyingRecordChanged DELEGATE System.EventHandler
|
||||||||||||||||||||
PUBLIC FieldsDisabled DELEGATE System.EventHandler
|
||||||||||||||||||||
PUBLIC FieldsEnabled DELEGATE System.EventHandler
|
||||||||||||||||||||
PUBLIC FocusControlOnAddChanged DELEGATE System.EventHandler
|
||||||||||||||||||||
PUBLIC FocusControlOnUpdateChanged DELEGATE System.EventHandler
|
||||||||||||||||||||
PUBLIC SmartDataSourceChanged DELEGATE System.EventHandler
|
||||||||||||||||||||
PUBLIC SmartGroupAssignSourceChanged DELEGATE System.EventHandler
|
||||||||||||||||||||
PUBLIC SmartTableIOSourceChanged DELEGATE System.EventHandler
|
||||||||||||||||||||
PUBLIC SmartTableIOStateChanged (Object, SmartTableIOStateChangedEventArgs)
|
||||||||||||||||||||
PUBLIC VisualValidating DELEGATE System.EventHandler
|
PUBLIC LOGICAL ActivateCurrentGridRowDuringEdit
|
|||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC LOGICAL AddedRecordModified
|
|||||||||||||||||||||||||||||||||
PUBLIC LOGICAL AddingRecord
|
|||||||||||||||||||||||||||||||||
PUBLIC LOGICAL AllowCloseOfUnmodifiedNewRecord
|
|||||||||||||||||||||||||||||||||
PUBLIC LOGICAL CancellingUpdate
|
|||||||||||||||||||||||||||||||||
PUBLIC LOGICAL CopyingRecord
|
|||||||||||||||||||||||||||||||||
PROTECTED CHARACTER DesignerVerbs
|
|||||||||||||||||||||||||||||||||
PUBLIC LOGICAL DesignTime
|
|||||||||||||||||||||||||||||||||
PUBLIC LOGICAL EventHandlerActive
|
|||||||||||||||||||||||||||||||||
PUBLIC System.Windows.Forms.Control FocusControlOnAdd
|
|||||||||||||||||||||||||||||||||
PUBLIC System.Windows.Forms.Control FocusControlOnUpdate
|
|||||||||||||||||||||||||||||||||
PROTECTED CHARACTER HiddenProperties
|
|||||||||||||||||||||||||||||||||
PUBLIC LOGICAL Initializing
|
|||||||||||||||||||||||||||||||||
PUBLIC Consultingwerk.SmartComponents.Interfaces.Design.IDesignDataSource LinkDataSource
|
|||||||||||||||||||||||||||||||||
PUBLIC Consultingwerk.SmartComponents.Interfaces.Design.IDesignGroupAssignSource LinkGroupAssignSource
|
|||||||||||||||||||||||||||||||||
PUBLIC Consultingwerk.SmartComponents.Interfaces.Design.IDesignTableIOSource LinkTableIOSource
|
|||||||||||||||||||||||||||||||||
PROTECTED CHARACTER NonBrowsableProperties
|
|||||||||||||||||||||||||||||||||
PROTECTED Consultingwerk.SmartComponents.Base.SmartViewerOptionalFeatures OptionalFeatures
|
|||||||||||||||||||||||||||||||||
PROTECTED LOGICAL ParentFormDestroyedSubscribed
|
|||||||||||||||||||||||||||||||||
PUBLIC LOGICAL ReadOnlyDisabled
|
|||||||||||||||||||||||||||||||||
PUBLIC LOGICAL SaveMode
|
|||||||||||||||||||||||||||||||||
PUBLIC LOGICAL SavingChanges
|
|||||||||||||||||||||||||||||||||
PUBLIC CHARACTER SecurityKey
|
|||||||||||||||||||||||||||||||||
PUBLIC Consultingwerk.SmartComponents.Interfaces.ISmartDataSource SmartDataSource
|
|||||||||||||||||||||||||||||||||
PUBLIC Consultingwerk.SmartComponents.Interfaces.ISmartGroupAssignSource SmartGroupAssignSource
|
|||||||||||||||||||||||||||||||||
PUBLIC Consultingwerk.SmartComponents.Base.ListISmartGroupAssignTarget SmartGroupAssignTargets
|
|||||||||||||||||||||||||||||||||
PUBLIC Consultingwerk.SmartComponents.Interfaces.ISmartTableIOSource SmartTableIOSource
|
|||||||||||||||||||||||||||||||||
PUBLIC CHARACTER SmartTableIOState
|
|||||||||||||||||||||||||||||||||
PROTECTED LOGICAL TextChangedHandlerSuspended
|
|||||||||||||||||||||||||||||||||
PUBLIC Consultingwerk.SmartComponents.Enum.UpdateStateEnum UpdateState
|
|||||||||||||||||||||||||||||||||
PUBLIC CHARACTER ViewerLogicClass
|
|||||||||||||||||||||||||||||||||
PUBLIC Consultingwerk.SmartComponents.Interfaces.ISmartViewerLogic ViewerLogicObject
|