Uses of Class
org.robovm.apple.uikit.UITextSmartDashesType
| Package | Description |
|---|---|
| org.robovm.apple.uikit |
-
Uses of UITextSmartDashesType in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return UITextSmartDashesType Modifier and Type Method Description UITextSmartDashesTypeUISearchBar. getSmartDashesType()UITextSmartDashesTypeUITextField. getSmartDashesType()UITextSmartDashesTypeUITextInputTraits. getSmartDashesType()UITextSmartDashesTypeUITextInputTraitsAdapter. getSmartDashesType()UITextSmartDashesTypeUITextView. getSmartDashesType()static UITextSmartDashesTypeUITextSmartDashesType. valueOf(long n)Returns the enum constant of this type with the specified name.static UITextSmartDashesTypeUITextSmartDashesType. valueOf(String name)Returns the enum constant of this type with the specified name.static UITextSmartDashesType[]UITextSmartDashesType. 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 UITextSmartDashesType Modifier and Type Method Description voidUISearchBar. setSmartDashesType(UITextSmartDashesType v)voidUITextField. setSmartDashesType(UITextSmartDashesType v)voidUITextInputTraits. setSmartDashesType(UITextSmartDashesType v)voidUITextInputTraitsAdapter. setSmartDashesType(UITextSmartDashesType v)voidUITextView. setSmartDashesType(UITextSmartDashesType v)