Package org.robovm.apple.uikit
Interface UITextDroppable
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol,UIKeyInput,UIPasteConfigurationSupporting,UITextInput,UITextInputTraits,UITextPasteConfigurationSupporting
- All Known Implementing Classes:
UISearchTextField,UITextDroppableAdapter,UITextField,UITextView
public interface UITextDroppable extends UITextInput, UITextPasteConfigurationSupporting
- Since:
- Available in iOS 11.0 and later.
-
Method Summary
Modifier and Type Method Description UITextDropDelegategetTextDropDelegate()UIDropInteractiongetTextDropInteraction()booleanisTextDropActive()voidsetTextDropDelegate(UITextDropDelegate v)Methods inherited from interface org.robovm.apple.uikit.UIKeyInput
deleteBackward, hasText, insertTextMethods inherited from interface org.robovm.apple.uikit.UIPasteConfigurationSupporting
canPasteItemProviders, getPasteConfiguration, pasteItemProviders, setPasteConfigurationMethods 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, setTextContentTypeMethods inherited from interface org.robovm.apple.uikit.UITextPasteConfigurationSupporting
getPasteDelegate, setPasteDelegate
-
Method Details
-
getTextDropDelegate
UITextDropDelegate getTextDropDelegate() -
setTextDropDelegate
-
getTextDropInteraction
UIDropInteraction getTextDropInteraction() -
isTextDropActive
boolean isTextDropActive()
-