public class PopupStack extends Object
PopupPanels. When a new panel is pushed onto the stack, the
currently visible panel is hidden and the new panel is shown. When the new panel is closed, the
previous panel on the stack is restored to view.| Modifier and Type | Field and Description |
|---|---|
Value<Boolean> |
popupShowing
A value indicating whether or not a popup is currently showing.
|
| Constructor and Description |
|---|
PopupStack() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Clears out the stack completely, removing all pending popups and clearing any currently
showing popup.
|
void |
show(PopupPanel popup)
Pushes any currently showing popup onto the stack and displays the supplied popup.
|
void |
show(PopupPanel popup,
Widget onCenter)
Pushes any currently showing popup onto the stack and displays the supplied popup.
|
public void show(PopupPanel popup)
PopupPanel.center().public void show(PopupPanel popup, Widget onCenter)
public void clear()
Copyright © 2013. All Rights Reserved.