Specifies the available input method actions. More...
Public Member Functions | |
| InputMethodAction (int mValue) | |
| InputMethodAction (InputMethodAction enum_) | |
| int | getValue () |
| Returns the integer value of the enumeration constant. More... | |
| final int | swigValue () |
Static Public Member Functions | |
| static InputMethodAction | swigToEnum (int swigValue) |
| static InputMethodAction | toEnum (int value) |
| Converts an integer value to the matching enumeration constant. More... | |
Public Attributes | |
| Default =(0) | |
| The label of the user action button is the default for the input method of the Operating System. | |
| Done =(5) | |
| The label of the user action button is Done. | |
| Go =(1) | |
| The label of the user action button is Go. | |
| Next =(2) | |
| The label of the user action button is Next. | |
| Search =(3) | |
| The label of the user action button is Search. | |
| Send =(4) | |
| The label of the user action button is Send. | |
Specifies the available input method actions.
| int getValue | ( | ) |
|
static |
Converts an integer value to the matching enumeration constant.
| value | Integer value to convert to enumeration constant. |