Uses of Class
org.robovm.apple.uikit.UITextSmartQuotesType
| Package | Description |
|---|---|
| org.robovm.apple.uikit |
-
Uses of UITextSmartQuotesType in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return UITextSmartQuotesType Modifier and Type Method Description UITextSmartQuotesTypeUISearchBar. getSmartQuotesType()UITextSmartQuotesTypeUITextField. getSmartQuotesType()UITextSmartQuotesTypeUITextInputTraits. getSmartQuotesType()UITextSmartQuotesTypeUITextInputTraitsAdapter. getSmartQuotesType()UITextSmartQuotesTypeUITextView. getSmartQuotesType()static UITextSmartQuotesTypeUITextSmartQuotesType. valueOf(long n)Returns the enum constant of this type with the specified name.static UITextSmartQuotesTypeUITextSmartQuotesType. valueOf(String name)Returns the enum constant of this type with the specified name.static UITextSmartQuotesType[]UITextSmartQuotesType. 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 UITextSmartQuotesType Modifier and Type Method Description voidUISearchBar. setSmartQuotesType(UITextSmartQuotesType v)voidUITextField. setSmartQuotesType(UITextSmartQuotesType v)voidUITextInputTraits. setSmartQuotesType(UITextSmartQuotesType v)voidUITextInputTraitsAdapter. setSmartQuotesType(UITextSmartQuotesType v)voidUITextView. setSmartQuotesType(UITextSmartQuotesType v)