Uses of Interface
com.google.gwt.user.client.ui.PopupPanel.PositionCallback
-
Packages that use PopupPanel.PositionCallback Package Description com.google.gwt.user.client.ui Widgets, Panels, and other user-interface classes. -
-
Uses of PopupPanel.PositionCallback in com.google.gwt.user.client.ui
Methods in com.google.gwt.user.client.ui with parameters of type PopupPanel.PositionCallback Modifier and Type Method Description void
PopupPanel. setPopupPositionAndShow(PopupPanel.PositionCallback callback)
Sets the popup's position using aPopupPanel.PositionCallback
, and shows the popup.
-