|
Twitter Feed
|
Found 1 of 135 records in table Wiki
Now Showing 1 of 1 Current Record: getChildrengetChildren Delegate Class Method[Permalink]Return to Delegate class methods The getChildren() method can be implemented in a table's delegate class to specify the logical "child" records of a given record which can be used when creating hierarchical applications. This method will effectively override the output of the Dataface_Record::getChildren() method for records of this table. Signature
Parameters
ReturnsThis method should return an array of Dataface_Record objects that are considered to be children of the subject record. Examples
See Also
|