android.text.method
Class DateKeyListener

java.lang.Object
  extended by android.text.method.MetaKeyKeyListener
      extended by android.text.method.BaseKeyListener
          extended by android.text.method.NumberKeyListener
              extended by android.text.method.DateKeyListener
All Implemented Interfaces:
InputFilter, KeyListener

public class DateKeyListener
extends NumberKeyListener


Nested Class Summary
 
Nested classes/interfaces inherited from interface android.text.InputFilter
InputFilter.AllCaps, InputFilter.LengthFilter
 
Field Summary
static char[] CHARACTERS
           
 
Fields inherited from class android.text.method.MetaKeyKeyListener
META_ALT_LOCKED, META_ALT_ON, META_CAP_LOCKED, META_SHIFT_ON, META_SYM_LOCKED, META_SYM_ON
 
Constructor Summary
DateKeyListener()
           
 
Method Summary
protected  char[] getAcceptedChars()
           
 int getInputType()
           
static DateKeyListener getInstance()
           
 
Methods inherited from class android.text.method.NumberKeyListener
filter, lookup, ok, onKeyDown
 
Methods inherited from class android.text.method.BaseKeyListener
backspace, forwardDelete, onKeyOther
 
Methods inherited from class android.text.method.MetaKeyKeyListener
adjustMetaAfterKeypress, adjustMetaAfterKeypress, clearMetaKeyState, clearMetaKeyState, clearMetaKeyState, getMetaState, getMetaState, getMetaState, getMetaState, handleKeyDown, handleKeyUp, isMetaTracker, isSelectingMetaTracker, onKeyUp, resetLockedMeta, resetLockedMeta, resetMetaState
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface android.text.method.KeyListener
clearMetaKeyState, onKeyUp
 

Field Detail

CHARACTERS

public static final char[] CHARACTERS
Constructor Detail

DateKeyListener

public DateKeyListener()
Method Detail

getInputType

public int getInputType()

getAcceptedChars

protected char[] getAcceptedChars()
Specified by:
getAcceptedChars in class NumberKeyListener

getInstance

public static DateKeyListener getInstance()


Copyright © 2008-2012. All Rights Reserved.