Namespace: Consultingwerk.SmartComponents.Implementation
Class 
SmartDynamicUpdatableBrowser Copy to Clipboard
Parent classes:
Inherits: Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
Implements: Consultingwerk.SmartComponents.Interfaces.Design.IDesignDataTarget, IAfterRetrieveDataSubscriber, ICheckOkToClose, ICustomTypeDescriptor, IHasDesignerVerbs, ISaveChangesOnDeactivateForm, ISmartDataBrowser, ISmartDataTarget, ISmartDataTargetWithBindingSource, ISmartTableIOTarget

File:SmartDynamicUpdatableBrowser
Purpose:Implementation of a SmartUpdatableBrowser (UltraGrid derived
Control) that receives it layout at runtime from a
repository service
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Mon Jul 15 14:58:27 CEST 2013



Top Method Summary
Options Name Purpose
+ ActivateCurrentRow () Activates the current grid row during Update/Delete/Copy in a Viewer
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
+ AddRecord () Add a new record to the SmartDataSource. The Method CreateRecord of SmartUpdatableBrowser 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.
Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
+ AddRecordFromBindingSource () Ensures the SmartUpdatableBrowser is in AddingRecord mode and the right fields are enabled etc. after a new row was created by the BindingSource
Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
+ AddSmartTableIOSource (ISmartTableIOSource) Adds a(nother) SmartTableIOSource to the SmartDataAdapter instance
Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
# AfterQueryPositionChangedHandler (Object, EventArgs) Activates the current query row (on add and delete)
Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl
+ AfterRetrieveDataCallback (ISmartDataSource) Invoked as a callback from DataAdapter, after Data has been retrieve.
Overrides Consultingwerk.SmartComponents.Implementation.SmartDataBrowser:AfterRetrieveDataCallback (ISmartDataSource)
+ ApplyGridSettings (character) Applies stored Grid Settings
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
+ AttachBindingSource (BindingSource) This Method attaches a new BindingSource given as the Parameter poBindingSource to the Objects of the current Class. The new BindingSource may be created by a DataAdapter or borrowed from a Browser. It is called by the SmartDataAdapter Class when creating a new BindingSource or when a new SmartDataSource is registered to the Class implementing the Interface ISmartDataTarget.
Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl
# BeginUpdateStateHandler (Object, DataSourceUpdateStateEventArgs) Event handler for the BeginUpdateState event of the data source
Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl
# BindingSourceListChangedHandler (Object, ListChangedEventArgs) Handles the ListChanged event of the BindingSource
Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl
+ CancelUpdate () Reverts the changes to the current record. This Method is called by the Toolbar Classes SmartToolbarController or SmartToolStripContainer by pressing the corresponding Tool. Enforced by Interface ISmartDataTarget.
Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
# ClearFilterRow (FilterClearButtonUIElement) Clears the Filter Row
Overrides Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser:ClearFilterRow (FilterClearButtonUIElement)
# CollectFilterValuesHandler (Object, CollectFilterValuesEventArgs) Event handler for the CollectFilterValues event of the ISmartFilterTarget
Overrides Consultingwerk.SmartComponents.Implementation.SmartDataBrowser:CollectFilterValuesHandler (Object, CollectFilterValuesEventArgs)
+ 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.
Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
# 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.
Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
# CreateVerbs () Creates Designer Verbs based on the DesignerVerbs property
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
# DeleteRecord () This Method is a dispatcher to call DeleteRow inside of the SmartDataSource of the current Class. It is called by the SmartTableIOSources SmartToolbarController or SmartToolStripContainer if the tool to delete a record is pressed and by the SmartDataBrowser if the AfterRowsDeleted Event fires.
Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl
+ DeleteRecord () Widens access to the DeleteRecord method of the SmartBrowserControl
Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
# DeregisterBindingSourceEvents () Deregisters events of the BindingSource
Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl
+ DeregisterSmartGroupAssignTarget (ISmartGroupAssignTarget) Deregister a SmartDataTarget with the SmartGroupAssignTarget
Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
+ DisableDelKeyUsage () Disable the usage of the Del key for the entire Grid
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
+ DisableFields () Disables the fields of the SmartUpdatableBrowser
Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
# DisableForUpdate (ISmartDataTarget) Disable the Controls during an Update. This Method is called by the SmartDataAdapter by a call to BeginUpdateState () which is defined in the Interface ISmartDataSource.
Overrides Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser:DisableForUpdate (ISmartDataTarget)
+ DisableMultiSelection () Disables selection of multiple rows in the SmartDataBrowser
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
# DisplayError (Error) Display ErrorMessages shows a predefined Error Dialog and is called from the Method SaveChanges () of the SmartUpdatableBrowser Class.
Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
# DisplayError (Error, character) Display ErrorMessages shows a predefined Error Dialog and is called from the Method SaveChanges () of the SmartUpdatableBrowser Class.
Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
# DisposedHandler (Object, EventArgs) Event handler for the Disposed event of the SmartBrowserControl
Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl
# EnableAfterUpdate () Enable the Controls after an Update. This Method is called by the SmartDataAdapter when setting the SmartDataSourceState Property to Navigatable. Enforced by Interface ISmartDataTarget.
Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl
+ EnableFields (character) Enable all controls of the SmartUpdatableBrowser.
Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
# EnableFields (character, logical) Enable all controls of the SmartUpdatableBrowser.
Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
+ EnableMultiSelection () Enabels selection of multiple rows in the SmartDataBrowser
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
# EnableSmartFilterUserInterface () Enables te SmartFilter UI
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
# EndUpdateStateHandler (Object, DataSourceUpdateStateEventArgs) Event handler for the EndUpdateState event of the data source
Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl
+ EnsureVisible () Ensures that this SmartUpdatableBrowser is visible
Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
+ EvaluateTableIOState () Updateable Browsers are not supported by this class but the Method is enforced by the Interface ISmartDataTarget.
Overrides Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser:EvaluateTableIOState ()
+ CHARACTER ExportToExcel () Exports the browsers contents to an Excel file using the UltraGrid Excel Exported
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
+ CHARACTER ExportToExcel (IUltraGridExcelExportParameter) Exports the browsers contents to an Excel file using the UltraGrid Excel Exported
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
+ Infragistics.Win.UltraWinGrid.UltraGridRow FindFirstChildDataRow (UltraGridGroupByRow) Finds the first child row of a group by row that is a data row
Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
# FormatColumnFilters () Assigns the default column filter type for numeric and date columns to GreaterThanOrEqualTo
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
# FormatColumns () Formats numeric columns (Integer, Decimal). Invoked from the method InitializeLayoutHandler. All Bands and Columns are processed and if the DisplayStyle has not been changed in the Visual Designer, Integer and Decimal fields get formatted according to their datatype.
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
# FormatGrid () Formats the Grid Appearance
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
# FormatSmartColumns () Formats special columns supported by the SmartFramework functionality
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
+ AttributeCollection GetAttributes () Returns a collection of custom attributes for this instance of a component.
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
+ CHARACTER GetClassName () Returns the class name of this instance of a component.
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
+ CHARACTER GetComponentName () Returns the name of this instance of a component.
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
+ TypeConverter GetConverter () Returns a type converter for this instance of a component.
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
+ CHARACTER GetCurrentSettings () Returns a string with the current Grid settings
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
+ EventDescriptor GetDefaultEvent () Returns the default event for this instance of a component.
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
+ PropertyDescriptor GetDefaultProperty () Returns the default property for this instance of a component.
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
+ System.Object GetEditor (Type) Returns an editor of the specified type for this instance of a component.
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
+ EventDescriptorCollection GetEvents () Returns the events for this instance of a component.
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
+ EventDescriptorCollection GetEvents (Attribute[]) Returns the events for this instance of a component using the specified attribute array as a filter.
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
+ PropertyDescriptorCollection GetProperties () Returns the properties for this instance of a component.
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
+ PropertyDescriptorCollection GetProperties (Attribute[]) Returns the properties for this instance of a component using the attribute array as a filter.
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
+ System.Object GetPropertyOwner (PropertyDescriptor) Returns an object that contains the property described by the specified property descriptor.
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
+ GetSelectedRowsDataset (dataset-handle) Returns a ProDataset with a copy of the selected rows
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
+ HandleValidationError (Error) Handles an error raised by validation routines
Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
# HideNonVisibleColumns () Hides the non visible Columns from the Grid
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
# InitializeColumnFilterOperatorItems () Initializes the Column Filer Operator DropDown Items
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
# InitializeLayoutHandler (Object, InitializeLayoutEventArgs) Handle default behaviour of the Grid and apply a default layout. This Method is called if the InitializeLayout Event of the UltraGrid is fired.
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
+ LOGICAL IsOkToClose (logical, CloseReason) Check if it is ok to close the parent form.
Overrides Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser:IsOkToClose (logical, CloseReason)
# CHARACTER LoadSettings () Loads a browsers column settings from the Registry
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
# OnAddingRecordChanged (EventArgs) Raises the AddingRecordChanged event
Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
# OnAfterAddRecord (EventArgs) Raises the AfterAddRecord event
Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
# OnAfterCancelUpdate (EventArgs) Raises the AfterCancelUpdate event
Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
# OnAfterCellActivate () Called after a cell is activated
Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
# OnAfterCellListCloseUp (CellEventArgs) Raises the AfterCellListCloseUp event
Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
# OnAfterCellUpdate (CellEventArgs) Raises the AfterCellUpdate event
Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
# OnAfterCopyRecord (EventArgs) Raises the AfterCopyRecord event
Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
# OnAfterDeleteRecord (EventArgs) Raises the AfterDeleteRecord event
Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl
# OnAfterFieldsEnabled (EventArgs) Raises the AfterFieldsEnabled
Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
# OnAfterPerformAction (AfterUltraGridPerformActionEventArgs) Raises the AfterPerformAction event
Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
# OnAfterRowActivate () Called after a row is activated
Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
# OnAfterRowRegionScroll (RowScrollRegionEventArgs) Raises the OnAfterRowRegionScroll event
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
# OnAfterSaveChanges (EventArgs) Raises the AfterSaveChanges event
Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
# OnBeforeAddRecord (CancelEventArgs) Raises the BeforeAddRecord event
Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
# OnBeforeCancelUpdate (CancelEventArgs) Raises the BeforeCancelUpdate event
Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
# OnBeforeCellDeactivate (CancelEventArgs) Called before a cell is deactivated
Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
# OnBeforeCopyRecord (CancelEventArgs) Raises the BeforeCopyRecord event
Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
# OnBeforeDeleteRecord (CancelEventArgs) Raises the BeforeDeleteRecord event
Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl
# OnBeforeEnableFields (CancelableEventArgs) Raises the BeforeEnableFields
Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
# OnBeforeRowDeactivate (CancelEventArgs) Raises the BeforeRowDeactivate event
Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
# OnBeforeSaveChanges (CancelEventArgs) Raises the BeforeSaveChanges event
Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
# OnBeforeSortChange (BeforeSortChangeEventArgs) Raises the BeforeSortChange event
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
# OnBeginInit () Invoked at the beginning of a Containers InitializeComponents method
Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl
# OnCellChange (CellEventArgs) Raises the CellChange event
Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
# OnCopyingRecordChanged (EventArgs) Raises the CopyingRecordChanged
Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
# OnCreateControl () Raises the CreateControl event
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
# OnDefaultAction (EventArgs) Raises the DefaultAction event
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
# OnDoubleClickRow (DoubleClickRowEventArgs) Raises the DoubleClickRow event
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
# OnEndInit () Invoked at the end of a Containers InitializeComponents method
Overrides Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser:OnEndInit ()
# OnEnter (EventArgs) Raises the Enter event
Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl
# OnFieldsDisabled (EventArgs) Raises the FieldsDisabled event.
Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
# OnFieldsEnabled (EventArgs) Raises the FieldsEnabled event.
Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
# OnGotFocus (EventArgs) Raises the GotFocus event.
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
# OnHandleCreated (EventArgs) Raises the HandleCreated event
Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl
# OnInitializeLayout (InitializeLayoutEventArgs) Raises the InitializeLayout event
# OnKeyDown (KeyEventArgs) Raises the KeyDown Event
Overrides Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser:OnKeyDown (KeyEventArgs)
# OnKeyPress (KeyPressEventArgs) Raises the KeyPress event
Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
# OnLeave (EventArgs) Raises the Leave event
Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
# OnMouseUp (MouseEventArgs) Raises the MouseUp event
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
# OnMouseWheel (MouseEventArgs) Raises the MouseWheel Event
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
# OnSmartBrowserListChanged (SmartBrowserListChangedEventArgs) Raises the SmartBrowserListChanged
Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl
# OnSmartDataBrowserActivated (Object, EventArgs) Raises the SmartDataBrowserActivated event
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
# OnSmartFilterActiveChanged (EventArgs) Raises the SmartFilterActiveChanged
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
# OnSmartTableIOSourceChanged (EventArgs) Publishes the SmartGroupAssignSourceChanged event
Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
# OnSmartTableIOStateChanged (SmartTableIOStateChangedEventArgs) Publishes the SmartTableIOStateChanged event
Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
+ OnVerbClicked (character) Event Handler method for Designer Verbs
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
# ParentFormClosedHandler (Object, FormClosedEventArgs) Event handler for the FormClosed event of the Parent Form
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
# ParentFormDestroyedHandler (Object, EventArgs) Event handler for the FormDestroyed event of the owning Form
Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl
# PerformFilterRow () Performs the Filter Row
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
# PerformLookups () Performs lookup on the current grid row
Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
# LOGICAL PromptForSaveValuesOnRowDeactivate () Prompt the user to save changes when selecting a different row while editing a row.
Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
# RegisterBindingSourceEvents () Registers events of the BindingSource
Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl
+ RegisterDefaultActionSubscriber (IDefaultActionSubscriber) Register a new DefaultActionSubscriber (Class that implements IDefaultActionSubscriber).
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
+ RegisterSmartGroupAssignTarget (ISmartGroupAssignTarget) Register a SmartDataTarget with the SmartGroupAssignTarget
Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
+ RemoveSmartTableIOSource (ISmartTableIOSource) Removes a SmartTableIOSource from the SmartDataAdapter instance
Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
# RestoreSettings () Restores the actual browser column settings
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
+ RestoreValuesForCopy () Restore the Current Values of all Controls on a SmartViewerControl and in all SmartGroupAssignTargets.
Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
+ ResumeRowSynchronizationAfterReposition () Resume row syncronization
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
+ SaveChanges () Saves the current changes to the database.
Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
+ SaveChanges (logical) Saves the current changes to the database.
Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
+ LOGICAL SaveChangesOnDeactivateForm (logical) Saves pending changes when a Form is deactivated
Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
# SaveSettings () Stores a browsers column settings to the Registry
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
# ScrollOffHome () Fetches the previous batch from the DataSource
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
+ ScrollToCurrentRow (logical) Scrolls to the BindingSource's position
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
+ ScrollToCurrentRow (logical, logical) Scrolls to the BindingSource's position
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
+ ScrollToFirstRow () Scrolls the Grid to the First Row
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
+ ScrollToLastRow () Scrolls the Grid to the Last Row
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
+ SetGridReadOnly () Set the entire Grid to Read-Only
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
+ SetModifyingState () Sets the TableIOState to ModifyingData
Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
# SetMultiSelection (logical) Enables or Disables multi-selection in the Grid
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
+ SetOpenedEditorDropDownControl (Control) Sets the Openend Drop Down Editor Control
Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
+ StartEditModeInViewer () Invokes EnableFields (Update) in a Viewer linked to the same SmartDataAdapter
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
# StoreSettings (character) Stores a browsers column settings to the Registry
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
# StoreValuesForCopy () Store the Current Values of all Controls on a SmartViewerControl and do the same in all SmartGroupAssignTargets.
Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
# StoreVisibleGridColumns () Stores the currently visible columns (of band 0) in the VisibleGridColumns property
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
+ SuspendRowSynchronizationForReposition () Suspends row syncronization
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
+ TextChangedEventHandler (Object, EventArgs) Initiate switching to the ModifyinData Mode if the user enters data.
Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
+ UpdateSortIndicator (character) Updates the Sort Indicators of the SmartDataBrowser columns
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser

