android.text.method
public
abstract
class
android.text.method.NumberInputMethod
For numeric text entry
Known Direct Subclasses
Summary
Public Constructors
Public Methods
Protected Methods
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Public Constructors
public
NumberInputMethod()
Public Methods
public
boolean
onKeyDown(View view, Editable content, int keyCode, KeyEvent event)
Handles presses of the meta keys.
Protected Methods
protected
abstract
char[]
getAcceptedChars()
You can say which characters you can accept.