Package | Description |
---|---|
com.google.gwt.user.client.ui |
Widgets, Panels, and other user-interface classes.
|
Modifier and Type | Class and Description |
---|---|
class |
MenuBar
A standard menu bar widget.
|
Modifier and Type | Method and Description |
---|---|
static void |
ListenerWrapper.WrappedPopupListener.add(HasCloseHandlers<PopupPanel> source,
PopupListener listener) |
void |
SourcesPopupEvents.addPopupListener(PopupListener listener)
Deprecated.
|
void |
PopupPanel.addPopupListener(PopupListener listener)
|
static void |
ListenerWrapper.WrappedPopupListener.remove(Widget eventSource,
PopupListener listener) |
void |
SourcesPopupEvents.removePopupListener(PopupListener listener)
Deprecated.
Use the
HandlerRegistration.removeHandler()
method on the object returned by
HasCloseHandlers.addCloseHandler(com.google.gwt.event.logical.shared.CloseHandler<T>)
instead |
void |
PopupPanel.removePopupListener(PopupListener listener)
Deprecated.
Use the
HandlerRegistration.removeHandler() method on the
object returned by PopupPanel.addCloseHandler(com.google.gwt.event.logical.shared.CloseHandler<com.google.gwt.user.client.ui.PopupPanel>) instead |