Top Constructor Summary
Options Name Purpose
+ SmartDynamicUpdatableBrowser () Constructor for the SmartDynamicBrowser class

Top Event Summary
Options Name Purpose
+ AddingRecordChanged DELEGATE System.EventHandler Event fired when the AddingRecord Property is changed
Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
+ AfterAddRecord DELEGATE System.EventHandler Event fired when the viewer has successfully started an Add operation
Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
+ AfterCancelUpdate DELEGATE System.EventHandler Event fired when the viewer has successfully cancelled an update
Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
+ AfterCopyRecord DELEGATE System.EventHandler Event fired when the viewer has successfully started a Copy operation
Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
+ AfterDeleteRecord DELEGATE System.EventHandler Event fired when the viewer has successfully deleted a record.
Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl
+ AfterFieldsEnabled DELEGATE System.EventHandler Raised after the fields have been enabled
Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
+ AfterSaveChanges DELEGATE System.EventHandler Event fired when the viewer has successfully saved changes
Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
+ BeforeAddRecord DELEGATE System.ComponentModel.CancelEventHandler Event fired when the Viewer starts adding a new record. This event is cancelable
Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
+ BeforeCancelUpdate DELEGATE System.ComponentModel.CancelEventHandler Event fired when the Viewer begins cancelling an update. This event is cancellable
Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
+ BeforeCopyRecord DELEGATE System.ComponentModel.CancelEventHandler Event fired when the Viewer begins copying a record. This event is cancellable
Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
+ BeforeDeleteRecord DELEGATE System.ComponentModel.CancelEventHandler Event fired when the Viewer starts deleting a record. This event is cancellable
Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl
+ BeforeEnableFields (Object, CancelableEventArgs) Raised before the fields are enabled
Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
+ BeforeSaveChanges DELEGATE System.ComponentModel.CancelEventHandler Event fired when the Viewer starts saving a record. This event is cancellable
Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
+ CopyingRecordChanged DELEGATE System.EventHandler Raised when the CopyingRecord property has changed
Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
+ DefaultAction DELEGATE System.EventHandler Event that combines double click on a data row or the selection of the Return or Enter key
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
+ FieldsDisabled DELEGATE System.EventHandler Event fired when the columns of this browser become disabled
Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
+ FieldsEnabled DELEGATE System.EventHandler Event fired when the columns of this browser become enabled
Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
+ SmartBrowserListChanged (Object, SmartBrowserListChangedEventArgs) Raised when the ListChanged event of the BindingSource of the SmartBrowserControl is raised
Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl
+ SmartDataBrowserActivated DELEGATE System.EventHandler Static event raised whenever a SmartDataBrowser is activated. This event is useful to control a central UltraGridColumnChooser etc.
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
+ SmartFilterActiveChanged (Object, EventArgs) Raised when the SmartFilterActiveChanged property is changed
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
+ SmartTableIOSourceChanged DELEGATE System.EventHandler Event fired when the SmartTableIOSource Property is changed
Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
+ SmartTableIOStateChanged (Object, SmartTableIOStateChangedEventArgs) Event fired when the SmartTableIOSource Property is changed
Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser

