android.text
Class InputFilter.LengthFilter
java.lang.Object
android.text.InputFilter.LengthFilter
- All Implemented Interfaces:
- InputFilter
- Enclosing interface:
- InputFilter
public static class InputFilter.LengthFilter
- extends Object
- implements InputFilter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InputFilter.LengthFilter
public InputFilter.LengthFilter(int max)
filter
public CharSequence filter(CharSequence source,
int start,
int end,
Spanned dest,
int dstart,
int dend)
- Specified by:
filter
in interface InputFilter
Copyright © 2008-2012. All Rights Reserved.