|
Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
Options | Name | Purpose | |
---|---|---|---|
+ | ActivateSmartNavigationTarget (ISmartNavigationTarget) |
Activate the given SmartNavigationTarget if it is registered with
the SmartNavigationSource. |
|
+ | ActivateSmartTableIOTarget (ISmartTableIOTarget) |
Activate the given SmartTableIOTarget if it is registered as a
SmartTableIOSource. |
|
+ | BeginControlUpdate () |
Begins a series of updates to the Control |
|
+ | Infragistics.Win.UltraWinToolbars.ButtonTool CreateButtonTool (character, character, character, character) |
Creates a ButtonTool with Key, Caption, Customizer Caption and
Image. |
|
# | CreateVerbs () |
Creates Designer Verbs based on the DesignerVerbs property Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl |
|
+ | DeregisterSmartNavigationTarget (ISmartNavigationTarget) |
Deregisters a SmartNavigationTarget from the SmartNavigationSource. |
|
+ | DeregisterSmartTableIOTarget (ISmartTableIOTarget) |
Deregisters a SmartTableIOTarget with the SmartTableIOSource. |
|
+ | LOGICAL DisableControlTool (character) |
Disables the tool with the given Key when it exists in this instance.
Invoked by DisableTools. |
|
+ | LOGICAL DisableTool (character) |
Disables the tool with the given Key when it exists in this instance.
Invoked by DisableTools. |
|
+ | DisableTools (character) |
Disables a list of tools when they exist in this instance.
This Method is called from within the Toolbar depending on what
action has been performed and what actions are possible with the
current SmartTableIOTarget and SmartNavigationTarget. |
|
+ | LOGICAL EnableControlTool (character) |
Enables the tool with the given Key when it exists in this instance. |
|
+ | LOGICAL EnableTool (character) |
Enables the tool with the given Key when it exists in this instance. |
|
+ | EnableTools (character) |
Enables a list of tools when they exist in this instance. |
|
+ | EndControlUpdate () |
Ends a series of updates to the Control |
|
+ | System.Collections.Generic.List <System.ComponentModel.Component> GetAllComponents () |
Returns a List of all Components in the Form Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl |
|
+ | Consultingwerk.Framework.Collections.CharacterList GetAllToolKeys () |
Returns a CharacterList of all ToolKeys in the Toolbar |
|
+ | 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. |
|
+ | 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. |
|
+ | CHARACTER GetFormTypeName () |
Returns the type name of the Form that contains the Toolbar |
|
+ | 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. |
|
+ | LOGICAL GetTableIOActionDisabled (ISmartTableIOTarget, TableIOActionEnum) |
Allows to permanently disable TableIO Tools in the SmartToolbarController |
|
+ | LOGICAL HasTool (character) |
Returns if the Toolbar has a tool with the given key |
|
# | InitializeCaptionOfTools () |
Assign customized Caption CustomizerCaption and ToolTipText to the |
|
- | InitializeComponent () |
Initializes the Visual Design |
|
+ | Consultingwerk.SmartComponents.Implementation.TableIOTargetControl InvokeNewTableIOTargetControl () |
Returns a new instance of the TableIOTargetControl class |
|
+ | LOGICAL IsControlToolEnabled (character) |
Returns if the given Control tool is currently enabled |
|
+ | LOGICAL IsToolRestricted (character) |
Returns if the given tool is restricted by the IToolbarItemSecurityService |
|
# | Consultingwerk.SmartComponents.Implementation.TableIOTargetControl NewTableIOTargetControl () |
Factory method for instances of the TableIOTargetControl class |
|
# | OnLoad (EventArgs) |
Raises the Load event Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl |
|
# | OnSizeChanged (EventArgs) |
Raises the SizeChanged event |
|
+ | OnVerbClicked (character) |
Event Handler method for Designer Verbs Overrides Consultingwerk.SmartComponents.Base.SmartUserControl:OnVerbClicked (character) |
|
# | ParentFormDestroyedHandler (Object, EventArgs) |
Event handler for the FormDestroyed event of the owning Form Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl |
|
+ | PerformToolbarSecurity () |
Performs Toolbar Security for non standard tools |
|
+ | PerformToolbarSecurity (ISmartTableIOTarget) |
Performs Toolbar Security |
|
+ | RaiseActiveSmartCommitTargetChanged () |
Raises the ActiveSmartCommitTargetChanged event |
|
+ | RegisterSmartNavigationTarget (ISmartNavigationTarget) |
Registers a SmartNavigationTarget with the SmartNavigationSource. |
|
+ | RegisterSmartTableIOTarget (ISmartTableIOTarget) |
Registers a SmartTableIOTarget with the SmartTableIOSource. |
|
- | SetDesignerProperties () |
Sets the Visual Designer Properties |
|
+ | SetTableIOActionDisabled (ISmartTableIOTarget, TableIOActionEnum, logical) |
Allows to permanently disable TableIO Tools in the SmartToolbarController |
|
+ | SetTableIOActionDisabled (ISmartTableIOTarget, TableIOActionEnum, TableIOActionEnum, logical) |
Allows to permanently disable TableIO Tools in the SmartToolbarController |
|
+ | SetTableIOActionDisabled (ISmartTableIOTarget, TableIOActionEnum, TableIOActionEnum, TableIOActionEnum, logical) |
Allows to permanently disable TableIO Tools in the SmartToolbarController |
|
+ | SetTableIOActionDisabled (ISmartTableIOTarget, TableIOActionEnum, TableIOActionEnum, TableIOActionEnum, TableIOActionEnum, logical) |
Allows to permanently disable TableIO Tools in the SmartToolbarController |
|
+ | SetTableIOActionDisabled (ISmartTableIOTarget, TableIOActionEnum, TableIOActionEnum, TableIOActionEnum, TableIOActionEnum, TableIOActionEnum, logical) |
Allows to permanently disable TableIO Tools in the SmartToolbarController |
|
# | ShowSmartPanelDesigner () |
Shows the Designer Dialog |
|
+ | SubscribeParentFormDestroyed () |
Subscribes the ParentFormDestroyed event Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl |
|
# | ToolClickHandler (Object, ToolClickEventArgs) |
Event handler for the ToolClick event of the ultraToolbarsManager1 |
|
# | UpdateSmartNavigationTargetPosition (ISmartNavigationTarget, character) |
Handles the update of a Position from the SmartNavigationTarget.
This Method is called from the SmartDataAdapter derived Classes
if the PositionChangedHandler is executed or from inside the
ISmartNavigationSource implementing class when the Method
UpdateSmartNavigationTargetState or RegisterSmartNavigationTarget
are executed. |
|
+ | UpdateSmartNavigationTargetPosition (Object, SmartNavigationTargetPositionChangedEventArgs) |
Event handler for the SmartNavigationTargetPositionChanged event of the SmartNavigationTarget |
|
# | UpdateSmartNavigationTargetState (ISmartNavigationTarget, character) |
Handles the update of a State from the SmartNavigationTarget.
This Method is called from the SmartDataAdapter derived Classes
if the Property setter of SmartDataSourceState is executed. |
|
+ | UpdateSmartNavigationTargetState (Object, SmartNavigationTargetStateChangedEventArgs) |
Event handler for the SmartNavigationTargetStateChanged event |
|
# | UpdateSmartTableIOState (ISmartTableIOTarget, character) |
Handles the update of a State from the SmartTableIOTarget.
This Method is called from the SmartViewerControl derived Classes
if the Property setter of SmartTableIOState is executed. |
|
# | UpdateSmartTableIOState (Object, SmartTableIOStateChangedEventArgs) |
Event handler for the SmartTableIOStateChange event of the TableIO
Target |
|
# | UpdateTransactionState () |
Updates the Buttons based on the TransactionState of the current SmartCommitTarget |
Options | Name | Purpose | |
---|---|---|---|
+ | SmartPanelController () |
Constructor for the SmartPanelController class |
Options | Name | Purpose | |
---|---|---|---|
+ | Consultingwerk.SmartComponents.Interfaces.ISmartNavigationTarget ActiveSmartNavigationTarget |
|
|
+ | Consultingwerk.SmartComponents.Interfaces.ISmartTableIOTarget ActiveSmartTableIOTarget |
|
|
# | CHARACTER BindableProperties |
|
|
# | CHARACTER CategorizedProperties |
|
|
# | CHARACTER CategoryProperties |
|
|
# | CHARACTER DescribedProperties |
|
|
# | CHARACTER DescriptionProperties |
|
|
# | CHARACTER DesignerVerbs |
Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl |
|
# | CHARACTER DesignerVisibilityAttributes |
|
|
# | CHARACTER DesignerVisibilityProperties |
|
|
+ | LOGICAL DesignTime |
Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl |
|
# | CHARACTER HiddenProperties |
Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl |
|
+ | Consultingwerk.SmartComponents.Implementation.ListTableIOTargetControl ListTableIOTargetControl |
|
|
+ | Infragistics.Win.UltraWinToolbars.ToolsCollection NavigationTools |
|
|
# | CHARACTER NonBrowsableProperties |
Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl |
|
# | LOGICAL ParentFormDestroyedSubscribed |
Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl |
|
+ | Infragistics.Win.UltraWinToolbars.RootToolsCollection RootTools |
|
|
+ | LOGICAL ShowNavigationTools |
|
|
+ | LOGICAL ShowTableIOTools |
|
|
+ | LOGICAL SmartPanelDesigner |
|
|
+ | Consultingwerk.SmartComponents.Base.ListISmartTableIOTarget SmartTableIOTargets |
|
|
+ | Infragistics.Win.UltraWinToolbars.ToolsCollection TableIOTools |
|
|
+ | Infragistics.Win.UltraWinToolbars.ToolbarsCollection Toolbars |
|
|
+ | CHARACTER VisibleNavigationTools |
|
|
+ | CHARACTER VisibleTableIOTools |
|
Top
PUBLIC ActivateSmartNavigationTarget (ISmartNavigationTarget)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC ActivateSmartTableIOTarget (ISmartTableIOTarget)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC BeginControlUpdate ()
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC Infragistics.Win.UltraWinToolbars.ButtonTool CreateButtonTool (character, character, character, character)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED CreateVerbs ()
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC DeregisterSmartNavigationTarget (ISmartNavigationTarget)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC DeregisterSmartTableIOTarget (ISmartTableIOTarget)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC LOGICAL DisableControlTool (character)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC LOGICAL DisableTool (character)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC DisableTools (character)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC LOGICAL EnableControlTool (character)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC LOGICAL EnableTool (character)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC EnableTools (character)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC EndControlUpdate ()
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC System.Collections.Generic.List <System.ComponentModel.Component> GetAllComponents ()
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC Consultingwerk.Framework.Collections.CharacterList GetAllToolKeys ()
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC System.ComponentModel.AttributeCollection GetAttributes ()
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER GetClassName ()
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER GetComponentName ()
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC System.ComponentModel.TypeConverter GetConverter ()
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
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 CHARACTER GetFormTypeName ()
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC System.ComponentModel.PropertyDescriptorCollection GetProperties ()
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC System.ComponentModel.PropertyDescriptorCollection GetProperties (Attribute[])
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC System.Object GetPropertyOwner (PropertyDescriptor)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC LOGICAL GetTableIOActionDisabled (ISmartTableIOTarget, TableIOActionEnum)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC LOGICAL HasTool (character)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED InitializeCaptionOfTools ()
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
PRIVATE InitializeComponent ()
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC Consultingwerk.SmartComponents.Implementation.TableIOTargetControl InvokeNewTableIOTargetControl ()
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC LOGICAL IsControlToolEnabled (character)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC LOGICAL IsToolRestricted (character)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED Consultingwerk.SmartComponents.Implementation.TableIOTargetControl NewTableIOTargetControl ()
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnLoad (EventArgs)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnSizeChanged (EventArgs)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC OnVerbClicked (character)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED ParentFormDestroyedHandler (Object, EventArgs)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC PerformToolbarSecurity ()
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC PerformToolbarSecurity (ISmartTableIOTarget)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC RaiseActiveSmartCommitTargetChanged ()
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC RegisterSmartNavigationTarget (ISmartNavigationTarget)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC RegisterSmartTableIOTarget (ISmartTableIOTarget)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
PRIVATE SetDesignerProperties ()
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC SetTableIOActionDisabled (ISmartTableIOTarget, TableIOActionEnum, logical)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC SetTableIOActionDisabled (ISmartTableIOTarget, TableIOActionEnum, TableIOActionEnum, logical)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC SetTableIOActionDisabled (ISmartTableIOTarget, TableIOActionEnum, TableIOActionEnum, TableIOActionEnum, logical)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC SetTableIOActionDisabled (ISmartTableIOTarget, TableIOActionEnum, TableIOActionEnum, TableIOActionEnum, TableIOActionEnum, logical)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC SetTableIOActionDisabled (ISmartTableIOTarget, TableIOActionEnum, TableIOActionEnum, TableIOActionEnum, TableIOActionEnum, TableIOActionEnum, logical)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED ShowSmartPanelDesigner ()
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC SubscribeParentFormDestroyed ()
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED ToolClickHandler (Object, ToolClickEventArgs)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED UpdateSmartNavigationTargetPosition (ISmartNavigationTarget, character)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC UpdateSmartNavigationTargetPosition (Object, SmartNavigationTargetPositionChangedEventArgs)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED UpdateSmartNavigationTargetState (ISmartNavigationTarget, character)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC UpdateSmartNavigationTargetState (Object, SmartNavigationTargetStateChangedEventArgs)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED UpdateSmartTableIOState (ISmartTableIOTarget, character)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED UpdateSmartTableIOState (Object, SmartTableIOStateChangedEventArgs)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED UpdateTransactionState ()
|
PUBLIC SmartPanelController ()
|
---|
PUBLIC Consultingwerk.SmartComponents.Interfaces.ISmartNavigationTarget ActiveSmartNavigationTarget
|
|||||||||
---|---|---|---|---|---|---|---|---|---|
PUBLIC Consultingwerk.SmartComponents.Interfaces.ISmartTableIOTarget ActiveSmartTableIOTarget
|
|||||||||
PROTECTED CHARACTER BindableProperties
|
|||||||||
PROTECTED CHARACTER CategorizedProperties
|
|||||||||
PROTECTED CHARACTER CategoryProperties
|
|||||||||
PROTECTED CHARACTER DescribedProperties
|
|||||||||
PROTECTED CHARACTER DescriptionProperties
|
|||||||||
PROTECTED CHARACTER DesignerVerbs
|
|||||||||
PROTECTED CHARACTER DesignerVisibilityAttributes
|
|||||||||
PROTECTED CHARACTER DesignerVisibilityProperties
|
|||||||||
PUBLIC LOGICAL DesignTime
|
|||||||||
PROTECTED CHARACTER HiddenProperties
|
|||||||||
PUBLIC Consultingwerk.SmartComponents.Implementation.ListTableIOTargetControl ListTableIOTargetControl
|
|||||||||
PUBLIC Infragistics.Win.UltraWinToolbars.ToolsCollection NavigationTools
|
|||||||||
PROTECTED CHARACTER NonBrowsableProperties
|
|||||||||
PROTECTED LOGICAL ParentFormDestroyedSubscribed
|
|||||||||
PUBLIC Infragistics.Win.UltraWinToolbars.RootToolsCollection RootTools
|
|||||||||
PUBLIC LOGICAL ShowNavigationTools
|
|||||||||
PUBLIC LOGICAL ShowTableIOTools
|
|||||||||
PUBLIC LOGICAL SmartPanelDesigner
|
|||||||||
PUBLIC Consultingwerk.SmartComponents.Base.ListISmartTableIOTarget SmartTableIOTargets
|
|||||||||
PUBLIC Infragistics.Win.UltraWinToolbars.ToolsCollection TableIOTools
|
|||||||||
PUBLIC Infragistics.Win.UltraWinToolbars.ToolbarsCollection Toolbars
|
|||||||||
PUBLIC CHARACTER VisibleNavigationTools
|
|||||||||
PUBLIC CHARACTER VisibleTableIOTools
|