Uses of Interface
com.google.gwt.user.client.ui.AcceptsOneWidget
-
Packages that use AcceptsOneWidget Package Description com.google.gwt.activity.shared Classes used to implement app navigation.com.google.gwt.logging.client Log handlers and related classes for java.util.logging support in GWT.com.google.gwt.user.client.ui Widgets, Panels, and other user-interface classes. -
-
Uses of AcceptsOneWidget in com.google.gwt.activity.shared
Methods in com.google.gwt.activity.shared with parameters of type AcceptsOneWidget Modifier and Type Method Description void
ActivityManager. setDisplay(AcceptsOneWidget display)
Sets the display for the receiver, and has the side effect of starting or stopping its monitoring the event bus for place change events.void
Activity. start(AcceptsOneWidget panel, EventBus eventBus)
Called when the Activity should ready its widget for the user. -
Uses of AcceptsOneWidget in com.google.gwt.logging.client
Classes in com.google.gwt.logging.client that implement AcceptsOneWidget Modifier and Type Class Description class
LoggingPopup
A simple popup to show log messages, which can be resized, minimized, and dragged to a different location. -
Uses of AcceptsOneWidget in com.google.gwt.user.client.ui
Subinterfaces of AcceptsOneWidget in com.google.gwt.user.client.ui Modifier and Type Interface Description interface
HasOneWidget
Implemented by panels that have only one widget.Classes in com.google.gwt.user.client.ui that implement AcceptsOneWidget Modifier and Type Class Description class
CustomScrollPanel
A custom version of theScrollPanel
that allows user provided scrollbars.class
DeckLayoutPanel
A panel that displays all of its child widgets in a 'deck', where only one can be visible at a time.class
DecoratedPopupPanel
APopupPanel
that wraps its content in a 3x3 grid, which allows users to add rounded corners.class
DecoratorPanel
ASimplePanel
that wraps its contents in stylized boxes, which can be used to add rounded corners to aWidget
.class
DialogBox
A form of popup that has a caption area at the top and can be dragged by the user.class
FocusPanel
A simple panel that makes its contents focusable, and adds the ability to catch mouse and keyboard events.class
FormPanel
A panel that wraps its contents in an HTML <FORM> element.class
LazyPanel
Convenience class to help lazy loading.class
PopupPanel
A panel that can "pop up" over other widgets.class
ResizeLayoutPanel
A simple panel thatProvidesResize
to its one child, but does notRequiresResize
.class
ScrollPanel
A simple panel that wraps its contents in a scrollable area.class
SimpleLayoutPanel
A simple panel thatProvidesResize
to its one child.class
SimplePanel
Base class for panels that contain only one widget.
-