Uses of Class
org.robovm.apple.uikit.UITextSpellCheckingType
| Package | Description |
|---|---|
| org.robovm.apple.uikit |
-
Uses of UITextSpellCheckingType in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return UITextSpellCheckingType Modifier and Type Method Description UITextSpellCheckingTypeUISearchBar. getSpellCheckingType()UITextSpellCheckingTypeUITextField. getSpellCheckingType()UITextSpellCheckingTypeUITextInputTraits. getSpellCheckingType()UITextSpellCheckingTypeUITextInputTraitsAdapter. getSpellCheckingType()UITextSpellCheckingTypeUITextView. getSpellCheckingType()static UITextSpellCheckingTypeUITextSpellCheckingType. valueOf(long n)Returns the enum constant of this type with the specified name.static UITextSpellCheckingTypeUITextSpellCheckingType. valueOf(String name)Returns the enum constant of this type with the specified name.static UITextSpellCheckingType[]UITextSpellCheckingType. 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 UITextSpellCheckingType Modifier and Type Method Description voidUISearchBar. setSpellCheckingType(UITextSpellCheckingType v)voidUITextField. setSpellCheckingType(UITextSpellCheckingType v)voidUITextInputTraits. setSpellCheckingType(UITextSpellCheckingType v)voidUITextInputTraitsAdapter. setSpellCheckingType(UITextSpellCheckingType v)voidUITextView. setSpellCheckingType(UITextSpellCheckingType v)