Package com.google.gwt.user.client.ui
Class WidgetIterators
java.lang.Object
com.google.gwt.user.client.ui.WidgetIterators
A collection of convenience factories for creating iterators for widgets.
This mostly helps developers support
HasWidgets
without having to
implement their own Iterator
.-
Method Summary
Modifier and TypeMethodDescriptioncreateWidgetIterator
(HasWidgets container, Widget[] contained) Wraps an array of widgets to be returned during iteration.