| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.droidux.pack.action.interfaces.ActionInterfaces.Window.PopupWindowPlacement | |
Decides where the popup window should be placed relative to its anchor view/point.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ActionInterfaces.Window.PopupWindowPlacement | ABOVE | Place the popup window above the anchor view/point | |||||||||
| ActionInterfaces.Window.PopupWindowPlacement | BELOW | Place the popup window below the anchor view/point | |||||||||
| ActionInterfaces.Window.PopupWindowPlacement | HORIZONTAL_AUTO | Place the popup window to the left or right of the anchor view/point depending on the space available. | |||||||||
| ActionInterfaces.Window.PopupWindowPlacement | LEFT | Place the popup window to the left of the anchor view/point | |||||||||
| ActionInterfaces.Window.PopupWindowPlacement | RIGHT | Place the popup window to the right of the anchor view/point | |||||||||
| ActionInterfaces.Window.PopupWindowPlacement | VERTICAL_AUTO | Place the popup window above or below the anchor view/point depending on the space available. | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
Place the popup window above the anchor view/point
Place the popup window below the anchor view/point
Place the popup window to the left or right of the anchor view/point depending on the space available.
Place the popup window to the left of the anchor view/point
Place the popup window to the right of the anchor view/point
Place the popup window above or below the anchor view/point depending on the space available.