android.text.method
Class DateTimeKeyListener

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.DateTimeKeyListener
All Implemented Interfaces:
InputFilter, KeyListener

public class DateTimeKeyListener
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
DateTimeKeyListener()
           
 
Method Summary
protected  char[] getAcceptedChars()
           
 int getInputType()
           
static DateTimeKeyListener 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

DateTimeKeyListener

public DateTimeKeyListener()
Method Detail

getInputType

public int getInputType()

getAcceptedChars

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

getInstance

public static DateTimeKeyListener getInstance()


Copyright © 2008-2012. All Rights Reserved.