Uses of Class
org.robovm.apple.uikit.UITextAlternativeStyle
| Package | Description |
|---|---|
| org.robovm.apple.uikit |
-
Uses of UITextAlternativeStyle in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return UITextAlternativeStyle Modifier and Type Method Description static UITextAlternativeStyleUITextAlternativeStyle. valueOf(long n)Returns the enum constant of this type with the specified name.static UITextAlternativeStyleUITextAlternativeStyle. valueOf(String name)Returns the enum constant of this type with the specified name.static UITextAlternativeStyle[]UITextAlternativeStyle. 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 UITextAlternativeStyle Modifier and Type Method Description voidUITextField. insertText(String text, NSArray<NSString> alternatives, UITextAlternativeStyle style)voidUITextInput. insertText(String text, NSArray<NSString> alternatives, UITextAlternativeStyle style)voidUITextInputAdapter. insertText(String text, NSArray<NSString> alternatives, UITextAlternativeStyle style)voidUITextView. insertText(String text, NSArray<NSString> alternatives, UITextAlternativeStyle style)