|
Options |
Name |
Purpose |
|
+
|
ActivateCurrentRow ()
|
Activates the current grid row during Update/Delete/Copy in a Viewer Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
|
|
#
|
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
|
|
#
|
ClearFilterRow (FilterClearButtonUIElement)
|
Clears the Filter Row Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
|
|
#
|
CollectFilterValuesHandler (Object, CollectFilterValuesEventArgs)
|
Event handler for the CollectFilterValues event of the ISmartFilterTarget Overrides Consultingwerk.SmartComponents.Implementation.SmartDataBrowser:CollectFilterValuesHandler (Object, CollectFilterValuesEventArgs)
|
|
#
|
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
|
|
#
|
DeregisterBindingSourceEvents ()
|
Deregisters events of the BindingSource Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl
|
|
+
|
DisableDelKeyUsage ()
|
Disable the usage of the Del key for the entire Grid Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
|
|
#
|
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.SmartDataBrowser:DisableForUpdate (ISmartDataTarget)
|
|
+
|
DisableMultiSelection ()
|
Disables selection of multiple rows in the SmartDataBrowser Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
|
|
#
|
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
|
|
+
|
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
|
|
+
|
EvaluateTableIOState ()
|
Updateable Browsers are not supported by this class but the Method
is enforced by the Interface ISmartDataTarget. Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl
|
|
+
|
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
|
|
#
|
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
|
|
#
|
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
|
|
+
|
InitializeFromRepository ()
|
Initializes the Dynamic Browser from the Repository
|
|
#
|
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. Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl
|
|
#
|
CHARACTER LoadSettings ()
|
Loads a browsers column settings from the Registry Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
|
|
#
|
OnAfterDeleteRecord (EventArgs)
|
Raises the AfterDeleteRecord event Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl
|
|
#
|
OnAfterRowRegionScroll (RowScrollRegionEventArgs)
|
Raises the OnAfterRowRegionScroll event Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
|
|
#
|
OnBeforeDeleteRecord (CancelEventArgs)
|
Raises the BeforeDeleteRecord event Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl
|
|
#
|
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
|
|
#
|
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.SmartDataBrowser:OnEndInit ()
|
|
#
|
OnEnter (EventArgs)
|
Raises the Enter event Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl
|
|
#
|
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 Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
|
|
#
|
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
|
|
+
|
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
|
|
#
|
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
|
|
#
|
RestoreSettings ()
|
Restores the actual browser column settings Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
|
|
+
|
ResumeRowSynchronizationAfterReposition ()
|
Resume row syncronization Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
|
|
#
|
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
|
|
+
|
SelectAllRows ()
|
Selects all rows in the Grid Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl
|
|
+
|
SetGridReadOnly ()
|
Set the entire Grid to Read-Only Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
|
|
#
|
SetMultiSelection (logical)
|
Enables or Disables multi-selection in the Grid Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
|
|
+
|
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
|
|
#
|
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
|
|
+
|
UpdateSortIndicator (character)
|
Updates the Sort Indicators of the SmartDataBrowser columns Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
|