Package | cc.cote.feathers.softkeyboard.layouts |
Class | public class EmailNumbersSymbolsSwitch |
Inheritance | EmailNumbersSymbolsSwitch ![]() ![]() |
EmailNumbersSymbolsSwitch
class defines a keyboard layout containing all 10
digits and the symbols allowed in email addresses. It also features a
SWITCH_LAYOUT
key.
The referencee used to determine which symbols should be included is the following: http://en.wikipedia.org/wiki/E-mail_address#RFC_specification
Method | Defined By | ||
---|---|---|---|
EmailNumbersSymbolsSwitch(switchKeyClass:Class)
Creates a new EmailNumbersSymbolsSwitch object. | EmailNumbersSymbolsSwitch |
Constant | Defined By | ||
---|---|---|---|
SWITCH_KEY_LABEL : String = 123 &+$ [static] The label to use on SWITCH_LAYOUT keys pointing to this layout. | EmailNumbersSymbolsSwitch |
EmailNumbersSymbolsSwitch | () | Constructor |
public function EmailNumbersSymbolsSwitch(switchKeyClass:Class)
Creates a new EmailNumbersSymbolsSwitch object.
ParametersswitchKeyClass:Class — The class to use with the SWITCH_KEY defined by this
layout.
|
SWITCH_KEY_LABEL | Constant |
public static const SWITCH_KEY_LABEL:String = 123 &+$
The label to use on SWITCH_LAYOUT
keys pointing to this layout.