|
GWT 2.1.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PopupPanel | |
---|---|
com.google.gwt.logging.client | Log handlers and related classes for java.util.logging support in GWT. |
com.google.gwt.user.client.ui | Widgets, Panels, and other user-interface classes. |
Uses of PopupPanel in com.google.gwt.logging.client |
---|
Subclasses of PopupPanel in com.google.gwt.logging.client | |
---|---|
class |
LoggingPopup
A simple popup to show log messages, which can be resized, minimized, and dragged to a different location. |
Uses of PopupPanel in com.google.gwt.user.client.ui |
---|
Subclasses of PopupPanel in com.google.gwt.user.client.ui | |
---|---|
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. |
Methods in com.google.gwt.user.client.ui that return PopupPanel | |
---|---|
protected PopupPanel |
SuggestBox.DefaultSuggestionDisplay.createPopup()
Create the PopupPanel that will hold the list of suggestions. |
protected PopupPanel |
SuggestBox.DefaultSuggestionDisplay.getPopupPanel()
Get the PopupPanel used to display suggestions. |
Methods in com.google.gwt.user.client.ui with parameters of type PopupPanel | |
---|---|
void |
PopupListenerCollection.firePopupClosed(PopupPanel sender,
boolean autoClosed)
Deprecated. use CloseHandler.onClose(com.google.gwt.event.logical.shared.CloseEvent
instead |
void |
PopupListener.onPopupClosed(PopupPanel sender,
boolean autoClosed)
Deprecated. use CloseHandler.onClose(com.google.gwt.event.logical.shared.CloseEvent
instead |
void |
MenuBar.onPopupClosed(PopupPanel sender,
boolean autoClosed)
Deprecated. Use MenuBar.addCloseHandler(CloseHandler) instead |
Method parameters in com.google.gwt.user.client.ui with type arguments of type PopupPanel | |
---|---|
HandlerRegistration |
PopupPanel.addCloseHandler(CloseHandler<PopupPanel> handler)
|
HandlerRegistration |
MenuBar.addCloseHandler(CloseHandler<PopupPanel> handler)
|
|
GWT 2.1.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |