TextFieldDeleteFilterpublic class FilterDeleteAll extends java.lang.Object implements TextFieldDeleteFilter
| Constructor | Description |
|---|---|
FilterDeleteAll() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
acceptDelete(java.lang.CharSequence oldSequence,
int deleteStart,
int deleteEnd) |
Check if the deletion of a part of the text that was put in is acceptable.
|
public boolean acceptDelete(@Nonnull
java.lang.CharSequence oldSequence,
int deleteStart,
int deleteEnd)
TextFieldDeleteFilteracceptDelete in interface TextFieldDeleteFilteroldSequence - the character sequence before the delete is issueddeleteStart - the index of the first character that is deleteddeleteEnd - the index of the first character after the deletion rangetrue in case its okay to delete the characterCopyright © 2018. All rights reserved.