Echo modes that specify how to format the display text in a TextEditBuffer. More...
Public Member Functions | |
EchoMode (int mValue) | |
EchoMode (EchoMode enum_) | |
int | getValue () |
Returns the integer value of the enumeration constant. More... | |
final int | swigValue () |
Static Public Member Functions | |
static EchoMode | swigToEnum (int swigValue) |
static EchoMode | toEnum (int value) |
Converts an integer value to the matching enumeration constant. More... | |
Public Attributes | |
NoEcho =(1) | |
The characters are not visible. | |
Normal =(0) | |
The characters are visible. | |
Password =(2) | |
Kanzi masks each character with the character set using TextEditBuffer::setPasswordMaskingCharacter(). | |
Echo modes that specify how to format the display text in a TextEditBuffer.
int getValue | ( | ) |
|
static |
Converts an integer value to the matching enumeration constant.
value | Integer value to convert to enumeration constant. |