Top Property Summary
Options Name Purpose
+ 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.
Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
+ Infragistics.Win.UltraWinGrid.AllowAddNew AllowAddNew Support for Template Row to add new records
Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
+ LOGICAL AllowEditOfUncommittedAdd Toggles if the SmartUpdatableBrowser should enable the same fields when editing an uncommitted add (that is an added record, that was saved and is then edited again before committing to the backend) as during the initial add
Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
+ LOGICAL BeginEditModeOnCellListCloseUp Flag if closing a cell'S drop down list begins edit mode event when no change has been made by the user
Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
# CHARACTER BindableProperties Property that is used to mark properties (comma-delimited list) that should be Data-Bindable
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
+ Progress.Data.BindingSource BindingSource Get the BindingSource of the current Class. This Property is used to get a possibly existing DesignTime BindingSource from the SmartDataBrowser Instance. A SmartDataAdapter derived Class gets registered as the SmartDataSource for the SmartDataBrowser and RegisterSmartDataTarget () is called to do the handshake between those two Classes.
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
+ CHARACTER BrowserKey The key of the Browser's layout in the repository
# CHARACTER CategorizedProperties Property that is used to mark properties (comma-delimited list) that should receive a Category attribute
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
# CHARACTER CategoryProperties Categories of the Property in the CategorizedProperty list
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
+ LOGICAL CopyingRecord Returns if the Viewer is currently copying a record
Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
# CHARACTER DescribedProperties Property that is used to mark properties (comma-delimited list) that should receive a Description attribute
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
# CHARACTER DescriptionProperties Description of the Property in the DescribedProperties list
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
+ LOGICAL DeselectRowsOnActivate Propery flags if the currently selected Rows will be deselected before activating a new row. The default is TRUE.
Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl
# CHARACTER DesignerVerbs Property that is used to generate Designer Verbs (actions for the Visual Designer)
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
# CHARACTER DesignerVisibilityAttributes The CHARACTER representation of the DesignerSerializationVisibiltiy attribute (Content/Visible/Hidden), see .NET Enumeration System.ComponentModel.DesignerSerializationVisibility
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
# CHARACTER DesignerVisibilityProperties Property that is used to mark properties (comma-delimited list) that should receive a DesignerSerializationVisibility Attribute
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
# LOGICAL DesignTime Propery flags if the current instance of the SmartBindingSource is running at design time or runtime.
Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl
+ CHARACTER DisabledColumnsForAdd Get and Set the keys of grid that are disabled during add
Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
+ CHARACTER DisabledColumnsForUpdate Get and Set the keys of grid that are disabled during update
Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
+ LOGICAL EditInViewerOnDefaultAction Gets and sets if the DefaultAction (DoubleClickRow or Enter) in the SmartDataBrowser starts EnabledFields (Update) in a Viewer linked to the same SmartDataBrowser
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
+ CHARACTER ExcludeColumnsFromCopy Get and Set the list of grid columns that are excluded from the RestoreValuesForCopy. Column values in this list will not be copied
Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
+ LOGICAL FetchAllRecordsOnGroupBy Gets and sets if the SmartDataBrowser should invoke a "Fetch all" from it's data source when grouping by
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
# 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.Implementation.SmartDataBrowser
+ LOGICAL Initializing Indicated that the SmartDataAdapter is currrently being Initialized
Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl
+ Consultingwerk.SmartComponents.Interfaces.Design.IDesignDataSource LinkDataSource Represents the SmartDataSource property casted to a .NET Interface
Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl
+ Consultingwerk.SmartComponents.Interfaces.Design.IDesignTableIOSource LinkTableIOSource Represents the SmartTableIOSource property casted to a .NET Interface
Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
# 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.Implementation.SmartDataBrowser
# LOGICAL ParentFormDestroyed Returns if the FormDestroyed evengt of the containing Form has been subscribed
Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl
# LOGICAL ParentFormDestroyedSubscribed Returns if the FormDestroyed evengt of the containing Form has been subscribed
Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl
+ LOGICAL PromptForSaveValuesOnRowDeactivate Allows to turn of the save changes prompt when the user leaves (deactivates) a row with modifications
Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
+ INTEGER RepositionedRow Gets and sets the demanded Visible Row Index that the ScrollToCurrentRow should set when scrollign to the current row
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
+ LOGICAL SaveChangesOnLeave Allows to turn on saving changes on leave of the SmartUpdatableBrowser
Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
+ LOGICAL SaveColumnSettings Controls if SmartDataBrowsers should store the column settings when the containing Form is closed.
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
+ LOGICAL SaveMode Controls if the Browsers's field remain Enabled after Save or Cancel
Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
+ CHARACTER SecurityKey Gets and sets the Toolbar Security Key
Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
+ CHARACTER SettingsKey Contains the key used to store settings of this Browser in the Registry
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
+ LOGICAL SimpleKeyboardNavigationDuringUpdate Turns on tracking KeyDown events of the underlying UltraGrid Control to allow "Excel-like" navigation between Cells during Update.
Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
+ LOGICAL SimpleKeyboardNavigationDuringUpdateForced When using SimpleKeyboardNavigationDuringUpdate, this property allows to force cursor key navigation, thus not raising the KeyDown event for the Cursor-Up/Down/Left/Right keys
Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
+ LOGICAL SimpleKeyboardNavigationDuringUpdateForLeftRight Controls if the SimpleKeyboardNavigationDuringUpdate feature does also include the cursor-left and cursor-right (default). Setting this to false allows cursor navigation within a cell during update which provides a more natural update behaviour
Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
+ 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. Registers the SmartDataBrowser instance with the SmartDataSource (using the RegisterSmartDataTarget method in ISmartDataSource). When the browser is already attached to a BindingSource (in the Form Design), the bindingSource is introduced to the SmartDataSource by assigning it to the BindingSource property.
Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl
+ LOGICAL SmartFilterActive Gets and sets if the SmartFilter functioanlity should be used with a filter row of the UltraGrid
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
+ LOGICAL SmartFilterUseMatches Gets and sets if the SmartFilter functionality uses MATCHES
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
+ LOGICAL SmartFilterUseOperators Gets and sets if the SmartFilter functionality supports multiple operators
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
+ 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.
Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
+ 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.
Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
+ LOGICAL StoreVisibleGridColumns Depriciated property to invoke StoreVisibleGridColumns from the property grid.
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
+ UpdateStateEnum UpdateState Returns the Update State of the Viewer
Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
+ CHARACTER VisibleGridColumns Stores the Columns of the Grid that should be visible
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser


Method Detail
Top

PUBLIC ActivateCurrentRow ()

Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
Purpose: Activates the current grid row during Update/Delete/Copy in a Viewer
Notes:

Top

PUBLIC AddRecord ()

Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
Purpose: Add a new record to the SmartDataSource. The Method CreateRecord of
SmartUpdatableBrowser 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.
Notes:

Top

PUBLIC AddRecordFromBindingSource ()

Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
Purpose: Ensures the SmartUpdatableBrowser is in AddingRecord mode and the
right fields are enabled etc. after a new row was created by the
BindingSource
Notes: SCL-826

Top

PUBLIC AddSmartTableIOSource (ISmartTableIOSource)

Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
Purpose: Adds a(nother) SmartTableIOSource to the SmartDataAdapter
instance
Notes: Enables multiple SmartTableIOSources to the SmartViewerControl.

Parameters:
poSmartTableIOSource ISmartTableIOSource
The ISmartTableIOSource to add to this instance
Top

PROTECTED AfterQueryPositionChangedHandler (Object, EventArgs)

Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl
Purpose: Activates the current query row (on add and delete)
Notes: Event handler for the AfterQueryPositionChanged event of the ISmartDataSource

Parameters:
sender System.Object
The reference to object that raised this event
e System.EventArgs
The System.EventArgs with the data for this event
Top

PUBLIC AfterRetrieveDataCallback (ISmartDataSource)

Overrides Consultingwerk.SmartComponents.Implementation.SmartDataBrowser:AfterRetrieveDataCallback (ISmartDataSource)
Purpose: Invoked as a callback from DataAdapter, after Data has been retrieve.
Notes: Overridden in SmartDataBrowser to call FormatColumns ()

Parameters:
sender Consultingwerk.SmartComponents.Interfaces.ISmartDataSource
The reference to the ISmartDataSource that invoked this callback
Top

PUBLIC ApplyGridSettings (character)

Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
Purpose: Applies stored Grid Settings
Notes:

Parameters:
pcSettings CHARACTER
The character value representing the grid settings
Top

PUBLIC AttachBindingSource (BindingSource)

Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl
Purpose: This Method attaches a new BindingSource given as the Parameter
poBindingSource to the Objects of the current Class. The new
BindingSource may be created by a DataAdapter or borrowed from a
Browser.
It is called by the SmartDataAdapter Class when creating a new
BindingSource or when a new SmartDataSource is registered to the
Class implementing the Interface ISmartDataTarget.
Notes: Enforced by Interface ISmartDataTarget.

Parameters:
poBindingSource Progress.Data.BindingSource
The BindingSource to be attached to the Grids DataSource Property.
Top

PROTECTED BeginUpdateStateHandler (Object, DataSourceUpdateStateEventArgs)

Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl
Purpose: Event handler for the BeginUpdateState event of the data source
Notes:

Parameters:
sender System.Object
The reference to the object that raised this event
e Consultingwerk.SmartComponents.Implementation.DataSourceUpdateStateEventArgs
The DataSourceUpdateStateEventArgs instance with the data for this event
Top

PROTECTED BindingSourceListChangedHandler (Object, ListChangedEventArgs)

Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl
Purpose: Handles the ListChanged event of the BindingSource
Notes:

Parameters:
sender System.Object
The reference to the object that raised the ListChanged event
e System.ComponentModel.ListChangedEventArgs
The ListChangedEventArgs with the data for this event
Top

PUBLIC CancelUpdate ()

Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
Purpose: Reverts the changes to the current record.
This Method is called by the Toolbar Classes SmartToolbarController
or SmartToolStripContainer by pressing the corresponding Tool.
Enforced by Interface ISmartDataTarget.
Notes:

Top

PROTECTED ClearFilterRow (FilterClearButtonUIElement)

Overrides Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser:ClearFilterRow (FilterClearButtonUIElement)
Purpose: Clears the Filter Row
Notes: Method overridden in the SmartUpdatableBrowse to allow to save pending
updates before clearing the filter

Parameters:
poUIElement Infragistics.Win.UltraWinGrid.FilterClearButtonUIElement
The UIElement that was clicked to distinguish between clear filter row and a single filter cell
Top

PROTECTED CollectFilterValuesHandler (Object, CollectFilterValuesEventArgs)

Overrides Consultingwerk.SmartComponents.Implementation.SmartDataBrowser:CollectFilterValuesHandler (Object, CollectFilterValuesEventArgs)
Purpose: Event handler for the CollectFilterValues event of the ISmartFilterTarget
Notes:

Parameters:
sender Progress.Lang.Object
The object that raised the CollectFilterValues event
e Consultingwerk.SmartComponents.Implementation.CollectFilterValuesEventArgs
The CollectFilterValuesEventArgs with the data for this event
Top

PUBLIC CopyRecord ()

Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
Purpose: 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.
Notes:

Top

PROTECTED CreateRecord (logical)

Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
Purpose: Creates a new record in the viewer.
This Method is called by AddRecord and CopyRecord from the current
Class but may be overridden.
Notes: The parameter plCopy tells the method if it has been called from
AddRecord or CopyRecord.

Parameters:
plCopy LOGICAL
Logical value, FALSE = Add new record, TRUE = Copy existing record
Top

PROTECTED CreateVerbs ()

Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
Purpose: Creates Designer Verbs based on the DesignerVerbs property
Notes:

Top

PROTECTED DeleteRecord ()

Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl
Purpose: This Method is a dispatcher to call DeleteRow inside of the
SmartDataSource of the current Class.
It is called by the SmartTableIOSources SmartToolbarController or
SmartToolStripContainer if the tool to delete a record is pressed
and by the SmartDataBrowser if the AfterRowsDeleted Event fires.
Notes:

Top

PUBLIC DeleteRecord ()

Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
Purpose: Widens access to the DeleteRecord method of the SmartBrowserControl
Notes: ISmartTableIOTarget requires this method to be public

Top

PROTECTED DeregisterBindingSourceEvents ()

Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl
Purpose: Deregisters events of the BindingSource
Notes:

Top

PUBLIC DeregisterSmartGroupAssignTarget (ISmartGroupAssignTarget)

Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
Purpose: Deregister a SmartDataTarget with the SmartGroupAssignTarget
Notes: Enforced by Interface ISmartGroupAssignSource.

