Uses of Class
org.robovm.apple.uikit.UIButton
| Package | Description |
|---|---|
| org.robovm.apple.intentsui | |
| org.robovm.apple.passkit | |
| org.robovm.apple.uikit |
-
Uses of UIButton in org.robovm.apple.intentsui
Subclasses of UIButton in org.robovm.apple.intentsui Modifier and Type Class Description classINUIAddVoiceShortcutButton -
Uses of UIButton in org.robovm.apple.passkit
Subclasses of UIButton in org.robovm.apple.passkit Modifier and Type Class Description classPKAddPassButtonclassPKPaymentButton -
Uses of UIButton in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return UIButton Modifier and Type Method Description static UIButtonUIButton. getSystemButtonWithImage(UIImage image, NSObject target, Selector action)static UIButtonUIButton. getSystemButtonWithPrimaryAction(UIAction primaryAction)Methods in org.robovm.apple.uikit that return types with arguments of type UIButton Modifier and Type Method Description VoidBlock1<UIButton>UIButton. getConfigurationUpdateHandler()Block3<UIButton,UIPointerEffect,UIPointerShape,UIPointerStyle>UIButton. getPointerStyleProvider()Methods in org.robovm.apple.uikit with parameters of type UIButton Modifier and Type Method Description UIButtonConfigurationUIButtonConfiguration. updatedConfigurationForButton(UIButton button)Method parameters in org.robovm.apple.uikit with type arguments of type UIButton Modifier and Type Method Description voidUIButton. setConfigurationUpdateHandler(VoidBlock1<UIButton> v)voidUIButton. setPointerStyleProvider(Block3<UIButton,UIPointerEffect,UIPointerShape,UIPointerStyle> v)