File
Doc
Category
Size
Date
Package
DigitsKeyListener.java
API Doc
Android 5.1 API
982
Sat Mar 14 14:09:40 GMT 2015
android.text.method
DigitsKeyListener
java.lang.Object
android.text.method.NumberKeyListener
public class DigitsKeyListener extends android.text.method.NumberKeyListener
Fields Summary
Constructors Summary
public DigitsKeyListener
()
throw new RuntimeException("Stub!");
public DigitsKeyListener
(
boolean
sign,
boolean
decimal)
throw new RuntimeException("Stub!");
Methods Summary
public
java.lang.CharSequence
filter
(
java.lang.CharSequence
source,
int
start,
int
end,
android.text.Spanned
dest,
int
dstart,
int
dend)
throw new RuntimeException("Stub!");
protected
char
[]
getAcceptedChars
()
throw new RuntimeException("Stub!");
public
int
getInputType
()
throw new RuntimeException("Stub!");
public static
android.text.method.DigitsKeyListener
getInstance
()
throw new RuntimeException("Stub!");
public static
android.text.method.DigitsKeyListener
getInstance
(
boolean
sign,
boolean
decimal)
throw new RuntimeException("Stub!");
public static
android.text.method.DigitsKeyListener
getInstance
(
java.lang.String
accepted)
throw new RuntimeException("Stub!");
Java Code Source