android.text.method
Class TimeKeyListener
java.lang.Object
android.text.method.MetaKeyKeyListener
android.text.method.BaseKeyListener
android.text.method.NumberKeyListener
android.text.method.TimeKeyListener
- All Implemented Interfaces:
- InputFilter, KeyListener
public class TimeKeyListener
- extends NumberKeyListener
For entering times in a text field.
|
Field Summary |
static char[] |
CHARACTERS
The characters that are used. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CHARACTERS
public static final char[] CHARACTERS
- The characters that are used.
- See Also:
KeyEvent.getMatch(char[]),
getAcceptedChars()
TimeKeyListener
public TimeKeyListener()
getAcceptedChars
protected char[] getAcceptedChars()
- Description copied from class:
NumberKeyListener
- You can say which characters you can accept.
- Specified by:
getAcceptedChars in class NumberKeyListener
getInstance
public static TimeKeyListener getInstance()
Please submit a feedback, bug or feature