class ChildModelIterator extends Object
This class provides a way for working with a model's immediate children, by converting events into sub-models of their own.
Models returned by this iterator are also aware of their start/end positions
within the event queue of the parent model, accessible via their
startIndex/endIndex properties.
| Constructor and description |
|---|
ChildModelIterator
(IModel parent)Constructor, sets the model to iterate over. |
Constructor, sets the model to iterate over.
Returns whether or not there is another model to be retrieved.
true if there are more events to process as models.Returns the next immediate child model of this model.
Not applicable for this iterator.