public class

DateTimeKeyListener

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

Class Overview

For entering dates and times in the same text field.

Summary

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

The characters that are used.

Public Constructors

public DateTimeKeyListener ()

Public Methods

public int getInputType ()

public static DateTimeKeyListener getInstance ()

Protected Methods

protected char[] getAcceptedChars ()

You can say which characters you can accept.