Package org.robovm.apple.uikit
Class UITextDocumentProxyAdapter
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.objc.ObjCObject
org.robovm.apple.foundation.NSObject
org.robovm.apple.uikit.UITextInputTraitsAdapter
org.robovm.apple.uikit.UIKeyInputAdapter
org.robovm.apple.uikit.UITextDocumentProxyAdapter
- All Implemented Interfaces:
NSObjectProtocol,UIKeyInput,UITextDocumentProxy,UITextInputTraits,ObjCProtocol
public class UITextDocumentProxyAdapter extends UIKeyInputAdapter implements UITextDocumentProxy
-
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 UITextDocumentProxyAdapter() -
Method Summary
Modifier and Type Method Description voidadjustTextPosition(long offset)StringgetDocumentContextAfterInput()StringgetDocumentContextBeforeInput()NSUUIDgetDocumentIdentifier()UITextInputModegetDocumentInputMode()StringgetSelectedText()voidsetMarkedText(String markedText, NSRange selectedRange)voidunmarkText()Methods inherited from class org.robovm.apple.uikit.UIKeyInputAdapter
deleteBackward, hasText, insertTextMethods inherited from class org.robovm.apple.uikit.UITextInputTraitsAdapter
enablesReturnKeyAutomatically, getAutocapitalizationType, getAutocorrectionType, getKeyboardAppearance, getKeyboardType, getPasswordRules, getReturnKeyType, getSmartDashesType, getSmartInsertDeleteType, getSmartQuotesType, getSpellCheckingType, getTextContentType, isSecureTextEntry, setAutocapitalizationType, setAutocorrectionType, setEnablesReturnKeyAutomatically, setKeyboardAppearance, setKeyboardType, setPasswordRules, setReturnKeyType, setSecureTextEntry, setSmartDashesType, setSmartInsertDeleteType, setSmartQuotesType, setSpellCheckingType, setTextContentTypeMethods 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, updateStrongRefMethods inherited from interface org.robovm.apple.uikit.UIKeyInput
deleteBackward, hasText, insertTextMethods inherited from interface org.robovm.apple.uikit.UITextInputTraits
enablesReturnKeyAutomatically, getAutocapitalizationType, getAutocorrectionType, getKeyboardAppearance, getKeyboardType, getPasswordRules, getReturnKeyType, getSmartDashesType, getSmartInsertDeleteType, getSmartQuotesType, getSpellCheckingType, getTextContentType, isSecureTextEntry, setAutocapitalizationType, setAutocorrectionType, setEnablesReturnKeyAutomatically, setKeyboardAppearance, setKeyboardType, setPasswordRules, setReturnKeyType, setSecureTextEntry, setSmartDashesType, setSmartInsertDeleteType, setSmartQuotesType, setSpellCheckingType, setTextContentType
-
Constructor Details
-
UITextDocumentProxyAdapter
public UITextDocumentProxyAdapter()
-
-
Method Details
-
getDocumentContextBeforeInput
- Specified by:
getDocumentContextBeforeInputin interfaceUITextDocumentProxy
-
getDocumentContextAfterInput
- Specified by:
getDocumentContextAfterInputin interfaceUITextDocumentProxy
-
getSelectedText
- Specified by:
getSelectedTextin interfaceUITextDocumentProxy- Since:
- Available in iOS 11.0 and later.
-
getDocumentInputMode
- Specified by:
getDocumentInputModein interfaceUITextDocumentProxy- Since:
- Available in iOS 10.0 and later.
-
getDocumentIdentifier
- Specified by:
getDocumentIdentifierin interfaceUITextDocumentProxy- Since:
- Available in iOS 11.0 and later.
-
adjustTextPosition
public void adjustTextPosition(long offset)- Specified by:
adjustTextPositionin interfaceUITextDocumentProxy
-
setMarkedText
- Specified by:
setMarkedTextin interfaceUITextDocumentProxy- Since:
- Available in iOS 13.0 and later.
-
unmarkText
public void unmarkText()- Specified by:
unmarkTextin interfaceUITextDocumentProxy- Since:
- Available in iOS 13.0 and later.
-