eachChild(id, functor)

  • Type: Method
  • File:
  • Implemented in: TreeStore
  • Included in:

calls the defined functor for each child node of a certain branch

Parameters

  • id - branch id
    • string,dimention
  • functor - the function that is called for each item
    • function

Returns