java.lang.Object | |
↳ | com.google.gwt.logging.client.NullLoggingPopup |
A class which can be substituted in for the BasicLoggingPopup in the the gwt.xml file to disable the default popup log handler.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Adds a child widget.
| |||||||||||
Removes all child widgets.
| |||||||||||
Gets an iterator for the contained widgets.
| |||||||||||
Removes a child widget.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Removes all child widgets.
Gets an iterator for the contained widgets. This iterator is required to
implement remove()
.
Removes a child widget.
w | the widget to be removed |
---|
true
if the widget was present