Uses of Class
org.robovm.apple.uikit.UIButtonType
| Package | Description |
|---|---|
| org.robovm.apple.uikit |
-
Uses of UIButtonType in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return UIButtonType Modifier and Type Method Description UIButtonTypeUIButton. getButtonType()static UIButtonTypeUIButtonType. valueOf(long n)Returns the enum constant of this type with the specified name.static UIButtonTypeUIButtonType. valueOf(String name)Returns the enum constant of this type with the specified name.static UIButtonType[]UIButtonType. 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 UIButtonType Modifier and Type Method Description protected static longUIButton. create0(UIButtonType buttonType)protected static longUIButton. create0(UIButtonType buttonType, UIAction primaryAction)Constructors in org.robovm.apple.uikit with parameters of type UIButtonType Constructor Description UIButton(UIButtonType buttonType)UIButton(UIButtonType buttonType, UIAction primaryAction)