SystemUiInputMode
#include <bb/system/SystemUiInputMode>
To link against this class, add the following line to your .pro file: LIBS += -lbbsystem
The possible types of content for a system input field.
BlackBerry 10.0.0
Public Types Index
enum TypeDefault = 0, Email = 1, Password = 2, Phone = 3, Pin = 4, Url = 5, Symbols = 6, NumericKeypad = 7, NumbersAndPunctuation = 8 |
Public Types
The mode used to determine input method assistance depending on the content of the input field.
BlackBerry 10.0.0
- Default = 0
The default mode.
Since:BlackBerry 10.0.0
- Email = 1
The input field is intended for entering email addresses.
Since:BlackBerry 10.0.0
- Password = 2
The input field is intended for entering passwords.
Since:BlackBerry 10.0.0
- Phone = 3
The input field is intended for entering phone numbers.
Since:BlackBerry 10.0.0
- Pin = 4
The input field is intended for entering PINs.
Since:BlackBerry 10.0.0
- Url = 5
The input field is intended for entering web addresses.
Since:BlackBerry 10.0.0
- Symbols = 6
The input field is intended for entering symbols.
Since:BlackBerry 10.0.0
- NumericKeypad = 7
The input field is intended for entering numbers using a numeric keypad.
Since:BlackBerry 10.0.0
- NumbersAndPunctuation = 8
The input field is intended for entering numbers and punctuation.
Since:BlackBerry 10.0.0