Package com.google.gwt.user.client.ui
Interface SourcesPopupEvents
- All Known Implementing Classes:
DecoratedPopupPanel,DialogBox,LoggingPopup,PopupPanel
Deprecated.
A widget that implements this interface sources the events defined by the
PopupListener interface.-
Method Summary
Modifier and TypeMethodDescriptionvoidaddPopupListener(PopupListener listener) Deprecated.voidremovePopupListener(PopupListener listener) Deprecated.Use theHandlerRegistration.removeHandler()method on the object returned byHasCloseHandlers.addCloseHandler(com.google.gwt.event.logical.shared.CloseHandler<T>)instead
-
Method Details
-
addPopupListener
Deprecated.Adds a listener interface to receive popup events.- Parameters:
listener- the listener interface to add.
-
removePopupListener
Deprecated.Use theHandlerRegistration.removeHandler()method on the object returned byHasCloseHandlers.addCloseHandler(com.google.gwt.event.logical.shared.CloseHandler<T>)insteadRemoves a previously added popup listener.- Parameters:
listener- the listener interface to remove.
-
HasCloseHandlersinstead