Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
Android APIs
public class

DateKeyListener

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

Class Overview

For entering dates in a text field.

As for all implementations of KeyListener , this class is only concerned with hardware keyboards. Software input methods have no obligation to trigger the methods in this class.

Summary

[Expand]
Inherited Constants
From class android.text.method.MetaKeyKeyListener
Fields
public static final char[] CHARACTERS The characters that are used.
Public Constructors
DateKeyListener ()
Public Methods
int getInputType ()
static DateKeyListener 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

Fields

public static final char[] CHARACTERS

Added in API level 1

The characters that are used.

Public Constructors

public DateKeyListener ()

Added in API level 1

Public Methods

public int getInputType ()

Added in API level 3

public static DateKeyListener getInstance ()

Added in API level 1

Protected Methods

protected char[] getAcceptedChars ()

Added in API level 1

You can say which characters you can accept.