Uses of Interface
com.google.gwt.event.logical.shared.HasCloseHandlers
Package
Description
Types related to logical events that do not have direct analogues to DOM
events and which can be used in contexts other than web browsers.
Log handlers and related classes for java.util.logging support in GWT.
The "cellview" widget set.
Widgets, Panels, and other user-interface classes.
-
Uses of HasCloseHandlers in com.google.gwt.logging.client
Modifier and TypeClassDescriptionclass
A simple popup to show log messages, which can be resized, minimized, and dragged to a different location. -
Uses of HasCloseHandlers in com.google.gwt.user.cellview.client
Modifier and TypeClassDescriptionclass
An abstract representation of a tree widget that renders items usingCell
s.class
A "browsable" view of a tree in which only a single node per level may be open at one time.class
A view of a tree. -
Uses of HasCloseHandlers in com.google.gwt.user.client.ui
Modifier and TypeClassDescriptionclass
APopupPanel
that wraps its content in a 3x3 grid, which allows users to add rounded corners.class
A form of popup that has a caption area at the top and can be dragged by the user.final class
A widget that consists of a header and a content panel that discloses the content when a user clicks on the header.class
A standard menu bar widget.class
A panel that can "pop up" over other widgets.class
A standard hierarchical tree widget.Modifier and TypeMethodDescriptionstatic void
ListenerWrapper.WrappedPopupListener.add
(HasCloseHandlers<PopupPanel> source, PopupListener listener)