-
Methods in org.robovm.apple.uikit that return UITextRange
| Modifier and Type |
Method |
Description |
UITextRange |
UITextField.getCharacterRange(CGPoint point) |
|
UITextRange |
UITextField.getCharacterRange(UITextPosition position,
UITextLayoutDirection direction) |
|
UITextRange |
UITextInput.getCharacterRange(CGPoint point) |
|
UITextRange |
UITextInput.getCharacterRange(UITextPosition position,
UITextLayoutDirection direction) |
|
UITextRange |
UITextInputAdapter.getCharacterRange(CGPoint point) |
|
UITextRange |
UITextInputAdapter.getCharacterRange(UITextPosition position,
UITextLayoutDirection direction) |
|
UITextRange |
UITextView.getCharacterRange(CGPoint point) |
|
UITextRange |
UITextView.getCharacterRange(UITextPosition position,
UITextLayoutDirection direction) |
|
UITextRange |
UITextDragRequest.getDragRange() |
|
UITextRange |
UITextDragRequestAdapter.getDragRange() |
|
UITextRange |
UITextField.getMarkedTextRange() |
|
UITextRange |
UITextInput.getMarkedTextRange() |
|
UITextRange |
UITextInputAdapter.getMarkedTextRange() |
|
UITextRange |
UITextView.getMarkedTextRange() |
|
UITextRange |
UITextInputStringTokenizer.getRangeEnclosingPosition(UITextPosition position,
UITextGranularity granularity,
UITextDirection direction) |
|
UITextRange |
UITextInputTokenizer.getRangeEnclosingPosition(UITextPosition position,
UITextGranularity granularity,
UITextDirection direction) |
|
UITextRange |
UITextInputTokenizerAdapter.getRangeEnclosingPosition(UITextPosition position,
UITextGranularity granularity,
UITextDirection direction) |
|
UITextRange |
UITextField.getSelectedTextRange() |
|
UITextRange |
UITextInput.getSelectedTextRange() |
|
UITextRange |
UITextInputAdapter.getSelectedTextRange() |
|
UITextRange |
UITextView.getSelectedTextRange() |
|
UITextRange |
UIAccessibilityCustomRotorItemResult.getTargetRange() |
|
UITextRange |
UITextField.getTextRange(UITextPosition fromPosition,
UITextPosition toPosition) |
|
UITextRange |
UITextInput.getTextRange(UITextPosition fromPosition,
UITextPosition toPosition) |
|
UITextRange |
UITextInputAdapter.getTextRange(UITextPosition fromPosition,
UITextPosition toPosition) |
|
UITextRange |
UITextView.getTextRange(UITextPosition fromPosition,
UITextPosition toPosition) |
|
UITextRange |
UISearchTextField.getTextualRange() |
|
UITextRange |
UITextPasteDelegate.performPasteOfAttributedString(UITextPasteConfigurationSupporting textPasteConfigurationSupporting,
NSAttributedString attributedString,
UITextRange textRange) |
|
UITextRange |
UITextPasteDelegateAdapter.performPasteOfAttributedString(UITextPasteConfigurationSupporting textPasteConfigurationSupporting,
NSAttributedString attributedString,
UITextRange textRange) |
|
Methods in org.robovm.apple.uikit with parameters of type UITextRange
| Modifier and Type |
Method |
Description |
NSAttributedString |
UITextPasteDelegate.combineItemAttributedStrings(UITextPasteConfigurationSupporting textPasteConfigurationSupporting,
NSArray<NSAttributedString> itemStrings,
UITextRange textRange) |
|
NSAttributedString |
UITextPasteDelegateAdapter.combineItemAttributedStrings(UITextPasteConfigurationSupporting textPasteConfigurationSupporting,
NSArray<NSAttributedString> itemStrings,
UITextRange textRange) |
|
long |
UITextField.getCharacterOffset(UITextPosition position,
UITextRange range) |
|
long |
UITextInput.getCharacterOffset(UITextPosition position,
UITextRange range) |
|
long |
UITextInputAdapter.getCharacterOffset(UITextPosition position,
UITextRange range) |
|
long |
UITextView.getCharacterOffset(UITextPosition position,
UITextRange range) |
|
UITextPosition |
UITextField.getClosestPosition(CGPoint point,
UITextRange range) |
|
UITextPosition |
UITextInput.getClosestPosition(CGPoint point,
UITextRange range) |
|
UITextPosition |
UITextInputAdapter.getClosestPosition(CGPoint point,
UITextRange range) |
|
UITextPosition |
UITextView.getClosestPosition(CGPoint point,
UITextRange range) |
|
CGRect |
UITextField.getFirstRect(UITextRange range) |
|
CGRect |
UITextInput.getFirstRect(UITextRange range) |
|
CGRect |
UITextInputAdapter.getFirstRect(UITextRange range) |
|
CGRect |
UITextView.getFirstRect(UITextRange range) |
|
UITextPosition |
UITextField.getPosition(UITextRange range,
long offset) |
|
UITextPosition |
UITextField.getPosition(UITextRange range,
UITextLayoutDirection direction) |
|
UITextPosition |
UITextInput.getPosition(UITextRange range,
long offset) |
|
UITextPosition |
UITextInput.getPosition(UITextRange range,
UITextLayoutDirection direction) |
|
UITextPosition |
UITextInputAdapter.getPosition(UITextRange range,
long offset) |
|
UITextPosition |
UITextInputAdapter.getPosition(UITextRange range,
UITextLayoutDirection direction) |
|
UITextPosition |
UITextView.getPosition(UITextRange range,
long offset) |
|
UITextPosition |
UITextView.getPosition(UITextRange range,
UITextLayoutDirection direction) |
|
NSArray<UITextSelectionRect> |
UITextField.getSelectionRects(UITextRange range) |
|
NSArray<UITextSelectionRect> |
UITextInput.getSelectionRects(UITextRange range) |
|
NSArray<UITextSelectionRect> |
UITextInputAdapter.getSelectionRects(UITextRange range) |
|
NSArray<UITextSelectionRect> |
UITextView.getSelectionRects(UITextRange range) |
|
String |
UITextField.getText(UITextRange range) |
|
String |
UITextInput.getText(UITextRange range) |
|
String |
UITextInputAdapter.getText(UITextRange range) |
|
String |
UITextView.getText(UITextRange range) |
|
protected long |
UIAccessibilityCustomRotorItemResult.init(NSObject targetElement,
UITextRange targetRange) |
|
UITextRange |
UITextPasteDelegate.performPasteOfAttributedString(UITextPasteConfigurationSupporting textPasteConfigurationSupporting,
NSAttributedString attributedString,
UITextRange textRange) |
|
UITextRange |
UITextPasteDelegateAdapter.performPasteOfAttributedString(UITextPasteConfigurationSupporting textPasteConfigurationSupporting,
NSAttributedString attributedString,
UITextRange textRange) |
|
void |
UITextField.replaceText(UITextRange range,
String text) |
|
void |
UITextInput.replaceText(UITextRange range,
String text) |
|
void |
UITextInputAdapter.replaceText(UITextRange range,
String text) |
|
void |
UITextView.replaceText(UITextRange range,
String text) |
|
void |
UISearchTextField.replaceTextualPortionOfRange(UITextRange textRange,
UISearchToken token,
long tokenIndex) |
|
void |
UITextField.setBaseWritingDirection(NSWritingDirection writingDirection,
UITextRange range) |
|
void |
UITextInput.setBaseWritingDirection(NSWritingDirection writingDirection,
UITextRange range) |
|
void |
UITextInputAdapter.setBaseWritingDirection(NSWritingDirection writingDirection,
UITextRange range) |
|
void |
UITextView.setBaseWritingDirection(NSWritingDirection writingDirection,
UITextRange range) |
|
void |
UITextField.setSelectedTextRange(UITextRange v) |
|
void |
UITextInput.setSelectedTextRange(UITextRange v) |
|
void |
UITextInputAdapter.setSelectedTextRange(UITextRange v) |
|
void |
UITextView.setSelectedTextRange(UITextRange v) |
|
void |
UIAccessibilityCustomRotorItemResult.setTargetRange(UITextRange v) |
|
boolean |
UITextPasteDelegate.shouldAnimatePasteOfAttributedString(UITextPasteConfigurationSupporting textPasteConfigurationSupporting,
NSAttributedString attributedString,
UITextRange textRange) |
|
boolean |
UITextPasteDelegateAdapter.shouldAnimatePasteOfAttributedString(UITextPasteConfigurationSupporting textPasteConfigurationSupporting,
NSAttributedString attributedString,
UITextRange textRange) |
|
boolean |
UITextField.shouldChangeText(UITextRange range,
String text) |
|
boolean |
UITextInput.shouldChangeText(UITextRange range,
String text) |
|
boolean |
UITextInputAdapter.shouldChangeText(UITextRange range,
String text) |
|
boolean |
UITextView.shouldChangeText(UITextRange range,
String text) |
|
NSArray<UISearchToken> |
UISearchTextField.tokensInRange(UITextRange textRange) |
|