|
GWT 2.7.0 | |||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HasCloseHandlers | |
---|---|
com.google.gwt.event.logical.shared | 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. |
com.google.gwt.logging.client | Log handlers and related classes for java.util.logging support in GWT. |
com.google.gwt.user.cellview.client | The "cellview" widget set. |
com.google.gwt.user.client.ui | Widgets, Panels, and other user-interface classes. |
Uses of HasCloseHandlers in com.google.gwt.event.logical.shared |
---|
Methods in com.google.gwt.event.logical.shared with parameters of type HasCloseHandlers | ||
---|---|---|
static
|
CloseEvent.fire(HasCloseHandlers<T> source,
T target)
Fires a close event on all registered handlers in the handler manager. |
|
static
|
CloseEvent.fire(HasCloseHandlers<T> source,
T target,
boolean autoClosed)
Fires a close event on all registered handlers in the handler manager. |
Uses of HasCloseHandlers in com.google.gwt.logging.client |
---|
Classes in com.google.gwt.logging.client that implement HasCloseHandlers | |
---|---|
class |
LoggingPopup
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 |
---|
Classes in com.google.gwt.user.cellview.client that implement HasCloseHandlers | |
---|---|
class |
AbstractCellTree
An abstract representation of a tree widget that renders items using Cell s. |
class |
CellBrowser
A "browsable" view of a tree in which only a single node per level may be open at one time. |
class |
CellTree
A view of a tree. |
Uses of HasCloseHandlers in com.google.gwt.user.client.ui |
---|
Classes in com.google.gwt.user.client.ui that implement HasCloseHandlers | |
---|---|
class |
DecoratedPopupPanel
A PopupPanel that wraps its content in a 3x3 grid, which allows users
to add rounded corners. |
class |
DialogBox
A form of popup that has a caption area at the top and can be dragged by the user. |
class |
DisclosurePanel
A widget that consists of a header and a content panel that discloses the content when a user clicks on the header. |
class |
MenuBar
A standard menu bar widget. |
class |
PopupPanel
A panel that can "pop up" over other widgets. |
class |
Tree
A standard hierarchical tree widget. |
Methods in com.google.gwt.user.client.ui with parameters of type HasCloseHandlers | |
---|---|
static void |
ListenerWrapper.WrappedPopupListener.add(HasCloseHandlers<PopupPanel> source,
PopupListener listener)
|
|
GWT 2.7.0 | |||||||
PREV NEXT | FRAMES NO FRAMES |