public interface UITextDraggable extends UITextInput
| Modifier and Type | Method and Description |
|---|---|
boolean |
isTextDragActive()
Returns whether this control currently has at least one active drag session.
|
void |
setTextDragDelegate_unsafe(UITextDragDelegate value) |
void |
setTextDragOptions(long value) |
UITextDragDelegate |
textDragDelegate() |
UIDragInteraction |
textDragInteraction()
The text drag interaction that UIKit installs on the text control.
|
long |
textDragOptions() |
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, textContentTypeboolean isTextDragActive()
void setTextDragDelegate_unsafe(UITextDragDelegate value)
void setTextDragOptions(long value)
UITextDragDelegate textDragDelegate()
UIDragInteraction textDragInteraction()
long textDragOptions()