Parameters:
poSmartGroupAssignTarget ISmartGroupAssignTarget
The ISmartGroupAssignTarget to remove from this instance
Top

PUBLIC DisableDelKeyUsage ()

Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
Purpose: Disable the usage of the Del key for the entire Grid
Notes: Invoked from the method InitializeLayoutHandler

Top

PUBLIC DisableFields ()

Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
Purpose: Disables the fields of the SmartUpdatableBrowser
Notes:

Top

PROTECTED DisableForUpdate (ISmartDataTarget)

Overrides Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser:DisableForUpdate (ISmartDataTarget)
Purpose: Disable the Controls during an Update.
This Method is called by the SmartDataAdapter by a call to
BeginUpdateState () which is defined in the Interface ISmartDataSource.
Notes: Enforced by Interface ISmartDataTarget.

Parameters:
poSmartDataTarget ISmartDataTarget
The ISmartDataTarget instance that is in update mode
Top

PUBLIC DisableMultiSelection ()

Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
Purpose: Disables selection of multiple rows in the SmartDataBrowser
Notes:

Top

PROTECTED DisplayError (Error)

Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
Purpose: Display ErrorMessages shows a predefined Error Dialog and is called
from the Method SaveChanges () of the SmartUpdatableBrowser Class.
Notes:

Parameters:
e Progress.Lang.Error
The error to display
Top

PROTECTED DisplayError (Error, character)

Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
Purpose: Display ErrorMessages shows a predefined Error Dialog and is called
from the Method SaveChanges () of the SmartUpdatableBrowser Class.
Notes:

Parameters:
e Progress.Lang.Error
The error to display
pcMessageTitle CHARACTER
The title to use for the error message
Top

PROTECTED DisposedHandler (Object, EventArgs)

Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl
Purpose: Event handler for the Disposed event of the SmartBrowserControl
Notes:

Parameters:
sender System.Object
The reference to the object that raised the Disposed event
e System.EventArgs
The System.EventArgs with the data for this event
Top

PROTECTED EnableAfterUpdate ()

Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl
Purpose: Enable the Controls after an Update.
This Method is called by the SmartDataAdapter when setting the
SmartDataSourceState Property to Navigatable.
Enforced by Interface ISmartDataTarget.
Notes: Use this only in a Browser!

Top

PUBLIC EnableFields (character)

Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
Purpose: Enable all controls of the SmartUpdatableBrowser.
Notes: This Method is called by the Toolbar Classes SmartToolbarController
or SmartToolStripContainer by pressing the Tools for Add or Edit Data.
Enforced by Interface ISmartDataTarget or ISmartGroupAssignTarget.

Parameters:
pcFields CHARACTER
The EnableFieldsEnum value
Top

PROTECTED EnableFields (character, logical)

Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
Purpose: Enable all controls of the SmartUpdatableBrowser.
Notes: This Method is called by the Toolbar Classes SmartToolbarController
or SmartToolStripContainer by pressing the Tools for Add or Edit Data.
Enforced by Interface ISmartDataTarget or ISmartGroupAssignTarget.

Parameters:
pcFields CHARACTER
The EnableFieldsEnum value
plApplyFocus LOGICAL
Apply Focus to the SmartUpdatableBrowser
Top

PUBLIC EnableMultiSelection ()

Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
Purpose: Enabels selection of multiple rows in the SmartDataBrowser
Notes:

Top

PROTECTED EnableSmartFilterUserInterface ()

Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
Purpose: Enables te SmartFilter UI
Notes:

Top

PROTECTED EndUpdateStateHandler (Object, DataSourceUpdateStateEventArgs)

Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl
Purpose: Event handler for the EndUpdateState event of the data source
Notes:

Parameters:
sender System.Object
The object that raised the EndupdateState event
e Consultingwerk.SmartComponents.Implementation.DataSourceUpdateStateEventArgs
The DataSourceUpdateStateEventArgs with the data for this event
Top

PUBLIC EnsureVisible ()

Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
Purpose: Ensures that this SmartUpdatableBrowser is visible
Notes:

Top

PUBLIC EvaluateTableIOState ()

Overrides Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser:EvaluateTableIOState ()
Purpose: Updateable Browsers are not supported by this class but the Method
is enforced by the Interface ISmartDataTarget.
Notes:

Top

PUBLIC CHARACTER ExportToExcel ()

Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
Purpose: Exports the browsers contents to an Excel file using the UltraGrid Excel Exported
Notes:

Returns CHARACTER
The filename of the exported document
Top

PUBLIC CHARACTER ExportToExcel (IUltraGridExcelExportParameter)

Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
Purpose: Exports the browsers contents to an Excel file using the UltraGrid Excel Exported
Notes:

Parameters:
poOptions IUltraGridExcelExportParameter
The IUltraGridExcelExportParameter for this export
Returns CHARACTER
The filename of the exported document
Top

PUBLIC Infragistics.Win.UltraWinGrid.UltraGridRow FindFirstChildDataRow (UltraGridGroupByRow)

Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
Purpose: Finds the first child row of a group by row that is a data row
Notes:

Parameters:
poGroupByRow Infragistics.Win.UltraWinGrid.UltraGridGroupByRow
The group by row to find the first child of
Returns Infragistics.Win.UltraWinGrid.UltraGridRow
The UltraGridRow that is a data row of ?
Top

PROTECTED FormatColumnFilters ()

Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
Purpose: Assigns the default column filter type for numeric and date columns
to GreaterThanOrEqualTo
Notes: Keeps the default visualization in sync with the comparison types
used by UltraGridFilterRowHelper class

Top

PROTECTED FormatColumns ()

Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
Purpose: Formats numeric columns (Integer, Decimal).
Invoked from the method InitializeLayoutHandler.
All Bands and Columns are processed and if the DisplayStyle has not
been changed in the Visual Designer, Integer and Decimal fields get
formatted according to their datatype.
Notes:

Top

PROTECTED FormatGrid ()

Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
Purpose: Formats the Grid Appearance
Notes: Sets the Color of the ActiveRow Appearance if not yet set.

Top

PROTECTED FormatSmartColumns ()

Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
Purpose: Formats special columns supported by the SmartFramework functionality
Notes:

Top

PUBLIC AttributeCollection GetAttributes ()

Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
Purpose: Returns a collection of custom attributes for this instance of a
component.
Notes:

Returns AttributeCollection
The System.ComponentModel.AttributeCollection describing the types attributes
Top

PUBLIC CHARACTER GetClassName ()

Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
Purpose: Returns the class name of this instance of a component.
Notes:

Returns CHARACTER
The class name of the Component
Top

PUBLIC CHARACTER GetComponentName ()

Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
Purpose: Returns the name of this instance of a component.
Notes:

Returns CHARACTER
The Component Name of this instance
Top

PUBLIC TypeConverter GetConverter ()

Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
Purpose: Returns a type converter for this instance of a component.
Notes:

Returns TypeConverter
The System.ComponentModel.TypeConverter for this instance of a component.
Top

PUBLIC CHARACTER GetCurrentSettings ()

Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
Purpose: Returns a string with the current Grid settings
Notes:

Returns CHARACTER
The string representing the current grid settings
Top

PUBLIC EventDescriptor GetDefaultEvent ()

Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
Purpose: Returns the default event for this instance of a component.
Notes:

Returns EventDescriptor
The System.ComponentModel.EventDescriptor for the default event of this component
Top

PUBLIC PropertyDescriptor GetDefaultProperty ()

Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
Purpose: Returns the default property for this instance of a component.
Notes:

Returns PropertyDescriptor
The System.ComponentModel.PropertyDescriptor for the default property of the component
Top

PUBLIC System.Object GetEditor (Type)

Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
Purpose: Returns an editor of the specified type for this instance of a
component.
Notes:

Parameters:
editorBaseType System.Type
A System.Type that represents the editor for this object.
Returns System.Object
The reference to the Editor of the type of the component instance
Top

PUBLIC EventDescriptorCollection GetEvents ()

Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
Purpose: Returns the events for this instance of a component.
Notes:

Returns EventDescriptorCollection
The System.ComponentModel.EventDescriptorCollection describing the events of the component
Top

PUBLIC EventDescriptorCollection GetEvents (Attribute[])

Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
Purpose: Returns the events for this instance of a component using the
specified attribute array as a filter.
Notes:

Parameters:
attributes System.Attribute[]
A System.Attribute[] that is used as a filter.
Returns EventDescriptorCollection
The System.ComponentModel.EventDescriptorCollection describing the events of the component
Top

PUBLIC PropertyDescriptorCollection GetProperties ()

Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
Purpose: Returns the properties for this instance of a component.
Notes:

Returns PropertyDescriptorCollection
A System.ComponentModel.PropertyDescriptorCollection that represents the properties for this component instance.
Top

PUBLIC PropertyDescriptorCollection GetProperties (Attribute[])

Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
Purpose: Returns the properties for this instance of a component using the
attribute array as a filter.
Notes:

Parameters:
attributes System.Attribute[]
A System.Attribute[] that is used as a filter.
Returns PropertyDescriptorCollection
A System.ComponentModel.PropertyDescriptorCollection that represents the properties for this component instance.
Top

PUBLIC System.Object GetPropertyOwner (PropertyDescriptor)

Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
Purpose: Returns an object that contains the property described by the
specified property descriptor.
Notes:

Parameters:
pd PropertyDescriptor
A System.ComponentModel.PropertyDescriptor that represents the property whose owner is to be found.
Returns System.Object
An System.Object that represents the owner of the specified property.
Top

PUBLIC GetSelectedRowsDataset (dataset-handle)

Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
Purpose: Returns a ProDataset with a copy of the selected rows
Notes: Useful for routines that need to process the selected rows
Only supported when the SmartDataSource is a SmartDatasetAdapter
extended type, e.g. SmartBusinessEntityAdapter, SmartDatasetChildAdapter

Parameters:
phDataset DATASET-HANDLE
OUTPUT DATASET-HANDLE The Dataset containing the duplicates of the rows
Top

PUBLIC HandleValidationError (Error)

Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
Purpose: Handles an error raised by validation routines
Notes: Displays the Error message and focusses the field that caused the error

Parameters:
poError Progress.Lang.Error
The reference to the validation error instance
Top

PROTECTED HideNonVisibleColumns ()

Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
Purpose: Hides the non visible Columns from the Grid
Notes: Following the VisibleGridColumns Property

Top

PROTECTED InitializeColumnFilterOperatorItems ()

Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
Purpose: Initializes the Column Filer Operator DropDown Items
Notes: Invoked from the EnableSmartFilterUserInterface method (InitializaLayoutHandler)
when the SmartFilterUseOperators property is TRUE

