-
Methods in org.robovm.apple.social with parameters of type UITextView
| Modifier and Type |
Method |
Description |
void |
SLComposeServiceViewController.didBeginEditing(UITextView textView) |
|
void |
SLComposeServiceViewController.didChange(UITextView textView) |
|
void |
SLComposeServiceViewController.didChangeSelection(UITextView textView) |
|
void |
SLComposeServiceViewController.didEndEditing(UITextView textView) |
|
boolean |
SLComposeServiceViewController.shouldBeginEditing(UITextView textView) |
|
boolean |
SLComposeServiceViewController.shouldChangeCharacters(UITextView textView,
NSRange range,
String text) |
|
boolean |
SLComposeServiceViewController.shouldEndEditing(UITextView textView) |
|
boolean |
SLComposeServiceViewController.shouldInteractWithTextAttachment(UITextView textView,
NSTextAttachment textAttachment,
NSRange characterRange) |
Deprecated.
|
boolean |
SLComposeServiceViewController.shouldInteractWithTextAttachment(UITextView textView,
NSTextAttachment textAttachment,
NSRange characterRange,
UITextItemInteraction interaction) |
|
boolean |
SLComposeServiceViewController.shouldInteractWithURL(UITextView textView,
NSURL URL,
NSRange characterRange) |
Deprecated.
|
boolean |
SLComposeServiceViewController.shouldInteractWithURL(UITextView textView,
NSURL URL,
NSRange characterRange,
UITextItemInteraction interaction) |
|
-
Methods in org.robovm.apple.uikit with parameters of type UITextView
| Modifier and Type |
Method |
Description |
void |
UITextViewDelegate.didBeginEditing(UITextView textView) |
|
void |
UITextViewDelegateAdapter.didBeginEditing(UITextView textView) |
|
void |
UITextViewDelegate.didChange(UITextView textView) |
|
void |
UITextViewDelegateAdapter.didChange(UITextView textView) |
|
void |
UITextViewDelegate.didChangeSelection(UITextView textView) |
|
void |
UITextViewDelegateAdapter.didChangeSelection(UITextView textView) |
|
void |
UITextViewDelegate.didEndEditing(UITextView textView) |
|
void |
UITextViewDelegateAdapter.didEndEditing(UITextView textView) |
|
static NSObjectProtocol |
UITextView.Notifications.observeDidBeginEditing(UITextView object,
VoidBlock1<UITextView> block) |
|
static NSObjectProtocol |
UITextView.Notifications.observeDidEndEditing(UITextView object,
VoidBlock1<UITextView> block) |
|
static NSObjectProtocol |
UITextView.Notifications.observeTextDidChangeEditing(UITextView object,
VoidBlock1<UITextView> block) |
|
boolean |
UITextViewDelegate.shouldBeginEditing(UITextView textView) |
|
boolean |
UITextViewDelegateAdapter.shouldBeginEditing(UITextView textView) |
|
boolean |
UITextViewDelegate.shouldChangeCharacters(UITextView textView,
NSRange range,
String text) |
|
boolean |
UITextViewDelegateAdapter.shouldChangeCharacters(UITextView textView,
NSRange range,
String text) |
|
boolean |
UITextViewDelegate.shouldEndEditing(UITextView textView) |
|
boolean |
UITextViewDelegateAdapter.shouldEndEditing(UITextView textView) |
|
boolean |
UITextViewDelegate.shouldInteractWithTextAttachment(UITextView textView,
NSTextAttachment textAttachment,
NSRange characterRange) |
Deprecated.
|
boolean |
UITextViewDelegate.shouldInteractWithTextAttachment(UITextView textView,
NSTextAttachment textAttachment,
NSRange characterRange,
UITextItemInteraction interaction) |
|
boolean |
UITextViewDelegateAdapter.shouldInteractWithTextAttachment(UITextView textView,
NSTextAttachment textAttachment,
NSRange characterRange) |
Deprecated.
|
boolean |
UITextViewDelegateAdapter.shouldInteractWithTextAttachment(UITextView textView,
NSTextAttachment textAttachment,
NSRange characterRange,
UITextItemInteraction interaction) |
|
boolean |
UITextViewDelegate.shouldInteractWithURL(UITextView textView,
NSURL URL,
NSRange characterRange) |
Deprecated.
|
boolean |
UITextViewDelegate.shouldInteractWithURL(UITextView textView,
NSURL URL,
NSRange characterRange,
UITextItemInteraction interaction) |
|
boolean |
UITextViewDelegateAdapter.shouldInteractWithURL(UITextView textView,
NSURL URL,
NSRange characterRange) |
Deprecated.
|
boolean |
UITextViewDelegateAdapter.shouldInteractWithURL(UITextView textView,
NSURL URL,
NSRange characterRange,
UITextItemInteraction interaction) |
|