|
Navigate to: Methods | Constructors | Events | Properties
Options | Name | Purpose | |
---|---|---|---|
+ | ActivateCurrentRow () |
Activates the current grid row during Update/Delete/Copy in a Viewer |
|
# | AfterQueryPositionChangedHandler (Object, EventArgs) |
Activates the current query row (on add and delete) Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl |
|
+ | AfterRetrieveDataCallback (ISmartDataSource) |
Callback method for the AfterRetrieveData event Overrides Consultingwerk.SmartComponents.Base.SmartBrowserControl:AfterRetrieveDataCallback (ISmartDataSource) |
|
+ | ApplyGridSettings (character) |
Applies stored Grid Settings |
|
+ | 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 |
|
# | CollectFilterValuesHandler (Object, CollectFilterValuesEventArgs) |
Event handler for the CollectFilterValues event of the ISmartFilterTarget Overrides Consultingwerk.SmartComponents.Base.SmartBrowserControl:CollectFilterValuesHandler (Object, CollectFilterValuesEventArgs) |
|
# | CreateVerbs () |
Creates Designer Verbs based on the DesignerVerbs property |
|
# | 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 |
|
# | 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.Base.SmartBrowserControl:DisableForUpdate (ISmartDataTarget) |
|
+ | DisableMultiSelection () |
Disables selection of multiple rows in the 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 |
|
# | EnableSmartFilterUserInterface () |
Enables te SmartFilter UI |
|
# | 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 |
|
+ | CHARACTER ExportToExcel (IUltraGridExcelExportParameter) |
Exports the browsers contents to an Excel file using the UltraGrid Excel Exported |
|
# | FormatColumnFilters () |
Assigns the default column filter type for numeric and date columns
to GreaterThanOrEqualTo |
|
# | 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. |
|
# | FormatGrid () |
Formats the Grid Appearance |
|
# | FormatSmartColumns () |
Formats special columns supported by the SmartFramework functionality |
|
+ | System.ComponentModel.AttributeCollection GetAttributes () |
Returns a collection of custom attributes for this instance of a
component. |
|
+ | CHARACTER GetClassName () |
Returns the class name of this instance of a component. |
|
+ | CHARACTER GetComponentName () |
Returns the name of this instance of a component. |
|
+ | System.ComponentModel.TypeConverter GetConverter () |
Returns a type converter for this instance of a component. |
|
+ | CHARACTER GetCurrentSettings () |
Returns a string with the current Grid settings |
|
+ | System.ComponentModel.EventDescriptor GetDefaultEvent () |
Returns the default event for this instance of a component. |
|
+ | System.ComponentModel.PropertyDescriptor GetDefaultProperty () |
Returns the default property for this instance of a component. |
|
+ | System.Object GetEditor (Type) |
Returns an editor of the specified type for this instance of a
component. |
|
+ | System.ComponentModel.EventDescriptorCollection GetEvents () |
Returns the events for this instance of a component. |
|
+ | System.ComponentModel.EventDescriptorCollection GetEvents (Attribute[]) |
Returns the events for this instance of a component using the
specified attribute array as a filter. |
|
+ | System.ComponentModel.PropertyDescriptorCollection GetProperties () |
Returns the properties for this instance of a component. |
|
+ | System.ComponentModel.PropertyDescriptorCollection GetProperties (Attribute[]) |
Returns the properties for this instance of a component using the
attribute array as a filter. |
|
+ | System.Object GetPropertyOwner (PropertyDescriptor) |
Returns an object that contains the property described by the
specified property descriptor. |
|
+ | GetSelectedRowsDataset (dataset-handle) |
Returns a ProDataset with a copy of the selected rows |
|
# | HideNonVisibleColumns () |
Hides the non visible Columns from the Grid |
|
# | InitializeColumnFilterOperatorItems () |
Initializes the Column Filer Operator DropDown Items |
|
# | 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. |
|
+ | 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 |
|
# | OnAfterDeleteRecord (EventArgs) |
Raises the AfterDeleteRecord event Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl |
|
# | OnAfterRowRegionScroll (RowScrollRegionEventArgs) |
Raises the OnAfterRowRegionScroll event |
|
# | OnBeforeDeleteRecord (CancelEventArgs) |
Raises the BeforeDeleteRecord event Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl |
|
# | OnBeforeSortChange (BeforeSortChangeEventArgs) |
Raises the BeforeSortChange event |
|
# | OnBeginInit () |
Invoked at the beginning of a Containers InitializeComponents
method Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl |
|
# | OnCreateControl () |
Raises the CreateControl event |
|
# | OnDefaultAction (EventArgs) |
Raises the DefaultAction event |
|
# | OnDoubleClickRow (DoubleClickRowEventArgs) |
Raises the DoubleClickRow event |
|
# | OnEndInit () |
Invoked at the end of a Containers InitializeComponents method Overrides Consultingwerk.SmartComponents.Base.SmartBrowserControl:OnEndInit () |
|
# | OnEnter (EventArgs) |
Raises the Enter event Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl |
|
# | OnGotFocus (EventArgs) |
Raises the GotFocus event. |
|
# | OnHandleCreated (EventArgs) |
Raises the HandleCreated event Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl |
|
# | OnKeyDown (KeyEventArgs) |
Raises the KeyDown Event |
|
# | OnMouseUp (MouseEventArgs) |
Raises the MouseUp event |
|
# | OnMouseWheel (MouseEventArgs) |
Raises the MouseWheel Event |
|
# | OnSmartBrowserListChanged (SmartBrowserListChangedEventArgs) |
Raises the SmartBrowserListChanged Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl |
|
# | OnSmartDataBrowserActivated (Object, EventArgs) |
Raises the SmartDataBrowserActivated event |
|
# | OnSmartFilterActiveChanged (EventArgs) |
Raises the SmartFilterActiveChanged |
|
+ | OnVerbClicked (character) |
Event Handler method for Designer Verbs |
|
# | ParentFormClosedHandler (Object, FormClosedEventArgs) |
Event handler for the FormClosed event of the Parent Form |
|
# | ParentFormDestroyedHandler (Object, EventArgs) |
Event handler for the FormDestroyed event of the owning Form Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl |
|
# | PerformFilterRow () |
Performs the Filter Row |
|
# | RegisterBindingSourceEvents () |
Registers events of the BindingSource Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl |
|
+ | RegisterDefaultActionSubscriber (IDefaultActionSubscriber) |
Register a new DefaultActionSubscriber (Class that implements
IDefaultActionSubscriber). |
|
# | RestoreSettings () |
Restores the actual browser column settings |
|
+ | ResumeRowSynchronizationAfterReposition () |
Resume row syncronization |
|
# | SaveSettings () |
Stores a browsers column settings to the Registry |
|
# | ScrollOffHome () |
Fetches the previous batch from the DataSource |
|
+ | ScrollToCurrentRow (logical) |
Scrolls to the BindingSource's position |
|
+ | ScrollToCurrentRow (logical, logical) |
Scrolls to the BindingSource's position |
|
+ | ScrollToFirstRow () |
Scrolls the Grid to the First Row |
|
+ | ScrollToLastRow () |
Scrolls the Grid to the Last Row |
|
- | SetDesignerProperties () |
Set properties for ICustomTypeDescriptor |
|
+ | SetGridReadOnly () |
Set the entire Grid to Read-Only |
|
# | SetMultiSelection (logical) |
Enables or Disables multi-selection in the Grid |
|
+ | StartEditModeInViewer () |
Invokes EnableFields (Update) in a Viewer linked to the same
SmartDataAdapter |
|
# | StoreSettings (character) |
Stores a browsers column settings to the Registry |
|
# | StoreVisibleGridColumns () |
Stores the currently visible columns (of band 0) in the
VisibleGridColumns property |
|
+ | SuspendRowSynchronizationForReposition () |
Suspends row syncronization |
|
+ | UpdateSortIndicator (character) |
Updates the Sort Indicators of the SmartDataBrowser columns |
Options | Name | Purpose | |
---|---|---|---|
+ | SmartDataBrowser () |
Creates a new Instance of SmartDataBrowser and subscribes Handlers
to Events. |
Options | Name | Purpose | |
---|---|---|---|
+ | AfterDeleteRecord DELEGATE System.EventHandler |
Event fired when the viewer has successfully deleted a record. Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl |
|
+ | BeforeDeleteRecord DELEGATE System.ComponentModel.CancelEventHandler |
Event fired when the Viewer starts deleting a record.
This event is cancellable Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl |
|
+ | DefaultAction DELEGATE System.EventHandler |
Event that combines double click on a data row or the selection
of the Return or Enter key |
|
+ | 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. |
|
+ | SmartFilterActiveChanged (Object, EventArgs) |
Raised when the SmartFilterActiveChanged property is changed |
Options | Name | Purpose | |
---|---|---|---|
# | CHARACTER BindableProperties |
Property that is used to mark properties (comma-delimited list) that
should be Data-Bindable |
|
+ | 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. |
|
# | CHARACTER CategorizedProperties |
Property that is used to mark properties (comma-delimited list) that
should receive a Category attribute |
|
# | CHARACTER CategoryProperties |
Categories of the Property in the CategorizedProperty list |
|
# | CHARACTER DescribedProperties |
Property that is used to mark properties (comma-delimited list) that
should receive a Description attribute |
|
# | CHARACTER DescriptionProperties |
Description of the Property in the DescribedProperties list |
|
+ | 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) |
|
# | CHARACTER DesignerVisibilityAttributes |
The CHARACTER representation of the DesignerSerializationVisibiltiy
attribute (Content/Visible/Hidden), see .NET Enumeration
System.ComponentModel.DesignerSerializationVisibility |
|
# | CHARACTER DesignerVisibilityProperties |
Property that is used to mark properties (comma-delimited list) that
should receive a DesignerSerializationVisibility Attribute |
|
# | LOGICAL DesignTime |
Propery flags if the current instance of the SmartBindingSource
is running at design time or runtime. Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl |
|
+ | 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 |
|
+ | LOGICAL FetchAllRecordsOnGroupBy |
Gets and sets if the SmartDataBrowser should invoke a "Fetch all"
from it's data source when grouping by |
|
# | CHARACTER HiddenProperties |
Property that is used to mark properties (comma-delimited list) that
will be excluded from the .NET TypeDescriptor properties list |
|
+ | 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 |
|
# | CHARACTER NonBrowsableProperties |
Property that is used to mark properties (comma-delimited list) that
should not show up in the Visual Designers Property Grid |
|
# | 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 |
|
+ | INTEGER RepositionedRow |
Gets and sets the demanded Visible Row Index that the ScrollToCurrentRow
should set when scrollign to the current row |
|
+ | LOGICAL SaveColumnSettings |
Controls if SmartDataBrowsers should store the column settings
when the containing Form is closed. |
|
+ | CHARACTER SettingsKey |
Contains the key used to store settings of this Browser in the
Registry |
|
+ | Consultingwerk.SmartComponents.Interfaces.ISmartDataSource SmartDataSource |
Get/Set the SmartDataSource of the current Class. The SmartDataSource
can be set to any class implementing the Interface ISmartDataSource.
This Property is set by the developer when initializing a Control
implementing the Interface ISmartDataTarget.
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 |
|
+ | LOGICAL SmartFilterUseMatches |
Gets and sets if the SmartFilter functionality uses MATCHES |
|
+ | LOGICAL SmartFilterUseOperators |
Gets and sets if the SmartFilter functionality supports multiple
operators |
|
+ | LOGICAL StoreVisibleGridColumns |
Depriciated property to invoke StoreVisibleGridColumns from the
property grid. |
|
+ | CHARACTER VisibleGridColumns |
Stores the Columns of the Grid that should be visible |
Top
PUBLIC ActivateCurrentRow ()
|
||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PROTECTED AfterQueryPositionChangedHandler (Object, EventArgs)
|
||||||||||||||||||||||||||||||||
PUBLIC AfterRetrieveDataCallback (ISmartDataSource)
|
||||||||||||||||||||||||||||||||
PUBLIC ApplyGridSettings (character)
|
||||||||||||||||||||||||||||||||
PUBLIC AttachBindingSource (BindingSource)
|
||||||||||||||||||||||||||||||||
PROTECTED BeginUpdateStateHandler (Object, DataSourceUpdateStateEventArgs)
|
||||||||||||||||||||||||||||||||
PROTECTED BindingSourceListChangedHandler (Object, ListChangedEventArgs)
|
||||||||||||||||||||||||||||||||
PROTECTED ClearFilterRow (FilterClearButtonUIElement)
|
||||||||||||||||||||||||||||||||
PROTECTED CollectFilterValuesHandler (Object, CollectFilterValuesEventArgs)
|
||||||||||||||||||||||||||||||||
PROTECTED CreateVerbs ()
|
||||||||||||||||||||||||||||||||
PROTECTED DeleteRecord ()
|
||||||||||||||||||||||||||||||||
PROTECTED DeregisterBindingSourceEvents ()
|
||||||||||||||||||||||||||||||||
PUBLIC DisableDelKeyUsage ()
|
||||||||||||||||||||||||||||||||
PROTECTED DisableForUpdate (ISmartDataTarget)
|
||||||||||||||||||||||||||||||||
PUBLIC DisableMultiSelection ()
|
||||||||||||||||||||||||||||||||
PROTECTED DisposedHandler (Object, EventArgs)
|
||||||||||||||||||||||||||||||||
PROTECTED EnableAfterUpdate ()
|
||||||||||||||||||||||||||||||||
PUBLIC EnableMultiSelection ()
|
||||||||||||||||||||||||||||||||
PROTECTED EnableSmartFilterUserInterface ()
|
||||||||||||||||||||||||||||||||
PROTECTED EndUpdateStateHandler (Object, DataSourceUpdateStateEventArgs)
|
||||||||||||||||||||||||||||||||
PUBLIC EvaluateTableIOState ()
|
||||||||||||||||||||||||||||||||
PUBLIC CHARACTER ExportToExcel ()
|
||||||||||||||||||||||||||||||||
PUBLIC CHARACTER ExportToExcel (IUltraGridExcelExportParameter)
|
||||||||||||||||||||||||||||||||
PROTECTED FormatColumnFilters ()
|
||||||||||||||||||||||||||||||||
PROTECTED FormatColumns ()
|
||||||||||||||||||||||||||||||||
PROTECTED FormatGrid ()
|
||||||||||||||||||||||||||||||||
PROTECTED FormatSmartColumns ()
|
||||||||||||||||||||||||||||||||
PUBLIC System.ComponentModel.AttributeCollection GetAttributes ()
|
||||||||||||||||||||||||||||||||
PUBLIC CHARACTER GetClassName ()
|
||||||||||||||||||||||||||||||||
PUBLIC CHARACTER GetComponentName ()
|
||||||||||||||||||||||||||||||||
PUBLIC System.ComponentModel.TypeConverter GetConverter ()
|
||||||||||||||||||||||||||||||||
PUBLIC CHARACTER GetCurrentSettings ()
|
||||||||||||||||||||||||||||||||
PUBLIC System.ComponentModel.EventDescriptor GetDefaultEvent ()
|
||||||||||||||||||||||||||||||||
PUBLIC System.ComponentModel.PropertyDescriptor GetDefaultProperty ()
|
||||||||||||||||||||||||||||||||
PUBLIC System.Object GetEditor (Type)
|
||||||||||||||||||||||||||||||||
PUBLIC System.ComponentModel.EventDescriptorCollection GetEvents ()
|
||||||||||||||||||||||||||||||||
PUBLIC System.ComponentModel.EventDescriptorCollection GetEvents (Attribute[])
|
||||||||||||||||||||||||||||||||
PUBLIC System.ComponentModel.PropertyDescriptorCollection GetProperties ()
|
||||||||||||||||||||||||||||||||
PUBLIC System.ComponentModel.PropertyDescriptorCollection GetProperties (Attribute[])
|
||||||||||||||||||||||||||||||||
PUBLIC System.Object GetPropertyOwner (PropertyDescriptor)
|
||||||||||||||||||||||||||||||||
PUBLIC GetSelectedRowsDataset (dataset-handle)
|
||||||||||||||||||||||||||||||||
PROTECTED HideNonVisibleColumns ()
|
||||||||||||||||||||||||||||||||
PROTECTED InitializeColumnFilterOperatorItems ()
|
||||||||||||||||||||||||||||||||
PROTECTED InitializeLayoutHandler (Object, InitializeLayoutEventArgs)
|
||||||||||||||||||||||||||||||||
PUBLIC LOGICAL IsOkToClose (logical, CloseReason)
|
||||||||||||||||||||||||||||||||
PROTECTED CHARACTER LoadSettings ()
|
||||||||||||||||||||||||||||||||
PROTECTED OnAfterDeleteRecord (EventArgs)
|
||||||||||||||||||||||||||||||||
PROTECTED OnAfterRowRegionScroll (RowScrollRegionEventArgs)
|
||||||||||||||||||||||||||||||||
PROTECTED OnBeforeDeleteRecord (CancelEventArgs)
|
||||||||||||||||||||||||||||||||
PROTECTED OnBeforeSortChange (BeforeSortChangeEventArgs)
|
||||||||||||||||||||||||||||||||
PROTECTED OnBeginInit ()
|
||||||||||||||||||||||||||||||||
PROTECTED OnCreateControl ()
|
||||||||||||||||||||||||||||||||
PROTECTED OnDefaultAction (EventArgs)
|
||||||||||||||||||||||||||||||||
PROTECTED OnDoubleClickRow (DoubleClickRowEventArgs)
|
||||||||||||||||||||||||||||||||
PROTECTED OnEndInit ()
|
||||||||||||||||||||||||||||||||
PROTECTED OnEnter (EventArgs)
|
||||||||||||||||||||||||||||||||
PROTECTED OnGotFocus (EventArgs)
|
||||||||||||||||||||||||||||||||
PROTECTED OnHandleCreated (EventArgs)
|
||||||||||||||||||||||||||||||||
PROTECTED OnKeyDown (KeyEventArgs)
|
||||||||||||||||||||||||||||||||
PROTECTED OnMouseUp (MouseEventArgs)
|
||||||||||||||||||||||||||||||||
PROTECTED OnMouseWheel (MouseEventArgs)
|
||||||||||||||||||||||||||||||||
PROTECTED OnSmartBrowserListChanged (SmartBrowserListChangedEventArgs)
|
||||||||||||||||||||||||||||||||
PROTECTED OnSmartDataBrowserActivated (Object, EventArgs)
|
||||||||||||||||||||||||||||||||
PROTECTED OnSmartFilterActiveChanged (EventArgs)
|
||||||||||||||||||||||||||||||||
PUBLIC OnVerbClicked (character)
|
||||||||||||||||||||||||||||||||
PROTECTED ParentFormClosedHandler (Object, FormClosedEventArgs)
|
||||||||||||||||||||||||||||||||
PROTECTED ParentFormDestroyedHandler (Object, EventArgs)
|
||||||||||||||||||||||||||||||||
PROTECTED PerformFilterRow ()
|
||||||||||||||||||||||||||||||||
PROTECTED RegisterBindingSourceEvents ()
|
||||||||||||||||||||||||||||||||
PUBLIC RegisterDefaultActionSubscriber (IDefaultActionSubscriber)
|
||||||||||||||||||||||||||||||||
PROTECTED RestoreSettings ()
|
||||||||||||||||||||||||||||||||
PUBLIC ResumeRowSynchronizationAfterReposition ()
|
||||||||||||||||||||||||||||||||
PROTECTED SaveSettings ()
|
||||||||||||||||||||||||||||||||
PROTECTED ScrollOffHome ()
|
||||||||||||||||||||||||||||||||
PUBLIC ScrollToCurrentRow (logical)
|
||||||||||||||||||||||||||||||||
PUBLIC ScrollToCurrentRow (logical, logical)
|
||||||||||||||||||||||||||||||||
PUBLIC ScrollToFirstRow ()
|
||||||||||||||||||||||||||||||||
PUBLIC ScrollToLastRow ()
|
||||||||||||||||||||||||||||||||
PRIVATE SetDesignerProperties ()
|
||||||||||||||||||||||||||||||||
PUBLIC SetGridReadOnly ()
|
||||||||||||||||||||||||||||||||
PROTECTED SetMultiSelection (logical)
|
||||||||||||||||||||||||||||||||
PUBLIC StartEditModeInViewer ()
|
||||||||||||||||||||||||||||||||
PROTECTED StoreSettings (character)
|
||||||||||||||||||||||||||||||||
PROTECTED StoreVisibleGridColumns ()
|
||||||||||||||||||||||||||||||||
PUBLIC SuspendRowSynchronizationForReposition ()
|
||||||||||||||||||||||||||||||||
PUBLIC UpdateSortIndicator (character)
|
PUBLIC SmartDataBrowser ()
|
---|
PUBLIC AfterDeleteRecord DELEGATE System.EventHandler
|
||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC BeforeDeleteRecord DELEGATE System.ComponentModel.CancelEventHandler
|
||||||||||||||||||||||
PUBLIC DefaultAction DELEGATE System.EventHandler
|
||||||||||||||||||||||
PUBLIC SmartBrowserListChanged (Object, SmartBrowserListChangedEventArgs)
|
||||||||||||||||||||||
PUBLIC SmartDataBrowserActivated DELEGATE System.EventHandler
|
||||||||||||||||||||||
PUBLIC SmartFilterActiveChanged (Object, EventArgs)
|
PROTECTED CHARACTER BindableProperties
|
||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC Progress.Data.BindingSource BindingSource
|
||||||||||||||||||||||||
PROTECTED CHARACTER CategorizedProperties
|
||||||||||||||||||||||||
PROTECTED CHARACTER CategoryProperties
|
||||||||||||||||||||||||
PROTECTED CHARACTER DescribedProperties
|
||||||||||||||||||||||||
PROTECTED CHARACTER DescriptionProperties
|
||||||||||||||||||||||||
PUBLIC LOGICAL DeselectRowsOnActivate
|
||||||||||||||||||||||||
PROTECTED CHARACTER DesignerVerbs
|
||||||||||||||||||||||||
PROTECTED CHARACTER DesignerVisibilityAttributes
|
||||||||||||||||||||||||
PROTECTED CHARACTER DesignerVisibilityProperties
|
||||||||||||||||||||||||
PROTECTED LOGICAL DesignTime
|
||||||||||||||||||||||||
PUBLIC LOGICAL EditInViewerOnDefaultAction
|
||||||||||||||||||||||||
PUBLIC LOGICAL FetchAllRecordsOnGroupBy
|
||||||||||||||||||||||||
PROTECTED CHARACTER HiddenProperties
|
||||||||||||||||||||||||
PUBLIC LOGICAL Initializing
|
||||||||||||||||||||||||
PUBLIC Consultingwerk.SmartComponents.Interfaces.Design.IDesignDataSource LinkDataSource
|
||||||||||||||||||||||||
PROTECTED CHARACTER NonBrowsableProperties
|
||||||||||||||||||||||||
PROTECTED LOGICAL ParentFormDestroyed
|
||||||||||||||||||||||||
PROTECTED LOGICAL ParentFormDestroyedSubscribed
|
||||||||||||||||||||||||
PUBLIC INTEGER RepositionedRow
|
||||||||||||||||||||||||
PUBLIC LOGICAL SaveColumnSettings
|
||||||||||||||||||||||||
PUBLIC CHARACTER SettingsKey
|
||||||||||||||||||||||||
PUBLIC Consultingwerk.SmartComponents.Interfaces.ISmartDataSource SmartDataSource
|
||||||||||||||||||||||||
PUBLIC LOGICAL SmartFilterActive
|
||||||||||||||||||||||||
PUBLIC LOGICAL SmartFilterUseMatches
|
||||||||||||||||||||||||
PUBLIC LOGICAL SmartFilterUseOperators
|
||||||||||||||||||||||||
PUBLIC LOGICAL StoreVisibleGridColumns
|
||||||||||||||||||||||||
PUBLIC CHARACTER VisibleGridColumns
|