Android
android.text.method
public class

android.text.method.DateKeyListener

java.lang.Object
android.text.method.MetaKeyKeyListener
android.text.method.BaseKeyListener KeyListener
android.text.method.NumberKeyListener InputFilter
android.text.method.DateKeyListener

For entering dates in a text field.

Summary

Constants

      Value  
char[]  CHARACTERS  The characters that are used.     
Constants inherited from class android.text.method.MetaKeyKeyListener

Public Constructors

            DateKeyListener()

Public Methods

      static    DateKeyListener  getInstance()

Protected Methods

          char[]  getAcceptedChars()
You can say which characters you can accept.
Methods inherited from class android.text.method.NumberKeyListener
Methods inherited from class android.text.method.BaseKeyListener
Methods inherited from class android.text.method.MetaKeyKeyListener
Methods inherited from class java.lang.Object
Methods inherited from interface android.text.InputFilter
Methods inherited from interface android.text.method.KeyListener

Details

Constants

public static final char[] CHARACTERS

The characters that are used.

Public Constructors

public DateKeyListener()

Public Methods

public static DateKeyListener getInstance()

Protected Methods

protected char[] getAcceptedChars()

You can say which characters you can accept.
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:56