Package | Description |
---|---|
com.google.gwt.user.client.ui |
Widgets, Panels, and other user-interface classes.
|
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
void |
PopupListenerCollection.firePopupClosed(PopupPanel sender,
boolean autoClosed)
Deprecated.
|
void |
MenuBar.onPopupClosed(PopupPanel sender,
boolean autoClosed)
Deprecated.
Use
MenuBar.addCloseHandler(CloseHandler) instead |
void |
PopupListener.onPopupClosed(PopupPanel sender,
boolean autoClosed)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
MenuBar.addCloseHandler(CloseHandler<PopupPanel> handler) |
HandlerRegistration |
PopupPanel.addCloseHandler(CloseHandler<PopupPanel> handler) |
Copyright © 2018. All rights reserved.