public static final enum

ActionInterfaces.Window.PopupWindowPlacement

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.droidux.pack.action.interfaces.ActionInterfaces.Window.PopupWindowPlacement

Class Overview

Decides where the popup window should be placed relative to its anchor view/point.

Summary

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
static ActionInterfaces.Window.PopupWindowPlacement valueOf(String name)
final static PopupWindowPlacement[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final ActionInterfaces.Window.PopupWindowPlacement ABOVE

Since: API Level

Place the popup window above the anchor view/point

public static final ActionInterfaces.Window.PopupWindowPlacement BELOW

Since: API Level

Place the popup window below the anchor view/point

public static final ActionInterfaces.Window.PopupWindowPlacement HORIZONTAL_AUTO

Since: API Level

Place the popup window to the left or right of the anchor view/point depending on the space available.

public static final ActionInterfaces.Window.PopupWindowPlacement LEFT

Since: API Level

Place the popup window to the left of the anchor view/point

public static final ActionInterfaces.Window.PopupWindowPlacement RIGHT

Since: API Level

Place the popup window to the right of the anchor view/point

public static final ActionInterfaces.Window.PopupWindowPlacement VERTICAL_AUTO

Since: API Level

Place the popup window above or below the anchor view/point depending on the space available.

Public Methods

public static final PopupWindowPlacement[] values ()

Since: API Level 2.6