com.droidux.pack.action.interfaces.ActionInterfaces.Window.PopupWindowInterface |
![]() |
Represents the contracts to be implemented by widgets that use PopupWindow.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Dispose of the popup window.
| |||||||||||
Indicates whether the popup window is showing on screen.
| |||||||||||
Display the content view in a popup window at the specified location.
| |||||||||||
Display the content view in a popup window anchored to the anchor view.
|
Dispose of the popup window. If the popup window has not been shown, calling this method will have no effect.
Indicates whether the popup window is showing on screen.
Display the content view in a popup window at the specified location.
parent | a parent view to get the getWindowToken() token from |
---|---|
targetX | the popup x location. This should be a raw value. See MotionEvent.getRawX(). |
targetY | the popup y location. This should be a raw value. See MotionEvent.getRawY(). |
Display the content view in a popup window anchored to the anchor view. The popup window can be displayed above or below the anchor view depends on the available space that can contain the window size.
anchor | The view which the window will be anchored to. |
---|