Tizen Native API  3.0
Dali::InputMethod Namespace Reference

Enumeration for input method. More...

Enumerations

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

Detailed Description

Enumeration for input method.

Since:
2.4, DALi version 1.0.0

Enumeration Type Documentation

Enumeration for specifying 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, DALi version 1.0.0
Enumerator:
ACTION_DEFAULT 

Default action.

Since:
2.4, DALi version 1.0.0
ACTION_DONE 

Done.

Since:
2.4, DALi version 1.0.0
ACTION_GO 

Go action.

Since:
2.4, DALi version 1.0.0
ACTION_JOIN 

Join action.

Since:
2.4, DALi version 1.0.0
ACTION_LOGIN 

Login action.

Since:
2.4, DALi version 1.0.0
ACTION_NEXT 

Next action.

Since:
2.4, DALi version 1.0.0
ACTION_PREVIOUS 

Previous action.

Since:
2.4, DALi version 1.0.0
ACTION_SEARCH 

Search action.

Since:
2.4, DALi version 1.0.0
ACTION_SEND 

Send action.

Since:
2.4, DALi version 1.0.0
ACTION_SIGNIN 

Sign in action.

Since:
2.4, DALi version 1.0.0
ACTION_UNSPECIFIED 

Unspecified action.

Since:
2.4, DALi version 1.0.0
ACTION_NONE 

Nothing to do.

Since:
2.4, DALi version 1.0.0

Enumeration for settings that can be changed in the system Input Method.

Not all these settings are supported by all systems.

Since:
2.4, DALi version 1.0.0
Enumerator:
ACTION_BUTTON 

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

Since:
2.4, DALi version 1.0.0
AUTO_CAPITALISE 

boolean. Capitalize the first letter of each sentence automatically.

Since:
2.4, DALi version 1.0.0
AUTO_COMPLETE 

boolean. Suggest words based on the current input.

Since:
2.4, DALi version 1.0.0
AUTO_CORRECT 

boolean. Automatically correct commonly misspelt words.

Since:
2.4, DALi version 1.0.0