Package org.robovm.apple.uikit
Interface UITextInput
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol,UIKeyInput,UITextInputTraits
- All Known Subinterfaces:
UITextDraggable,UITextDroppable
- All Known Implementing Classes:
UISearchTextField,UITextDraggableAdapter,UITextDroppableAdapter,UITextField,UITextInputAdapter,UITextView
public interface UITextInput extends UIKeyInput
-
Method Summary
Methods 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
-
Method Details
-
getSelectedTextRange
UITextRange getSelectedTextRange() -
setSelectedTextRange
-
getMarkedTextRange
UITextRange getMarkedTextRange() -
getMarkedTextStyle
UITextInputTextStyle getMarkedTextStyle() -
setMarkedTextStyle
-
getBeginningOfDocument
UITextPosition getBeginningOfDocument() -
getEndOfDocument
UITextPosition getEndOfDocument() -
getInputDelegate
UITextInputDelegate getInputDelegate() -
setInputDelegate
-
getTokenizer
UITextInputTokenizer getTokenizer() -
getTextInputView
UIView getTextInputView() -
getSelectionAffinity
UITextStorageDirection getSelectionAffinity() -
setSelectionAffinity
-
getInsertDictationResultPlaceholder
NSObject getInsertDictationResultPlaceholder() -
getText
-
replaceText
-
setMarkedText
-
unmarkText
void unmarkText() -
getTextRange
-
getPosition
-
getPosition
-
comparePositions
-
getOffset
-
getPosition
-
getCharacterRange
-
getBaseWritingDirection
NSWritingDirection getBaseWritingDirection(UITextPosition position, UITextStorageDirection direction) -
setBaseWritingDirection
-
getFirstRect
-
getCaretRect
-
getSelectionRects
-
getClosestPosition
-
getClosestPosition
-
getCharacterRange
-
shouldChangeText
-
getTextStyling
-
getPosition
-
getCharacterOffset
-
insertDictationResult
-
dictationRecordingDidEnd
void dictationRecordingDidEnd() -
dictationRecognitionFailed
void dictationRecognitionFailed() -
getDictationResultPlaceholderFrame
-
removeDictationResultPlaceholder
-
insertText
-
setAttributedMarkedText
-
insertTextPlaceholder
-
removeTextPlaceholder
-
beginFloatingCursor
- Since:
- Available in iOS 9.0 and later.
-
updateFloatingCursor
- Since:
- Available in iOS 9.0 and later.
-
endFloatingCursor
void endFloatingCursor()- Since:
- Available in iOS 9.0 and later.
-