Top

PROTECTED InitializeLayoutHandler (Object, InitializeLayoutEventArgs)

Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
Purpose: Handle default behaviour of the Grid and apply a default layout.
This Method is called if the InitializeLayout Event of the UltraGrid
is fired.
Notes:

Parameters:
sender System.Object
Indicates which Object has raised the Event
e Infragistics.Win.UltraWinGrid.InitializeLayoutEventArgs
The InitializeLayoutEventArgs with the data for this event
Top

PUBLIC LOGICAL IsOkToClose (logical, CloseReason)

Overrides Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser:IsOkToClose (logical, CloseReason)
Purpose: Check if it is ok to close the parent form.
Notes: This class does always return TRUE, as a read-only browser has no
reason to prevent closing the parent form

Parameters:
plShowMessage LOGICAL
When TRUE a message is Shown explaining why it is not ok to close the parent form
poCloseReason System.Windows.Forms.CloseReason
The System.Windows.Forms.CloseReason passed from then OnFormClosing Method of the parent form giving the reason why the form is closed
Returns LOGICAL
Logical value indicating if the parent Form may be closed
Top

PROTECTED CHARACTER LoadSettings ()

Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
Purpose: Loads a browsers column settings from the Registry
Notes:

Returns CHARACTER
The settings for this Grid instance
Top

PROTECTED OnAddingRecordChanged (EventArgs)

Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
Purpose: Raises the AddingRecordChanged event
Notes:

Parameters:
e System.EventArgs
The System.EventArgs with the data for this event
Top

PROTECTED OnAfterAddRecord (EventArgs)

Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
Purpose: Raises the AfterAddRecord event
Notes:

Parameters:
e System.EventArgs
The System.EventArgs with the data for this event
Top

PROTECTED OnAfterCancelUpdate (EventArgs)

Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
Purpose: Raises the AfterCancelUpdate event
Notes:

Parameters:
e System.EventArgs
The System.EventArgs with the data for this event
Top

PROTECTED OnAfterCellActivate ()

Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
Purpose: Called after a cell is activated
Notes: Deactivates cell after Cancel of Save during selection of a different
row

Top

PROTECTED OnAfterCellListCloseUp (CellEventArgs)

Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
Purpose: Raises the AfterCellListCloseUp event
Notes: Called after a CellList is closed up

Parameters:
e Infragistics.Win.UltraWinGrid.CellEventArgs
The CellEventArgs with the data for this event
Top

PROTECTED OnAfterCellUpdate (CellEventArgs)

Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
Purpose: Raises the AfterCellUpdate event
Notes: Called after a cell has been updated

Parameters:
e Infragistics.Win.UltraWinGrid.CellEventArgs
The CellEventArgs with the data for this event
Top

PROTECTED OnAfterCopyRecord (EventArgs)

Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
Purpose: Raises the AfterCopyRecord event
Notes:

Parameters:
e System.EventArgs
The System.EventArgs with the data for this event
Top

PROTECTED OnAfterDeleteRecord (EventArgs)

Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl
Purpose: Raises the AfterDeleteRecord event
Notes:

Parameters:
e System.EventArgs
The System.EventArgs with the data for this event
Top

PROTECTED OnAfterFieldsEnabled (EventArgs)

Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
Purpose: Raises the AfterFieldsEnabled
Notes:

Parameters:
e System.EventArgs
The System.EventArgs with the data for the event
Top

PROTECTED OnAfterPerformAction (AfterUltraGridPerformActionEventArgs)

Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
Purpose: Raises the AfterPerformAction event
Notes:

Parameters:
e Infragistics.Win.UltraWinGrid.AfterUltraGridPerformActionEventArgs
The AfterUltraGridPerformActionEventArgs with the data for this event
Top

PROTECTED OnAfterRowActivate ()

Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
Purpose: Called after a row is activated
Notes:

Top

PROTECTED OnAfterRowRegionScroll (RowScrollRegionEventArgs)

Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
Purpose: Raises the OnAfterRowRegionScroll event
Notes: Occurs after a row scrolling region is scrolled.

Parameters:
e Infragistics.Win.UltraWinGrid.RowScrollRegionEventArgs
Infragistics.Win.UltraWinGrid.RowScrollRegionEventArgs
Top

PROTECTED OnAfterSaveChanges (EventArgs)

Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
Purpose: Raises the AfterSaveChanges event
Notes:

Parameters:
e System.EventArgs
The System.EventArgs with the data for this event
Top

PROTECTED OnBeforeAddRecord (CancelEventArgs)

Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
Purpose: Raises the BeforeAddRecord event
Notes:

Parameters:
e System.ComponentModel.CancelEventArgs
The CancelEventArgs with the data for this event
Top

PROTECTED OnBeforeCancelUpdate (CancelEventArgs)

Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
Purpose: Raises the BeforeCancelUpdate event
Notes:

Parameters:
e System.ComponentModel.CancelEventArgs
The CancelEventArgs with the data for this event
Top

PROTECTED OnBeforeCellDeactivate (CancelEventArgs)

Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
Purpose: Called before a cell is deactivated
Notes:

Parameters:
e System.ComponentModel.CancelEventArgs
An System.ComponentModel.CancelEventArgs instance that contains the event data.
Top

PROTECTED OnBeforeCopyRecord (CancelEventArgs)

Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
Purpose: Raises the BeforeCopyRecord event
Notes:

Parameters:
e System.ComponentModel.CancelEventArgs
The CancelEventArgs with the data for this event
Top

PROTECTED OnBeforeDeleteRecord (CancelEventArgs)

Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl
Purpose: Raises the BeforeDeleteRecord event
Notes:

Parameters:
e System.ComponentModel.CancelEventArgs
The CancelEventArgs with the data for this event
Top

PROTECTED OnBeforeEnableFields (CancelableEventArgs)

Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
Purpose: Raises the BeforeEnableFields
Notes:

Parameters:
e CancelableEventArgs
The CancelableEventArgs with the data for the event
Top

PROTECTED OnBeforeRowDeactivate (CancelEventArgs)

Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
Purpose: Raises the BeforeRowDeactivate event
Notes: Called before a row is deactivated

Parameters:
e System.ComponentModel.CancelEventArgs
The CancelEventArgs with the data for this event
Top

PROTECTED OnBeforeSaveChanges (CancelEventArgs)

Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
Purpose: Raises the BeforeSaveChanges event
Notes:

Parameters:
e System.ComponentModel.CancelEventArgs
The CancelEventArgs with the data for this event
Top

PROTECTED OnBeforeSortChange (BeforeSortChangeEventArgs)

Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
Purpose: Raises the BeforeSortChange event
Notes:

Parameters:
e Infragistics.Win.UltraWinGrid.BeforeSortChangeEventArgs
The BeforeSortChangeEventArgs with the data for this event
Top

PROTECTED OnBeginInit ()

Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl
Purpose: Invoked at the beginning of a Containers InitializeComponents
method
Notes: Enforced by System.ComponentModel.ISupportInitialize
http://msdn.microsoft.com/de-de/library/system.componentmodel.isupportinitialize.begininit(VS.80).aspx

Top

PROTECTED OnCellChange (CellEventArgs)

Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
Purpose: Raises the CellChange event
Notes:

Parameters:
e Infragistics.Win.UltraWinGrid.CellEventArgs
The CellEventArgs with the data for this event
Top

PROTECTED OnCopyingRecordChanged (EventArgs)

Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
Purpose: Raises the CopyingRecordChanged
Notes:

Parameters:
e System.EventArgs
The System.EventArgs with the data for the event
Top

PROTECTED OnCreateControl ()

Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
Purpose: Raises the CreateControl event
Notes: The OnCreateControl method is called when the control is first
created

Top

PROTECTED OnDefaultAction (EventArgs)

Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
Purpose: Raises the DefaultAction event
Notes:

Parameters:
e System.EventArgs
The System.EventArgs with the data for this event
Top

PROTECTED OnDoubleClickRow (DoubleClickRowEventArgs)

Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
Purpose: Raises the DoubleClickRow event
Notes:

Parameters:
e Infragistics.Win.UltraWinGrid.DoubleClickRowEventArgs
The DoubleClickRowEventArgs with the Data for this event
Top

PROTECTED OnEndInit ()

Overrides Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser:OnEndInit ()
Purpose: Invoked at the end of a Containers InitializeComponents method
Notes: Enforced by System.ComponentModel.ISupportInitialize
http://msdn.microsoft.com/de-de/library/system.componentmodel.isupportinitialize.endinit(VS.80).aspx

Top

PROTECTED OnEnter (EventArgs)

Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl
Purpose: Raises the Enter event
Notes:

Parameters:
e System.EventArgs
The System.EventArgs with the data for this event
Top

PROTECTED OnFieldsDisabled (EventArgs)

Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
Purpose: Raises the FieldsDisabled event.
Notes:

Parameters:
e System.EventArgs
The System.EventArgs with the data for thie event
Top

PROTECTED OnFieldsEnabled (EventArgs)

Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
Purpose: Raises the FieldsEnabled event.
Notes:

Parameters:
e System.EventArgs
The System.EventArgs with the data for thie event
Top

PROTECTED OnGotFocus (EventArgs)

Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
Purpose: Raises the GotFocus event.
Notes:

Parameters:
e System.EventArgs
The System.EventArgs with the data for this event
Top

PROTECTED OnHandleCreated (EventArgs)

Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl
Purpose: Raises the HandleCreated event
Notes:

Parameters:
e System.EventArgs
The System.EventArgs with the data for this control
Top

PROTECTED OnInitializeLayout (InitializeLayoutEventArgs)

Purpose: Raises the InitializeLayout event
Notes:

Parameters:
e Infragistics.Win.UltraWinGrid.InitializeLayoutEventArgs
The InitializeLayoutEventArgs with the data for this event
Top

PROTECTED OnKeyDown (KeyEventArgs)

Overrides Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser:OnKeyDown (KeyEventArgs)
Purpose: Raises the KeyDown Event
Notes: Used to trap Cursor-Up and Page-Up to implement backwards-batching

Parameters:
e System.Windows.Forms.KeyEventArgs
The KeyEventArgs with the data for this event
Top

PROTECTED OnKeyPress (KeyPressEventArgs)

Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
Purpose: Raises the KeyPress event
Notes: Starts the Lookup Timer when the Control has Focus

Parameters:
e System.Windows.Forms.KeyPressEventArgs
The KeyPressEventArgs with the data for this event
Top

PROTECTED OnLeave (EventArgs)

Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
Purpose: Raises the Leave event
Notes: Allows invocation of SaveChanges when there are pending updates

