Term
|
Definition
|
---|---|
datum object
|
The objects returned by the getComponentData method of the panel, tree, or table builder class. For example, a Collection of BinaryLinks.
|
row data
|
Same as datum objects
|
target objects
|
The objects that will be sent into the data utilities. By default, the target objects are the same as the row data. This can be overridden per column where necessary. (For instance, the target objects could be BinaryLinks for the first column, role A objects for second column, role B objects for the third column etc.) Warning - If you use both for the table, make sure the NmObjectUtility will look to see what the target object is so that creates the right NmObject. This can effect whether the Number column works for example.
|