public static interface PopupPanel.PositionCallback
PopupPanel
right
before it is shown.Modifier and Type | Method and Description |
---|---|
void |
setPosition(int offsetWidth,
int offsetHeight)
Provides the opportunity to set the position of the PopupPanel right
before the PopupPanel is shown.
|
void setPosition(int offsetWidth, int offsetHeight)
offsetWidth
- the offsetWidth of the PopupPaneloffsetHeight
- the offsetHeight of the PopupPanelPopupPanel.setPopupPositionAndShow(PositionCallback)