Uses of Class
org.robovm.apple.uikit.UIBarButtonSystemItem
| Package | Description |
|---|---|
| org.robovm.apple.mapkit | |
| org.robovm.apple.uikit |
-
Uses of UIBarButtonSystemItem in org.robovm.apple.mapkit
Constructors in org.robovm.apple.mapkit with parameters of type UIBarButtonSystemItem Constructor Description MKUserTrackingBarButtonItem(UIBarButtonSystemItem systemItem, NSObject target, Selector action)MKUserTrackingBarButtonItem(UIBarButtonSystemItem systemItem, UIAction primaryAction)MKUserTrackingBarButtonItem(UIBarButtonSystemItem systemItem, UIMenu menu) -
Uses of UIBarButtonSystemItem in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return UIBarButtonSystemItem Modifier and Type Method Description static UIBarButtonSystemItemUIBarButtonSystemItem. valueOf(long n)Returns the enum constant of this type with the specified name.static UIBarButtonSystemItemUIBarButtonSystemItem. valueOf(String name)Returns the enum constant of this type with the specified name.static UIBarButtonSystemItem[]UIBarButtonSystemItem. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.uikit with parameters of type UIBarButtonSystemItem Modifier and Type Method Description protected longUIBarButtonItem. init(UIBarButtonSystemItem systemItem, NSObject target, Selector action)protected longUIBarButtonItem. init(UIBarButtonSystemItem systemItem, UIAction primaryAction)protected longUIBarButtonItem. init(UIBarButtonSystemItem systemItem, UIMenu menu)Constructors in org.robovm.apple.uikit with parameters of type UIBarButtonSystemItem Constructor Description UIBarButtonItem(UIBarButtonSystemItem systemItem)UIBarButtonItem(UIBarButtonSystemItem systemItem, NSObject target, Selector action)UIBarButtonItem(UIBarButtonSystemItem systemItem, UIAction primaryAction)UIBarButtonItem(UIBarButtonSystemItem systemItem, UIBarButtonItem.OnClickListener listener)UIBarButtonItem(UIBarButtonSystemItem systemItem, UIMenu menu)