Package org.robovm.apple.uikit
Class UITextInputTraitsAdapter
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.objc.ObjCObject
org.robovm.apple.foundation.NSObject
org.robovm.apple.uikit.UITextInputTraitsAdapter
- All Implemented Interfaces:
NSObjectProtocol,UITextInputTraits,ObjCProtocol
- Direct Known Subclasses:
UIKeyInputAdapter
public class UITextInputTraitsAdapter extends NSObject implements UITextInputTraits
-
Nested Class Summary
Nested classes/interfaces inherited from class org.robovm.apple.foundation.NSObject
NSObject.Handle, NSObject.Marshaler, NSObject.NoRetainMarshaler, NSObject.NSKeyValueObserver, NSObject.NSObjectPtr, NSObject.SkipInitNested classes/interfaces inherited from class org.robovm.objc.ObjCObject
ObjCObject.ObjCObjectPtr, ObjCObject.Super -
Field Summary
-
Constructor Summary
Constructors Constructor Description UITextInputTraitsAdapter() -
Method Summary
Methods inherited from class org.robovm.apple.foundation.NSObject
addKeyValueObserver, addKeyValueObserver, afterMarshaled, alloc, autorelease, autorelease, awakeFromNib, conformsToProtocol, copy, description, didChangeValue, didChangeValue, didChangeValues, doDispose, equals, forceSkipInit, getAutoContentAccessingProxy, getClassForCoder, getClassForKeyedArchiver, getKeyValueCoder, getObservationInfo, hash, hashCode, init, isEqual, isKindOfClass, isMemberOfClass, mutableCopy, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelectorInBackground, performSelectorOnMainThread, performSelectorOnMainThread, performSelectorV, performSelectorV, performSelectorV, release, release, removeKeyValueObserver, removeKeyValueObservers, respondsToSelector, retain, retain, retainCount, setObservationInfo, toString, willChangeValue, willChangeValue, willChangeValuesMethods inherited from class org.robovm.objc.ObjCObject
addStrongRef, dispose, dispose, finalize, getAssociatedObject, getObjCClass, getPeerObject, getSuper, initObject, logRetainRelease, removeStrongRef, retainCustomObjectFromCb, setAssociatedObject, toObjCObject, toObjCObject, updateStrongRef
-
Constructor Details
-
UITextInputTraitsAdapter
public UITextInputTraitsAdapter()
-
-
Method Details
-
getAutocapitalizationType
- Specified by:
getAutocapitalizationTypein interfaceUITextInputTraits
-
setAutocapitalizationType
- Specified by:
setAutocapitalizationTypein interfaceUITextInputTraits
-
getAutocorrectionType
- Specified by:
getAutocorrectionTypein interfaceUITextInputTraits
-
setAutocorrectionType
- Specified by:
setAutocorrectionTypein interfaceUITextInputTraits
-
getSpellCheckingType
- Specified by:
getSpellCheckingTypein interfaceUITextInputTraits
-
setSpellCheckingType
- Specified by:
setSpellCheckingTypein interfaceUITextInputTraits
-
getSmartQuotesType
- Specified by:
getSmartQuotesTypein interfaceUITextInputTraits- Since:
- Available in iOS 11.0 and later.
-
setSmartQuotesType
- Specified by:
setSmartQuotesTypein interfaceUITextInputTraits- Since:
- Available in iOS 11.0 and later.
-
getSmartDashesType
- Specified by:
getSmartDashesTypein interfaceUITextInputTraits- Since:
- Available in iOS 11.0 and later.
-
setSmartDashesType
- Specified by:
setSmartDashesTypein interfaceUITextInputTraits- Since:
- Available in iOS 11.0 and later.
-
getSmartInsertDeleteType
- Specified by:
getSmartInsertDeleteTypein interfaceUITextInputTraits- Since:
- Available in iOS 11.0 and later.
-
setSmartInsertDeleteType
- Specified by:
setSmartInsertDeleteTypein interfaceUITextInputTraits- Since:
- Available in iOS 11.0 and later.
-
getKeyboardType
- Specified by:
getKeyboardTypein interfaceUITextInputTraits
-
setKeyboardType
- Specified by:
setKeyboardTypein interfaceUITextInputTraits
-
getKeyboardAppearance
- Specified by:
getKeyboardAppearancein interfaceUITextInputTraits
-
setKeyboardAppearance
- Specified by:
setKeyboardAppearancein interfaceUITextInputTraits
-
getReturnKeyType
- Specified by:
getReturnKeyTypein interfaceUITextInputTraits
-
setReturnKeyType
- Specified by:
setReturnKeyTypein interfaceUITextInputTraits
-
enablesReturnKeyAutomatically
public boolean enablesReturnKeyAutomatically()- Specified by:
enablesReturnKeyAutomaticallyin interfaceUITextInputTraits
-
setEnablesReturnKeyAutomatically
public void setEnablesReturnKeyAutomatically(boolean v)- Specified by:
setEnablesReturnKeyAutomaticallyin interfaceUITextInputTraits
-
isSecureTextEntry
public boolean isSecureTextEntry()- Specified by:
isSecureTextEntryin interfaceUITextInputTraits
-
setSecureTextEntry
public void setSecureTextEntry(boolean v)- Specified by:
setSecureTextEntryin interfaceUITextInputTraits
-
getTextContentType
- Specified by:
getTextContentTypein interfaceUITextInputTraits- Since:
- Available in iOS 10.0 and later.
-
setTextContentType
- Specified by:
setTextContentTypein interfaceUITextInputTraits- Since:
- Available in iOS 10.0 and later.
-
getPasswordRules
- Specified by:
getPasswordRulesin interfaceUITextInputTraits- Since:
- Available in iOS 12.0 and later.
-
setPasswordRules
- Specified by:
setPasswordRulesin interfaceUITextInputTraits- Since:
- Available in iOS 12.0 and later.
-