Uses of Class
org.robovm.apple.uikit.UITabBarSystemItem
| Package | Description |
|---|---|
| org.robovm.apple.carplay | |
| org.robovm.apple.uikit |
-
Uses of UITabBarSystemItem in org.robovm.apple.carplay
Methods in org.robovm.apple.carplay that return UITabBarSystemItem Modifier and Type Method Description UITabBarSystemItemCPTemplate. getTabSystemItem()Methods in org.robovm.apple.carplay with parameters of type UITabBarSystemItem Modifier and Type Method Description voidCPTemplate. setTabSystemItem(UITabBarSystemItem v) -
Uses of UITabBarSystemItem in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return UITabBarSystemItem Modifier and Type Method Description static UITabBarSystemItemUITabBarSystemItem. valueOf(long n)Returns the enum constant of this type with the specified name.static UITabBarSystemItemUITabBarSystemItem. valueOf(String name)Returns the enum constant of this type with the specified name.static UITabBarSystemItem[]UITabBarSystemItem. 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 UITabBarSystemItem Modifier and Type Method Description protected longUITabBarItem. init(UITabBarSystemItem systemItem, long tag)Constructors in org.robovm.apple.uikit with parameters of type UITabBarSystemItem Constructor Description UITabBarItem(UITabBarSystemItem systemItem, long tag)