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.

        Specified by:

        iterator in interface Iterable<Component>

        Returns:

        the component iterator.