Tizen Native API
Dali::InputMethod Namespace Reference

Enumerations for input method. More...

Enumerations

enum  ActionButton
 Specifies what the Input Method "action" button functionality is set to. More...
enum  Settings
 Settings that can be changed in the system Input Method. More...

Detailed Description

Enumerations for input method.

Since :
2.4

Enumeration Type Documentation

Specifies what the Input Method "action" button functionality is set to.

The 'Action' button is traditionally the [RETURN] or [DONE] button.

Not all these actions are supported by all systems.

Setting a custom label will still require one of these actions to be set.

Since :
2.4
Enumerator:
ACTION_DEFAULT 

Default action.

Since :
2.4
ACTION_DONE 

Done.

Since :
2.4
ACTION_GO 

Go action.

Since :
2.4
ACTION_JOIN 

Join action.

Since :
2.4
ACTION_LOGIN 

Login action.

Since :
2.4
ACTION_NEXT 

Next action.

Since :
2.4
ACTION_PREVIOUS 

Previous action.

Since :
2.4
ACTION_SEARCH 

Search action.

Since :
2.4
ACTION_SEND 

Send action.

Since :
2.4
ACTION_SIGNIN 

Sign in action.

Since :
2.4
ACTION_UNSPECIFIED 

Unspecified action.

Since :
2.4
ACTION_NONE 

Nothing to do.

Since :
2.4

Settings that can be changed in the system Input Method.

Not all these settings are supported by all systems.

Since :
2.4
Enumerator:
ACTION_BUTTON 

ActionButton. Apply the one of the ActionButton functions to the action button (return button).

Since :
2.4
AUTO_CAPITALISE 

boolean. Capitalise the first letter of each sentence automatically.

Since :
2.4
AUTO_COMPLETE 

boolean. Suggest words based on the current input.

Since :
2.4
AUTO_CORRECT 

boolean. Automatically correct commonly misspelt words.

Since :
2.4