Tizen Native API  6.5
Dali::InputMethod Namespace Reference

Enumeration for input method. More...

Namespaces

namespace  AutoCapital
 

Sets Autocapitalization Types.


namespace  ButtonAction
 

Enumeration for specifying what the Input Method "action" button functionality is set to.


namespace  Category
 

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


namespace  NormalLayout
 

Available variation for Normal layout.


namespace  NumberOnlyLayout
 

Available variation for Number only layout.


namespace  PanelLayout
 

Sets Input panel (virtual keyboard) layout types.


namespace  PasswordLayout
 

Available variation for Password layout.


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.

Deprecated:
Deprecated since 5.0, DALi version 1.3.20 Use ButtonAction instead.

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.

Deprecated:
Deprecated since 5.0, DALi version 1.3.20 Use Category instead.

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