android.text.method.TimeKeyListener
For entering times in a text field.
Summary
Constants
|
|
|
Value |
|
char[] |
CHARACTERS |
The characters that are used. |
|
|
Public Constructors
Public Methods
Protected Methods
|
|
|
|
|
CharSequence |
filter(CharSequence source, int start, int end, Spanned dest, int dstart, int dend) |
abstract |
|
|
|
|
char[] |
getAcceptedChars() |
|
|
|
|
|
int |
lookup(KeyEvent event, Spannable content) |
|
|
|
static |
|
boolean |
ok(char[] accept, char c) |
|
|
|
|
|
boolean |
onKeyDown(View view, Editable content, int keyCode, KeyEvent event) |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Constants
public
static
final
char[]
CHARACTERS
The characters that are used.
Public Constructors
Public Methods
Protected Methods
protected
char[]
getAcceptedChars()
You can say which characters you can accept.