Parameters:
e System.EventArgs
The System.EventArgs with the data for this event
Top

PROTECTED OnMouseUp (MouseEventArgs)

Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
Purpose: Raises the MouseUp event
Notes: Handles the pressing of the Grid's FilterClearButtonUIElement to handle
the clearing of the SmartFilter Row

Parameters:
e System.Windows.Forms.MouseEventArgs
The MouseEventArgs with the data for this event
Top

PROTECTED OnMouseWheel (MouseEventArgs)

Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
Purpose: Raises the MouseWheel Event
Notes: Used implement backwards-batching

Parameters:
e System.Windows.Forms.MouseEventArgs
System.Windows.Forms.MouseEventArgs
Top

PROTECTED OnSmartBrowserListChanged (SmartBrowserListChangedEventArgs)

Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl
Purpose: Raises the SmartBrowserListChanged
Notes:

Parameters:
e SmartBrowserListChangedEventArgs
The SmartBrowserListChangedEventArgs with the data for the event
Top

PROTECTED OnSmartDataBrowserActivated (Object, EventArgs)

Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
Purpose: Raises the SmartDataBrowserActivated event
Notes: Static event raised whenever a SmartDataBrowser is activated. This
event is useful to control a central UltraGridColumnChooser etc.
This method may be removed using the NoStaticsInHybrids setting
in Consultingwerk/products.i. This allows to avoid static members
in hybrid classes SmartDataBrowser and SmartBusinessEntityAdapter
to avoid issues with the combination of static and hybrids on 11.2
and 11.3, OE defect OE00240707 http://knowledgebase.progress.com/articles/Article/000042229?popup=true

Parameters:
sender System.Object
The reference to the object that raised the event
e System.EventArgs
The System.EventArgs with the data for this event
Top

PROTECTED OnSmartFilterActiveChanged (EventArgs)

Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
Purpose: Raises the SmartFilterActiveChanged
Notes:

Parameters:
e System.EventArgs
The System.EventArgs with the data for the event
Top

PROTECTED OnSmartTableIOSourceChanged (EventArgs)

Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
Purpose: Publishes the SmartGroupAssignSourceChanged event
Notes:

Parameters:
e System.EventArgs
The System.EventArgs with the data for this event
Top

PROTECTED OnSmartTableIOStateChanged (SmartTableIOStateChangedEventArgs)

Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
Purpose: Publishes the SmartTableIOStateChanged event
Notes:

Parameters:
e SmartTableIOStateChangedEventArgs
The SmartTableIOStateChangedEventArgs with the data for this event
Top

PUBLIC OnVerbClicked (character)

Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
Purpose: Event Handler method for Designer Verbs
Notes: This method is intended to be overridden

Parameters:
pcVerbText CHARACTER
The name (Label) of the Designer Verb that was invoked
Top

PROTECTED ParentFormClosedHandler (Object, FormClosedEventArgs)

Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
Purpose: Event handler for the FormClosed event of the Parent Form
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e System.Windows.Forms.FormClosedEventArgs
The FormClosedEventArgs with the data for this event
Top

PROTECTED ParentFormDestroyedHandler (Object, EventArgs)

Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl
Purpose: Event handler for the FormDestroyed event of the owning Form
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e System.EventArgs
The System.EventArgs with the data for this event
Top

PROTECTED PerformFilterRow ()

Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
Purpose: Performs the Filter Row
Notes:

Top

PROTECTED PerformLookups ()

Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
Purpose: Performs lookup on the current grid row
Notes: Executed during SaveChanges

Top

PROTECTED LOGICAL PromptForSaveValuesOnRowDeactivate ()

Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
Purpose: Prompt the user to save changes when selecting a different row
while editing a row.
Notes: This method is meant to be overridden to modify the behaviour
when the user selected a different row.

Returns LOGICAL
Logical value indicating if the current values shoudl be saved
Top

PROTECTED RegisterBindingSourceEvents ()

Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl
Purpose: Registers events of the BindingSource
Notes:

Top

PUBLIC RegisterDefaultActionSubscriber (IDefaultActionSubscriber)

Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
Purpose: Register a new DefaultActionSubscriber (Class that implements
IDefaultActionSubscriber).
Notes:

Parameters:
poDefaultActionSubscriber IDefaultActionSubscriber
The IDefaultActionSubscriber instance to register
Top

PUBLIC RegisterSmartGroupAssignTarget (ISmartGroupAssignTarget)

Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
Purpose: Register a SmartDataTarget with the SmartGroupAssignTarget
Notes: 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.

Parameters:
poSmartGroupAssignTarget ISmartGroupAssignTarget
The ISmartGroupAssignTarget to register
Top

PUBLIC RemoveSmartTableIOSource (ISmartTableIOSource)

Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
Purpose: Removes a SmartTableIOSource from the SmartDataAdapter
instance
Notes: Enables multiple SmartTableIOSource to the SmartDataAdapter.

Parameters:
poSmartTableIOSource ISmartTableIOSource
The ISmartTableIOSource to remove from this instance
Top

PROTECTED RestoreSettings ()

Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
Purpose: Restores the actual browser column settings
Notes: SUBSTITUTE ("&1,&2,&3,&4":U,
THIS-OBJECT:DisplayLayout:Bands[0]:Columns[i]:Key, DisplayLayout:Bands[0]:Columns[i]:Key,
THIS-OBJECT:DisplayLayout:Bands[0]:Columns[i]:Width, DisplayLayout:Bands[0]:Columns[i]:Width,
THIS-OBJECT:DisplayLayout:Bands[0]:Columns[i]:Header:VisiblePosition, DisplayLayout:Bands[0]:Columns[i]:Header:VisiblePosition,
THIS-OBJECT:DisplayLayout:Bands[0]:Columns[i]:Hidden) DisplayLayout:Bands[0]:Columns[i]:Hidden) .

Top

PUBLIC RestoreValuesForCopy ()

Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
Purpose: Restore the Current Values of all Controls on a SmartViewerControl
and in all SmartGroupAssignTargets.
Notes: This Method is called by CreateRecord from the current Class.
Enforced by Interface ISmartGroupAssignTarget.

Top

PUBLIC ResumeRowSynchronizationAfterReposition ()

Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
Purpose: Resume row syncronization
Notes: SuspendRowSynchronization and ResumeRowSynchronization methods can
be used to temporarily suspend UltraGrid from responding to data
source change notifications. When row syncrhonization is suspended,
the UltraGrid will still mark the rows dirty so it will re-create
the rows next time it gets painted.

Top

PUBLIC SaveChanges ()

Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
Purpose: Saves the current changes to the database.
Notes: This Method is called by the Toolbar Classes SmartToolbarController
or SmartToolStripContainer by pressing the corresponding Tool.
Enforced by Interface ISmartDataTarget or ISmartGroupAssignTarget.

Top

PUBLIC SaveChanges (logical)

Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
Purpose: Saves the current changes to the database.
Notes: Internal method that allows to specify if or if not the Control is
supported to Focus() itself

Parameters:
plEnforceFocus LOGICAL
Logical value indicating if the Control should Focus() itself
Top

PUBLIC LOGICAL SaveChangesOnDeactivateForm (logical)

Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
Purpose: Saves pending changes when a Form is deactivated
Notes:

Parameters:
plShowMessage LOGICAL
When TRUE a message is asking the user if values should be saved. When FALSE values will be saved silently
Returns LOGICAL
True when the user did choose not to save or the save was successful, False when the control remains in Update state
Top

PROTECTED SaveSettings ()

Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
Purpose: Stores a browsers column settings to the Registry
Notes: This methods builds the settings string of the Grid that will
actually be stored using the StoreSettings method (so this
can be overloaded independently).

Top

PROTECTED ScrollOffHome ()

Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
Purpose: Fetches the previous batch from the DataSource
Notes: Uses the OffHome method of the Adapter. The Adapter needs to implement
ISupportsScrollup

Top

PUBLIC ScrollToCurrentRow (logical)

Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
Purpose: Scrolls to the BindingSource's position
Notes: Enforces reposition/scolling also to rows already visible (previous default)

Parameters:
plAllRegions LOGICAL
Logical value indicating if all RowScrollRegions will be positioned to the current row of just the first one.
Top

PUBLIC ScrollToCurrentRow (logical, logical)

Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
Purpose: Scrolls to the BindingSource's position
Notes:

Parameters:
plAllRegions LOGICAL
Logical value indicating if all RowScrollRegions will be positioned to the current row of just the first one.
plEnforeScroll LOGICAL
Logical set to false to indicate that we should only scroll when the row would otherwise not be visible, FALSE is the ABL Browse widget's SET-REPOSITIONED-ROW CONDITIONAL behaviour
Top

PUBLIC ScrollToFirstRow ()

Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
Purpose: Scrolls the Grid to the First Row
Notes:

Top

PUBLIC ScrollToLastRow ()

Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
Purpose: Scrolls the Grid to the Last Row
Notes:

Top

PUBLIC SetGridReadOnly ()

Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
Purpose: Set the entire Grid to Read-Only
Notes: Invoked from the method InitializeLayoutHandler
All Bands and Columns are processed and set into read only mode

Top

PUBLIC SetModifyingState ()

Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
Purpose: Sets the TableIOState to ModifyingData
Notes: Useful when modifying Grid cell values through event handlers

Top

PROTECTED SetMultiSelection (logical)

Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
Purpose: Enables or Disables multi-selection in the Grid
Notes:

Parameters:
plEnable LOGICAL
Logical value indicating if multi-selection should be possible
Top

PUBLIC SetOpenedEditorDropDownControl (Control)

Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
Purpose: Sets the Openend Drop Down Editor Control
Notes: See Bug 1878 for details

Parameters:
poControl Control
The reference to the currently opened EditorDropDownControl
Top

PUBLIC StartEditModeInViewer ()

Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
Purpose: Invokes EnableFields (Update) in a Viewer linked to the same
SmartDataAdapter
Notes:

Top

PROTECTED StoreSettings (character)

Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
Purpose: Stores a browsers column settings to the Registry
Notes: This methods stores the actual settings string of the Grid that have
been built by SaveSettings method (so this
can be overloaded independently).

Parameters:
pcSettings CHARACTER
The settings string to store
Top

PROTECTED StoreValuesForCopy ()

Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
Purpose: Store the Current Values of all Controls on a SmartViewerControl
and do the same in all SmartGroupAssignTargets.
Notes: This Method is called by CreateRecord from the current Class.
Enforced by Interface ISmartGroupAssignTarget.

Top

PROTECTED StoreVisibleGridColumns ()

Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
Purpose: Stores the currently visible columns (of band 0) in the
VisibleGridColumns property
Notes: Only supported during DesignTime

