Package com.google.gwt.user.client.ui
Interface HasOneWidget
-
- All Superinterfaces:
AcceptsOneWidget
- All Known Implementing Classes:
CustomScrollPanel,DecoratedPopupPanel,DecoratorPanel,DialogBox,FocusPanel,FormPanel,LazyPanel,LoggingPopup,PopupPanel,ResizeLayoutPanel,ScrollPanel,SimpleLayoutPanel,SimplePanel
public interface HasOneWidget extends AcceptsOneWidget
Implemented by panels that have only one widget.- See Also:
SimplePanel
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WidgetgetWidget()Gets the panel's child widget.voidsetWidget(Widget w)Sets this panel's widget.-
Methods inherited from interface com.google.gwt.user.client.ui.AcceptsOneWidget
setWidget
-
-