public interface

AcceptsOneWidget

com.google.gwt.user.client.ui.AcceptsOneWidget
Known Indirect Subclasses

Class Overview

Implemented by displays that can be given accept an IsWidget to show.

Summary

Public Methods
abstract void setWidget(IsWidget w)
Set the only widget of the receiver, replacing the previous widget if there was one.

Public Methods

public abstract void setWidget (IsWidget w)

Set the only widget of the receiver, replacing the previous widget if there was one.

Parameters
w the widget, or null to remove the widget
See Also