Top

PUBLIC SuspendRowSynchronizationForReposition ()

Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
Purpose: Suspends row syncronization
Notes: SuspendRowSynchronization and ResumeRowSynchronization methods can
be used to temporarily suspend UltraGrid from responding to data
source change notifications. When row syncrhonization is suspended,
the UltraGrid will still mark the rows dirty so it will re-create
the rows next time it gets painted.

Top

PUBLIC TextChangedEventHandler (Object, EventArgs)

Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
Purpose: Initiate switching to the ModifyinData Mode if the user enters data.
Notes: This Method is executed every time data changes in the EditorControls
of a SmartViewerControl.
Event handler for the TextChangedEvent event of Editor Controls on
the SmartViewerControl.
Enforced by Interface ISmartGroupAssignSource.

Parameters:
sender System.Object
The reference to the object that raised this event
e System.EventArgs
The System.EventArgs with the data for this event
Top

PUBLIC UpdateSortIndicator (character)

Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
Purpose: Updates the Sort Indicators of the SmartDataBrowser columns
Notes: Typically invoked from a SmartDataAdapter after setting the QuerySort
property. Does not call back into QuerySort

Parameters:
pcQuerySort CHARACTER
The QuerySort to visualize


Constructor Detail
Top

PUBLIC SmartDynamicUpdatableBrowser ()

Purpose: Constructor for the SmartDynamicBrowser class
Notes:



Event Detail
Top

PUBLIC AddingRecordChanged DELEGATE System.EventHandler

Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
Purpose: Event fired when the AddingRecord Property is changed
Notes:

Delegate: System.EventHandler
Top

PUBLIC AfterAddRecord DELEGATE System.EventHandler

Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
Purpose: Event fired when the viewer has successfully started an Add
operation
Notes: This event is defined using a .NET delegate, so it will show in
the PropertyGrid of the VisualDesigner

Delegate: System.EventHandler
Top

PUBLIC AfterCancelUpdate DELEGATE System.EventHandler

Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
Purpose: Event fired when the viewer has successfully cancelled an update
Notes: This event is defined using a .NET delegate, so it will show in
the PropertyGrid of the VisualDesigner

Delegate: System.EventHandler
Top

PUBLIC AfterCopyRecord DELEGATE System.EventHandler

Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
Purpose: Event fired when the viewer has successfully started a Copy operation
Notes: This event is defined using a .NET delegate, so it will show in
the PropertyGrid of the VisualDesigner

Delegate: System.EventHandler
Top

PUBLIC AfterDeleteRecord DELEGATE System.EventHandler

Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl
Purpose: Event fired when the viewer has successfully deleted a record.
Notes: This event is defined using a .NET delegate, so it will show in
the PropertyGrid of the VisualDesigner

Delegate: System.EventHandler
Top

PUBLIC AfterFieldsEnabled DELEGATE System.EventHandler

Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
Purpose: Raised after the fields have been enabled
Notes:

Delegate: System.EventHandler
Top

PUBLIC AfterSaveChanges DELEGATE System.EventHandler

Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
Purpose: Event fired when the viewer has successfully saved changes
Notes: This event is defined using a .NET delegate, so it will show in
the PropertyGrid of the VisualDesigner

Delegate: System.EventHandler
Top

PUBLIC BeforeAddRecord DELEGATE System.ComponentModel.CancelEventHandler

Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
Purpose: Event fired when the Viewer starts adding a new record.
This event is cancelable
Notes: This event is defined using a .NET delegate, so it will show in
the PropertyGrid of the VisualDesigner

Delegate: System.ComponentModel.CancelEventHandler
Top

PUBLIC BeforeCancelUpdate DELEGATE System.ComponentModel.CancelEventHandler

Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
Purpose: Event fired when the Viewer begins cancelling an update.
This event is cancellable
Notes: This event is defined using a .NET delegate, so it will show in
the PropertyGrid of the VisualDesigner

Delegate: System.ComponentModel.CancelEventHandler
Top

PUBLIC BeforeCopyRecord DELEGATE System.ComponentModel.CancelEventHandler

Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
Purpose: Event fired when the Viewer begins copying a record.
This event is cancellable
Notes: This event is defined using a .NET delegate, so it will show in
the PropertyGrid of the VisualDesigner

Delegate: System.ComponentModel.CancelEventHandler
Top

PUBLIC BeforeDeleteRecord DELEGATE System.ComponentModel.CancelEventHandler

Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl
Purpose: Event fired when the Viewer starts deleting a record.
This event is cancellable
Notes: This event is defined using a .NET delegate, so it will show in
the PropertyGrid of the VisualDesigner

Delegate: System.ComponentModel.CancelEventHandler
Top

PUBLIC BeforeEnableFields (Object, CancelableEventArgs)

Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
Purpose: Raised before the fields are enabled
Notes:

Parameters:
sender Progress.Lang.Object
The object that raised the BeforeEnableFields event
e CancelableEventArgs
The CancelableEventArgs with the data for the event
Top

PUBLIC BeforeSaveChanges DELEGATE System.ComponentModel.CancelEventHandler

Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
Purpose: Event fired when the Viewer starts saving a record.
This event is cancellable
Notes: This event is defined using a .NET delegate, so it will show in
the PropertyGrid of the VisualDesigner

Delegate: System.ComponentModel.CancelEventHandler
Top

PUBLIC CopyingRecordChanged DELEGATE System.EventHandler

Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
Purpose: Raised when the CopyingRecord property has changed
Notes:

Delegate: System.EventHandler
Top

PUBLIC DefaultAction DELEGATE System.EventHandler

Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
Purpose: Event that combines double click on a data row or the selection
of the Return or Enter key
Notes:

Delegate: System.EventHandler
Top

PUBLIC FieldsDisabled DELEGATE System.EventHandler

Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
Purpose: Event fired when the columns of this browser become disabled
Notes: This event is defined using a .NET delegate, so it will show in
the PropertyGrid of the VisualDesigner

Delegate: System.EventHandler
Top

PUBLIC FieldsEnabled DELEGATE System.EventHandler

Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
Purpose: Event fired when the columns of this browser become enabled
Notes: This event is defined using a .NET delegate, so it will show in
the PropertyGrid of the VisualDesigner

Delegate: System.EventHandler
Top

PUBLIC SmartBrowserListChanged (Object, SmartBrowserListChangedEventArgs)

Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl
Purpose: Raised when the ListChanged event of the BindingSource of the SmartBrowserControl
is raised
Notes:

Parameters:
sender Progress.Lang.Object
The object that raised the SmartBrowserListChanged event
e SmartBrowserListChangedEventArgs
The SmartBrowserListChangedEventArgs with the data for the event
Top

PUBLIC SmartDataBrowserActivated DELEGATE System.EventHandler

Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
Purpose: Static event raised whenever a SmartDataBrowser is activated. This
event is useful to control a central UltraGridColumnChooser etc.
Notes: This event may be removed using the NoStaticsInHybrids setting
in Consultingwerk/products.i. This allows to avoid static members
in hybrid classes SmartDataBrowser and SmartBusinessEntityAdapter
to avoid issues with the combination of static and hybrids on 11.2
and 11.3, OE defect OE00240707 http://knowledgebase.progress.com/articles/Article/000042229?popup=true

Delegate: System.EventHandler
Top

PUBLIC SmartFilterActiveChanged (Object, EventArgs)

Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
Purpose: Raised when the SmartFilterActiveChanged property is changed
Notes:

Parameters:
sender Progress.Lang.Object
The object that raised the SmartFilterActiveChanged event
e System.EventArgs
The System.EventArgs with the data for the event
Top

PUBLIC SmartTableIOSourceChanged DELEGATE System.EventHandler

Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
Purpose: Event fired when the SmartTableIOSource Property is changed
Notes:

Delegate: System.EventHandler
Top

PUBLIC SmartTableIOStateChanged (Object, SmartTableIOStateChangedEventArgs)

Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
Purpose: Event fired when the SmartTableIOSource Property is changed
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e SmartTableIOStateChangedEventArgs
The SmartTableIOStateChangedEventArgs with the data for this event


Property Detail
Top

PUBLIC LOGICAL AddingRecord

Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
Purpose: 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.
Notes: To Differenciate from Modifying data

Returns LOGICAL
Top

PUBLIC Infragistics.Win.UltraWinGrid.AllowAddNew AllowAddNew

Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
Purpose: Support for Template Row to add new records
Notes: SCL-826, supported values as No (default), FixedAddRowOnTop and
FixedAddRowOnBottom

Returns Infragistics.Win.UltraWinGrid.AllowAddNew
Top

PUBLIC LOGICAL AllowEditOfUncommittedAdd

Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
Purpose: Toggles if the SmartUpdatableBrowser should enable the same fields when
editing an uncommitted add (that is an added record, that was saved and
is then edited again before committing to the backend) as during the
initial add
Notes: SCL-1340, only supported when the SmartDataSource is a SmartBusinessEntityAdapter
or SmartDatasetChildAdapter (SmartDatasetAdapter derived).

Returns LOGICAL
Top

PUBLIC LOGICAL BeginEditModeOnCellListCloseUp

Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
Purpose: Flag if closing a cell'S drop down list begins edit mode event
when no change has been made by the user
Notes: SCL-1124

Returns LOGICAL
Top

PROTECTED CHARACTER BindableProperties

Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
Purpose: Property that is used to mark properties (comma-delimited list) that
should be Data-Bindable
Notes: C# Annotation: [Bindable(true)]

Returns CHARACTER
Top

PUBLIC Progress.Data.BindingSource BindingSource

Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
Purpose: Get the BindingSource of the current Class.
This Property is used to get a possibly existing DesignTime
BindingSource from the SmartDataBrowser Instance. A SmartDataAdapter
derived Class gets registered as the SmartDataSource for the
SmartDataBrowser and RegisterSmartDataTarget () is called to do the
handshake between those two Classes.
Notes:

Returns Progress.Data.BindingSource
Top

PUBLIC CHARACTER BrowserKey

Purpose: The key of the Browser's layout in the repository
Notes:

Returns CHARACTER
Top

PROTECTED CHARACTER CategorizedProperties

Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
Purpose: Property that is used to mark properties (comma-delimited list) that
should receive a Category attribute
Notes: C# Annotation: [Category("...")]
This is a comma delimited list

Returns CHARACTER
Top

PROTECTED CHARACTER CategoryProperties

Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
Purpose: Categories of the Property in the CategorizedProperty list
Notes: C# Annotation: [Category("...")]
This is a comma delimited list

Returns CHARACTER
Top

