public class NullLoggingPopup extends java.lang.Object implements HasWidgets
HasWidgets.ForIsWidget| Constructor and Description |
|---|
NullLoggingPopup() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Widget w)
Adds a child widget.
|
void |
clear()
Removes all child widgets.
|
java.util.Iterator<Widget> |
iterator()
Gets an iterator for the contained widgets.
|
boolean |
remove(Widget w)
Removes a child widget.
|
public void add(Widget w)
HasWidgetsadd in interface HasWidgetsw - the widget to be addedpublic void clear()
HasWidgetsclear in interface HasWidgetspublic java.util.Iterator<Widget> iterator()
HasWidgetsIterator.remove().iterator in interface HasWidgetsiterator in interface java.lang.Iterable<Widget>public boolean remove(Widget w)
HasWidgetsremove in interface HasWidgetsw - the widget to be removedtrue if the widget was present