public interface TextFieldDeleteFilter
Modifier and Type | Method and Description |
---|---|
boolean |
acceptDelete(CharSequence oldSequence,
int deleteStart,
int deleteEnd)
Check if the deletion of a part of the text that was put in is acceptable.
|
boolean acceptDelete(CharSequence oldSequence, int deleteStart, int deleteEnd)
oldSequence
- 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 © 2013. All Rights Reserved.