Class: ECHOTreeMap
Defined in: | src/ECHOTreeMap.coffee |
Inherits: | ECHOObject |
Overview
An ECHOTreeMap is an abstract recursive tree map. Particular tree maps are implemented based on this class.
Direct Known Subclasses
ECHO.ContentsCategoriesMap ECHO.Members.GroupsMap
Property Summary
- (? extends ECHODataObject) node
- this node object
- (Array<? extends ECHODataObject>) children
- lower sub tree maps belonging to this node
Variables Summary
Variable inherited from ECHOObject
Instance Method Summary
- # (ECHO.Promise) fetch() Does Fetch data from the remote server in a background thread.
Inherited Method Summary
Methods inherited from
ECHOObject
Constructor Details
#
(void)
constructor(instanceId, resourceType, refid = null, data = null)
Constructs a new ECHOTreeMap.
Instance Method Details
#
(ECHO.Promise)
fetch()
Does Fetch data from the remote server in a background thread.