|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.gwt.user.client.ui.WidgetIterators
class 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 | |
---|---|
(package private) static java.util.Iterator<Widget> |
createWidgetIterator(HasWidgets container,
Widget[] contained)
Wraps an array of widgets to be returned during iteration. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
static final java.util.Iterator<Widget> createWidgetIterator(HasWidgets container, Widget[] contained)
null
is allowed in the array and will be skipped during
iteration.
container
- the container of the widgets in contained
contained
- the array of widgets
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |