public interface UITextDroppable extends UITextInput, UITextPasteConfigurationSupporting
| Modifier and Type | Method and Description |
|---|---|
boolean |
isTextDropActive()
Returns whether this control currently has at least one active drag session.
|
void |
setTextDropDelegate_unsafe(UITextDropDelegate value) |
UITextDropDelegate |
textDropDelegate() |
UIDropInteraction |
textDropInteraction()
The text drop interaction that UIKit installs on the text control.
|
baseWritingDirectionForPositionInDirection, beginFloatingCursorAtPoint, beginningOfDocument, caretRectForPosition, characterOffsetOfPositionWithinRange, characterRangeAtPoint, characterRangeByExtendingPositionInDirection, closestPositionToPoint, closestPositionToPointWithinRange, comparePositionToPosition, dictationRecognitionFailed, dictationRecordingDidEnd, endFloatingCursor, endOfDocument, firstRectForRange, frameForDictationResultPlaceholder, inputDelegate, insertDictationResult, insertDictationResultPlaceholder, insertTextAlternativesStyle, insertTextPlaceholderWithSize, markedTextRange, markedTextStyle, offsetFromPositionToPosition, positionFromPositionInDirectionOffset, positionFromPositionOffset, positionWithinRangeAtCharacterOffset, positionWithinRangeFarthestInDirection, removeDictationResultPlaceholderWillInsertResult, removeTextPlaceholder, replaceRangeWithText, selectedTextRange, selectionAffinity, selectionRectsForRange, setAttributedMarkedTextSelectedRange, setBaseWritingDirectionForRange, setInputDelegate_unsafe, setMarkedTextSelectedRange, setMarkedTextStyle, setSelectedTextRange, setSelectionAffinity, shouldChangeTextInRangeReplacementText, textInputView, textInRange, textRangeFromPositionToPosition, textStylingAtPositionInDirection, tokenizer, unmarkText, updateFloatingCursorAtPointdeleteBackward, hasText, insertTextautocapitalizationType, autocorrectionType, enablesReturnKeyAutomatically, isSecureTextEntry, keyboardAppearance, keyboardType, passwordRules, returnKeyType, setAutocapitalizationType, setAutocorrectionType, setEnablesReturnKeyAutomatically, setKeyboardAppearance, setKeyboardType, setPasswordRules, setReturnKeyType, setSecureTextEntry, setSmartDashesType, setSmartInsertDeleteType, setSmartQuotesType, setSpellCheckingType, setTextContentType, smartDashesType, smartInsertDeleteType, smartQuotesType, spellCheckingType, textContentTypepasteDelegate, setPasteDelegate_unsafecanPasteItemProviders, pasteConfiguration, pasteItemProviders, setPasteConfigurationboolean isTextDropActive()
void setTextDropDelegate_unsafe(UITextDropDelegate value)
UITextDropDelegate textDropDelegate()
UIDropInteraction textDropInteraction()