Uses of Class
org.robovm.apple.uikit.UIKeyboardType
| Package | Description |
|---|---|
| org.robovm.apple.uikit |
-
Uses of UIKeyboardType in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return UIKeyboardType Modifier and Type Method Description UIKeyboardTypeUISearchBar. getKeyboardType()UIKeyboardTypeUITextField. getKeyboardType()UIKeyboardTypeUITextInputTraits. getKeyboardType()UIKeyboardTypeUITextInputTraitsAdapter. getKeyboardType()UIKeyboardTypeUITextView. getKeyboardType()static UIKeyboardTypeUIKeyboardType. valueOf(long n)Returns the enum constant of this type with the specified name.static UIKeyboardTypeUIKeyboardType. valueOf(String name)Returns the enum constant of this type with the specified name.static UIKeyboardType[]UIKeyboardType. 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 UIKeyboardType Modifier and Type Method Description voidUISearchBar. setKeyboardType(UIKeyboardType v)voidUITextField. setKeyboardType(UIKeyboardType v)voidUITextInputTraits. setKeyboardType(UIKeyboardType v)voidUITextInputTraitsAdapter. setKeyboardType(UIKeyboardType v)voidUITextView. setKeyboardType(UIKeyboardType v)