RetailReplenishmentTreeDatasource Class [AX 2012]
The class builds a tree for retail replenishment.
Syntax
class RetailReplenishmentTreeDatasource extends CCFormTreeDatasource
Run On
Client
Methods
Method | Description | |
---|---|---|
beginDrag | (Inherited from CCFormTreeDatasource.) | |
buildDynaLinks | (Inherited from CCFormTreeDatasource.) | |
buildSubTree | Builds a sub tree of nodes in the tree control. (Overrides the buildSubTree Method.) | |
cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) | |
canDrop | Indicates whether a drop on a specified target is enabled when the user performs a drag operation. (Overrides the canDrop Method.) | |
controlValue | (Inherited from CCFormTreeDatasource.) | |
copy | (Inherited from CCFormTreeDatasource.) | |
create | (Inherited from CCFormTreeDatasource.) | |
created | (Inherited from CCFormTreeDatasource.) | |
createDialog | (Inherited from CCFormTreeDatasource.) | |
delete | (Inherited from CCFormTreeDatasource.) | |
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.) | |
expandAndSelect | Expands the tree and selects the tree node with the specified data value. | |
expanding | (Inherited from CCFormTreeDatasource.) | |
finalize | (Inherited from CCFormTreeDatasource.) | |
first | (Inherited from CCFormTreeDatasource.) | |
getAscendants | Gets the list of ascendants of the current hierarchy node. | |
getChieldRecord | (Inherited from CCFormTreeDatasource.) | |
getDropCommon | (Inherited from CCFormTreeDatasource.) | |
getHierarchyQuery | ||
getRelations | (Inherited from CCFormTreeDatasource.) | |
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 that is needed that depends on the type of current node. (Overrides the image Method.) | |
imageList | Retrieves a list of images that are referenced by the ID retrieved by the image method. (Overrides the imageList Method.) | |
initParmDefault | (Inherited from CCFormTreeDatasource.) | |
initRoot | (Inherited from CCFormTreeDatasource.) | |
initRoots | Initializes the roots of the tree. | |
initValue | (Inherited from CCFormTreeDatasource.) | |
invalidateTree | (Inherited from CCFormTreeDatasource.) | |
isChildNode | (Inherited from CCFormTreeDatasource.) | |
itemDescription | Gets the description of the item based on the table instance passed as parameter. (Overrides the itemDescription Method.) | |
itemText | (Inherited from CCFormTreeDatasource.) | |
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. (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 | Instantiates the class RetailReplenishmentDatasource and also ImageListAppl class. (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.) | |
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 | (Inherited from CCFormTreeDatasource.) | |
setDatasourceStatus | (Inherited from CCFormTreeDatasource.) | |
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.) | |
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.) |
Top
Inheritance Hierarchy
Object Class
CCFormTreeDatasource Class
RetailReplenishmentTreeDatasource Class