|
Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
Options | Name | Purpose | |
---|---|---|---|
# | Infragistics.Win.UltraWinTree.UltraTreeNode BuildAttributeNode (character, character, character, handle) |
Builds an Attribute node |
|
# | Infragistics.Win.UltraWinTree.UltraTreeNode BuildFieldNode (character, handle) |
Builds a Node for a field of the Object Master or Object Instance node |
|
# | Infragistics.Win.UltraWinTree.UltraTreeNode BuildFieldsNode (character, handle) |
Builds the master "Fields" node |
|
# | Infragistics.Win.UltraWinTree.UltraTreeNode BuildInstanceAttributesNode (character, handle) |
Builds the instance "Attributes" node |
|
# | Infragistics.Win.UltraWinTree.UltraTreeNode BuildInstanceNode (character, handle) |
Builds an instance node |
|
# | Infragistics.Win.UltraWinTree.UltraTreeNode BuildInstancesNode (character, handle) |
Builds the "Instances" node |
|
# | Infragistics.Win.UltraWinTree.UltraTreeNode BuildLinkNode (character, handle) |
Builds a Node for a SmartLink record |
|
# | Infragistics.Win.UltraWinTree.UltraTreeNode BuildLinksNode (character, character) |
Builds the "Links" node |
|
# | Infragistics.Win.UltraWinTree.UltraTreeNode BuildMasterAttributesNode (character, character) |
Builds the master "Attributes" node |
|
# | Infragistics.Win.UltraWinTree.UltraTreeNode BuildPageNode (character, handle) |
Builds a Page node |
|
# | Infragistics.Win.UltraWinTree.UltraTreeNode BuildPagesNode (character, character) |
Builds the "Pages" node |
|
# | Infragistics.Win.UltraWinTree.UltraTreeNode BuildSmartObjectMasterNode (handle) |
Builds the root node |
|
+ | BuildTree () |
Populates the tree |
|
# | ClearNode (UltraTreeNode) |
Clears (removes) a tree node |
|
+ | CopyNodeFrom (ObjectMasterTreeControl) |
Copied the active node from the source control to this control instance |
|
# | CreateVerbs () |
Creates Designer Verbs based on the DesignerVerbs property Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl |
|
+ | Infragistics.Win.UltraWinTree.UltraTreeNode ExpandNode (character, logical) |
Expands a Node by it's key |
|
# | HANDLE FindBufferForNode (character) |
Finds the record for the given node and returns the buffer handle |
|
+ | System.Collections.Generic.List <System.ComponentModel.Component> GetAllComponents () |
Returns a List of all Components in the Form Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl |
|
# | CHARACTER GetAttributeValue (character, handle) |
Returns an Attribute Value |
|
# | System.Collections.Generic.List <System.String> GetExpandedNodes () |
Returns the list of keys of currently expanded nodes |
|
- | InitializeComponent () |
Initializes the Visual Design |
|
# | OnLoad (EventArgs) |
Raises the Load event Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl |
|
# | OnNodeCollapsed (NodeEventArgs) |
Raises the NodeCollapsed event |
|
# | OnNodeExpanded (NodeEventArgs) |
Raises the NodeExpanded event |
|
# | OnNodeSelected (SelectEventArgs) |
Raises the NodeSelected event |
|
# | OnTreeUpdated (EventArgs) |
Raises the TreeUpdated |
|
+ | OnVerbClicked (character) |
Event Handler method for Designer Verbs Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl |
|
# | ParentFormDestroyedHandler (Object, EventArgs) |
Event handler for the FormDestroyed event of the owning Form Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl |
|
+ | RemoveNode () |
Removes a Node from the Merged Tree |
|
# | RestoreExpandedNodes (String>) |
Restores the expanded nodes |
|
+ | SaveChanges () |
Saves the changes to the repository object |
|
+ | Infragistics.Win.UltraWinTree.UltraTreeNode SelectNode (character) |
Selects a Node by it's key |
|
+ | SetNodeColor (UltraTree) |
Sets the Node color by comparing the Node to another tree instance |
|
+ | SubscribeParentFormDestroyed () |
Subscribes the ParentFormDestroyed event Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl |
|
# | SubscribeUserControlEvents () |
Allows for custom event subscriptions during OnLoad() Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl |
|
- | ultraTree1_AfterCollapse (Object, NodeEventArgs) |
Event handler for the AfterCollapse event of the ultraTree1 |
|
- | ultraTree1_AfterExpand (Object, NodeEventArgs) |
Event handler for the AfterExpand event of the ultraTree1 |
|
- | ultraTree1_AfterSelect (Object, SelectEventArgs) |
|
Options | Name | Purpose | |
---|---|---|---|
+ | ObjectMasterTreeControl () |
Constructor for the ObjectMasterTreeControl class |
Options | Name | Purpose | |
---|---|---|---|
+ | NodeCollapsed (Object, NodeEventArgs) |
Raised when a Node is Collapsed |
|
+ | NodeExpanded (Object, NodeEventArgs) |
Raised when a Node is Expanded |
|
+ | NodeSelected (Object, SelectEventArgs) |
Raised when a Node is Selected |
|
+ | TreeUpdated DELEGATE System.EventHandler |
Raised when the tree is updated |
Options | Name | Purpose | |
---|---|---|---|
+ | Infragistics.Win.UltraWinTree.UltraTreeNode ActiveNode |
|
|
+ | HANDLE DatasetHandle |
|
|
# | CHARACTER DesignerVerbs |
Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl |
|
+ | LOGICAL DesignTime |
Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl |
|
# | CHARACTER HiddenProperties |
Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl |
|
# | CHARACTER NonBrowsableProperties |
Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl |
|
# | LOGICAL ParentFormDestroyedSubscribed |
Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl |
|
+ | Consultingwerk.Windows.Framework.Repository.MergeUtil.TreePurposeEnum Purpose |
|
|
+ | Infragistics.Win.UltraWinTree.UltraTree TreeControl |
|
|
# | LOGICAL UserControlEventsSubscribed |
Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl |
Top
PROTECTED Infragistics.Win.UltraWinTree.UltraTreeNode BuildAttributeNode (character, character, character, handle)
|
|||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PROTECTED Infragistics.Win.UltraWinTree.UltraTreeNode BuildFieldNode (character, handle)
|
|||||||||||||||||||||||||||||||||||
PROTECTED Infragistics.Win.UltraWinTree.UltraTreeNode BuildFieldsNode (character, handle)
|
|||||||||||||||||||||||||||||||||||
PROTECTED Infragistics.Win.UltraWinTree.UltraTreeNode BuildInstanceAttributesNode (character, handle)
|
|||||||||||||||||||||||||||||||||||
PROTECTED Infragistics.Win.UltraWinTree.UltraTreeNode BuildInstanceNode (character, handle)
|
|||||||||||||||||||||||||||||||||||
PROTECTED Infragistics.Win.UltraWinTree.UltraTreeNode BuildInstancesNode (character, handle)
|
|||||||||||||||||||||||||||||||||||
PROTECTED Infragistics.Win.UltraWinTree.UltraTreeNode BuildLinkNode (character, handle)
|
|||||||||||||||||||||||||||||||||||
PROTECTED Infragistics.Win.UltraWinTree.UltraTreeNode BuildLinksNode (character, character)
|
|||||||||||||||||||||||||||||||||||
PROTECTED Infragistics.Win.UltraWinTree.UltraTreeNode BuildMasterAttributesNode (character, character)
|
|||||||||||||||||||||||||||||||||||
PROTECTED Infragistics.Win.UltraWinTree.UltraTreeNode BuildPageNode (character, handle)
|
|||||||||||||||||||||||||||||||||||
PROTECTED Infragistics.Win.UltraWinTree.UltraTreeNode BuildPagesNode (character, character)
|
|||||||||||||||||||||||||||||||||||
PROTECTED Infragistics.Win.UltraWinTree.UltraTreeNode BuildSmartObjectMasterNode (handle)
|
|||||||||||||||||||||||||||||||||||
PUBLIC BuildTree ()
|
|||||||||||||||||||||||||||||||||||
PROTECTED ClearNode (UltraTreeNode)
|
|||||||||||||||||||||||||||||||||||
PUBLIC CopyNodeFrom (ObjectMasterTreeControl)
|
|||||||||||||||||||||||||||||||||||
PROTECTED CreateVerbs ()
|
|||||||||||||||||||||||||||||||||||
PUBLIC Infragistics.Win.UltraWinTree.UltraTreeNode ExpandNode (character, logical)
|
|||||||||||||||||||||||||||||||||||
PROTECTED HANDLE FindBufferForNode (character)
|
|||||||||||||||||||||||||||||||||||
PUBLIC System.Collections.Generic.List <System.ComponentModel.Component> GetAllComponents ()
|
|||||||||||||||||||||||||||||||||||
PROTECTED CHARACTER GetAttributeValue (character, handle)
|
|||||||||||||||||||||||||||||||||||
PROTECTED System.Collections.Generic.List <System.String> GetExpandedNodes ()
|
|||||||||||||||||||||||||||||||||||
PRIVATE InitializeComponent ()
|
|||||||||||||||||||||||||||||||||||
PROTECTED OnLoad (EventArgs)
|
|||||||||||||||||||||||||||||||||||
PROTECTED OnNodeCollapsed (NodeEventArgs)
|
|||||||||||||||||||||||||||||||||||
PROTECTED OnNodeExpanded (NodeEventArgs)
|
|||||||||||||||||||||||||||||||||||
PROTECTED OnNodeSelected (SelectEventArgs)
|
|||||||||||||||||||||||||||||||||||
PROTECTED OnTreeUpdated (EventArgs)
|
|||||||||||||||||||||||||||||||||||
PUBLIC OnVerbClicked (character)
|
|||||||||||||||||||||||||||||||||||
PROTECTED ParentFormDestroyedHandler (Object, EventArgs)
|
|||||||||||||||||||||||||||||||||||
PUBLIC RemoveNode ()
|
|||||||||||||||||||||||||||||||||||
PROTECTED RestoreExpandedNodes (String>)
|
|||||||||||||||||||||||||||||||||||
PUBLIC SaveChanges ()
|
|||||||||||||||||||||||||||||||||||
PUBLIC Infragistics.Win.UltraWinTree.UltraTreeNode SelectNode (character)
|
|||||||||||||||||||||||||||||||||||
PUBLIC SetNodeColor (UltraTree)
|
|||||||||||||||||||||||||||||||||||
PUBLIC SubscribeParentFormDestroyed ()
|
|||||||||||||||||||||||||||||||||||
PROTECTED SubscribeUserControlEvents ()
|
|||||||||||||||||||||||||||||||||||
PRIVATE ultraTree1_AfterCollapse (Object, NodeEventArgs)
|
|||||||||||||||||||||||||||||||||||
PRIVATE ultraTree1_AfterExpand (Object, NodeEventArgs)
|
|||||||||||||||||||||||||||||||||||
PRIVATE ultraTree1_AfterSelect (Object, SelectEventArgs)
|
PUBLIC ObjectMasterTreeControl ()
|
---|
PUBLIC NodeCollapsed (Object, NodeEventArgs)
|
||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC NodeExpanded (Object, NodeEventArgs)
|
||||||||||||||||||||
PUBLIC NodeSelected (Object, SelectEventArgs)
|
||||||||||||||||||||
PUBLIC TreeUpdated DELEGATE System.EventHandler
|
PUBLIC Infragistics.Win.UltraWinTree.UltraTreeNode ActiveNode
|
|||||||||
---|---|---|---|---|---|---|---|---|---|
PUBLIC HANDLE DatasetHandle
|
|||||||||
PROTECTED CHARACTER DesignerVerbs
|
|||||||||
PUBLIC LOGICAL DesignTime
|
|||||||||
PROTECTED CHARACTER HiddenProperties
|
|||||||||
PROTECTED CHARACTER NonBrowsableProperties
|
|||||||||
PROTECTED LOGICAL ParentFormDestroyedSubscribed
|
|||||||||
PUBLIC Consultingwerk.Windows.Framework.Repository.MergeUtil.TreePurposeEnum Purpose
|
|||||||||
PUBLIC Infragistics.Win.UltraWinTree.UltraTree TreeControl
|
|||||||||
PROTECTED LOGICAL UserControlEventsSubscribed
|