Uses of Class
org.robovm.apple.uikit.UITextSmartInsertDeleteType
| Package | Description |
|---|---|
| org.robovm.apple.uikit |
-
Uses of UITextSmartInsertDeleteType in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return UITextSmartInsertDeleteType Modifier and Type Method Description UITextSmartInsertDeleteTypeUISearchBar. getSmartInsertDeleteType()UITextSmartInsertDeleteTypeUITextField. getSmartInsertDeleteType()UITextSmartInsertDeleteTypeUITextInputTraits. getSmartInsertDeleteType()UITextSmartInsertDeleteTypeUITextInputTraitsAdapter. getSmartInsertDeleteType()UITextSmartInsertDeleteTypeUITextView. getSmartInsertDeleteType()static UITextSmartInsertDeleteTypeUITextSmartInsertDeleteType. valueOf(long n)Returns the enum constant of this type with the specified name.static UITextSmartInsertDeleteTypeUITextSmartInsertDeleteType. valueOf(String name)Returns the enum constant of this type with the specified name.static UITextSmartInsertDeleteType[]UITextSmartInsertDeleteType. 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 UITextSmartInsertDeleteType Modifier and Type Method Description voidUISearchBar. setSmartInsertDeleteType(UITextSmartInsertDeleteType v)voidUITextField. setSmartInsertDeleteType(UITextSmartInsertDeleteType v)voidUITextInputTraits. setSmartInsertDeleteType(UITextSmartInsertDeleteType v)voidUITextInputTraitsAdapter. setSmartInsertDeleteType(UITextSmartInsertDeleteType v)voidUITextView. setSmartInsertDeleteType(UITextSmartInsertDeleteType v)