Specifies the available input method actions. More...
Public Member Functions | |
| InputMethodAction (int value) | |
| Constructs a InputMethodAction of an integer value. More... | |
| InputMethodAction (InputMethodAction enum_) | |
| Constructs a copy of a InputMethodAction object. More... | |
| int | getValue () |
| Returns the integer value of the enumeration constant. More... | |
| final int | swigValue () |
| Returns the integer value of the enumeration constant. More... | |
Static Public Member Functions | |
| static InputMethodAction | swigToEnum (int swigValue) |
| Converts an integer value to the matching enumeration constant. More... | |
| 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.
| InputMethodAction | ( | int | value | ) |
Constructs a InputMethodAction of an integer value.
| value | Integer value to convert to enumeration constant. |
| InputMethodAction | ( | InputMethodAction | enum_ | ) |
Constructs a copy of a InputMethodAction object.
| enum_ | InputMethodAction to be copy constructed. |
| int getValue | ( | ) |
|
static |
Converts an integer value to the matching enumeration constant.
Used internally by SWIG generated code.
| swigValue | Integer value to convert to enumeration constant. |
| final int swigValue | ( | ) |
Returns the integer value of the enumeration constant.
Used internally by SWIG generated code.
|
static |
Converts an integer value to the matching enumeration constant.
| value | Integer value to convert to enumeration constant. |