PUBLIC LOGICAL CopyingRecord

Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
Purpose: Returns if the Viewer is currently copying a record
Notes: Only true when AddingRecord is also true

Returns LOGICAL
Top

PROTECTED CHARACTER DescribedProperties

Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
Purpose: Property that is used to mark properties (comma-delimited list) that
should receive a Description attribute
Notes: C# Annotation: [Description("...")]
This is a comma delimited list

Returns CHARACTER
Top

PROTECTED CHARACTER DescriptionProperties

Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
Purpose: Description of the Property in the DescribedProperties list
Notes: C# Annotation: [Description("...")]
This is a CHR(1) delimited list

Returns CHARACTER
Top

PUBLIC LOGICAL DeselectRowsOnActivate

Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl
Purpose: Propery flags if the currently selected Rows will be deselected
before activating a new row. The default is TRUE.
Notes: See BeforeRowActivateHandler for details

Returns LOGICAL
Top

PROTECTED CHARACTER DesignerVerbs

Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
Purpose: Property that is used to generate Designer Verbs (actions for the
Visual Designer)
Notes:

Returns CHARACTER
Top

PROTECTED CHARACTER DesignerVisibilityAttributes

Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
Purpose: The CHARACTER representation of the DesignerSerializationVisibiltiy
attribute (Content/Visible/Hidden), see .NET Enumeration
System.ComponentModel.DesignerSerializationVisibility
Notes: C# Annotation: [DesignerSerializationVisibility(...)]
This is a comma delimited list

Returns CHARACTER
Top

PROTECTED CHARACTER DesignerVisibilityProperties

Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
Purpose: Property that is used to mark properties (comma-delimited list) that
should receive a DesignerSerializationVisibility Attribute
Notes: C# Annotation: [DesignerSerializationVisibility(...)]
This is a comma delimited list

Returns CHARACTER
Top

PROTECTED LOGICAL DesignTime

Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl
Purpose: Propery flags if the current instance of the SmartBindingSource
is running at design time or runtime.
Notes: Set during constructor using a check at the
System.ComponentModel.LicenseManager

Returns LOGICAL
Top

PUBLIC CHARACTER DisabledColumnsForAdd

Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
Purpose: Get and Set the keys of grid that are disabled during add
Notes:

Returns CHARACTER
Top

PUBLIC CHARACTER DisabledColumnsForUpdate

Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
Purpose: Get and Set the keys of grid that are disabled during update
Notes:

Returns CHARACTER
Top

PUBLIC LOGICAL EditInViewerOnDefaultAction

Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
Purpose: Gets and sets if the DefaultAction (DoubleClickRow or Enter) in the
SmartDataBrowser starts EnabledFields (Update) in a Viewer linked to
the same SmartDataBrowser
Notes:

Returns LOGICAL
Top

PUBLIC CHARACTER ExcludeColumnsFromCopy

Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
Purpose: Get and Set the list of grid columns that are excluded from the
RestoreValuesForCopy. Column values in this list will not be copied
Notes: Comma delimited entries. Entries are column names, for format depends
on the BindingSource UseFullFieldName setting

Returns CHARACTER
Top

PUBLIC LOGICAL FetchAllRecordsOnGroupBy

Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
Purpose: Gets and sets if the SmartDataBrowser should invoke a "Fetch all"
from it's data source when grouping by
Notes: Ensures proper group by, as the UltraGrid requires all data for group
by

Returns LOGICAL
Top

PROTECTED CHARACTER HiddenProperties

Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
Purpose: Property that is used to mark properties (comma-delimited list) that
will be excluded from the .NET TypeDescriptor properties list
Notes:

Returns CHARACTER
Top

PUBLIC LOGICAL Initializing

Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl
Purpose: Indicated that the SmartDataAdapter is currrently being
Initialized
Notes:

Returns LOGICAL
Top

PUBLIC Consultingwerk.SmartComponents.Interfaces.Design.IDesignDataSource LinkDataSource

Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl
Purpose: Represents the SmartDataSource property casted to a .NET Interface
Notes: Implementation of Interface in Consultingwerk.SmartComponents.dll
SCL-725 - code moved from LinkDataSource.i directly into class file

Returns Consultingwerk.SmartComponents.Interfaces.Design.IDesignDataSource
Top

PUBLIC Consultingwerk.SmartComponents.Interfaces.Design.IDesignTableIOSource LinkTableIOSource

Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
Purpose: Represents the SmartTableIOSource property casted to a .NET Interface
Notes: Implementation of Interface in Consultingwerk.SmartComponents.dll
SCL-725 - code moved from LinkTableIOSource.i directly into class file

Returns Consultingwerk.SmartComponents.Interfaces.Design.IDesignTableIOSource
Top

PROTECTED CHARACTER NonBrowsableProperties

Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
Purpose: Property that is used to mark properties (comma-delimited list) that
should not show up in the Visual Designers Property Grid
Notes:

Returns CHARACTER
Top

PROTECTED LOGICAL ParentFormDestroyed

Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl
Purpose: Returns if the FormDestroyed evengt of the containing Form has been
subscribed
Notes:

Returns LOGICAL
Top

PROTECTED LOGICAL ParentFormDestroyedSubscribed

Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl
Purpose: Returns if the FormDestroyed evengt of the containing Form has been
subscribed
Notes:

Returns LOGICAL
Top

PUBLIC LOGICAL PromptForSaveValuesOnRowDeactivate

Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
Purpose: Allows to turn of the save changes prompt when the user leaves
(deactivates) a row with modifications
Notes:

Returns LOGICAL
Top

PUBLIC INTEGER RepositionedRow

Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
Purpose: Gets and sets the demanded Visible Row Index that the ScrollToCurrentRow
should set when scrollign to the current row
Notes: Zero based version of the ABL Browse widget SET-REPOSITIONED-ROW

Returns INTEGER
Top

PUBLIC LOGICAL SaveChangesOnLeave

Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
Purpose: Allows to turn on saving changes on leave of the SmartUpdatableBrowser
Notes: Allow wo fix UltraGrid behaviour of resetting pending changes on Leave
SCL-570

Returns LOGICAL
Top

PUBLIC LOGICAL SaveColumnSettings

Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
Purpose: Controls if SmartDataBrowsers should store the column settings
when the containing Form is closed.
Notes: This static property is not present when the NoStaticsInHybrids
preprocessor switch is set in Consultingwerk/products.i - instead
the preprocessor

Returns LOGICAL
Top

PUBLIC LOGICAL SaveMode

Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
Purpose: Controls if the Browsers's field remain Enabled after Save or Cancel
Notes: When the user is using the SaveMode the fields are basically always
enabled as long as there is a record available. As soon as the user
starts entering values in the fields of the viewer, the update
operation is starting, resulting in a change of enabled buttons in the
viewer and the disablement of linked grids.

Returns LOGICAL
Top

PUBLIC CHARACTER SecurityKey

Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
Purpose: Gets and sets the Toolbar Security Key
Notes:

Returns CHARACTER
Top

PUBLIC CHARACTER SettingsKey

Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
Purpose: Contains the key used to store settings of this Browser in the
Registry
Notes:

Returns CHARACTER
Top

PUBLIC LOGICAL SimpleKeyboardNavigationDuringUpdate

Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
Purpose: Turns on tracking KeyDown events of the underlying UltraGrid Control
to allow "Excel-like" navigation between Cells during Update.
Notes: See Bug 2640

Returns LOGICAL
Top

PUBLIC LOGICAL SimpleKeyboardNavigationDuringUpdateForced

Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
Purpose: When using SimpleKeyboardNavigationDuringUpdate, this property allows
to force cursor key navigation, thus not raising the KeyDown event for
the Cursor-Up/Down/Left/Right keys
Notes: See SCL-277

Returns LOGICAL
Top

PUBLIC LOGICAL SimpleKeyboardNavigationDuringUpdateForLeftRight

Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
Purpose: Controls if the SimpleKeyboardNavigationDuringUpdate feature does also
include the cursor-left and cursor-right (default). Setting this to
false allows cursor navigation within a cell during update which provides
a more natural update behaviour
Notes: See SCL-1082

Returns LOGICAL
Top

PUBLIC ISmartDataSource SmartDataSource

Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl
Purpose: 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.
Registers the SmartDataBrowser instance with the SmartDataSource
(using the RegisterSmartDataTarget method in ISmartDataSource).
When the browser is already attached to a BindingSource (in the Form
Design), the bindingSource is introduced to the SmartDataSource by
assigning it to the BindingSource property.
Notes: Enforced by Interface ISmartDataTarget.

Returns ISmartDataSource
Top

PUBLIC LOGICAL SmartFilterActive

Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
Purpose: Gets and sets if the SmartFilter functioanlity should be used with
a filter row of the UltraGrid
Notes:

Returns LOGICAL
Top

PUBLIC LOGICAL SmartFilterUseMatches

Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
Purpose: Gets and sets if the SmartFilter functionality uses MATCHES
Notes: MATCHES uses a flexible combination with BEGINS based on entered text
or BEGINS for character fields

Returns LOGICAL
Top

PUBLIC LOGICAL SmartFilterUseOperators

Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
Purpose: Gets and sets if the SmartFilter functionality supports multiple
operators
Notes: When set to TRUE the SmartFilter will support all operators that
are reasonable for the column data type
The use of the SmartFilterUseOperators feature overrides the
SmartFilterUseMatches setting as the user has full control over the
filter comparison used.

Returns LOGICAL
Top

PUBLIC ISmartTableIOSource SmartTableIOSource

Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
Purpose: 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.
Notes: Cannot be changed while the SmartViewerControl is in ModifyingData mode.

Returns ISmartTableIOSource
Top

PUBLIC CHARACTER SmartTableIOState

Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
Purpose: 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.
Notes: Possible values (TableIOStateEnum):
AddCopyAllowed
FieldsDisabled
FieldsEnabled
ModifyingData
NoDataSource
NoParentRecordAvailable

Returns CHARACTER
Top

PUBLIC LOGICAL StoreVisibleGridColumns

Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
Purpose: Depriciated property to invoke StoreVisibleGridColumns from the
property grid.
Notes: Protected GET to remain compability with old InitializeComponents
code that assigns a value. There is no need to GET and SET this
property anymore

Returns LOGICAL
Top

PUBLIC UpdateStateEnum UpdateState

Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
Purpose: Returns the Update State of the Viewer
Notes: Possible values are Add, Copy, Update or View

Returns UpdateStateEnum
Top

PUBLIC CHARACTER VisibleGridColumns

Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
Purpose: Stores the Columns of the Grid that should be visible
Notes: All other columns will be hidden

Returns CHARACTER


©2006-2016 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       26.08.2016 08:32:40