Uses of Class
org.robovm.apple.uikit.UIPopoverArrowDirection
-
Packages that use UIPopoverArrowDirection Package Description org.robovm.apple.uikit -
-
Uses of UIPopoverArrowDirection in org.robovm.apple.uikit
Fields in org.robovm.apple.uikit declared as UIPopoverArrowDirection Modifier and Type Field Description static UIPopoverArrowDirection
UIPopoverArrowDirection. Any
static UIPopoverArrowDirection
UIPopoverArrowDirection. Down
static UIPopoverArrowDirection
UIPopoverArrowDirection. Left
static UIPopoverArrowDirection
UIPopoverArrowDirection. None
static UIPopoverArrowDirection
UIPopoverArrowDirection. Right
static UIPopoverArrowDirection
UIPopoverArrowDirection. Unknown
static UIPopoverArrowDirection
UIPopoverArrowDirection. Up
Methods in org.robovm.apple.uikit that return UIPopoverArrowDirection Modifier and Type Method Description protected UIPopoverArrowDirection[]
UIPopoverArrowDirection. _values()
UIPopoverArrowDirection
UIPopoverBackgroundView. getArrowDirection()
UIPopoverArrowDirection
UIPopoverPresentationController. getArrowDirection()
UIPopoverArrowDirection
UIPopoverPresentationController. getPermittedArrowDirections()
UIPopoverArrowDirection
UIPopoverController. getPopoverArrowDirection()
Deprecated.static UIPopoverArrowDirection[]
UIPopoverArrowDirection. values()
protected UIPopoverArrowDirection
UIPopoverArrowDirection. wrap(long value, long mask)
Methods in org.robovm.apple.uikit with parameters of type UIPopoverArrowDirection Modifier and Type Method Description void
UIPopoverController. presentFromBarButtonItem(UIBarButtonItem item, UIPopoverArrowDirection arrowDirections, boolean animated)
Deprecated.void
UIPopoverController. presentFromRectInView(CGRect rect, UIView view, UIPopoverArrowDirection arrowDirections, boolean animated)
Deprecated.void
UIPopoverBackgroundView. setArrowDirection(UIPopoverArrowDirection v)
void
UIPopoverPresentationController. setPermittedArrowDirections(UIPopoverArrowDirection v)
-