Kanzi  3.9.8
Kanzi Engine Java API
InputMethodAction Enum Reference

Specifies the available input method actions. More...

Inheritance diagram for InputMethodAction:
[legend]

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.
 

Detailed Description

Specifies the available input method actions.

Member Function Documentation

int getValue ( )

Returns the integer value of the enumeration constant.

Returns
Integer value.

Implements Enum.

static InputMethodAction toEnum ( int  value)
static

Converts an integer value to the matching enumeration constant.

Parameters
valueInteger value to convert to enumeration constant.
Returns
Enumeration constant matching the integer value.