Uses of Class
org.robovm.apple.uikit.UIBehavioralStyle
| Package | Description |
|---|---|
| org.robovm.apple.uikit |
-
Uses of UIBehavioralStyle in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return UIBehavioralStyle Modifier and Type Method Description UIBehavioralStyleUIButton. getBehavioralStyle()UIBehavioralStyleUISlider. getBehavioralStyle()UIBehavioralStyleUIButton. getPreferredBehavioralStyle()UIBehavioralStyleUISlider. getPreferredBehavioralStyle()static UIBehavioralStyleUIBehavioralStyle. valueOf(long n)Returns the enum constant of this type with the specified name.static UIBehavioralStyleUIBehavioralStyle. valueOf(String name)Returns the enum constant of this type with the specified name.static UIBehavioralStyle[]UIBehavioralStyle. 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 UIBehavioralStyle Modifier and Type Method Description voidUIButton. setPreferredBehavioralStyle(UIBehavioralStyle v)voidUISlider. setPreferredBehavioralStyle(UIBehavioralStyle v)