Uses of Class
org.robovm.apple.uikit.UITextFieldViewMode
| Package | Description |
|---|---|
| org.robovm.apple.uikit |
-
Uses of UITextFieldViewMode in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return UITextFieldViewMode Modifier and Type Method Description UITextFieldViewModeUITextField. getClearButtonMode()UITextFieldViewModeUITextField. getLeftViewMode()UITextFieldViewModeUITextField. getRightViewMode()static UITextFieldViewModeUITextFieldViewMode. valueOf(long n)Returns the enum constant of this type with the specified name.static UITextFieldViewModeUITextFieldViewMode. valueOf(String name)Returns the enum constant of this type with the specified name.static UITextFieldViewMode[]UITextFieldViewMode. 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 UITextFieldViewMode Modifier and Type Method Description voidUITextField. setClearButtonMode(UITextFieldViewMode v)voidUITextField. setLeftViewMode(UITextFieldViewMode v)voidUITextField. setRightViewMode(UITextFieldViewMode v)