com.vaadin.ui.

Interface HasComponents

    • Method Detail

      • iterator

        Iterator<Component> iterator()

        Gets an iterator to the collection of contained components. Using this iterator it is possible to step through all components contained in this container.

        The iterator is typically unmodifiable, and calls to Iterator.remove() throw an exception.

        Specified by:

        iterator in interface Iterable<Component>

        Returns:

        the component iterator.