Uses of Interface
com.google.gwt.user.client.ui.PopupListener
-
Packages that use PopupListener Package Description com.google.gwt.user.client.ui Widgets, Panels, and other user-interface classes. -
-
Uses of PopupListener in com.google.gwt.user.client.ui
Classes in com.google.gwt.user.client.ui that implement PopupListener Modifier and Type Class Description classMenuBarA standard menu bar widget.Methods in com.google.gwt.user.client.ui with parameters of type PopupListener Modifier and Type Method Description static voidListenerWrapper.WrappedPopupListener. add(HasCloseHandlers<PopupPanel> source, PopupListener listener)voidPopupPanel. addPopupListener(PopupListener listener)voidSourcesPopupEvents. addPopupListener(PopupListener listener)Deprecated.static voidListenerWrapper.WrappedPopupListener. remove(Widget eventSource, PopupListener listener)voidPopupPanel. removePopupListener(PopupListener listener)Deprecated.Use theHandlerRegistration.removeHandler()method on the object returned byPopupPanel.addCloseHandler(com.google.gwt.event.logical.shared.CloseHandler<com.google.gwt.user.client.ui.PopupPanel>)insteadvoidSourcesPopupEvents. removePopupListener(PopupListener listener)Deprecated.Use theHandlerRegistration.removeHandler()method on the object returned byHasCloseHandlers.addCloseHandler(com.google.gwt.event.logical.shared.CloseHandler<T>)instead
-