Package | flash.ui |
Class | public final class KeyboardType |
Inheritance | KeyboardType Object |
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10.1, AIR 2 |
Use the values defined by the KeyboardType class with the Keybooard.physicalKeyboardType
property.
See also
Public Properties
Public Methods
Public Constants
Constant | Defined By | ||
---|---|---|---|
ALPHANUMERIC : String = "alphanumeric" [static]
A standard keyboard with a full set of numbers and letters. | KeyboardType | ||
KEYPAD : String = "keypad" [static]
A phone-style 12-button keypad. | KeyboardType | ||
NONE : String = "none" [static]
No physical keyboard is supported. | KeyboardType |
Constant Detail
ALPHANUMERIC | Constant |
public static const ALPHANUMERIC:String = "alphanumeric"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10.1, AIR 2 |
A standard keyboard with a full set of numbers and letters.
Most desktop computers and some mobile devices provide an alphanumeric keyboard.
KEYPAD | Constant |
public static const KEYPAD:String = "keypad"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10.1, AIR 2 |
A phone-style 12-button keypad.
Many mobile devices provide a keypad, although some provide an alphanumeric keyboard.
NONE | Constant |
public static const NONE:String = "none"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10.1, AIR 2 |
No physical keyboard is supported.
Typically, a virtual keyboard is provided in the absence of a physical keyboard.
See also
Thu May 20 2010, 02:19 AM -07:00