android.text
Class InputFilter.LengthFilter

java.lang.Object
  extended by android.text.InputFilter.LengthFilter
All Implemented Interfaces:
InputFilter
Enclosing interface:
InputFilter

public static class InputFilter.LengthFilter
extends Object
implements InputFilter


Nested Class Summary
 
Nested classes/interfaces inherited from interface android.text.InputFilter
InputFilter.AllCaps, InputFilter.LengthFilter
 
Constructor Summary
InputFilter.LengthFilter(int max)
           
 
Method Summary
 CharSequence filter(CharSequence source, int start, int end, Spanned dest, int dstart, int dend)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InputFilter.LengthFilter

public InputFilter.LengthFilter(int max)
Method Detail

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.