getChildBoundables method

List getChildBoundables()

Returns either child {@link AbstractNode}s, or if this is a leaf node, real data (wrapped in {@link ItemBoundable}s).

@return a list of the children

Implementation

List getChildBoundables() {
  return childBoundables;
}