All Methods Instance Methods Default Methods
| Modifier and Type |
Method and Description |
default void |
textViewDidBeginEditing(UITextView textView) |
default void |
textViewDidChange(UITextView textView) |
default void |
textViewDidChangeSelection(UITextView textView) |
default void |
textViewDidEndEditing(UITextView textView) |
default boolean |
textViewShouldBeginEditing(UITextView textView) |
default boolean |
textViewShouldChangeTextInRangeReplacementText(UITextView textView,
NSRange range,
java.lang.String text) |
default boolean |
textViewShouldEndEditing(UITextView textView) |
default boolean |
textViewShouldInteractWithTextAttachmentInRange(UITextView textView,
NSTextAttachment textAttachment,
NSRange characterRange) |
default boolean |
textViewShouldInteractWithTextAttachmentInRangeInteraction(UITextView textView,
NSTextAttachment textAttachment,
NSRange characterRange,
long interaction) |
default boolean |
textViewShouldInteractWithURLInRange(UITextView textView,
NSURL URL,
NSRange characterRange) |
default boolean |
textViewShouldInteractWithURLInRangeInteraction(UITextView textView,
NSURL URL,
NSRange characterRange,
long interaction) |