Package org.robovm.apple.uikit
Interface UITextInputTraits
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Subinterfaces:
UIKeyInput,UITextDocumentProxy,UITextDraggable,UITextDroppable,UITextInput
- All Known Implementing Classes:
UIKeyInputAdapter,UISearchBar,UISearchTextField,UITextDocumentProxyAdapter,UITextDraggableAdapter,UITextDroppableAdapter,UITextField,UITextInputAdapter,UITextInputTraitsAdapter,UITextView
public interface UITextInputTraits extends NSObjectProtocol
-
Method Summary
-
Method Details
-
getAutocapitalizationType
UITextAutocapitalizationType getAutocapitalizationType() -
setAutocapitalizationType
-
getAutocorrectionType
UITextAutocorrectionType getAutocorrectionType() -
setAutocorrectionType
-
getSpellCheckingType
UITextSpellCheckingType getSpellCheckingType() -
setSpellCheckingType
-
getSmartQuotesType
UITextSmartQuotesType getSmartQuotesType()- Since:
- Available in iOS 11.0 and later.
-
setSmartQuotesType
- Since:
- Available in iOS 11.0 and later.
-
getSmartDashesType
UITextSmartDashesType getSmartDashesType()- Since:
- Available in iOS 11.0 and later.
-
setSmartDashesType
- Since:
- Available in iOS 11.0 and later.
-
getSmartInsertDeleteType
UITextSmartInsertDeleteType getSmartInsertDeleteType()- Since:
- Available in iOS 11.0 and later.
-
setSmartInsertDeleteType
- Since:
- Available in iOS 11.0 and later.
-
getKeyboardType
UIKeyboardType getKeyboardType() -
setKeyboardType
-
getKeyboardAppearance
UIKeyboardAppearance getKeyboardAppearance() -
setKeyboardAppearance
-
getReturnKeyType
UIReturnKeyType getReturnKeyType() -
setReturnKeyType
-
enablesReturnKeyAutomatically
boolean enablesReturnKeyAutomatically() -
setEnablesReturnKeyAutomatically
void setEnablesReturnKeyAutomatically(boolean v) -
isSecureTextEntry
boolean isSecureTextEntry() -
setSecureTextEntry
void setSecureTextEntry(boolean v) -
getTextContentType
UITextContentType getTextContentType()- Since:
- Available in iOS 10.0 and later.
-
setTextContentType
- Since:
- Available in iOS 10.0 and later.
-
getPasswordRules
UITextInputPasswordRules getPasswordRules()- Since:
- Available in iOS 12.0 and later.
-
setPasswordRules
- Since:
- Available in iOS 12.0 and later.
-