|
Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
| Options | Name | Purpose | |
|---|---|---|---|
| + | Infragistics.Win.UltraWinTree.UltraTreeNodeColumn AddColumnToNodeLevelColumnSet (integer, character, character, character) |
Creates a new column on one of the Node Level based ColumnSets |
|
| + | Infragistics.Win.UltraWinTree.UltraTreeNodeColumn AddColumnToNodeLevelColumnSet (integer, character, character, character, integer) |
Creates a new column on one of the Node Level based ColumnSets |
|
| # | Infragistics.Win.UltraWinTree.UltraTreeNodeColumn CreateColumnInColumnSet (UltraTreeColumnSet, character, logical) |
Creates or returns a ColumnSet of the Tree |
|
| # |
GetAllNodes (TreeNodesCollection, List |
Returns a list of all nodes in the tree |
|
| + | System.Collections.Generic.List <UltraTreeNode> GetAllNodes (UltraTree) |
Returns a list of all nodes in the tree |
|
| + | CHARACTER GetNodeKeys (UltraTreeNode) |
Returns an array with the keys of the provided node |
|
| + | Infragistics.Win.UltraWinTree.UltraTreeNode GetOrCreateNode (TreeNodesCollection, character, character) |
Returns an existing node from the collection or adds a new one |
|
| + | Infragistics.Win.UltraWinTree.UltraTreeColumnSet GetOrCreateNodeLevelBasedColumnSet (integer) |
Creates or returns a ColumnSet for the Tree and assigns it to a
NodeLevelOverride |
|
| + | HideColumnHeaderForNodeLevel (integer) |
Hides the ColumnHeader of a given NodeLevel |
|
| + | ParameterizeTree () |
Set Properties of the Tree |
|
| + | Infragistics.Win.UltraWinTree.UltraTreeNodeColumn ReplaceColumnInNodeLevelColumnSet (integer, character, character, character, character) |
Replaces a column identified by the OldColumnKey on one of the Node
Level based ColumnSets |
|
| + | ResetNodeLevelOverride (integer) |
Resets the node collection of a NodeLevelOverride |
|
| + | ResetNodeLevelOverride (integer, integer) |
Resets a list of NodeLevelOverrides |
|
| + | SetNodeColumnsEditable (UltraTreeNode, integer) |
Enable the NodeColumns to be editable |
| Options | Name | Purpose | |
|---|---|---|---|
| + | UltraTreeHelper (UltraTree, integer, character) |
Constructor for the UltraTreeHelper class |
| Options | Name | Purpose | |
|---|---|---|---|
| + | Consultingwerk.Windows.Util.UltraTreeColumnResizeHelper ColumnResizer |
|
|
| + | CHARACTER FirstColumnKey |
|
|
| + | INTEGER PreferredCellSize |
|
|
| + | Infragistics.Win.UltraWinTree.UltraTree Tree |
|
|
Top
PUBLIC Infragistics.Win.UltraWinTree.UltraTreeNodeColumn AddColumnToNodeLevelColumnSet (integer, character, character, character)
|
||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC Infragistics.Win.UltraWinTree.UltraTreeNodeColumn AddColumnToNodeLevelColumnSet (integer, character, character, character, integer)
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED Infragistics.Win.UltraWinTree.UltraTreeNodeColumn CreateColumnInColumnSet (UltraTreeColumnSet, character, logical)
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED GetAllNodes (TreeNodesCollection, List
|
||||||||||||||||||||||||||||||||||||||||||
|
|
|
|
| Purpose: | Returns a list of all nodes in the tree |
| Notes: | Recursively processes all nodes |
| Parameters: | ||
| poNodes | Infragistics.Win.UltraWinTree.TreeNodesCollection | |
| The TreeNodesCollection to process | ||
| poList |
System.Collections.Generic.List |
|
| The List<UltraTreeNode> to add nodes to | ||
|
|
|
|
| Purpose: | Returns a list of all nodes in the tree |
| Notes: | Recursively processes all nodes |
| Parameters: | ||
| poTree | Infragistics.Win.UltraWinTree.UltraTree | |
| The UltraTree to return all Nodes from | ||
| Returns |
System.Collections.Generic.List |
|
| The List<UltraTreeNode> with all nodes of the tree | ||
|
|
|
|
| Purpose: | Returns an array with the keys of the provided node |
| Notes: | Includes the parent node's keys |
| Parameters: | ||
| poNode | Infragistics.Win.UltraWinTree.UltraTreeNode | |
| The node to return the keys's fork | ||
| Returns | CHARACTER | |
| The Character array with the keys of the node | ||
|
|
|
|
| Purpose: | Returns an existing node from the collection or adds a new one |
| Notes: |
| Parameters: | ||
| poTreeNodesCollection | Infragistics.Win.UltraWinTree.TreeNodesCollection | |
| The TreeNodesCollection to add the new UltraTreeNode to | ||
| pcNodeKey | CHARACTER | |
| The key of the new Node | ||
| pcNodeLabel | CHARACTER | |
| The label of the new Node | ||
| Returns | Infragistics.Win.UltraWinTree.UltraTreeNode | |
| The new UltraTreeNode instance | ||
|
|
|
|
| Purpose: | Creates or returns a ColumnSet for the Tree and assigns it to a | NodeLevelOverride |
| Notes: |
| Parameters: | ||
| piNodeLevel | INTEGER | |
| The Level of the Node for which a column is created | ||
| Returns | Infragistics.Win.UltraWinTree.UltraTreeColumnSet | |
| The reference to the Infragistics.Win.UltraWinTree.UltraTreeColumnSet | ||
|
|
|
|
| Purpose: | Hides the ColumnHeader of a given NodeLevel |
| Notes: |
| Parameters: | ||
| piNodeLevel | INTEGER | |
| The INTEGER value of the NodeLevel to be changed | ||
|
|
|
|
| Purpose: | Set Properties of the Tree |
| Notes: |
|
|
|
|
| Purpose: | Replaces a column identified by the OldColumnKey on one of the Node | Level based ColumnSets |
| Notes: |
| Parameters: | ||
| piNodeLevel | INTEGER | |
| The Level of the Node for which a column is replaced | ||
| pcOldColumnKey | CHARACTER | |
| The Key of the column to be replaced | ||
| pcNewColumnKey | CHARACTER | |
| The new Key of the column | ||
| pcNewColumnLabel | CHARACTER | |
| The new Label of the column | ||
| pcDataType | CHARACTER | |
| The DataType of the column | ||
| Returns | Infragistics.Win.UltraWinTree.UltraTreeNodeColumn | |
| The created UltraTreeNodeColumn | ||
|
|
|
|
| Purpose: | Resets the node collection of a NodeLevelOverride |
| Notes: |
| Parameters: | ||
| piNodeLevel | INTEGER | |
| The NodeLevel to process | ||
|
|
|
|
| Purpose: | Resets a list of NodeLevelOverrides |
| Notes: |
| Parameters: | ||
| piStartNodeLevel | INTEGER | |
| The start NodeLevel to process | ||
| piStopNodeLevel | INTEGER | |
| The stop NodeLevel to process | ||
|
|
|
|
| Purpose: | Enable the NodeColumns to be editable |
| Notes: |
| Parameters: | ||
| poTreeNode | Infragistics.Win.UltraWinTree.UltraTreeNode | |
| The Node which has to be editable | ||
| piColumnOffset | INTEGER | |
| Index of the Column to start eddit in. The others won't be editable | ||
PUBLIC UltraTreeHelper (UltraTree, integer, character)
|
|||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC Consultingwerk.Windows.Util.UltraTreeColumnResizeHelper ColumnResizer
|
|||||||||
|---|---|---|---|---|---|---|---|---|---|
PUBLIC CHARACTER FirstColumnKey
|
|||||||||
PUBLIC INTEGER PreferredCellSize
|
|||||||||
PUBLIC Infragistics.Win.UltraWinTree.UltraTree Tree
|
|||||||||