TAMFundCategoryTreeDatasource Class [AX 2012]
The class TAMFundCategoryTreeDatasource controls the category tree on the fund detail form.
| Method | Description | |
|---|---|---|
| beginDrag | (Inherited from CCFormTreeDatasource.) |
| buildDynaLinks | (Inherited from CCFormTreeDatasource.) |
| buildSubTree | Builds the subtree nodes in the tree control. (Overrides the buildSubTree Method.) |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| canDrop | (Inherited from CCFormTreeDatasource.) |
| controlValue | (Inherited from CCFormTreeDatasource.) |
| copy | (Inherited from CCFormTreeDatasource.) |
| copyCategory | Copies a category from the customer hierarchy to the current fund hierarchy and all of it's children. |
| copyChildren | Copies all the children from the passed tree to the fund hierarchy. |
| copyFromCust | Copies the category from the customer hierarchy to the fund hierarchy. |
| copyParents | Copies the parents of the passed record, all the way up until the root or a node with the same name exists. |
| create | Creates a node in the current tree. (Overrides the create Method.) |
| created | (Inherited from CCFormTreeDatasource.) |
| createDialog | (Inherited from CCFormTreeDatasource.) |
| delete | Deletes the currently selected category nodes. (Overrides the delete Method.) |
| dragLeave | (Inherited from CCFormTreeDatasource.) |
| dragOver | (Inherited from CCFormTreeDatasource.) |
| dragOverEx | (Inherited from CCFormTreeDatasource.) |
| drop | (Inherited from CCFormTreeDatasource.) |
| dropEx | (Inherited from CCFormTreeDatasource.) |
| dropHilite | (Inherited from CCFormTreeDatasource.) |
| endDrag | (Inherited from CCFormTreeDatasource.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| expanding | (Inherited from CCFormTreeDatasource.) |
| finalize | (Inherited from CCFormTreeDatasource.) |
| first | (Inherited from CCFormTreeDatasource.) |
| getChieldRecord | (Inherited from CCFormTreeDatasource.) |
| getDropCommon | (Inherited from CCFormTreeDatasource.) |
| getRelations | (Inherited from CCFormTreeDatasource.) |
| getSelectedCategory | Returns the TAMFundCustCategory record that is currently selected in the form control. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| image | Retrieves the image needed depending on the type of category element represented by the current record. (Overrides the image Method.) |
| imageList | Retrieves a list of images referenced by the ID retrieved by the TAMFundCategoryTreeDatasource.image method. (Overrides the imageList Method.) |
| initParmDefault | (Inherited from CCFormTreeDatasource.) |
| initRoot | Creates a new root node in the tree control. (Overrides the initRoot Method.) |
| initValue | Initializes a new tree record. (Overrides the initValue Method.) |
| invalidateTree | (Inherited from CCFormTreeDatasource.) |
| isChildNode | (Inherited from CCFormTreeDatasource.) |
| itemDescription | (Inherited from CCFormTreeDatasource.) |
| itemText | (Inherited from CCFormTreeDatasource.) |
| itemTextEx | Retrieves the tree node item text to be displayed. |
| last | (Inherited from CCFormTreeDatasource.) |
| lastValueDataAreaId | (Inherited from CCFormTreeDatasource.) |
| lastValueDesignName | (Inherited from CCFormTreeDatasource.) |
| lastValueElementName | (Inherited from CCFormTreeDatasource.) |
| lastValueType | (Inherited from CCFormTreeDatasource.) |
| lastValueUserId | (Inherited from CCFormTreeDatasource.) |
| loadPosition | Loads the initial position in the tree control which is controlled by this class. (Overrides the loadPosition Method.) |
| modified | (Inherited from CCFormTreeDatasource.) |
| modifyFormTreeItem | (Inherited from CCFormTreeDatasource.) |
| mouseDown | (Inherited from CCFormTreeDatasource.) |
| moveItem | (Inherited from CCFormTreeDatasource.) |
| moveTreeItem | (Inherited from CCFormTreeDatasource.) |
| name | (Inherited from CCFormTreeDatasource.) |
| new | Initializes a new TAMFundCustCategoryTreeDatasource object. (Overrides the new Method.) |
| next | (Inherited from CCFormTreeDatasource.) |
| notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
| notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| overlayImage | Retrieves the overlay image needed depending on whether the category is active. |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| pack | Serializes the current instance of the CCFormTreeDatasource class. (Inherited from CCFormTreeDatasource.) |
| prev | (Inherited from CCFormTreeDatasource.) |
| renamePrimaryKey | (Inherited from CCFormTreeDatasource.) |
| savePosition | (Inherited from CCFormTreeDatasource.) |
| selectedData | (Inherited from CCFormTreeDatasource.) |
| selectionChanged | Executes the form data source query whenever the current selection in the tree changes. (Overrides the selectionChanged Method.) |
| selectionChanging | Executes the form data source query whenever the current selection in the tree is changing. |
| setDatasourceStatus | Controls whether the tree data source should enable levels to be created. (Overrides the setDatasourceStatus Method.) |
| setDragIdx | (Inherited from CCFormTreeDatasource.) |
| setDropInsertMark | (Inherited from CCFormTreeDatasource.) |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| subTreeQueryRun | (Inherited from CCFormTreeDatasource.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| unpack | Deserializes the packedClass parameter value to an instance of the CCFormTreeDatasource class. (Inherited from CCFormTreeDatasource.) |
| updateTree | Updates the tree nodes in the tree control. |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| validateMove | (Inherited from CCFormTreeDatasource.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
Community Additions
ADD
Show: