final class RecursiveComponentIterator extends RecursiveArrayIterator implements Countable

internal  
 

Recursive component iterator. See Container::getComponents().

Methods

bool
hasChildren()

Has the current element has children?

getChildren()

The sub-iterator for the current element.

int
count()

Returns the count of elements.

Details

at line 24
bool hasChildren()

Has the current element has children?

Return Value

bool

at line 33
RecursiveComponentIterator getChildren()

The sub-iterator for the current element.

at line 42
int count()

Returns the count of elements.

Return Value

int