Package org.robovm.apple.uikit
Interface UITextDraggable
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol,UIKeyInput,UITextInput,UITextInputTraits
- All Known Implementing Classes:
UISearchTextField,UITextDraggableAdapter,UITextField,UITextView
public interface UITextDraggable extends UITextInput
- Since:
- Available in iOS 11.0 and later.
-
Method Summary
Modifier and Type Method Description UITextDragDelegategetTextDragDelegate()UIDragInteractiongetTextDragInteraction()UITextDragOptionsgetTextDragOptions()booleanisTextDragActive()voidsetTextDragDelegate(UITextDragDelegate v)voidsetTextDragOptions(UITextDragOptions v)Methods inherited from interface org.robovm.apple.uikit.UIKeyInput
deleteBackward, hasText, insertTextMethods inherited from interface org.robovm.apple.uikit.UITextInput
beginFloatingCursor, comparePositions, dictationRecognitionFailed, dictationRecordingDidEnd, endFloatingCursor, getBaseWritingDirection, getBeginningOfDocument, getCaretRect, getCharacterOffset, getCharacterRange, getCharacterRange, getClosestPosition, getClosestPosition, getDictationResultPlaceholderFrame, getEndOfDocument, getFirstRect, getInputDelegate, getInsertDictationResultPlaceholder, getMarkedTextRange, getMarkedTextStyle, getOffset, getPosition, getPosition, getPosition, getPosition, getSelectedTextRange, getSelectionAffinity, getSelectionRects, getText, getTextInputView, getTextRange, getTextStyling, getTokenizer, insertDictationResult, insertText, insertTextPlaceholder, removeDictationResultPlaceholder, removeTextPlaceholder, replaceText, setAttributedMarkedText, setBaseWritingDirection, setInputDelegate, setMarkedText, setMarkedTextStyle, setSelectedTextRange, setSelectionAffinity, shouldChangeText, unmarkText, updateFloatingCursorMethods 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
-
Method Details
-
getTextDragDelegate
UITextDragDelegate getTextDragDelegate() -
setTextDragDelegate
-
getTextDragInteraction
UIDragInteraction getTextDragInteraction() -
isTextDragActive
boolean isTextDragActive() -
getTextDragOptions
UITextDragOptions getTextDragOptions() -
setTextDragOptions
-