Uses of Class
org.robovm.apple.uikit.UITextAutocorrectionType
| Package | Description |
|---|---|
| org.robovm.apple.uikit |
-
Uses of UITextAutocorrectionType in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return UITextAutocorrectionType Modifier and Type Method Description UITextAutocorrectionTypeUISearchBar. getAutocorrectionType()UITextAutocorrectionTypeUITextField. getAutocorrectionType()UITextAutocorrectionTypeUITextInputTraits. getAutocorrectionType()UITextAutocorrectionTypeUITextInputTraitsAdapter. getAutocorrectionType()UITextAutocorrectionTypeUITextView. getAutocorrectionType()static UITextAutocorrectionTypeUITextAutocorrectionType. valueOf(long n)Returns the enum constant of this type with the specified name.static UITextAutocorrectionTypeUITextAutocorrectionType. valueOf(String name)Returns the enum constant of this type with the specified name.static UITextAutocorrectionType[]UITextAutocorrectionType. 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 UITextAutocorrectionType Modifier and Type Method Description voidUISearchBar. setAutocorrectionType(UITextAutocorrectionType v)voidUITextField. setAutocorrectionType(UITextAutocorrectionType v)voidUITextInputTraits. setAutocorrectionType(UITextAutocorrectionType v)voidUITextInputTraitsAdapter. setAutocorrectionType(UITextAutocorrectionType v)voidUITextView. setAutocorrectionType(UITextAutocorrectionType v)