Widgets
Samples
Demos
Forum
Services
Documentation
add
changeId
clearAll
count
each
eachChild
eachLeaf
eachOpen
eachSubItem
getBranch
getBranchIndex
getFirstChildId
getNextSiblingId
getParentId
getPrevSiblingId
getTopRange
isBranch
provideApi
remove
serialize
Start
API Reference
Mixins
TreeStore
Methods
provideApi
assigns methods (and events) of DataStore to an object
void
provideApi
(
object
target
,
boolean
eventable
);
target
object
the object that methods are assigned to
eventable
boolean
defines if DataStore events needs being assigned
Back to top