-
Methods in org.robovm.apple.uikit with parameters of type UITextLayoutDirection
| Modifier and Type |
Method |
Description |
UITextRange |
UITextField.getCharacterRange(UITextPosition position,
UITextLayoutDirection direction) |
|
UITextRange |
UITextInput.getCharacterRange(UITextPosition position,
UITextLayoutDirection direction) |
|
UITextRange |
UITextInputAdapter.getCharacterRange(UITextPosition position,
UITextLayoutDirection direction) |
|
UITextRange |
UITextView.getCharacterRange(UITextPosition position,
UITextLayoutDirection direction) |
|
UITextPosition |
UITextField.getPosition(UITextPosition position,
UITextLayoutDirection direction,
long offset) |
|
UITextPosition |
UITextField.getPosition(UITextRange range,
UITextLayoutDirection direction) |
|
UITextPosition |
UITextInput.getPosition(UITextPosition position,
UITextLayoutDirection direction,
long offset) |
|
UITextPosition |
UITextInput.getPosition(UITextRange range,
UITextLayoutDirection direction) |
|
UITextPosition |
UITextInputAdapter.getPosition(UITextPosition position,
UITextLayoutDirection direction,
long offset) |
|
UITextPosition |
UITextInputAdapter.getPosition(UITextRange range,
UITextLayoutDirection direction) |
|
UITextPosition |
UITextView.getPosition(UITextPosition position,
UITextLayoutDirection direction,
long offset) |
|
UITextPosition |
UITextView.getPosition(UITextRange range,
UITextLayoutDirection direction) |
|