public class

TimeKeyListener

extends NumberKeyListener
java.lang.Object
   ↳ android.text.method.MetaKeyKeyListener
     ↳ android.text.method.BaseKeyListener
       ↳ android.text.method.NumberKeyListener
         ↳ android.text.method.TimeKeyListener

Class Overview

For entering times in a text field.

Summary

Constants
char[] CHARACTERS The characters that are used.
[Expand]
Inherited Constants
From class android.text.method.MetaKeyKeyListener
Public Constructors
TimeKeyListener()
Public Methods
int getInputType()
static TimeKeyListener getInstance()
Protected Methods
char[] getAcceptedChars()
You can say which characters you can accept.
[Expand]
Inherited Methods
From class android.text.method.NumberKeyListener
From class android.text.method.BaseKeyListener
From class android.text.method.MetaKeyKeyListener
From class java.lang.Object
From interface android.text.InputFilter
From interface android.text.method.KeyListener

Constants

public static final char[] CHARACTERS

Since: API Level 1

The characters that are used.

Public Constructors

public TimeKeyListener ()

Since: API Level 1

Public Methods

public int getInputType ()

Since: API Level 3

public static TimeKeyListener getInstance ()

Since: API Level 1

Protected Methods

protected char[] getAcceptedChars ()

Since: API Level 1

You can say which characters you can accept.