Interface HasWidgets

public interface HasWidgets

// Implemented by TabPanel, Panel
A widget that implements this interface contains widgets and can enumerate them.

Methods

iterator()Gets an iterator for the contained widgets.

Method Detail

iterator

public Iterator iterator()
Gets an iterator for the contained widgets.